Document the DJGPP status.
[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 [ 17596] By: jhi                                   on 2002/07/17  12:46:20
32         Log: Ivan Kurmanov pointed out that the whole "use utf8"
33              semantics change was missing from Incompatible Changes.
34              Ooops.     (Also tweaked the announcement.)
35      Branch: perl
36            ! pod/perldelta.pod
37 ____________________________________________________________________________
38 [ 17595] By: jhi                                   on 2002/07/17  12:35:07
39         Log: Doc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.
40      Branch: perl
41            ! pod/perldelta.pod
42 ____________________________________________________________________________
43 [ 17594] By: jhi                                   on 2002/07/17  12:29:42
44         Log: Integrate perlio:
45              
46              [ 17587]
47              Fix :scalar layer to allow it to exist under other layers.
48              Actual fix is just the if (!f) test before calling
49              PerlIO_allocate(). Rest of change is conforming to
50              standard indent.
51      Branch: perl
52           !> ext/PerlIO/scalar/scalar.xs
53 ____________________________________________________________________________
54 [ 17593] By: jhi                                   on 2002/07/17  12:25:39
55         Log: Also the NetWare breakage was due to #17270, go figure.
56      Branch: perl
57            ! sv.c
58 ____________________________________________________________________________
59 [ 17592] By: jhi                                   on 2002/07/17  12:21:07
60         Log: Subject: patch against perldebug.pod
61              From: Jim Cromie <jcromie@divsol.com>
62              Date: Wed, 17 Jul 2002 08:48:38 -0400
63              Message-ID: <3D3567A6.5070404@divsol.com>
64      Branch: perl
65            ! pod/perldebug.pod
66 ____________________________________________________________________________
67 [ 17591] By: jhi                                   on 2002/07/17  12:18:24
68         Log: Subject: [PATCH] Encode::FB_QUIET
69              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
70              Date: Wed, 17 Jul 2002 18:25:01 +0900
71              Message-ID: <86adoq4sgi.wl@mail.edge.co.jp>
72      Branch: perl
73            ! ext/Encode/Encode.pm
74 ____________________________________________________________________________
75 [ 17590] By: jhi                                   on 2002/07/17  12:14:21
76         Log: Cygwin is at 1.3.12.
77      Branch: perl
78            ! README.cygwin
79 ____________________________________________________________________________
80 [ 17589] By: pudge                                 on 2002/07/17  11:28:37
81         Log: Config/Makefile/test updates
82      Branch: macperl
83            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
84            ! macos/macperl/Makefile.mk
85 ____________________________________________________________________________
86 [ 17588] By: pudge                                 on 2002/07/17  11:28:02
87         Log: Small test fixes for Mac OS
88              
89              $Config{cc} is generated dynamically on MacPerl,
90              so looking at raw config_sh() fails
91              
92              op/glob.t never worked before, oops :-)
93      Branch: macperl
94            ! lib/Config.t t/op/glob.t
95 ____________________________________________________________________________
96 [ 17587] By: nick                                  on 2002/07/17  06:33:58
97         Log: Fix :scalar layer to allow it to exist under other layers.
98              Actual fix is just the if (!f) test before calling
99              PerlIO_allocate(). Rest of change is conforming to
100              standard indent.
101      Branch: perlio
102            ! ext/PerlIO/scalar/scalar.xs
103 ____________________________________________________________________________
104 [ 17586] By: nick                                  on 2002/07/17  06:32:10
105         Log: Integrate mainline
106      Branch: perlio
107           !> ext/Encode/encoding.pm hints/mpeix.sh lib/Net/Ping.pm
108           !> lib/Net/Ping/Changes lib/Net/Ping/README
109           !> lib/Net/Ping/t/200_ping_tcp.t mpeix/nm sv.c
110 ____________________________________________________________________________
111 [ 17585] By: pudge                                 on 2002/07/17  04:09:40
112         Log: Integrate perl
113      Branch: macperl
114           !> (integrate 53 files)
115 ____________________________________________________________________________
116 [ 17584] By: jhi                                   on 2002/07/17  03:11:53
117         Log: Upgrade to Net::Ping 2.20.
118      Branch: perl
119            ! lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
120            ! lib/Net/Ping/t/200_ping_tcp.t
121 ____________________________________________________________________________
122 [ 17583] By: jhi                                   on 2002/07/16  21:14:36
123         Log: DJGPP was broken by #17270.  Because of the time crunch
124              we may not have time to investigate how that is possible,
125              since the #17270 was trying to protect against illegal
126              memory accesses... (the breakage of the DJGPP build was
127              manifested by configpm eating up all the available memory)
128      Branch: perl
129            ! sv.c
130 ____________________________________________________________________________
131 [ 17582] By: jhi                                   on 2002/07/16  20:18:32
132         Log: MPE/iX fixes from Mark Bixby.
133      Branch: perl
134            ! hints/mpeix.sh mpeix/nm
135 ____________________________________________________________________________
136 [ 17581] By: rgs                                   on 2002/07/16  19:49:16
137         Log: Remove bad advice : -M doesn't work on the #! line
138      Branch: perl
139            ! ext/Encode/encoding.pm
140 ____________________________________________________________________________
141 [ 17580] By: nick                                  on 2002/07/16  19:41:34
142         Log: Integrate mainline (what a lot of change during freeze!)
143      Branch: perlio
144           !> (integrate 41 files)
145 ____________________________________________________________________________
146 [ 17579] By: jhi                                   on 2002/07/16  18:13:50
147         Log: With very high probability this 8-space wants to be a 1-tab.
148      Branch: perl
149            ! lib/ExtUtils/MM_NW5.pm
150 ____________________________________________________________________________
151 [ 17578] By: jhi                                   on 2002/07/16  17:56:17
152         Log: Remove the extra warning since after it the right thing
153              is attempted (and that gives a warning if necessary).
154      Branch: perl
155            ! x2p/s2p.PL
156 ____________________________________________________________________________
157 [ 17577] By: jhi                                   on 2002/07/16  17:53:47
158         Log: Subject: [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
159              From: W.BRISCOE@ponl.com
160              Date: Tue, 16 Jul 2002 08:24:00 +0100
161              Message-Id: <NXfa4c15-42476076@eur.ponl.com>
162      Branch: perl
163            ! pp_sys.c
164 ____________________________________________________________________________
165 [ 17576] By: jhi                                   on 2002/07/16  13:58:32
166         Log: Subject: sprintf: fix and docs
167              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>      
168              Date: Tue, 16 Jul 2002 16:01:12 +0100
169              Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk>
170      Branch: perl
171            ! pod/perlfunc.pod sv.c
172 ____________________________________________________________________________
173 [ 17575] By: jhi                                   on 2002/07/16  13:47:11
174         Log: Regen toc.
175      Branch: perl
176            ! pod/perltoc.pod
177 ____________________________________________________________________________
178 [ 17574] By: jhi                                   on 2002/07/16  13:30:22
179         Log: Update Changes.
180      Branch: perl
181            ! Changes patchlevel.h
182 ____________________________________________________________________________
183 [ 17573] By: jhi                                   on 2002/07/16  13:14:34
184         Log: Mac OS X dyld problem: try more direct action first.
185      Branch: perl
186            ! pod/perldelta.pod
187 ____________________________________________________________________________
188 [ 17572] By: jhi                                   on 2002/07/16  13:06:04
189         Log: More explicit solution for the Mac OS X "dyld undefined symbols"
190              problem.
191      Branch: perl
192            ! pod/perldelta.pod
193 ____________________________________________________________________________
194 [ 17571] By: jhi                                   on 2002/07/16  12:25:07
195         Log: Upgrade to Locale::Codes 2.06.
196      Branch: perl
197            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
198            ! lib/Locale/Country.pm lib/Locale/Country.pod
199            ! lib/Locale/Currency.pm lib/Locale/Language.pm
200            ! lib/Locale/Script.pm
201 ____________________________________________________________________________
202 [ 17570] By: gsar                                  on 2002/07/16  02:57:47
203         Log: integrate a variant of change#17568 from maint-5.6 branch (the
204              do_exec parts elided so that change is restricted strictly to
205              windows; binary compatibility stubs not needed)
206      Branch: perl
207            ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c
208            ! proto.h win32/perlhost.h win32/win32.c win32/win32.h
209 ____________________________________________________________________________
210 [ 17569] By: jhi                                   on 2002/07/16  02:26:12
211         Log: Integrate change #16844 from maint:
212              
213              extension of change#16332: isolate signal diddling to the main
214              interpreter (fixes signal-related races, e.g. when multiple
215              threads run system())
216      Branch: perl
217           !> util.c
218 ____________________________________________________________________________
219 [ 17568] By: gsar                                  on 2002/07/16  01:26:12
220         Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of
221              perl API; as a result spawnvp() is now the only one that belongs in
222              iperlsys.h interface (stubs retained in structure for bincompat)
223      Branch: maint-5.6/perl
224            ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl
225            ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h
226            ! win32/win32.c win32/win32.h
227 ____________________________________________________________________________
228 [ 17567] By: gsar                                  on 2002/07/16  00:27:12
229         Log: integrate change#17566 from maint-5.6 branch
230              
231              on windows, ensure child processes that get run via backticks get
232              the right pipe handle at stdin/stdout; this is needed to make
233              subprocesses see the correct standard handles such that backticks
234              and piped open()s work when run from within GUI applications
235              
236              this also makes it possible to launch wperl.exe in backticks
237              from within an application that has no std handles without a
238              new blank console window popping up
239      Branch: perl
240            ! win32/win32.c
241 ____________________________________________________________________________
242 [ 17566] By: gsar                                  on 2002/07/16  00:06:14
243         Log: on windows, ensure child processes that get run via backticks get
244              the right pipe handle at stdin/stdout; this is needed to make
245              subprocesses see the correct standard handles such that backticks
246              and piped open()s work when run from within GUI applications
247              
248              this also makes it possible to launch wperl.exe in backticks
249              from within an application that has no std handles without a
250              new blank console window popping up
251      Branch: maint-5.6/perl
252            ! win32/win32.c
253 ____________________________________________________________________________
254 [ 17565] By: gsar                                  on 2002/07/15  23:58:49
255         Log: change#16528 merged the fix for my_popen() but missed my_popen_list()
256              which had the same code (and bugs) duplicated; add changes#16329,16331
257              into my_popen_list()
258      Branch: perl
259            ! util.c
260 ____________________________________________________________________________
261 [ 17564] By: gsar                                  on 2002/07/15  23:45:08
262         Log: add missing xref in Changes
263      Branch: perl
264            ! Changes
265 ____________________________________________________________________________
266 [ 17563] By: jhi                                   on 2002/07/15  22:38:31
267         Log: IRIX -O2 trick (needs verification from John P. Linderman) 
268      Branch: perl
269            ! pod/perldelta.pod
270 ____________________________________________________________________________
271 [ 17562] By: jhi                                   on 2002/07/15  22:30:29
272         Log: Subject: Typo? in perlxstut.pod + PATCH
273              From: "John P. Linderman" <jpl@research.att.com>
274              Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT)
275              Message-Id: <200207151808.OAA53989@raptor.research.att.com>
276      Branch: perl
277            ! pod/perlxstut.pod
278 ____________________________________________________________________________
279 [ 17561] By: jhi                                   on 2002/07/15  21:11:04
280         Log: Split "Known problems" into "Known problems" (generic,
281              or shared among several platforms) and "Platform Specific
282              Problems".
283      Branch: perl
284            ! pod/perldelta.pod
285 ____________________________________________________________________________
286 [ 17560] By: rgs                                   on 2002/07/15  20:13:22
287         Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth
288              Mattijsen.)
289      Branch: perl
290            ! ext/PerlIO/scalar/scalar.pm
291 ____________________________________________________________________________
292 [ 17559] By: jhi                                   on 2002/07/15  18:59:23
293         Log: Retract #17486: OS/2 didn't like it.
294      Branch: perl
295            ! makedef.pl
296 ____________________________________________________________________________
297 [ 17558] By: jhi                                   on 2002/07/15  18:39:11
298         Log: Add #!./perl, noticed by John Adams.
299      Branch: perl
300            ! ext/Time/HiRes/HiRes.t
301 ____________________________________________________________________________
302 [ 17557] By: jhi                                   on 2002/07/15  17:14:41
303         Log: Regen toc.
304      Branch: perl
305            ! pod/perltoc.pod
306 ____________________________________________________________________________
307 [ 17556] By: jhi                                   on 2002/07/15  17:12:28
308         Log: Add a section on ithreads; rearrange the sections a bit.
309      Branch: perl
310            ! pod/perldelta.pod
311 ____________________________________________________________________________
312 [ 17555] By: jhi                                   on 2002/07/15  16:29:06
313         Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
314              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
315              Date: Mon, 15 Jul 2002 10:04:02 -0700
316              Message-ID: <CCwM9gzkg25T092yn@efn.org>
317              
318              Document which tests will fail.
319      Branch: perl
320            ! pod/perldelta.pod
321 ____________________________________________________________________________
322 [ 17554] By: jhi                                   on 2002/07/15  16:26:55
323         Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
324              From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
325              Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST)
326              Message-Id: <5.8.0_22255_1026753561@rimsky>
327              
328              (also raise the gcc minimum to 2.95.3)
329      Branch: perl
330            ! hints/dec_osf.sh
331 ____________________________________________________________________________
332 [ 17553] By: jhi                                   on 2002/07/15  14:56:42
333         Log: configure.gnu wants to be executable, too.
334      Branch: perl
335            ! Porting/makerel
336 ____________________________________________________________________________
337 [ 17552] By: jhi                                   on 2002/07/15  14:35:31
338         Log: DJGPP broke after 5.7.3, so that's good news.
339      Branch: perl
340            ! pod/perldelta.pod
341 ____________________________________________________________________________
342 [ 17551] By: jhi                                   on 2002/07/15  13:49:27
343         Log: Retract #17550: the build/test time warnings do not
344              belong to perldelta, they belong to the announcement.
345      Branch: perl
346            ! pod/perldelta.pod
347 ____________________________________________________________________________
348 [ 17550] By: jhi                                   on 2002/07/15  13:46:51
349         Log: (retracted by #17551)
350              Copy the warnings about build and test times from
351              the RC announcements to perldelta.
352      Branch: perl
353            ! pod/perldelta.pod
354 ____________________________________________________________________________
355 [ 17549] By: jhi                                   on 2002/07/15  13:38:53
356         Log: Try to future proof the op/taint.
357      Branch: perl
358            ! t/op/taint.t
359 ____________________________________________________________________________
360 [ 17548] By: jhi                                   on 2002/07/15  13:35:49
361         Log: Squash "uninitialized" warning from gcc.
362      Branch: perl
363            ! sv.c
364 ____________________________________________________________________________
365 [ 17547] By: jhi                                   on 2002/07/15  13:33:20
366         Log: Update Changes.
367      Branch: perl
368            ! Changes patchlevel.h
369 ____________________________________________________________________________
370 [ 17546] By: jhi                                   on 2002/07/15  13:04:59
371         Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
372              From: Tim Bunce <Tim.Bunce@pobox.com>
373              Date: Mon, 15 Jul 2002 12:14:54 +0100
374              Message-ID: <20020715121454.F20682@dansat.data-plan.com>
375      Branch: perl
376            ! sv.c
377 ____________________________________________________________________________
378 [ 17545] By: jhi                                   on 2002/07/15  13:01:48
379         Log: Subject: RC3: lib/constant.t #35
380              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
381              Date: Mon, 15 Jul 2002 16:29:28 +0900
382              Message-ID: <86adotwisn.wl@mail.edge.co.jp>
383              
384              Assuming " " in error messages does not work in Japanese,
385              just skip the test (even the #34 is suspicious).
386      Branch: perl
387            ! lib/constant.t
388 ____________________________________________________________________________
389 [ 17544] By: jhi                                   on 2002/07/15  12:57:52
390         Log: Upgrade to podlators 1.23.
391      Branch: perl
392            ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
393            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
394            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL
395 ____________________________________________________________________________
396 [ 17543] By: nick                                  on 2002/07/15  06:56:42
397         Log: Integrate mainline
398      Branch: perlio
399           !> (integrate 28 files)
400 ____________________________________________________________________________
401 [ 17542] By: jhi                                   on 2002/07/15  04:03:51
402         Log: Say something about missing "Perl_get_sv".
403      Branch: perl
404            ! pod/perldelta.pod
405 ____________________________________________________________________________
406 [ 17541] By: jhi                                   on 2002/07/15  03:31:05
407         Log: Subject: Re: Regexp causes coredump
408              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
409              Date: Mon, 15 Jul 2002 02:22:35 +0100
410              Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>
411      Branch: perl
412            ! regexec.c t/op/re_tests
413 ____________________________________________________________________________
414 [ 17540] By: jhi                                   on 2002/07/14  21:56:52
415         Log: Upgrade to Term::ANSIColor 1.05.
416      Branch: perl
417            ! lib/Term/ANSIColor.pm
418 ____________________________________________________________________________
419 [ 17539] By: jhi                                   on 2002/07/14  19:57:54
420         Log: Test skip counter tweak from Craig Berry.
421      Branch: perl
422            ! t/op/taint.t
423 ____________________________________________________________________________
424 [ 17538] By: jhi                                   on 2002/07/14  18:17:31
425         Log: Subject: Re: [ID 20020713.008] %vd eats two arguments
426              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
427              Date: Sun, 14 Jul 2002 19:00:12 +0100
428              Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>
429      Branch: perl
430            ! sv.c t/op/sprintf.t
431 ____________________________________________________________________________
432 [ 17537] By: jhi                                   on 2002/07/14  16:04:35
433         Log: Unfortunately we have to downgrade the status of DJGPP.
434      Branch: perl
435            ! pod/perldelta.pod pod/perlport.pod
436 ____________________________________________________________________________
437 [ 17536] By: jhi                                   on 2002/07/14  15:58:12
438         Log: I would say the long double support has matured enough.
439      Branch: perl
440            ! pod/perldelta.pod
441 ____________________________________________________________________________
442 [ 17535] By: jhi                                   on 2002/07/14  15:56:01
443         Log: The z/OS problems are dependent on the environment;
444              Merijn Broeren didn't hit the pat.t crash.  Now we only
445              need to figure out what's different in the environments...
446      Branch: perl
447            ! pod/perldelta.pod
448 ____________________________________________________________________________
449 [ 17534] By: jhi                                   on 2002/07/14  15:53:08
450         Log: perldelta didn't know of FreeBSD 4.6 readdir_r.
451      Branch: perl
452            ! pod/perldelta.pod
453 ____________________________________________________________________________
454 [ 17533] By: jhi                                   on 2002/07/14  15:48:46
455         Log: perldelta shuffling.
456      Branch: perl
457            ! pod/perldelta.pod
458 ____________________________________________________________________________
459 [ 17532] By: jhi                                   on 2002/07/14  15:30:38
460         Log: Document the Thread:: change.
461      Branch: perl
462            ! pod/perldelta.pod
463 ____________________________________________________________________________
464 [ 17531] By: jhi                                   on 2002/07/14  15:26:51
465         Log: Add a few new diagnostics.
466      Branch: perl
467            ! pod/perldelta.pod
468 ____________________________________________________________________________
469 [ 17530] By: jhi                                   on 2002/07/14  14:37:28
470         Log: Move the debugger changes from "diagnostics" to "fixes".
471      Branch: perl
472            ! pod/perldelta.pod
473 ____________________________________________________________________________
474 [ 17529] By: pudge                                 on 2002/07/14  12:09:00
475         Log: Integrate perl
476      Branch: macperl
477           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
478           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
479           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
480           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
481 ____________________________________________________________________________
482 [ 17528] By: pudge                                 on 2002/07/14  12:07:17
483         Log: Integrate perl
484      Branch: macperl
485           +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl
486           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t
487           +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t
488           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
489            - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL
490            - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs
491            - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
492            - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm
493            - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t
494            - ext/threads/shared/t/semaphore.t
495           !> (integrate 157 files)
496 ____________________________________________________________________________
497 [ 17527] By: jhi                                   on 2002/07/13  23:07:10
498         Log: This is 5.8.0 RC3.
499      Branch: perl
500            ! patchlevel.h
501 ____________________________________________________________________________
502 [ 17526] By: jhi                                   on 2002/07/13  23:05:53
503         Log: Update Changes.
504      Branch: perl
505            ! Changes patchlevel.h
506 ____________________________________________________________________________
507 [ 17525] By: jhi                                   on 2002/07/13  22:31:07
508         Log: Small pod nits.
509      Branch: perl
510            ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
511 ____________________________________________________________________________
512 [ 17524] By: jhi                                   on 2002/07/13  22:26:10
513         Log: Update perlhist.
514      Branch: perl
515            ! pod/perlhist.pod
516 ____________________________________________________________________________
517 [ 17523] By: jhi                                   on 2002/07/13  22:24:19
518         Log: metaconfig unit changes for #17522.
519      Branch: metaconfig/U/perl
520            + IncClean.U
521            ! gccvers.U
522 ____________________________________________________________________________
523 [ 17522] By: jhi                                   on 2002/07/13  22:24:02
524         Log: Regen Configure.
525      Branch: perl
526            ! Configure Porting/config.sh Porting/config_H
527 ____________________________________________________________________________
528 [ 17521] By: jhi                                   on 2002/07/13  14:14:16
529         Log: Update the CPAN sites list in perlmodlib, regen toc.
530      Branch: perl
531            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
532 ____________________________________________________________________________
533 [ 17520] By: jhi                                   on 2002/07/13  13:51:55
534         Log: Subject: [PATCH] perlbug
535              From: Ask Bjoern Hansen <ask@develooper.com>
536              Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
537              Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
538      Branch: perl
539            ! utils/perlbug.PL
540 ____________________________________________________________________________
541 [ 17519] By: jhi                                   on 2002/07/13  13:35:57
542         Log: More admonishment that one shouldn't waste one's efforts
543              on 5.005 threads any more.
544      Branch: perl
545            ! pod/perldelta.pod
546 ____________________________________________________________________________
547 [ 17518] By: jhi                                   on 2002/07/13  13:29:07
548         Log: The installation of the 5.005threads {Queue,Semaphore}.pm
549              didn't quite work.
550      Branch: perl
551            ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
552 ____________________________________________________________________________
553 [ 17517] By: rgs                                   on 2002/07/13  11:46:14
554         Log: Minor doc changes for PerlIO::via.
555      Branch: perl
556            ! ext/PerlIO/via/via.pm
557 ____________________________________________________________________________
558 [ 17516] By: rgs                                   on 2002/07/13  11:28:01
559         Log: The warning "Use of tainted arguments in %s is deprecated"
560              was incorrectly reported whenever system or exec was
561              invoked with multiple arguments.
562      Branch: perl
563            ! pod/perldiag.pod pp_sys.c t/op/taint.t
564 ____________________________________________________________________________
565 [ 17515] By: nick                                  on 2002/07/13  09:18:03
566         Log: Integrate mainline
567      Branch: perlio
568           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
569           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
570            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
571            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
572           !> (integrate 54 files)
573 ____________________________________________________________________________
574 [ 17514] By: jhi                                   on 2002/07/13  00:10:07
575         Log: Update Changes.
576      Branch: perl
577            ! Changes patchlevel.h
578 ____________________________________________________________________________
579 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
580         Log: Document that using threads/pseudofork inside BEGINs does not work.
581      Branch: perl
582            ! ext/threads/threads.pm
583 ____________________________________________________________________________
584 [ 17512] By: jhi                                   on 2002/07/12  23:53:22
585         Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
586              From: Elizabeth Mattijsen <liz@dijkmat.nl>
587              Date: Fri, 12 Jul 2002 23:45:52 +0200
588              Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
589      Branch: perl
590            ! ext/threads/shared/shared.pm
591 ____________________________________________________________________________
592 [ 17511] By: jhi                                   on 2002/07/12  23:52:34
593         Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
594              From: Elizabeth Mattijsen <liz@dijkmat.nl>
595              Date: Fri, 12 Jul 2002 23:30:16 +0200
596              Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
597      Branch: perl
598            ! ext/threads/threads.pm
599 ____________________________________________________________________________
600 [ 17510] By: jhi                                   on 2002/07/12  23:46:45
601         Log: Update the 5.005threads failure status.
602      Branch: perl
603            ! pod/perldelta.pod
604 ____________________________________________________________________________
605 [ 17509] By: jhi                                   on 2002/07/12  23:44:17
606         Log: threads::shared::queue and semaphore become Thread::Semaphore
607              and Queue.  The 5005threads case where the old Semaphore and
608              Queue.pm (they are disguised as .pmx) should get magically
609              installed instead has not been tested.
610      Branch: perl
611            + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
612            + lib/Thread/Queue.t lib/Thread/Semaphore.t
613            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
614            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
615            ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
616            ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
617            ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
618            ! pod/perlthrtut.pod pod/perltoc.pod
619 ____________________________________________________________________________
620 [ 17508] By: jhi                                   on 2002/07/12  20:06:23
621         Log: Subject: Re: Clock skew failures in Memoize test suite
622              From: Mark-Jason Dominus <mjd@plover.com>
623              Date: Fri, 12 Jul 2002 14:17:56 -0400
624              Message-ID: <20020712181756.9595.qmail@plover.com>
625              To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
626              
627              (an accidental dual submit...)
628              
629              Subject: lib/Config.t : why 900 entries?
630              From: "Craig A. Berry" <craigberry@mac.com>
631              Date: Fri, 12 Jul 2002 16:02:59 -0500
632              Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
633              
634              (dropping the limit from 750 down to 500)
635      Branch: perl
636            ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
637            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
638            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
639            ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
640            ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
641            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
642            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
643            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
644            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
645            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
646 ____________________________________________________________________________
647 [ 17507] By: jhi                                   on 2002/07/12  18:51:16
648         Log: AUTHORS updates.
649      Branch: perl
650            ! AUTHORS
651 ____________________________________________________________________________
652 [ 17506] By: jhi                                   on 2002/07/12  17:45:34
653         Log: Many of the feared z/OS failures turned out to be false alarms.
654      Branch: perl
655            ! pod/perldelta.pod
656 ____________________________________________________________________________
657 [ 17505] By: jhi                                   on 2002/07/12  15:42:07
658         Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
659              From: Tim Bunce <Tim.Bunce@pobox.com>
660              Date: Fri, 12 Jul 2002 17:25:09 +0100
661              Message-ID: <20020712172509.B568@dansat.data-plan.com>
662      Branch: perl
663            ! sv.c
664 ____________________________________________________________________________
665 [ 17504] By: jhi                                   on 2002/07/12  13:53:15
666         Log: Easy z/OS fix by skipping raw UTF-8.
667      Branch: perl
668            ! pod/perldelta.pod t/op/subst.t
669 ____________________________________________________________________________
670 [ 17503] By: jhi                                   on 2002/07/12  13:41:34
671         Log: Update the z/OS situation.
672      Branch: perl
673            ! pod/perldelta.pod
674 ____________________________________________________________________________
675 [ 17502] By: jhi                                   on 2002/07/12  13:08:53
676         Log: Update Changes.
677      Branch: perl
678            ! Changes patchlevel.h
679 ____________________________________________________________________________
680 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
681         Log: Regen modlib, toc.
682      Branch: perl
683            ! pod/perlmodlib.pod pod/perltoc.pod
684 ____________________________________________________________________________
685 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
686         Log: Document that one cannot "proxy" enable threading.
687      Branch: perl
688            ! ext/threads/threads.pm
689 ____________________________________________________________________________
690 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
691         Log: Subject: Re: Thread object by tid?
692              From: Elizabeth Mattijsen <liz@dijkmat.nl>
693              Date: Fri, 12 Jul 2002 00:27:53 +0200
694              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
695      Branch: perl
696            ! ext/threads/threads.pm
697 ____________________________________________________________________________
698 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
699         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
700              From: Tels <tels@bloodgate.com>
701              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
702              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
703      Branch: perl
704            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
705            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
706            ! lib/Math/BigInt/t/sub_mbi.t
707 ____________________________________________________________________________
708 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
709         Log: AUTHORS updates.
710      Branch: perl
711            ! AUTHORS
712 ____________________________________________________________________________
713 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
714         Log: BeOS failure merge, noticed by Daniel Berger.
715      Branch: perl
716            ! README.beos pod/perldelta.pod
717 ____________________________________________________________________________
718 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
719         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
720              coredumps or warnings about failing to close _GEN_0 ensue)
721      Branch: perl
722            ! ext/XS/Typemap/Typemap.t
723 ____________________________________________________________________________
724 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
725         Log: Subject: Re: $Storable::drop_utf8 is undeclared
726              From: Nicholas Clark <nick@unfortu.net>
727              Date: Thu, 11 Jul 2002 22:40:05 +0100
728              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
729      Branch: perl
730            ! ext/Storable/Storable.xs
731 ____________________________________________________________________________
732 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
733         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
734      Branch: perl
735            ! pod/perldelta.pod
736 ____________________________________________________________________________
737 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
738         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
739              From: Tim Jenness <t.jenness@jach.hawaii.edu>
740              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
741              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
742      Branch: perl
743            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
744 ____________________________________________________________________________
745 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
746         Log: Microdoctweak.
747      Branch: perl
748            ! pod/perlapio.pod
749 ____________________________________________________________________________
750 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
751         Log: metaconfig unit change for #17489.
752      Branch: metaconfig/U/perl
753            ! Extensions.U
754 ____________________________________________________________________________
755 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
756         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
757              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
758              Date: Thu, 11 Jul 2002 21:35:41 +0200
759              Message-ID: <311512104521.20020711213541@familiehaase.de>
760              
761              (plus add a warning about NDBM_File on FAT to README.cygwin)
762      Branch: perl
763            ! Configure README.cygwin
764 ____________________________________________________________________________
765 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
766         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
767              From: "Craig A. Berry" <craigberry@mac.com>
768              Date: Thu, 11 Jul 2002 12:44:41 -0500
769              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
770      Branch: perl
771            ! lib/ExtUtils/MM_Unix.pm
772 ____________________________________________________________________________
773 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
774         Log: Subject: [PATCH] Re: BigInt and "\n"
775              From: Tels <perl_dummy@bloodgate.com>
776              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
777      Branch: perl
778            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
779 ____________________________________________________________________________
780 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
781         Log: Apparently OS/2 likes to export the Perl malloc interface
782              to external libraries and the #16291 broke that when removing
783              the bincompat5005 feature.
784      Branch: perl
785            ! makedef.pl
786 ____________________________________________________________________________
787 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
788         Log: Document better the PerlIO_{export,release,import}FILE()
789              relationships (or the lack thereof).
790      Branch: perl
791            ! perlio.c pod/perlapio.pod
792 ____________________________________________________________________________
793 [ 17484] By: nick                                  on 2002/07/11  15:33:53
794         Log: Integrate mainline
795      Branch: perlio
796           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
797           !> vms/ext/Stdio/Stdio.xs
798 ____________________________________________________________________________
799 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
800         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
801              From: "Craig A. Berry" <craigberry@mac.com>
802              Date: Thu, 11 Jul 2002 11:09:03 -0500
803              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
804      Branch: perl
805            ! vms/ext/Stdio/Stdio.xs
806 ____________________________________________________________________________
807 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
808         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
809              From: Autrijus Tang <autrijus@autrijus.org>
810              Date: Thu, 11 Jul 2002 23:30:23 +0800
811              Message-ID: <20020711153023.GA20806@not.autrijus.org>
812      Branch: perl
813            ! lib/Locale/Maketext/TPJ13.pod
814 ____________________________________________________________________________
815 [ 17481] By: sky                                   on 2002/07/11  13:02:15
816         Log: Don't set the context to the running thread before
817              we run destroy on the old, cures segfault on linux.
818      Branch: perl
819            ! ext/threads/threads.xs
820 ____________________________________________________________________________
821 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
822         Log: Integrate perlio:
823              
824              [ 17478]
825              Various core-dump preventions for cases Craig found on VMS.
826              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
827              
828              [ 17479]
829              (Re-)instate :pop as a "back door" to perl level layer stack
830              manipulation.
831      Branch: perl
832           !> lib/PerlIO.pm perlio.c
833 ____________________________________________________________________________
834 [ 17479] By: nick                                  on 2002/07/11  09:16:46
835         Log: (Re-)instate :pop as a "back door" to perl level layer stack
836              manipulation.
837      Branch: perlio
838            ! lib/PerlIO.pm perlio.c
839 ____________________________________________________________________________
840 [ 17478] By: nick                                  on 2002/07/11  08:43:28
841         Log: Various core-dump preventions for cases Craig found on VMS.
842              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
843      Branch: perlio
844            ! perlio.c
845 ____________________________________________________________________________
846 [ 17477] By: nick                                  on 2002/07/11  07:42:34
847         Log: Integrate mainline
848      Branch: perlio
849           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
850           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
851           !> ext/threads/t/list.t ext/threads/threads.pm
852           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
853           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
854           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
855           !> pod/perliol.pod regexec.c t/op/magic.t
856 ____________________________________________________________________________
857 [ 17476] By: sky                                   on 2002/07/11  05:35:53
858         Log: Problem fixed with detached threads reported by Stacy Maughan 
859              and debugged by Jan Dubois. Problem occured when a thread
860              cleared itself out and then switched back to itself (which was
861              gone) and wanted a function pointer for the PerlMemShared free.
862      Branch: perl
863            ! ext/threads/threads.xs
864 ____________________________________________________________________________
865 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
866         Log: Small threads docs cleanups.
867      Branch: perl
868            ! ext/threads/shared/shared.pm ext/threads/threads.pm
869            ! pod/perldiag.pod
870 ____________________________________________________________________________
871 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
872         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
873              From: Dave Mitchell <davem@fdgroup.com>
874              Date: Thu, 11 Jul 2002 01:15:18 +0100
875              Message-ID: <20020711011518.B27438@fdgroup.com>
876      Branch: perl
877            ! ext/threads/shared/shared.pm
878 ____________________________________________________________________________
879 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
880         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
881              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
882              specific and known to work on the platforms that need it),
883              on Sarathy's advice.
884      Branch: perl
885            ! t/op/magic.t
886 ____________________________________________________________________________
887 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
888         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
889              From: Nicholas Clark <nick@unfortu.net>
890              Date: Wed, 10 Jul 2002 23:17:36 +0100
891              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
892      Branch: perl
893            ! ext/Storable/t/integer.t
894 ____________________________________________________________________________
895 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
896         Log: Subject: [PATCH] QuotedPrint.t
897              From: Elizabeth Mattijsen <liz@dijkmat.nl>
898              Date: Wed, 10 Jul 2002 21:29:54 +0200
899              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
900      Branch: perl
901            ! lib/PerlIO/via/t/QuotedPrint.t
902 ____________________________________________________________________________
903 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
904         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
905              Subject: [DOC PATCH] some doc nits after 17463
906              Date: Wed, 10 Jul 2002 21:13:52 +0200
907              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
908      Branch: perl
909            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
910            ! pod/perldelta.pod pod/perliol.pod
911 ____________________________________________________________________________
912 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
913         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
914              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
915              Date: Wed, 10 Jul 2002 18:47:45 +0200
916              Message-ID: <3D2C8151.30381.12DE80@localhost>
917      Branch: perl
918            ! lib/ExtUtils/MM_Win95.pm
919 ____________________________________________________________________________
920 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
921         Log: Regen Changes.
922      Branch: perl
923            ! Changes
924 ____________________________________________________________________________
925 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
926         Log: Retract #17375: contrary to intention, it was actually
927              harmful on EBCDIC (configpm broke).
928      Branch: perl
929            ! regexec.c
930 ____________________________________________________________________________
931 [ 17466] By: sky                                   on 2002/07/10  17:59:19
932         Log: Makes list skip the main thread.
933      Branch: perl
934            ! ext/threads/t/list.t ext/threads/threads.xs
935 ____________________________________________________________________________
936 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
937         Log: More about the dangers of indent.
938      Branch: perl
939            ! Porting/pumpkin.pod
940 ____________________________________________________________________________
941 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
942         Log: Small perldelta tweaks.
943      Branch: perl
944            ! pod/perldelta.pod
945 ____________________________________________________________________________
946 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
947         Log: Update Changes.
948      Branch: perl
949            ! Changes patchlevel.h
950 ____________________________________________________________________________
951 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
952         Log: EBCDIC has different codepoints.
953      Branch: perl
954            ! lib/PerlIO/via/t/QuotedPrint.t
955 ____________________________________________________________________________
956 [ 17461] By: nick                                  on 2002/07/10  06:58:47
957         Log: Integrate mainline (Via/via etc.)
958      Branch: perlio
959           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
960           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
961           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
962           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
963            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
964            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
965            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
966           !> (integrate 34 files)
967 ____________________________________________________________________________
968 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
969         Log: If no PerlIO, no PerlIO::via.
970      Branch: perl
971            ! lib/PerlIO/via/t/QuotedPrint.t
972 ____________________________________________________________________________
973 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
974         Log: Too much cut-and-paste from Term::Complete.t;
975              be more paranoid on readonlyness
976      Branch: perl
977            ! lib/Config.t
978 ____________________________________________________________________________
979 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
980         Log: Test Config.
981      Branch: perl
982            + lib/Config.t
983            ! MANIFEST
984 ____________________________________________________________________________
985 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
986         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
987              From: Kay Röpke <kroepke@dolphin-services.de>
988              Date: Tue, 9 Jul 2002 14:12:10 +0200
989              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
990      Branch: perl
991            ! op.c t/lib/strict/subs
992 ____________________________________________________________________________
993 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
994         Log: Detypo.
995      Branch: perl
996            ! ext/threads/shared/shared.pm
997 ____________________________________________________________________________
998 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
999         Log: Subject: [PATCH] fix 17425 for VMS
1000              From: "Craig A. Berry" <craigberry@mac.com>
1001              Date: Tue, 09 Jul 2002 17:07:12 -0500
1002              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
1003      Branch: perl
1004            ! t/op/magic.t
1005 ____________________________________________________________________________
1006 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
1007         Log: Change PerlIO::Scalar and Via to scalar and via.
1008      Branch: perl
1009            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
1010            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
1011            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
1012            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
1013            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1014            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
1015            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
1016            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
1017            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
1018            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
1019            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
1020            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1021 ____________________________________________________________________________
1022 [ 17453] By: sky                                   on 2002/07/09  21:23:31
1023         Log: Update documentation with &share() non prototype checking version.
1024              Fix share so it once again returns a reference to whatever it just
1025              shared, so now you can do my &share([]);
1026              Remove check for useithreads and Config.pm from threads::shared,
1027              you can now always use threads::shared in your module without
1028              overhead of config.pm and without speed hit unless threads have been 
1029              requested, share, cond_wait, cond_broadcast, cond_signal and lock
1030              all become noops, so does : share.
1031      Branch: perl
1032            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1033 ____________________________________________________________________________
1034 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
1035         Log: Tweak perldelta for the new PerlIO::Vianess.
1036      Branch: perl
1037            ! pod/perldelta.pod
1038 ____________________________________________________________________________
1039 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
1040         Log: Update the port status.
1041      Branch: perl
1042            ! pod/perlport.pod
1043 ____________________________________________________________________________
1044 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
1045         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
1046              From: Robin Barker <rmb1@cise.npl.co.uk>
1047              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
1048              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
1049              
1050              (the sprintf() spot in Dumper.xs fixed)
1051      Branch: perl
1052            ! ext/Data/Dumper/Dumper.xs perl.c util.c
1053 ____________________________________________________________________________
1054 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
1055         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
1056              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1057              Date: Mon, 08 Jul 2002 10:21:09 +0200
1058              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
1059              
1060              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
1061              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1062              Date: Tue, 09 Jul 2002 09:29:52 +0200
1063              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
1064      Branch: perl
1065            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
1066            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
1067            ! ext/PerlIO/t/via.t pod/perliol.pod
1068 ____________________________________________________________________________
1069 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
1070         Log: Integrate perlio:
1071              
1072              [ 17446]
1073              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
1074              :stdio as lower layer fails.
1075              
1076              [ 17447]
1077              Tidy PerlIO::Via
1078              - add test for open fail
1079              - add PerlIO_debug() diags to open paths
1080              - comments on API gaps 
1081              - Update OPEN,SYSOPEN,FDOPEN pod entries.
1082      Branch: perl
1083           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1084           !> perlio.c
1085 ____________________________________________________________________________
1086 [ 17447] By: nick                                  on 2002/07/09  17:13:41
1087         Log: Tidy PerlIO::Via
1088              - add test for open fail
1089              - add PerlIO_debug() diags to open paths
1090              - comments on API gaps 
1091              - Update OPEN,SYSOPEN,FDOPEN pod entries.
1092      Branch: perlio
1093            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1094 ____________________________________________________________________________
1095 [ 17446] By: nick                                  on 2002/07/09  16:59:29
1096         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
1097              :stdio as lower layer fails.
1098      Branch: perlio
1099            ! perlio.c
1100 ____________________________________________________________________________
1101 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
1102         Log: Document how to re-indent.
1103      Branch: perl
1104            ! Porting/pumpkin.pod
1105 ____________________________________________________________________________
1106 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
1107         Log: Retract #17428, not needed in this version of File::Spec.
1108      Branch: perl
1109            ! lib/File/Spec/Unix.pm
1110 ____________________________________________________________________________
1111 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
1112         Log: This is getting pretty fragmented (finish up #17441).
1113      Branch: perl
1114            ! pp_ctl.c t/op/eval.t
1115 ____________________________________________________________________________
1116 [ 17442] By: nick                                  on 2002/07/09  15:39:02
1117         Log: Indentation normalize via 
1118              indent -kr -nce -psl 
1119              (Better indent incantations welcome - something for Porting/?)
1120      Branch: perlio
1121            ! ext/PerlIO/Via/Via.xs
1122 ____________________________________________________________________________
1123 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
1124         Log: Missing patch fragment, noted by Hugo.
1125      Branch: perl
1126            ! toke.c
1127 ____________________________________________________________________________
1128 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
1129         Log: Update Changes.
1130      Branch: perl
1131            ! Changes patchlevel.h
1132 ____________________________________________________________________________
1133 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
1134         Log: Empty lines.
1135      Branch: perl
1136            ! MANIFEST
1137 ____________________________________________________________________________
1138 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
1139         Log: Integrate perlio:
1140              
1141              [ 17431]
1142              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
1143              
1144              [ 17432]
1145              Core-dump prevention for 
1146              open PIPE, "-|:stdio", "cat /etc/motd";
1147              (root cause not yet fixed).
1148              
1149              [ 17433]
1150              Special case :stdio pushed method so that "-|:stdio" does 
1151              not have an uninitialized layer on top.
1152              
1153              [ 17435]
1154              Call $encoding->decode($sv) without a $chk argument.
1155              This fixes modification of readonly value under use encoding().
1156              Not a final fix as it does not warn on failed decode.
1157              
1158              [ 17437]
1159              perldiag patch for implied open of STDIN/STDOUT/STDERR
1160              in wrong mode.
1161      Branch: perl
1162           +> ext/ODBM_File/hints/linux.pl
1163           !> MANIFEST perlio.c pod/perldiag.pod sv.c
1164 ____________________________________________________________________________
1165 [ 17437] By: nick                                  on 2002/07/09  13:42:06
1166         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
1167              in wrong mode.
1168      Branch: perlio
1169            ! pod/perldiag.pod
1170 ____________________________________________________________________________
1171 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
1172         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
1173              From: Hans Ranke <Hans.Ranke@ei.tum.de>
1174              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
1175              Message-Id: <5.8.0_12541_1026136670@regency>
1176      Branch: perl
1177            ! makedepend.SH
1178 ____________________________________________________________________________
1179 [ 17435] By: nick                                  on 2002/07/09  12:38:01
1180         Log: Call $encoding->decode($sv) without a $chk argument.
1181              This fixes modification of readonly value under use encoding().
1182              Not a final fix as it does not warn on failed decode.
1183      Branch: perlio
1184            ! sv.c
1185 ____________________________________________________________________________
1186 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
1187         Log: Subject: [DOC PATCH] perlre, minor error
1188              From: "Steffen Mueller" <xyey9001@sneakemail.com>
1189              Date: Tue, 9 Jul 2002 02:23:33 +0200
1190              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
1191      Branch: perl
1192            ! pod/perlre.pod
1193 ____________________________________________________________________________
1194 [ 17433] By: nick                                  on 2002/07/09  11:42:32
1195         Log: Special case :stdio pushed method so that "-|:stdio" does 
1196              not have an uninitialized layer on top.
1197      Branch: perlio
1198            ! perlio.c
1199 ____________________________________________________________________________
1200 [ 17432] By: nick                                  on 2002/07/09  09:38:45
1201         Log: Core-dump prevention for 
1202              open PIPE, "-|:stdio", "cat /etc/motd";
1203              (root cause not yet fixed).
1204      Branch: perlio
1205            ! perlio.c
1206 ____________________________________________________________________________
1207 [ 17431] By: nick                                  on 2002/07/09  08:01:54
1208         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
1209      Branch: perlio
1210            + ext/ODBM_File/hints/linux.pl
1211            ! MANIFEST
1212 ____________________________________________________________________________
1213 [ 17430] By: nick                                  on 2002/07/09  07:59:06
1214         Log: Integrate mainline
1215      Branch: perlio
1216           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
1217            - ext/MIME/Base64/t/qp.t
1218           !> (integrate 48 files)
1219 ____________________________________________________________________________
1220 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
1221         Log: MIME::QuotedPrint is for bytes only; from Gisle.
1222      Branch: perl
1223            ! ext/MIME/Base64/QuotedPrint.pm
1224            ! ext/MIME/Base64/t/quoted-print.t
1225 ____________________________________________________________________________
1226 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
1227         Log: (retracted by #17444)
1228              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
1229              From: Diab Jerius <dj@head-cfa.harvard.edu>
1230              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
1231              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
1232      Branch: perl
1233            ! lib/File/Spec/Unix.pm
1234 ____________________________________________________________________________
1235 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
1236         Log: Subject: patch against   t/op/magic.t
1237              From: Jim Cromie <jcromie@divsol.com>
1238              Date: Mon, 08 Jul 2002 19:23:38 -0400
1239              Message-ID: <3D2A1EFA.8050603@divsol.com>
1240      Branch: perl
1241            ! t/op/magic.t
1242 ____________________________________________________________________________
1243 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
1244         Log: Subject: [DOC PATCH] Thread::Signal.pm
1245              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1246              Date: Mon, 08 Jul 2002 23:40:32 +0200
1247              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
1248      Branch: perl
1249            ! ext/Thread/Thread/Signal.pm
1250 ____________________________________________________________________________
1251 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
1252         Log: Integrate maint patches #17421, #17424:
1253              
1254              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1255              hack, $^X was improperly set to the script name when the script
1256              was run via the PATH; argv[0] in that case shows up as the bare
1257              name of the script rather than its fully qualified path, which
1258              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1259              to recognize it as the running script name; fix tries to match
1260              bare script name in that case (from Gisle Aas)
1261              
1262              tweak change#17421 ($0 is full path to script even when script
1263              is invoked via PATH almost everywhere except Windows)
1264      Branch: perl
1265           !> t/op/magic.t toke.c
1266 ____________________________________________________________________________
1267 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
1268         Log: tweak change#17421 ($0 is full path to script even when script
1269              is invoked via PATH almost everywhere except Windows)
1270      Branch: maint-5.6/perl
1271            ! t/op/magic.t
1272 ____________________________________________________________________________
1273 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
1274         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1275              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1276              Date: Mon, 08 Jul 2002 17:00:33 +0100
1277              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
1278      Branch: perl
1279            ! lib/File/Basename.pm op.c t/op/wantarray.t
1280 ____________________________________________________________________________
1281 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
1282         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
1283              From: "Craig A. Berry" <craigberry@mac.com>
1284              Date: Mon, 08 Jul 2002 13:17:35 -0500
1285              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
1286      Branch: perl
1287            ! regcomp.c
1288 ____________________________________________________________________________
1289 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
1290         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1291              hack, $^X was improperly set to the script name when the script
1292              was run via the PATH; argv[0] in that case shows up as the bare
1293              name of the script rather than its fully qualified path, which
1294              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1295              to recognize it as the running script name; fix tries to match
1296              bare script name in that case (from Gisle Aas)
1297      Branch: maint-5.6/perl
1298            ! t/op/magic.t toke.c
1299 ____________________________________________________________________________
1300 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
1301         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
1302              From: Dave Mitchell <davem@fdgroup.com>
1303              Date: Mon, 8 Jul 2002 00:45:42 +0100
1304              Message-ID: <20020708004542.B14412@fdgroup.com>
1305      Branch: perl
1306            ! README.solaris
1307 ____________________________________________________________________________
1308 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
1309         Log: Add a note about perlmonks as suggested by Ilya Martynov;
1310              add an admonition about "can you write my shopping cart
1311              script for me!!!"
1312      Branch: perl
1313            ! pod/perlfaq2.pod
1314 ____________________________________________________________________________
1315 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
1316         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
1317              From: Iain Truskett <spoon@cpan.org>
1318              Date: Mon, 8 Jul 2002 16:50:55 +1000
1319              Message-ID: <20020708065055.GC14168@eh.org>
1320      Branch: perl
1321            ! pod/perlfaq2.pod pod/perlmodstyle.pod
1322 ____________________________________________________________________________
1323 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
1324         Log: Subject: [DOC PATCH] perlthrtut.pod
1325              From: Iain Truskett <spoon@cpan.org>
1326              Date: Mon, 8 Jul 2002 13:53:59 +1000       
1327              Message-ID: <20020708035359.GB14168@eh.org>  
1328      Branch: perl
1329            ! pod/perlthrtut.pod
1330 ____________________________________________________________________________
1331 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
1332         Log: Subject: [PATCH] t/op/glob.t
1333              From: Iain Truskett <spoon@cpan.org>
1334              Date: Mon, 8 Jul 2002 11:59:21 +1000
1335              Message-ID: <20020708015921.GA14168@eh.org>
1336      Branch: perl
1337            ! t/op/glob.t
1338 ____________________________________________________________________________
1339 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
1340         Log: More AUTHORS updates.
1341      Branch: perl
1342            ! AUTHORS
1343 ____________________________________________________________________________
1344 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
1345         Log: AUTHORS updates.
1346      Branch: perl
1347            ! AUTHORS
1348 ____________________________________________________________________________
1349 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
1350         Log: README tweaks.
1351      Branch: perl
1352            ! README.tru64
1353 ____________________________________________________________________________
1354 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
1355         Log: Update Changes.
1356      Branch: perl
1357            ! Changes patchlevel.h
1358 ____________________________________________________________________________
1359 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
1360         Log: Regen toc, modlib.
1361      Branch: perl
1362            ! pod/perlmodlib.pod pod/perltoc.pod
1363 ____________________________________________________________________________
1364 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
1365         Log: Replace the word "discipline" by "layer" almost everywhere,
1366              by Elizabeth Mattijsen.
1367      Branch: perl
1368            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
1369            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
1370            ! pod/perluniintro.pod pod/perlvar.pod
1371 ____________________________________________________________________________
1372 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
1373         Log: Use the same name for the QP test as MIME::Base64 does.
1374      Branch: perl
1375            + ext/MIME/Base64/t/quoted-print.t
1376            - ext/MIME/Base64/t/qp.t
1377            ! MANIFEST
1378 ____________________________________________________________________________
1379 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
1380         Log: Don't install test pods.
1381      Branch: perl
1382            ! installman
1383 ____________________________________________________________________________
1384 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
1385         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
1386              introduce the test case of [ID 20020623.009].  Once upon a
1387              time #13474 introduced evil coredumps, but now things seem
1388              to be better (tried both with and without ithreads).
1389      Branch: perl
1390            ! op.c t/run/fresh_perl.t
1391 ____________________________________________________________________________
1392 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
1393         Log: Upgrade to Math::BigInt 1.60.
1394      Branch: perl
1395            + lib/Math/BigInt/t/bare_mif.t
1396            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1397            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1398            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1399            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1400            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
1401            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
1402            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1403            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
1404 ____________________________________________________________________________
1405 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
1406         Log: Subject: Re: FreeBSD 4.6 imminent
1407              From: Nicholas Clark <nick@unfortu.net>
1408              Date: Sat, 6 Jul 2002 16:07:38 +0100
1409              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
1410      Branch: perl
1411            ! README.freebsd
1412 ____________________________________________________________________________
1413 [ 17404] By: nick                                  on 2002/07/06  07:04:02
1414         Log: Integrate mainline
1415      Branch: perlio
1416           !> t/README
1417 ____________________________________________________________________________
1418 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
1419         Log: Precisions and updates about running and writing tests.
1420      Branch: perl
1421            ! t/README
1422 ____________________________________________________________________________
1423 [ 17402] By: nick                                  on 2002/07/05  07:05:40
1424         Log: Integrate mainline
1425      Branch: perlio
1426           !> (integrate 32 files)
1427 ____________________________________________________________________________
1428 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
1429         Log: Goes with change #17400.
1430      Branch: perl
1431            ! t/pod/podselect.xr
1432 ____________________________________________________________________________
1433 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
1434         Log: Subject: [DOC PATCH] minor typo in podselect.PL
1435              From: Dave Mitchell <davem@fdgroup.com>
1436              Date: Thu, 4 Jul 2002 15:30:53 +0100
1437              Message-ID: <20020704153052.C1322@fdgroup.com>
1438      Branch: perl
1439            ! pod/podselect.PL
1440 ____________________________________________________________________________
1441 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
1442         Log: Typos and missing warning categories.
1443      Branch: perl
1444            ! pod/perldiag.pod
1445 ____________________________________________________________________________
1446 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
1447         Log: Subject: Re: autom4te and perl 5.8.0
1448              From: Andy Dougherty <doughera@lafayette.edu>
1449              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
1450              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
1451              
1452              (with an additional paranoid nit : skip test unless -c $devnull)
1453      Branch: perl
1454            ! doio.c ext/Fcntl/t/fcntl.t
1455 ____________________________________________________________________________
1456 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
1457         Log: Subject: [PATCH] Win32 build broken
1458              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1459              Date: Wed, 3 Jul 2002 23:44:49 +0200
1460              Message-ID: <3D238C71.6138.2E20AFC@localhost>
1461              
1462              (needed by change #17391)
1463      Branch: perl
1464            ! embed.fnc global.sym
1465 ____________________________________________________________________________
1466 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
1467         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
1468              From: "Craig A. Berry" <craigberry@mac.com>
1469              Date: Mon, 1 Jul 2002 22:55:30 -0500
1470              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
1471      Branch: perl
1472            ! vms/vms.c
1473 ____________________________________________________________________________
1474 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
1475         Log: Subject: Re: Change 17385: AUTHORS updates.
1476              From: Philip Newton <Philip.Newton@gmx.net>
1477              Date: Mon, 01 Jul 2002 20:30:59 +0200
1478              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
1479      Branch: perl
1480            ! AUTHORS
1481 ____________________________________________________________________________
1482 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
1483         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
1484              From: "Craig A. Berry" <craigberry@mac.com>
1485              Date: Mon, 01 Jul 2002 13:52:36 -0500
1486              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
1487      Branch: perl
1488            ! configure.com vms/test.com
1489 ____________________________________________________________________________
1490 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
1491         Log: Allow PerlIO::Via to look for modules in the default
1492              namespace PerlIO::Via::.
1493      Branch: perl
1494            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1495 ____________________________________________________________________________
1496 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
1497         Log: Small speedup by inlining the easy bits of is_utf8_char()
1498              into is_utf8_string().
1499      Branch: perl
1500            ! utf8.c
1501 ____________________________________________________________________________
1502 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
1503         Log: Subject: -Dr and unicode
1504              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1505              Date: Mon, 01 Jul 2002 13:28:05 +0100
1506              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
1507      Branch: perl
1508            ! regcomp.c
1509 ____________________________________________________________________________
1510 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
1511         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
1512              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1513              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
1514              Date: Mon, 01 Jul 2002 13:28:04 +0100
1515      Branch: perl
1516            ! regexec.c t/op/pat.t
1517 ____________________________________________________________________________
1518 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
1519         Log: Goes with lib/open.pm diagnostics changes
1520      Branch: perl
1521            ! lib/open.t
1522 ____________________________________________________________________________
1523 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
1524         Log: Subject: [DOC PATCH] perliol.pod nit
1525              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1526              Date: Sun, 30 Jun 2002 23:52:05 +0200
1527              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
1528              
1529              Subject: [DOC PATCH] open.pm, no more discipline
1530              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1531              Date: Sun, 30 Jun 2002 23:02:50 +0200
1532              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
1533      Branch: perl
1534            ! lib/open.pm pod/perliol.pod
1535 ____________________________________________________________________________
1536 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
1537         Log: Subject: Threads doc patch
1538              From: Iain Truskett <spoon@cpan.org>
1539              Date: Mon, 1 Jul 2002 14:58:14 +1000
1540              Message-ID: <20020701045814.GB1805@eh.org>
1541      Branch: perl
1542            ! pod/perlthrtut.pod
1543 ____________________________________________________________________________
1544 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
1545         Log: Regen toc (skip the XS:: since they do not get installed)
1546      Branch: perl
1547            ! pod/buildtoc.PL pod/perltoc.pod
1548 ____________________________________________________________________________
1549 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
1550         Log: AUTHORS updates.
1551      Branch: perl
1552            ! AUTHORS
1553 ____________________________________________________________________________
1554 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
1555         Log: Update Changes.
1556      Branch: perl
1557            ! Changes patchlevel.h
1558 ____________________________________________________________________________
1559 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
1560         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
1561              when creation of new threads needs to duplicate the re struct)
1562      Branch: perl
1563            ! sv.c
1564 ____________________________________________________________________________
1565 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
1566         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
1567              From: Nicholas Clark <nick@unfortu.net>
1568              Date: Sat, 29 Jun 2002 18:24:08 +0100
1569              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
1570      Branch: perl
1571            ! t/op/pack.t
1572 ____________________________________________________________________________
1573 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
1574         Log: Various precisions.
1575      Branch: perl
1576            ! pod/perlhack.pod
1577 ____________________________________________________________________________
1578 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
1579         Log: (Retracted by #17383)
1580              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
1581              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1582              Date: Fri, 28 Jun 2002 14:29:43 +0100
1583              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
1584      Branch: perl
1585            ! sv.c
1586 ____________________________________________________________________________
1587 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
1588         Log: Subject: [PATCH rc2] README.os2
1589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1590              Date: Fri, 28 Jun 2002 13:32:39 -0400
1591              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
1592      Branch: perl
1593            ! README.os2 os2/Changes
1594 ____________________________________________________________________________
1595 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
1596         Log: Forgotten file.
1597      Branch: perl
1598            ! MANIFEST
1599 ____________________________________________________________________________
1600 [ 17377] By: nick                                  on 2002/06/28  17:59:37
1601         Log: Integrate mainline
1602      Branch: perlio
1603           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
1604           !> (integrate 27 files)
1605 ____________________________________________________________________________
1606 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
1607         Log: NetWare update from Ananth Kesari.
1608      Branch: perl
1609            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
1610            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
1611 ____________________________________________________________________________
1612 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
1613         Log: (retracted by #17467)
1614              EBCDIC-safer.
1615      Branch: perl
1616            ! regexec.c
1617 ____________________________________________________________________________
1618 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
1619         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1620              From: Steve Hay <Steve.Hay@uk.radan.com>
1621              Date: Fri, 28 Jun 2002 12:23:37 +0100
1622              Message-ID: <3D1C4739.4090002@uk.radan.com>
1623      Branch: perl
1624            ! lib/Tie/Handle.pm
1625 ____________________________________________________________________________
1626 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
1627         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1628              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1629              Date: Mon, 24 Jun 2002 23:17:57 -0700
1630              Message-ID: <VsAG9gzkgWla092yn@efn.org>
1631      Branch: perl
1632            ! pod/perlfunc.pod
1633 ____________________________________________________________________________
1634 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
1635         Log: Inlining to avoid costly UTF-8 calls.
1636      Branch: perl
1637            ! regexec.c sv.c
1638 ____________________________________________________________________________
1639 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
1640         Log: Shave off some more of the Unicode regex slowness.
1641      Branch: perl
1642            ! regexec.c
1643 ____________________________________________________________________________
1644 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
1645         Log: Cure some of the slowness of
1646              [ID 20020627.001] regex and utf-8 performance problem.
1647      Branch: perl
1648            ! regexec.c
1649 ____________________________________________________________________________
1650 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1651         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1652              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1653              Date: Thu, 27 Jun 2002 11:58:57 +0100
1654              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1655      Branch: perl
1656            ! op.c
1657 ____________________________________________________________________________
1658 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1659         Log: Subject: [DOC PATCH] DynaLoader.pm
1660              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1661              Date: Wed, 26 Jun 2002 20:27:25 +0200
1662              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1663              
1664              Subject: [DOC PATCH] Base64.pm
1665              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1666              Date: Thu, 27 Jun 2002 00:54:10 +0200
1667              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1668      Branch: perl
1669            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1670 ____________________________________________________________________________
1671 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1672         Log: chomp clarifications by Elizabeth Mattijsen.
1673      Branch: perl
1674            ! pod/perlfunc.pod
1675 ____________________________________________________________________________
1676 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1677         Log: Further tweaking on the Unicode s///.
1678      Branch: perl
1679            ! pp_hot.c t/op/subst.t
1680 ____________________________________________________________________________
1681 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1682         Log: Subject: Re: Another Unicode s/// buglet?
1683              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1684              Date: Wed, 26 Jun 2002 18:43:18 +0100
1685              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1686      Branch: perl
1687            ! regexec.c
1688 ____________________________________________________________________________
1689 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1690         Log: Subject: Re: Another Unicode s/// buglet?
1691              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1692              Date: Wed, 26 Jun 2002 17:43:07 +0100
1693              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1694              
1695              (only the test cases)
1696      Branch: perl
1697            ! t/op/subst.t
1698 ____________________________________________________________________________
1699 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1700         Log: Integrate from macperl:
1701              
1702              [ 17345]
1703              Mac OS Test updates
1704              
1705              [ 17347]
1706              Support hints and OPTIMIZE in MM_MacOS
1707              
1708              [ 17348]
1709              Crank down optimization for Mac OS in Digest::MD5
1710      Branch: perl
1711           +> ext/Digest/MD5/hints/MacOS.pl
1712           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1713           !> lib/Test/Harness/t/strap-analyze.t
1714           !> lib/Test/Harness/t/test-harness.t
1715 ____________________________________________________________________________
1716 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1717         Log: Let's not leak.
1718      Branch: perl
1719            ! pp_hot.c
1720 ____________________________________________________________________________
1721 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1722         Log: Subject: [PATCH rc2] os2/Changes
1723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1724              Date: Wed, 26 Jun 2002 11:54:06 -0400
1725              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1726      Branch: perl
1727            ! os2/Changes os2/os2.c
1728 ____________________________________________________________________________
1729 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1730         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1731              From: PPrymmer@factset.com
1732              Date: Wed, 26 Jun 2002 10:48:23 -0400
1733              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1734      Branch: perl
1735            ! pod/perlport.pod
1736 ____________________________________________________________________________
1737 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1738         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1739              From: "Craig A. Berry" <craigberry@mac.com>
1740              Date: Tue, 25 Jun 2002 21:46:59 -0500
1741              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1742      Branch: perl
1743            ! configure.com pod/perlport.pod vms/perlvms.pod
1744 ____________________________________________________________________________
1745 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1746         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1747      Branch: perl
1748            ! pp_hot.c t/op/subst.t
1749 ____________________________________________________________________________
1750 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1751         Log: Further script tweakage.
1752      Branch: perl
1753            ! Porting/testall.atom
1754 ____________________________________________________________________________
1755 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1756         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1757              From: "John P. Linderman" <jpl@research.att.com>
1758              Date: Tue, 25 Jun 2002 06:51:09 -0400
1759              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
1760              
1761              (reformatted)
1762      Branch: perl
1763            ! pod/perlfunc.pod
1764 ____________________________________________________________________________
1765 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
1766         Log: Upgrade to podlators 1.22.
1767      Branch: perl
1768            + lib/Pod/t/text.t
1769            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
1770 ____________________________________________________________________________
1771 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
1772         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
1773      Branch: perl
1774            ! pp_hot.c t/op/subst.t
1775 ____________________________________________________________________________
1776 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
1777         Log: Dust off the script to the new test naming.
1778      Branch: perl
1779            ! Porting/testall.atom
1780 ____________________________________________________________________________
1781 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
1782         Log: Update Changes
1783      Branch: macperl
1784            + macos/Changes5.6
1785            ! macos/Changes
1786 ____________________________________________________________________________
1787 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
1788         Log: Don't need this anymore
1789      Branch: macperl
1790            - macos/bundled_ext/Digest/MD5/Makefile.mk
1791 ____________________________________________________________________________
1792 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
1793         Log: Fix macos Makefiles for optimization changes
1794      Branch: macperl
1795            ! macos/BuildRules.mk macos/Makefile.mk
1796 ____________________________________________________________________________
1797 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
1798         Log: Crank down optimization for Mac OS in Digest::MD5
1799      Branch: macperl
1800            + ext/Digest/MD5/hints/MacOS.pl
1801 ____________________________________________________________________________
1802 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
1803         Log: Support hints and OPTIMIZE in MM_MacOS
1804      Branch: macperl
1805            ! lib/ExtUtils/MM_MacOS.pm
1806 ____________________________________________________________________________
1807 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
1808         Log: Misc. config/test updates in macos
1809      Branch: macperl
1810            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1811            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
1812 ____________________________________________________________________________
1813 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
1814         Log: Mac OS Test updates
1815      Branch: macperl
1816            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
1817            ! lib/Test/Harness/t/test-harness.t
1818 ____________________________________________________________________________
1819 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
1820         Log: Integrate perl
1821      Branch: macperl
1822           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
1823           +> lib/Test/Simple/t/threads.t
1824            - lib/File/Spec/NW5.pm
1825           !> (integrate 124 files)
1826 ____________________________________________________________________________
1827 [ 17343] By: nick                                  on 2002/06/21  14:09:27
1828         Log: Integrate mainline
1829      Branch: perlio
1830           !> Changes patchlevel.h pod/perlhist.pod
1831 ____________________________________________________________________________
1832 [ 17342] By: nick                                  on 2002/06/21  13:30:07
1833         Log: Integrate mainline
1834      Branch: perlio
1835           !> (integrate 34 files)
1836 ____________________________________________________________________________
1837 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
1838         Log: This is 5.8.0 RC2.
1839      Branch: perl
1840            ! patchlevel.h pod/perlhist.pod
1841 ____________________________________________________________________________
1842 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
1843         Log: Update Changes.
1844      Branch: perl
1845            ! Changes patchlevel.h
1846 ____________________________________________________________________________
1847 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
1848         Log: Regen stuff.
1849      Branch: perl
1850            ! Configure NetWare/config_H.wc Porting/config.sh
1851            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
1852            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1853            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1854            ! wince/config_H.ce
1855 ____________________________________________________________________________
1856 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
1857         Log: Typos-be-gone.
1858      Branch: perl
1859            ! pod/perldelta.pod
1860 ____________________________________________________________________________
1861 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
1862         Log: Slight rewording from Stas, paragraph rewrappings.
1863      Branch: perl
1864            ! pod/perliol.pod
1865 ____________________________________________________________________________
1866 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
1867         Log: Integrate perlio:
1868              
1869              [ 17330]
1870              PerlIO Layer implementation future proofing.
1871              - Inspired by Nick C's suggestion add size of function table to the table
1872              as a validation check.
1873              - also optimize pseudo-layer code to avoid malloc/link of something
1874              destined to be immediately popped & freed.
1875              - Minor addition to pod/perliol.pod
1876              
1877              [ 17335]
1878              Fix bug in optimized pseudo-layers.
1879      Branch: perl
1880            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1881            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1882            ! pod/perliol.pod win32/win32io.c
1883 ____________________________________________________________________________
1884 [ 17335] By: nick                                  on 2002/06/21  08:46:57
1885         Log: Fix bug in optimized pseudo-layers.
1886      Branch: perlio
1887            ! perlio.c
1888 ____________________________________________________________________________
1889 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
1890         Log: VMS: configure.com updates from Craig Berry.
1891      Branch: perl
1892            ! configure.com
1893 ____________________________________________________________________________
1894 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
1895         Log: tyops
1896      Branch: perl
1897            ! pod/perlrun.pod
1898 ____________________________________________________________________________
1899 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
1900         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
1901      Branch: perl
1902            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1903            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1904            ! pod/perliol.pod win32/win32io.c
1905 ____________________________________________________________________________
1906 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
1907         Log: Integrate perlio:
1908              
1909              [ 17330]
1910              PerlIO Layer implementation future proofing.
1911              - Inspired by Nick C's suggestion add size of function table to the table
1912              as a validation check.
1913              - also optimize pseudo-layer code to avoid malloc/link of something
1914              destined to be immediately popped & freed.
1915              - Minor addition to pod/perliol.pod
1916      Branch: perl
1917           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1918           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1919           !> pod/perliol.pod win32/win32io.c
1920 ____________________________________________________________________________
1921 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1922         Log: PerlIO Layer implementation future proofing.
1923              - Inspired by Nick C's suggestion add size of function table to the table
1924              as a validation check.
1925              - also optimize pseudo-layer code to avoid malloc/link of something
1926              destined to be immediately popped & freed.
1927              - Minor addition to pod/perliol.pod
1928      Branch: perlio
1929            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1930            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1931            ! pod/perliol.pod win32/win32io.c
1932 ____________________________________________________________________________
1933 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1934         Log: AmigaOS: fork() is available but unimplemented.
1935      Branch: perl
1936            ! hints/amigaos.sh
1937 ____________________________________________________________________________
1938 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1939         Log: Integrate perlio:
1940              
1941              [ 17327]
1942              Fix segv on IO::File->open("/dev/null").
1943      Branch: perl
1944           !> doio.c perlio.c
1945 ____________________________________________________________________________
1946 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1947         Log: Fix segv on IO::File->open("/dev/null").
1948      Branch: perlio
1949            ! doio.c perlio.c
1950 ____________________________________________________________________________
1951 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1952         Log: Missing from #17321.
1953      Branch: perl
1954            ! lib/Getopt/Long/CHANGES
1955 ____________________________________________________________________________
1956 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1957         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1958              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1959              Date: Thu, 20 Jun 2002 17:14:12 +0100
1960              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1961      Branch: perl
1962            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1963            ! warnings.pl
1964 ____________________________________________________________________________
1965 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1966         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1967              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1968              Date: Thu, 20 Jun 2002 14:51:16 +0100
1969              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1970      Branch: perl
1971            ! numeric.c
1972 ____________________________________________________________________________
1973 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1974         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1975              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1976              Date: Thu, 20 Jun 2002 14:28:35 +0200
1977              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1978      Branch: perl
1979            ! ext/POSIX/POSIX.pod
1980 ____________________________________________________________________________
1981 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1982         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1983              From: Stas Bekman <stas@stason.org>
1984              Date: Thu, 20 Jun 2002 16:50:01 +0800
1985              Message-ID: <3D119739.4020901@stason.org>
1986              
1987              (mod_perl defines might define VOIDUSED)
1988      Branch: perl
1989            ! perl.h
1990 ____________________________________________________________________________
1991 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1992         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1993      Branch: perl
1994            ! lib/Getopt/Long.pm
1995 ____________________________________________________________________________
1996 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1997         Log: Integrate mainline
1998      Branch: perlio
1999           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
2000           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
2001           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
2002           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
2003           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
2004           !> lib/Test/Builder.pm lib/Test/Harness.pm
2005           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
2006           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
2007           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
2008           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
2009 ____________________________________________________________________________
2010 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
2011         Log: mention Win32::GetOSName() nearabouts $^O
2012      Branch: perl
2013            ! pod/perlvar.pod
2014 ____________________________________________________________________________
2015 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
2016         Log: More IRIX compiler lore.
2017      Branch: perl
2018            ! README.irix
2019 ____________________________________________________________________________
2020 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
2021         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
2022      Branch: perl
2023            ! makedef.pl
2024 ____________________________________________________________________________
2025 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
2026         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
2027      Branch: perl
2028            ! lib/Getopt/Long.pm
2029 ____________________________________________________________________________
2030 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
2031         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
2032              From: Michael G Schwern <schwern@pobox.com>
2033              Date: Wed, 19 Jun 2002 20:11:11 -0400
2034              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
2035      Branch: perl
2036            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
2037            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2038            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2039            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
2040 ____________________________________________________________________________
2041 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
2042         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
2043              From: Michael G Schwern <schwern@pobox.com>
2044              Date: Wed, 19 Jun 2002 20:13:16 -0400
2045              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
2046      Branch: perl
2047            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
2048            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
2049 ____________________________________________________________________________
2050 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
2051         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
2052              From: Michael G Schwern <schwern@pobox.com>
2053              Date: Wed, 19 Jun 2002 20:12:08 -0400
2054              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
2055      Branch: perl
2056            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2057            ! lib/Test/Harness/Straps.pm
2058 ____________________________________________________________________________
2059 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
2060         Log: Integrate perlio:
2061              
2062              [ 17309]
2063              "Clean" implementation of binmode(FH)/":raw" identity.
2064              New function table entry so all layer definitions need tweaking.
2065              Extra function table entry allows a layer to remain on a binmode stack
2066              New PerlIOBase_binmode allows easy implementation of default policy.
2067      Branch: perl
2068           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
2069           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2070           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
2071 ____________________________________________________________________________
2072 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
2073         Log: Subject: RE: [PATCH] POSIX taint tests
2074              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2075              Date: Wed, 19 Jun 2002 23:16:11 +0100
2076              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
2077      Branch: perl
2078            ! ext/POSIX/t/posix.t
2079 ____________________________________________________________________________
2080 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
2081         Log: Fix for 20001101.004, at least for the memleak part.
2082      Branch: perl
2083            ! lib/overload.pm
2084 ____________________________________________________________________________
2085 [ 17309] By: nick                                  on 2002/06/19  20:50:54
2086         Log: "Clean" implementation of binmode(FH)/":raw" identity.
2087              New function table entry so all layer definitions need tweaking.
2088              Extra function table entry allows a layer to remain on a binmode stack
2089              New PerlIOBase_binmode allows easy implementation of default policy.
2090      Branch: perlio
2091            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
2092            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2093            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
2094 ____________________________________________________________________________
2095 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
2096         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
2097              From: Michael G Schwern <schwern@pobox.com>
2098              Date: Wed, 19 Jun 2002 16:51:56 -0400
2099              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
2100      Branch: perl
2101            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
2102 ____________________________________________________________________________
2103 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
2104         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
2105              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2106              Date: Tue, 18 Jun 2002 15:40:08 -0700
2107              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
2108      Branch: perl
2109            ! lib/overload.pm
2110 ____________________________________________________________________________
2111 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
2112         Log: Subject: Re: Mingw32: some tests fail 
2113              From: Per Einar Ellefsen <per.einar@skynet.be>
2114              Date: Wed, 19 Jun 2002 19:37:15 +0200
2115              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
2116      Branch: perl
2117            ! README.win32
2118 ____________________________________________________________________________
2119 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
2120         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
2121              From: Autrijus Tang <autrijus@autrijus.org>
2122              Date: Thu, 20 Jun 2002 01:36:26 +0800
2123              Message-ID: <20020619173626.GA2650@not.autrijus.org>
2124      Branch: perl
2125            ! pod/perldelta.pod
2126 ____________________________________________________________________________
2127 [ 17304] By: nick                                  on 2002/06/19  15:57:16
2128         Log: Integrate mainline
2129      Branch: perlio
2130           +> ext/POSIX/t/taint.t
2131            - lib/File/Spec/NW5.pm
2132           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
2133           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
2134 ____________________________________________________________________________
2135 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
2136         Log: Update Changes.
2137      Branch: perl
2138            ! Changes patchlevel.h
2139 ____________________________________________________________________________
2140 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
2141         Log: #17301 was only part of the story.
2142      Branch: perl
2143            ! MANIFEST
2144 ____________________________________________________________________________
2145 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
2146         Log: Make MANIFEST comply with #17297.
2147      Branch: perl
2148            ! MANIFEST
2149 ____________________________________________________________________________
2150 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
2151         Log: Subject: Re: perlbug mail loop? [PATCH]
2152              From: Richard.Foley@t-online.de
2153              Date: Wed, 19 Jun 2002 15:29:37 +0200
2154              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
2155      Branch: perl
2156            ! utils/perlbug.PL
2157 ____________________________________________________________________________
2158 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
2159         Log: opendir was missing for the list.
2160      Branch: perl
2161            ! pod/perltodo.pod
2162 ____________________________________________________________________________
2163 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
2164         Log: Integrate perlio:
2165              
2166              [ 17295]
2167              Un-deprecate :raw after all - just define what it means
2168              more precisely. (Pending approval).
2169      Branch: perl
2170           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2171           !> pod/perlrun.pod
2172 ____________________________________________________________________________
2173 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
2174         Log: The only difference between NW5.pm and Win32.pm was that
2175              NetWare preferred SYS:/temp over C:/temp for tmpdir().
2176      Branch: perl
2177            - lib/File/Spec/NW5.pm
2178            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
2179 ____________________________________________________________________________
2180 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
2181         Log: Subject: [PATCH] POSIX taint tests
2182              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2183              Date: Wed, 19 Jun 2002 09:29:22 +0100
2184              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
2185      Branch: perl
2186            + ext/POSIX/t/taint.t
2187            ! MANIFEST
2188 ____________________________________________________________________________
2189 [ 17295] By: nick                                  on 2002/06/19  12:14:32
2190         Log: Un-deprecate :raw after all - just define what it means
2191              more precisely. (Pending approval).
2192      Branch: perlio
2193            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2194            ! pod/perlrun.pod
2195 ____________________________________________________________________________
2196 [ 17294] By: nick                                  on 2002/06/19  06:09:49
2197         Log: Integrate mainline
2198      Branch: perlio
2199           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
2200           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
2201           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
2202           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
2203           !> toke.c
2204 ____________________________________________________________________________
2205 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
2206         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
2207              From: Michael G Schwern <schwern@pobox.com>
2208              Date: Tue, 18 Jun 2002 21:31:43 -0400
2209              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
2210      Branch: perl
2211            ! os2/os2_base.t
2212 ____________________________________________________________________________
2213 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
2214         Log: This is probably the reason for the GW failures.
2215      Branch: perl
2216            ! ext/Digest/MD5/t/files.t
2217 ____________________________________________________________________________
2218 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
2219         Log: Debugger tweak from from Peter Scott.
2220      Branch: perl
2221            ! lib/perl5db.pl
2222 ____________________________________________________________________________
2223 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
2224         Log: To mirror #17285.
2225      Branch: perl
2226            ! pod/perldelta.pod
2227 ____________________________________________________________________________
2228 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
2229         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
2230              From: "Craig A. Berry" <craigberry@mac.com>
2231              Date: Tue, 18 Jun 2002 10:34:51 -0500
2232              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
2233      Branch: perl
2234            ! configure.com
2235 ____________________________________________________________________________
2236 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
2237         Log: Tiny tweaks.
2238      Branch: perl
2239            ! lib/PerlIO.pm pod/perlfunc.pod
2240 ____________________________________________________________________________
2241 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
2242         Log: Integrate perlio:
2243              
2244              [ 17280]
2245              Slight improvement to :win32 layer
2246              
2247              [ 17282]
2248              More PerlIO doc tweaks - trying to make them document what
2249              happens in current implementation while leaving way open
2250              to "fixing" things.
2251      Branch: perl
2252           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
2253 ____________________________________________________________________________
2254 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
2255         Log: Document the "Unicode in package/sub names" problem;
2256              a microfix in toke.c towards the final goal (the fix
2257              removes the need to have quotes around Unicode package
2258              names when calling a method on them)
2259      Branch: perl
2260            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
2261            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
2262 ____________________________________________________________________________
2263 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
2264         Log: Further clarification about safe pipe opens.
2265      Branch: perl
2266            ! pod/perlipc.pod
2267 ____________________________________________________________________________
2268 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
2269         Log: perlsyn.pod tweak suggested by Larry.
2270      Branch: perl
2271            ! pod/perlsyn.pod
2272 ____________________________________________________________________________
2273 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
2274         Log: Subject: [DOC PATCH] perlsyn
2275              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2276              Date: Tue, 18 Jun 2002 13:37:30 +0200
2277              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
2278              
2279              Subject: Re: [DOC PATCH] perlsyn (2)
2280              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2281              Date: Tue, 18 Jun 2002 15:08:17 +0200
2282              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
2283              
2284              (Plus tweak by Ronald J Kimball)
2285      Branch: perl
2286            ! pod/perlsyn.pod
2287 ____________________________________________________________________________
2288 [ 17282] By: nick                                  on 2002/06/18  09:14:25
2289         Log: More PerlIO doc tweaks - trying to make them document what
2290              happens in current implementation while leaving way open
2291              to "fixing" things.
2292      Branch: perlio
2293            ! lib/PerlIO.pm pod/perlfunc.pod
2294 ____________________________________________________________________________
2295 [ 17281] By: nick                                  on 2002/06/18  09:12:59
2296         Log: Integrate mainline
2297      Branch: perlio
2298           !> Changes Configure config_h.SH installperl patchlevel.h
2299           !> pod/perldelta.pod pod/perlipc.pod
2300 ____________________________________________________________________________
2301 [ 17280] By: nick                                  on 2002/06/18  07:03:08
2302         Log: Slight improvement to :win32 layer
2303      Branch: perlio
2304            ! win32/win32io.c
2305 ____________________________________________________________________________
2306 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
2307         Log: Do not install XS::{APItest,Typemap}
2308      Branch: perl
2309            ! installperl
2310 ____________________________________________________________________________
2311 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
2312         Log: Subject: Re: Do we want XS::APItest installed?
2313              From: Andy Dougherty <doughera@lafayette.edu>
2314              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
2315              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
2316              
2317              (rats, forgot to submit the metaconfig change separately)
2318      Branch: metaconfig/U/perl
2319            ! Extensions.U
2320      Branch: perl
2321            ! Configure config_h.SH
2322 ____________________________________________________________________________
2323 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
2324         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
2325              shuffle the highlights a bit (can't believe the perlio
2326              mention was missing)
2327      Branch: perl
2328            ! pod/perldelta.pod
2329 ____________________________________________________________________________
2330 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
2331         Log: Document the '-|' open form in perlipc.pod
2332      Branch: perl
2333            ! pod/perlipc.pod
2334 ____________________________________________________________________________
2335 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
2336         Log: avoid AUTOLOAD() clobbering $!
2337      Branch: maint-5.6/perl
2338            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2339            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
2340            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
2341            ! lib/AutoLoader.pm utils/h2xs.PL
2342 ____________________________________________________________________________
2343 [ 17274] By: nick                                  on 2002/06/17  14:50:35
2344         Log: Integrate mainline
2345      Branch: perlio
2346           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
2347           !> pod/perlfunc.pod pod/perlrun.pod
2348 ____________________________________________________________________________
2349 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
2350         Log: Update Changes.
2351      Branch: perl
2352            ! Changes patchlevel.h
2353 ____________________________________________________________________________
2354 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
2355         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
2356      Branch: perl
2357            ! lib/PerlIO.pm
2358 ____________________________________________________________________________
2359 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
2360         Log: Further discouraging of :raw.
2361      Branch: perl
2362            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
2363 ____________________________________________________________________________
2364 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
2365         Log: Integrate perlio:
2366              
2367              [ 17267]
2368              Handle IO error in "slow gets"
2369      Branch: perl
2370           !> sv.c
2371 ____________________________________________________________________________
2372 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
2373         Log: Subject: [PATCH File/Basename.pm] use of undef var
2374              From: Stas Bekman <stas@stason.org>
2375              Date: Mon, 17 Jun 2002 16:31:48 +0800
2376              Message-ID: <3D0D9E74.7000908@stason.org>
2377              
2378              (modified)
2379      Branch: perl
2380            ! lib/File/Basename.pm
2381 ____________________________________________________________________________
2382 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
2383         Log: Subject: [PATCH] README.vms -- updated testing instructions
2384              From: "Craig A. Berry" <craigberry@mac.com>
2385              Date: Mon, 17 Jun 2002 00:31:18 -0500
2386              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
2387      Branch: perl
2388            ! README.vms
2389 ____________________________________________________________________________
2390 [ 17267] By: nick                                  on 2002/06/17  12:41:49
2391         Log: Handle IO error in "slow gets"
2392      Branch: perlio
2393            ! sv.c
2394 ____________________________________________________________________________
2395 [ 17266] By: nick                                  on 2002/06/17  07:05:20
2396         Log: Integrate mainline
2397      Branch: perlio
2398           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
2399           !> pod/perldebug.pod pod/perldelta.pod
2400 ____________________________________________________________________________
2401 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
2402         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
2403              From: Peter Scott <Peter@PSDT.com>
2404              Date: Sun, 16 Jun 2002 18:31:31 -0700
2405              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
2406              
2407              @file -> source file
2408      Branch: perl
2409            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
2410 ____________________________________________________________________________
2411 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
2412         Log: Missing hunk from #15363.
2413      Branch: perl
2414            ! lib/perl5db.pl
2415 ____________________________________________________________________________
2416 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
2417         Log: Advertise MakeMaker.
2418      Branch: perl
2419            ! pod/perldelta.pod
2420 ____________________________________________________________________________
2421 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
2422         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
2423              From: parv <parv@pair.com>
2424              Date: Sun, 16 Jun 2002 20:12:24 -0400
2425              Message-ID: <20020617001224.GC466@moo.holy.cow>
2426      Branch: perl
2427            ! pod/perldelta.pod
2428 ____________________________________________________________________________
2429 [ 17261] By: ams                                   on 2002/06/16  21:40:47
2430         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
2431              From: Robin Houston <robin@kitsite.com>
2432              Date: Sun, 16 Jun 2002 23:33:50 +0100
2433              Message-Id: <20020616233350.A9675@robin.kitsite.com>
2434      Branch: perl
2435            ! autodoc.pl embed.pl
2436 ____________________________________________________________________________
2437 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
2438         Log: Deprecate (or at least discourage) :raw.
2439      Branch: perl
2440            ! pod/perldelta.pod
2441 ____________________________________________________________________________
2442 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
2443         Log: Integrate perlio:
2444              
2445              [ 17258]
2446              Last minute tinkering with PerlIO abstraction API.
2447              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2448              const char *mode.
2449              - Other 'flags' field changed to U32
2450              - Discouraging words written about ":raw".
2451      Branch: perl
2452           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2453 ____________________________________________________________________________
2454 [ 17258] By: nick                                  on 2002/06/16  16:38:59
2455         Log: Last minute tinkering with PerlIO abstraction API.
2456              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2457              const char *mode.
2458              - Other 'flags' field changed to U32
2459              - Discouraging words written about ":raw".
2460      Branch: perlio
2461            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2462 ____________________________________________________________________________
2463 [ 17257] By: nick                                  on 2002/06/16  15:16:46
2464         Log: Integrate mainline
2465      Branch: perlio
2466           !> (integrate 32 files)
2467 ____________________________________________________________________________
2468 [ 17256] By: ams                                   on 2002/06/16  09:00:51
2469         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
2470              From: Michael G Schwern <schwern@pobox.com>
2471              Date: Sun, 16 Jun 2002 03:49:27 -0400
2472              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
2473              
2474              Subject: [PATCH] Test::Harness 2.24 -> 2.25
2475              From: Michael G Schwern <schwern@pobox.com>
2476              Date: Sun, 16 Jun 2002 03:58:40 -0400
2477              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
2478      Branch: perl
2479            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2480            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
2481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2482            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2483            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
2484            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2485            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2486            ! lib/Test/Harness/t/strap-analyze.t
2487            ! lib/Test/Harness/t/test-harness.t
2488            ! t/lib/MakeMaker/Test/Utils.pm
2489 ____________________________________________________________________________
2490 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
2491         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
2492              From: "Craig A. Berry" <craigberry@mac.com>
2493              Date: Sat, 15 Jun 2002 18:56:12 -0500
2494              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
2495      Branch: perl
2496            ! pp.c
2497 ____________________________________________________________________________
2498 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
2499         Log: Collect the known AmigaOS wisdom.
2500      Branch: perl
2501            ! README.amiga hints/amigaos.sh
2502 ____________________________________________________________________________
2503 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
2504         Log: Subject: [PATCH] README.vms, Multinet fix update
2505              From: "Craig A. Berry" <craigberry@mac.com>
2506              Date: Sat, 15 Jun 2002 14:02:50 -0500
2507              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
2508      Branch: perl
2509            ! README.vms
2510 ____________________________________________________________________________
2511 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
2512         Log: Regenerate Changes; most importantly automassage the
2513              "Integrate perlio" entries to be more informative.
2514      Branch: perl
2515            ! Changes
2516 ____________________________________________________________________________
2517 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
2518         Log: Spurious empty statements.
2519      Branch: perl
2520            ! op.c perl.c perlio.c sv.c
2521 ____________________________________________________________________________
2522 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
2523         Log: Possible cure for
2524              
2525              Subject: Re: Thread bug in 5.8RC1 Win32
2526              From: Alessandro Forghieri <alf@orion.it>
2527              Date: Sat, 15 Jun 2002 12:56:35 +0200
2528              Message-ID: <20020615125635.A25110@alpha.orion.it>
2529      Branch: perl
2530            ! perl.c
2531 ____________________________________________________________________________
2532 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
2533         Log: findrfuncs: small tweaks.
2534      Branch: perl
2535            ! Porting/findrfuncs
2536 ____________________________________________________________________________
2537 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
2538         Log: Group the debugger changes in one place.
2539      Branch: perl
2540            ! pod/perldelta.pod
2541 ____________________________________________________________________________
2542 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
2543         Log: Detypo.
2544      Branch: perl
2545            ! pod/perlfunc.pod
2546 ____________________________________________________________________________
2547 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
2548         Log: Plug potential confusion.
2549      Branch: perl
2550            ! pod/perldelta.pod
2551 ____________________________________________________________________________
2552 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
2553         Log: Attribute::Handlers has been adopted by Arthur.
2554      Branch: perl
2555            ! pod/perldelta.pod
2556 ____________________________________________________________________________
2557 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
2558         Log: README.irix update.
2559      Branch: perl
2560            ! README.irix
2561 ____________________________________________________________________________
2562 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
2563         Log: README.tru64 update.
2564      Branch: perl
2565            ! README.tru64
2566 ____________________________________________________________________________
2567 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
2568         Log: Not that urgent a fix since inside #if 0, but still...
2569      Branch: perl
2570            ! perlsfio.h
2571 ____________________________________________________________________________
2572 [ 17241] By: nick                                  on 2002/06/14  17:15:38
2573         Log: Integrate mainline
2574      Branch: perlio
2575           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
2576           !> Porting/Glossary Porting/config.sh Porting/config_H
2577           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
2578           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
2579           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
2580 ____________________________________________________________________________
2581 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
2582         Log: OS/2 status from John Poltorak.
2583      Branch: perl
2584            ! pod/perldelta.pod
2585 ____________________________________________________________________________
2586 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
2587         Log: Regen Configure; regen perltoc.
2588      Branch: perl
2589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2590            ! config_h.SH pod/perltoc.pod
2591 ____________________________________________________________________________
2592 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
2593         Log: Update Changes.
2594      Branch: perl
2595            ! Changes patchlevel.h
2596 ____________________________________________________________________________
2597 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
2598         Log: NetWare diff for XS::APItest.
2599      Branch: perl
2600            ! NetWare/config.wc NetWare/config_H.wc
2601 ____________________________________________________________________________
2602 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
2603         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
2604              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2605              Date: Fri, 14 Jun 2002 10:39:54 +0200
2606              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
2607      Branch: perl
2608            ! lib/ExtUtils/t/Constant.t
2609 ____________________________________________________________________________
2610 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
2611         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
2612              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2613              Date: Fri, 14 Jun 2002 10:07:28 +0200
2614              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
2615      Branch: perl
2616            ! pp_sys.c
2617 ____________________________________________________________________________
2618 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
2619         Log: Subject: [PATCH] basic.t for EBCDIC platforms
2620              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2621              Date: Fri, 14 Jun 2002 09:58:49 +0200
2622              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
2623      Branch: perl
2624            ! lib/Pod/t/basic.t
2625 ____________________________________________________________________________
2626 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
2627         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
2628              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2629              Date: Fri, 14 Jun 2002 09:53:36 +0200
2630              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
2631              (why this has been working in z/OS?)
2632      Branch: perl
2633            ! lib/Term/Cap.t
2634 ____________________________________________________________________________
2635 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
2636         Log: Mention Solaris x86 use64bitint troubles.
2637      Branch: perl
2638            ! pod/perldelta.pod
2639 ____________________________________________________________________________
2640 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
2641         Log: All UNICOS test failures should be gone now.
2642      Branch: perl
2643            ! pod/perldelta.pod
2644 ____________________________________________________________________________
2645 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
2646         Log: UNICOS and UNICOS/mk are broken only on one test.
2647      Branch: perl
2648            ! ext/Socket/socketpair.t
2649 ____________________________________________________________________________
2650 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2651         Log: Integrate mainline
2652      Branch: perlio
2653           !> (integrate 32 files)
2654 ____________________________________________________________________________
2655 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2656         Log: Upgrade to Switch 2.09 (the debugging statement
2657              was already removed in blead)
2658      Branch: perl
2659            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2660 ____________________________________________________________________________
2661 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2662         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2663              From: "Craig A. Berry" <craigberry@mac.com>
2664              Date: Thu, 13 Jun 2002 19:55:25 -0500
2665              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2666      Branch: perl
2667            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2668 ____________________________________________________________________________
2669 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2670         Log: Thread doc tweaks.
2671      Branch: perl
2672            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2673            ! pod/perlthrtut.pod
2674 ____________________________________________________________________________
2675 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2676         Log: Don't assume too much about how print will scale
2677              your fp numbers; be explicit and use printf instead--
2678              the assumption broke in UNICOS (from Mark Lutz)
2679              (Use %.0f instead of %d because in 32-bit systems
2680              the %d may end producing -1 or something else odd.)
2681      Branch: perl
2682            ! t/lib/warnings/toke
2683 ____________________________________________________________________________
2684 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2685         Log: Tell what version of PDL will be fine with 5.8.0,
2686              according to TimJ.
2687      Branch: perl
2688            ! pod/perldelta.pod
2689 ____________________________________________________________________________
2690 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2691         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2692              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2693              Date: Thu, 13 Jun 2002 15:44:24 +0100
2694              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2695      Branch: perl
2696            ! lib/ExtUtils/t/Installed.t
2697 ____________________________________________________________________________
2698 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2699         Log: Subject: Re: linux + usemorebits: gcc error?
2700              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2701              Date: Thu, 13 Jun 2002 15:03:28 +0100
2702              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2703              
2704              (go U32 based on NI-S since it's a flags field)
2705      Branch: perl
2706            ! perliol.h
2707 ____________________________________________________________________________
2708 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2709         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2710      Branch: perl
2711            ! ext/threads/shared/shared.pm pod/perldelta.pod
2712 ____________________________________________________________________________
2713 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2714         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2715      Branch: perl
2716            ! pod/perlsub.pod
2717 ____________________________________________________________________________
2718 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2719         Log: One more pass on the TYPE/ATTRS issues.
2720      Branch: perl
2721            ! lib/attributes.pm pod/perlfunc.pod
2722 ____________________________________________________________________________
2723 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2724         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2725              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2726              Date: Thu, 13 Jun 2002 09:18:27 +0200
2727              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2728      Branch: perl
2729            ! hints/aix.sh
2730 ____________________________________________________________________________
2731 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2732         Log: Subject: [ PATCH ] mymalloc on HP-UX
2733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2734              Date: Thu, 13 Jun 2002 09:58:30 +0200
2735              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2736      Branch: perl
2737            ! hints/hpux.sh
2738 ____________________________________________________________________________
2739 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2740         Log: <pudge> crab, can you integrate 17215 ?
2741      Branch: perl
2742           !> ext/XS/APItest/t/printf.t
2743 ____________________________________________________________________________
2744 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2745         Log: Building XS::APItest as shared lib
2746      Branch: macperl
2747            ! ext/XS/APItest/t/printf.t
2748 ____________________________________________________________________________
2749 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2750         Log: Update tests, makefile, config
2751      Branch: macperl
2752            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2753 ____________________________________________________________________________
2754 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2755         Log: Integrate perl
2756      Branch: macperl
2757           +> README.freebsd README.irix ext/IO/hints/sco.pl
2758           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2759           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
2760           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
2761           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
2762           +> lib/Net/Ping/Changes
2763            - README.threads lib/Net/Ping/CHANGES
2764            ! NetWare/bat/SetCodeWar.bat
2765           !> (integrate 168 files)
2766 ____________________________________________________________________________
2767 [ 17212] By: ams                                   on 2002/06/13  09:29:13
2768         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
2769              From: Chris Nandor <pudge@pobox.com>
2770              Date: Thu, 13 Jun 2002 00:16:26 -0400
2771              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
2772      Branch: perl
2773            ! ext/XS/APItest/APItest.xs
2774 ____________________________________________________________________________
2775 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
2776         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
2777              From: PPrymmer@factset.com
2778              Date: Wed, 12 Jun 2002 18:58:50 -0400
2779              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
2780      Branch: perl
2781            ! utils/perlivp.PL
2782 ____________________________________________________________________________
2783 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
2784         Log: The scalar behaviour of sort is undefined.
2785      Branch: perl
2786            ! pod/perlfunc.pod
2787 ____________________________________________________________________________
2788 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
2789         Log: Mention I/O layers in perlopentut.
2790      Branch: perl
2791            ! pod/perlopentut.pod
2792 ____________________________________________________________________________
2793 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
2794         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
2795      Branch: perl
2796            ! lib/attributes.pm pod/perlfunc.pod
2797 ____________________________________________________________________________
2798 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
2799         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
2800      Branch: perl
2801            ! ext/XS/APItest/README
2802 ____________________________________________________________________________
2803 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
2804         Log: Update Changes.
2805      Branch: perl
2806            ! Changes patchlevel.h
2807 ____________________________________________________________________________
2808 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
2809         Log: Regen toc.
2810      Branch: perl
2811            ! pod/perltoc.pod
2812 ____________________________________________________________________________
2813 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
2814         Log: This should be gone now.
2815      Branch: perl
2816            ! INSTALL
2817 ____________________________________________________________________________
2818 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
2819         Log: NetWare doc tweak.
2820      Branch: perl
2821            ! README.netware
2822 ____________________________________________________________________________
2823 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
2824         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
2825              From: Abigail <abigail@foad.org>
2826              Date: Wed, 12 Jun 2002 02:46:01 -0700
2827              Message-ID: <20020612024601.A8524@ucan.foad.org>
2828      Branch: perl
2829            ! pod/perlfunc.pod
2830 ____________________________________________________________________________
2831 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
2832         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
2833              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2834              Date: Wed, 12 Jun 2002 13:50:59 +0200
2835              Message-ID: <3D0735A3.4020701@hexaflux.com>
2836      Branch: perl
2837            ! ext/Time/HiRes/HiRes.xs
2838 ____________________________________________________________________________
2839 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
2840         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
2841              go back to disabling long doubles from MinGW because
2842              MSVCRT doesn't do long double printfing even when gcc
2843              would know how to handle them.
2844      Branch: perl
2845            ! win32/config.bc win32/config_H.bc win32/config_H.gc
2846 ____________________________________________________________________________
2847 [ 17199] By: nick                                  on 2002/06/12  11:13:16
2848         Log: Integrate mainline
2849      Branch: perlio
2850           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
2851           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
2852           !> win32/config_H.bc win32/config_H.gc
2853 ____________________________________________________________________________
2854 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
2855         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
2856              From: "Craig A. Berry" <craigberry@mac.com>
2857              Date: Tue, 11 Jun 2002 22:44:31 -0500
2858              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
2859      Branch: perl
2860            ! configure.com
2861 ____________________________________________________________________________
2862 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
2863         Log: Test relying on undefined behaviour of atan2(0, 0)
2864              (valiantly debugged by Mark Lutz).
2865      Branch: perl
2866            ! lib/Math/Trig.t
2867 ____________________________________________________________________________
2868 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
2869         Log: Regen perlmodlib.
2870      Branch: perl
2871            ! pod/perlmodlib.pod
2872 ____________________________________________________________________________
2873 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
2874         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
2875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2876              Date: Tue, 11 Jun 2002 15:12:15 -0700
2877              Message-ID: </WnB9gzkgC5S092yn@efn.org>
2878      Branch: perl
2879            ! pod/perlmodlib.PL
2880 ____________________________________________________________________________
2881 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
2882         Log: Subject: [PATCH] Re: RC1 on Playstation2
2883              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2884              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
2885              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
2886      Branch: perl
2887            ! perl.c
2888 ____________________________________________________________________________
2889 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
2890         Log: Not that I know anything about Windows compilers
2891              but Google leads me into believing that while Borland and
2892              GCC support the ANSI way of printing long doubles (%L),
2893              Visual C really doesn't support printing them.
2894      Branch: perl
2895            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
2896 ____________________________________________________________________________
2897 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
2898         Log: Fix a cut-n-paste error.
2899      Branch: perl
2900            ! pod/perldiag.pod
2901 ____________________________________________________________________________
2902 [ 17191] By: nick                                  on 2002/06/11  16:07:14
2903         Log: Integrate mainline
2904      Branch: perlio
2905           !> Changes INSTALL ext/XS/APItest/APItest.pm
2906           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
2907           !> patchlevel.h
2908 ____________________________________________________________________________
2909 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
2910         Log: Update Changes.
2911      Branch: perl
2912            ! Changes patchlevel.h
2913 ____________________________________________________________________________
2914 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
2915         Log: Trying to printf Perl-specific datatypes using printf
2916              (with perlio or stdio) is folly, says Hugo.
2917      Branch: perl
2918            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2919            ! ext/XS/APItest/t/printf.t
2920 ____________________________________________________________________________
2921 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2922         Log: Be more specific.
2923      Branch: perl
2924            ! INSTALL
2925 ____________________________________________________________________________
2926 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2927         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2928              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2929              Date: Tue, 11 Jun 2002 12:21:01 +0200
2930              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2931      Branch: perl
2932            ! INSTALL
2933 ____________________________________________________________________________
2934 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2935         Log: Integrate mainline
2936      Branch: perlio
2937           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2938           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2939           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2940           +> lib/Math/BigInt/t/upgradef.t
2941           !> MANIFEST NetWare/Makefile Porting/repository.pod
2942           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2943           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2944           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2945           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2946           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2947           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2948           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2949           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2950           !> win32/Makefile
2951 ____________________________________________________________________________
2952 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2953         Log: sanity-check the windows section in perldelta and add some missing
2954              entries
2955      Branch: perl
2956            ! pod/perldelta.pod
2957 ____________________________________________________________________________
2958 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2959         Log: Obviously time to get some sleep.
2960      Branch: perl
2961            ! ext/XS/APItest/t/printf.t
2962 ____________________________________________________________________________
2963 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2964         Log: #17179 wasn't quite right.
2965      Branch: perl
2966            ! ext/XS/APItest/t/printf.t
2967 ____________________________________________________________________________
2968 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2969         Log: fix outdated info about how the patches in the APC are generated;
2970              mention the perlbrowse repository gateway; add a pointer to
2971              perlhack.pod in repository.pod
2972      Branch: perl
2973            ! Porting/repository.pod pod/perlhack.pod
2974 ____________________________________________________________________________
2975 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2976         Log: Subject: Detype locale.c comment
2977              From: Philip Newton <Philip.Newton@gmx.net>
2978              Date: Tue, 11 Jun 2002 06:28:08 +0200
2979              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2980      Branch: perl
2981            ! locale.c
2982 ____________________________________________________________________________
2983 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2984         Log: Make UTF-8 locales effective only if PerlIO has been
2985              defined (ignore UTF-8 locales silently if no PerlIO).
2986      Branch: perl
2987            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2988 ____________________________________________________________________________
2989 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2990         Log: Can't printf Perl specific datatypes without perlio
2991              (in other words, stdio doesn't do the %V...)
2992      Branch: perl
2993            ! ext/XS/APItest/t/printf.t
2994 ____________________________________________________________________________
2995 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2996         Log: Document XS::APItest.
2997      Branch: perl
2998            ! pod/perldelta.pod
2999 ____________________________________________________________________________
3000 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
3001         Log: Add XS::APItest to Win32/DJGPP/NetWare.
3002      Branch: perl
3003            ! NetWare/Makefile djgpp/config.over win32/Makefile
3004 ____________________________________________________________________________
3005 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
3006         Log: Add XS::APItest 0.01 from Tim Jenness.
3007              
3008              The perl.h change is needed by non-gcc (non-__attribute__)
3009              compilers: without it non-gccs won't have printf() mapped
3010              to PerlIO_stdoutf (when perlio, of course).  This means that
3011              non-gccs would not be able to print the Perl specific datatypes.
3012      Branch: perl
3013            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3014            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
3015            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
3016            ! MANIFEST perl.h
3017 ____________________________________________________________________________
3018 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
3019         Log: Now that binmode(FH) does implicit ":bytes" revisit
3020              the failing tests.  The worrisome one is the Digest::MD5
3021              test-- how will it fare in CRLF lands now?
3022      Branch: perl
3023            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3024            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
3025            ! ext/Storable/t/malice.t
3026 ____________________________________________________________________________
3027 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
3028         Log: Upgrade to Math::BigInt 1.59.
3029      Branch: perl
3030            + lib/Math/BigInt/t/upgradef.t
3031            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3032            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3033            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3034            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
3035 ____________________________________________________________________________
3036 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
3037         Log: Document the implicit :bytes of binmode(FH).
3038      Branch: perl
3039            ! pod/perlfunc.pod
3040 ____________________________________________________________________________
3041 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
3042         Log: Integrate perlio:
3043              
3044              [ 17171]
3045              binmode(FH); to act like binmode(FH,":bytes") as well as
3046              turning off CRLF features.
3047      Branch: perl
3048           !> perlio.c t/io/utf8.t
3049 ____________________________________________________________________________
3050 [ 17171] By: nick                                  on 2002/06/10  18:40:22
3051         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
3052              turning off CRLF features.
3053      Branch: perlio
3054            ! perlio.c t/io/utf8.t
3055 ____________________________________________________________________________
3056 [ 17170] By: nick                                  on 2002/06/10  17:04:28
3057         Log: Integrate mainline
3058      Branch: perlio
3059           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
3060           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
3061           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
3062           !> pod/perldelta.pod sv.c
3063 ____________________________________________________________________________
3064 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
3065         Log: Subject: [DOC PATCH] perldebtut
3066              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3067              Date: Mon, 10 Jun 2002 17:47:14 +0200
3068              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
3069      Branch: perl
3070            ! pod/perldebtut.pod
3071 ____________________________________________________________________________
3072 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
3073         Log: Document the UTF-8 env issue.  Now NI-S just needs
3074              to fix binmode() to comply with the documentation...
3075      Branch: perl
3076            ! pod/perldelta.pod
3077 ____________________________________________________________________________
3078 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
3079         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
3080              From: Philip Newton <Philip.Newton@gmx.net>
3081              Date: Mon, 10 Jun 2002 07:56:41 +0200
3082              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
3083              
3084              Subject: Re: Change 17110: Add deprecations.
3085              From: Philip Newton <Philip.Newton@gmx.net>
3086              Date: Mon, 10 Jun 2002 07:56:22 +0200
3087              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
3088      Branch: perl
3089            ! pod/perldelta.pod
3090 ____________________________________________________________________________
3091 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
3092         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
3093      Branch: perl
3094            ! locale.c perl.c
3095 ____________________________________________________________________________
3096 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
3097         Log: Update Changes.
3098      Branch: perl
3099            ! Changes patchlevel.h
3100 ____________________________________________________________________________
3101 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
3102         Log: Further patch on #17163 for Tru64.
3103      Branch: perl
3104            ! sv.c
3105 ____________________________________________________________________________
3106 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
3107         Log: Patch from Hugo for the 'printf' problem:
3108              - for SV-style calling, we can only get NV
3109              - for C-style calling, we assume %f is double;
3110              - for simplicity we allow any of %Lf, %llf, %qf for long double
3111      Branch: perl
3112            ! sv.c
3113 ____________________________________________________________________________
3114 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
3115         Log: Integrate perlio:
3116              
3117              [ 17159]
3118              Tune test to run in UTF-8 locales
3119              - test file must be opened as :bytes or high-bit octets
3120              will be UTF-8 encoded on write in such locales, so
3121              will not read as expected.
3122      Branch: perl
3123           !> ext/PerlIO/t/fallback.t
3124 ____________________________________________________________________________
3125 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
3126         Log: #17150 didn't expect -Uuseperlio.
3127      Branch: perl
3128            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
3129 ____________________________________________________________________________
3130 [ 17160] By: sky                                   on 2002/06/10  09:53:42
3131         Log: Subject: [PATCH] queue.pm
3132              From: Benjamin Goldberg <goldbb2@earthlink.net>
3133              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
3134              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
3135              Applied manually
3136      Branch: perl
3137            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
3138 ____________________________________________________________________________
3139 [ 17159] By: nick                                  on 2002/06/10  09:51:16
3140         Log: Tune test to run in UTF-8 locales
3141              - test file must be opened as :bytes or high-bit octets
3142              will be UTF-8 encoded on write in such locales, so
3143              will not read as expected.
3144      Branch: perlio
3145            ! ext/PerlIO/t/fallback.t
3146 ____________________________________________________________________________
3147 [ 17158] By: nick                                  on 2002/06/10  09:49:32
3148         Log: Integrate mainline
3149      Branch: perlio
3150           +> lib/Net/Ping/Changes
3151            - lib/Net/Ping/CHANGES
3152           !> (integrate 37 files)
3153 ____________________________________________________________________________
3154 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
3155         Log: metaconfig tweak for #17156.
3156      Branch: metaconfig
3157            ! U/mkglossary
3158 ____________________________________________________________________________
3159 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
3160         Log: Glossary tweaks.
3161      Branch: perl
3162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3163 ____________________________________________________________________________
3164 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
3165         Log: Upgrade to Net::Ping 2.19.
3166      Branch: perl
3167            + lib/Net/Ping/Changes
3168            - lib/Net/Ping/CHANGES
3169            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
3170 ____________________________________________________________________________
3171 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
3172         Log: Subject: [patch] ptr_table_store
3173              From: Doug MacEachern <dougm@covalent.net>
3174              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
3175              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
3176      Branch: perl
3177            ! sv.c
3178 ____________________________________________________________________________
3179 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
3180         Log: Subject: Re: unique attribute?
3181              From: Doug MacEachern <dougm@covalent.net>
3182              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
3183              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
3184      Branch: perl
3185            ! embed.fnc embed.h proto.h sv.c sv.h
3186 ____________________________________________________________________________
3187 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
3188         Log: Update hint comments.
3189      Branch: perl
3190            ! hints/irix_6.sh
3191 ____________________________________________________________________________
3192 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
3193         Log: One missing bit of Math::BigInt 1.58.
3194      Branch: perl
3195            ! t/lib/Math/BigInt/BareCalc.pm
3196 ____________________________________________________________________________
3197 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
3198         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
3199              From: Radu Greab <radu@netsoft.ro>
3200              Date: Mon, 10 Jun 2002 00:40:34 +0300
3201              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
3202              
3203              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
3204              ones which I cannot figure out.
3205      Branch: perl
3206            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3207            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
3208 ____________________________________________________________________________
3209 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
3210         Log: :unique nitpicking continues.
3211      Branch: perl
3212            ! pod/perlfunc.pod
3213 ____________________________________________________________________________
3214 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
3215         Log: "thread failed to start: " is better than "Died:".
3216      Branch: perl
3217            ! ext/threads/threads.xs pod/perldiag.pod
3218 ____________________________________________________________________________
3219 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
3220         Log: :unique saga continues.
3221      Branch: perl
3222            ! pod/perldelta.pod pod/perlfunc.pod
3223 ____________________________________________________________________________
3224 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
3225         Log: Subject: Re: unique attribute?
3226              From: Doug MacEachern <dougm@covalent.net>
3227              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
3228              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
3229      Branch: perl
3230            ! sv.c
3231 ____________________________________________________________________________
3232 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
3233         Log: Subject: Math::BigInt 1.58 released
3234              From: Tels <perl_dummy@bloodgate.com>
3235              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
3236              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
3237              
3238              Subject: [PATCH] RE: Math::BigInt 1.58 released
3239              From: Tels <perl_dummy@bloodgate.com>
3240              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
3241              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
3242      Branch: perl
3243            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3244            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3245            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3246            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3247            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
3248            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
3249            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3250            ! lib/Math/BigInt/t/with_sub.t
3251 ____________________________________________________________________________
3252 [ 17144] By: nick                                  on 2002/06/09  17:50:14
3253         Log: Integrate mainline
3254      Branch: perlio
3255           +> README.freebsd README.irix
3256           !> (integrate 43 files)
3257 ____________________________________________________________________________
3258 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
3259         Log: Subject: cleanup's
3260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3261              Date: Sun, 09 Jun 2002 13:55:21 +0200
3262              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
3263      Branch: perl
3264            ! ext/PerlIO/t/encoding.t
3265 ____________________________________________________________________________
3266 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
3267         Log: open "list form" clarification.
3268      Branch: perl
3269            ! pod/perlfunc.pod
3270 ____________________________________________________________________________
3271 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
3272         Log: Better wording from Sarathy.
3273      Branch: perl
3274            ! pod/perldelta.pod
3275 ____________________________________________________________________________
3276 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
3277         Log: Closer to the truth.
3278      Branch: perl
3279            ! pod/perlfunc.pod
3280 ____________________________________________________________________________
3281 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
3282         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3283              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3284              Date: Sun, 09 Jun 2002 14:52:07 +0100
3285              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
3286      Branch: perl
3287            ! numeric.c
3288 ____________________________________________________________________________
3289 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
3290         Log: Clarify that the :unique makes the target readonly
3291              when the first interpreter cloning takes place.
3292      Branch: perl
3293            ! pod/perlfunc.pod
3294 ____________________________________________________________________________
3295 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
3296         Log: update perlfork.pod for status as of 5.8.0
3297      Branch: perl
3298            ! pod/perlfork.pod
3299 ____________________________________________________________________________
3300 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
3301         Log: Subject: possible band-aid for cygwin build of perl@17061
3302              From: PPrymmer@factset.com
3303              Date: Sat, 8 Jun 2002 20:57:05 -0400
3304              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
3305      Branch: perl
3306            ! Makefile.SH README.cygwin
3307 ____________________________________________________________________________
3308 [ 17135] By: sky                                   on 2002/06/09  15:44:37
3309         Log: Follow up on changing keyword to special subroutine.
3310      Branch: perl
3311            ! pod/perlmod.pod
3312 ____________________________________________________________________________
3313 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
3314         Log: CLONE doc tweaks.
3315      Branch: perl
3316            ! pod/perldelta.pod pod/perlmod.pod
3317 ____________________________________________________________________________
3318 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
3319         Log: syswrite() is old news.
3320      Branch: perl
3321            ! pod/perldelta.pod
3322 ____________________________________________________________________________
3323 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
3324         Log: Subject: One-argument syswrite
3325              From: Johan Vromans <jvromans@squirrel.nl>
3326              Date: Sun, 9 Jun 2002 13:20:36 +0200
3327              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
3328              
3329              (It's really two-argument.)
3330      Branch: perl
3331            ! pod/perldelta.pod
3332 ____________________________________________________________________________
3333 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
3334         Log: Subject: [Patch] $^N issues
3335              From: Johan Vromans <jvromans@squirrel.nl>
3336              Date: Sun, 9 Jun 2002 13:12:43 +0200
3337              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
3338      Branch: perl
3339            ! lib/English.pm pod/perlre.pod
3340 ____________________________________________________________________________
3341 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
3342         Log: Subject: [Patch] "#0" format in perlform
3343              From: Johan Vromans <jvromans@squirrel.nl>
3344              Date: Sun, 9 Jun 2002 12:53:01 +0200
3345              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
3346      Branch: perl
3347            ! pod/perlform.pod
3348 ____________________________________________________________________________
3349 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
3350         Log: Subject: [Patch] CLONE is not in perldelta
3351              From: Johan Vromans <jvromans@squirrel.nl>
3352              Date: Sun, 9 Jun 2002 12:41:18 +0200
3353              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
3354      Branch: perl
3355            ! pod/perldelta.pod
3356 ____________________________________________________________________________
3357 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
3358         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
3359              From: "Craig A. Berry" <craigberry@mac.com>
3360              Date: Sat, 8 Jun 2002 23:01:11 -0500
3361              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
3362      Branch: perl
3363            ! ext/Digest/MD5/Makefile.PL
3364 ____________________________________________________________________________
3365 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
3366         Log: ... and more.
3367      Branch: perl
3368            ! win32/makefile.mk
3369 ____________________________________________________________________________
3370 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
3371         Log: More spots for perl$OS.
3372      Branch: perl
3373            ! NetWare/Makefile win32/Makefile
3374 ____________________________________________________________________________
3375 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
3376         Log: One more spot to list perlfreebsd and perlirix.
3377      Branch: perl
3378            ! plan9/mkfile
3379 ____________________________________________________________________________
3380 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
3381         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
3382      Branch: perl
3383            ! pod/perlport.pod
3384 ____________________________________________________________________________
3385 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
3386         Log: Cygwin duplicated (noticed by Schwern).
3387      Branch: perl
3388            ! pod/perlport.pod
3389 ____________________________________________________________________________
3390 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
3391         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
3392      Branch: perl
3393            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
3394            ! pod/perlport.pod pod/perlrun.pod
3395 ____________________________________________________________________________
3396 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
3397         Log: Make the =heads a little bit more descriptive; regen toc.
3398      Branch: perl
3399            ! README.freebsd README.irix pod/perltoc.pod
3400 ____________________________________________________________________________
3401 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
3402         Log: I wonder what a 64-bot is?
3403      Branch: perl
3404            ! README.irix
3405 ____________________________________________________________________________
3406 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
3407         Log: Regen toc.
3408      Branch: perl
3409            ! pod/perltoc.pod
3410 ____________________________________________________________________________
3411 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
3412         Log: Add README.irix/perlirix.
3413      Branch: perl
3414            + README.irix
3415            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
3416            ! pod/perldelta.pod pod/perlport.pod
3417 ____________________________________________________________________________
3418 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
3419         Log: Add perlfreebsd.
3420      Branch: perl
3421            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
3422            ! pod/perlport.pod
3423 ____________________________________________________________________________
3424 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
3425         Log: Mention the FreeBSD Perl policy change.
3426      Branch: perl
3427            ! README.freebsd
3428 ____________________________________________________________________________
3429 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
3430         Log: Mention the FreeBSD readdir_r bug in perldelta.
3431      Branch: perl
3432            ! pod/perldelta.pod
3433 ____________________________________________________________________________
3434 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
3435         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
3436              From: Nicholas Clark <nick@unfortu.net>
3437              Date: Sat, 8 Jun 2002 22:23:15 +0100
3438              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
3439      Branch: perl
3440            + README.freebsd
3441            ! MANIFEST
3442 ____________________________________________________________________________
3443 [ 17113] By: sky                                   on 2002/06/08  20:19:28
3444         Log: Preparing A::H for CPAN release, upped version to 0.77
3445              Documented changes.
3446              Last tweak to test case.
3447      Branch: perl
3448            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3449            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
3450 ____________________________________________________________________________
3451 [ 17112] By: sky                                   on 2002/06/08  19:42:33
3452         Log: Prepare CPAN release of Attribute::Handlers
3453              Make the test case know about the changes in attributes
3454              in 5.8 (lexical) and also turn off some warnings.
3455      Branch: perl
3456            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
3457 ____________________________________________________________________________
3458 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
3459         Log: Because of #17097.
3460      Branch: perl
3461            ! configpm
3462 ____________________________________________________________________________
3463 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
3464         Log: Add deprecations.
3465      Branch: perl
3466            ! pod/perldelta.pod
3467 ____________________________________________________________________________
3468 [ 17109] By: sky                                   on 2002/06/08  19:02:19
3469         Log: Remove leftover dummy and cleanup the test case.
3470      Branch: perl
3471            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
3472            ! ext/threads/shared/t/hv_simple.t
3473 ____________________________________________________________________________
3474 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
3475         Log: Document the do BAREWORD change, from Rafael.
3476      Branch: perl
3477            ! pod/perldelta.pod
3478 ____________________________________________________________________________
3479 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
3480         Log: Remove the newly added makedepend .depending "token directory"
3481              when cleaning up.
3482      Branch: perl
3483            ! Makefile.SH
3484 ____________________________________________________________________________
3485 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
3486         Log: perldelta tweaks.
3487      Branch: perl
3488            ! pod/perldelta.pod
3489 ____________________________________________________________________________
3490 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
3491         Log: I assume the Perl fork() emulation is still experimental.
3492      Branch: perl
3493            ! pod/perlfork.pod
3494 ____________________________________________________________________________
3495 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
3496         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
3497              From: "Craig A. Berry" <craigberry@mac.com>
3498              Date: Sat, 8 Jun 2002 14:10:41 -0500
3499              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
3500      Branch: perl
3501            ! README.vms pod/perldelta.pod
3502 ____________________________________________________________________________
3503 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
3504         Log: Slight tweaks from Lupe Christoph.
3505      Branch: perl
3506            ! pod/perldelta.pod
3507 ____________________________________________________________________________
3508 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
3509         Log: Workaround for broken symlink traversal.
3510      Branch: perl
3511            ! installperl
3512 ____________________________________________________________________________
3513 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
3514         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
3515      Branch: perl
3516            ! utils/h2ph.PL
3517 ____________________________________________________________________________
3518 [ 17100] By: nick                                  on 2002/06/08  15:54:19
3519         Log: Integrate mainline
3520      Branch: perlio
3521           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
3522           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
3523           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
3524           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
3525           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3526           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
3527 ____________________________________________________________________________
3528 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
3529         Log: Try to avoid a looping makedepend that sometimes
3530              happens when timestamps are out of sync.
3531      Branch: perl
3532            ! makedepend.SH
3533 ____________________________________________________________________________
3534 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
3535         Log: metaconfig tweaks from Robin Barker to go with #17097;
3536              update Glossary.patch and mkglossary.
3537      Branch: metaconfig
3538            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
3539            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
3540 ____________________________________________________________________________
3541 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
3542         Log: Various Configure tweaks.
3543      Branch: perl
3544            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3545 ____________________________________________________________________________
3546 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
3547         Log: Fix Glossary formatting bugs when creating Config.pm,
3548              from Robin Barker.
3549      Branch: perl
3550            ! configpm
3551 ____________________________________________________________________________
3552 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
3553         Log: perlivp: Too Much Information. 
3554      Branch: perl
3555            ! utils/perlivp.PL
3556 ____________________________________________________________________________
3557 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
3558         Log: h2ph: workarounds for too large hexadecimal constants.
3559              Now 'perlivp' passes without a whimper in Solaris 8 and
3560              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
3561              installation is weird; e.g. float.h is not in /usr/include...
3562              (cd /usr/include; h2ph -l -r .)
3563      Branch: perl
3564            ! utils/h2ph.PL
3565 ____________________________________________________________________________
3566 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
3567         Log: h2ph: handle function pointer constants.
3568      Branch: perl
3569            ! utils/h2ph.PL
3570 ____________________________________________________________________________
3571 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
3572         Log: Put back the [561+] markers (except for the New Tests
3573              section where the comparison is meaningless);
3574              note that perl561delta is really the changes both
3575              from 5.005_03 and 5.6.0.
3576      Branch: perl
3577            ! pod/perldelta.pod
3578 ____________________________________________________________________________
3579 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
3580         Log: Mention the dynamicness of Socket in VMS in another spot.
3581      Branch: perl
3582            ! pod/perldelta.pod
3583 ____________________________________________________________________________
3584 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
3585         Log: Address most of the issues found by Lupe Cristoph
3586              (only leave the VMS changes to the VMS people);
3587              move the VOS section to its right place;
3588              talk more about userlevel threads;
3589              eradicate end-of-line spaces.
3590      Branch: perl
3591            ! pod/perldelta.pod
3592 ____________________________________________________________________________
3593 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
3594         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3595              From: Radu Greab <radu@netsoft.ro>
3596              Date: Sat, 8 Jun 2002 16:59:56 +0300
3597              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
3598              
3599              A test for #17082.
3600      Branch: perl
3601            ! ext/Storable/t/recurse.t
3602 ____________________________________________________________________________
3603 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
3604         Log: Explain at the top the situation in a nutshell;
3605              remove the [561+] tags as redundant;
3606              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
3607      Branch: perl
3608            ! pod/perldelta.pod
3609 ____________________________________________________________________________
3610 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
3611         Log: Subject: [Patch] perldelta for 5.8.0 RC1
3612              From: lupe@lupe-christoph.de (Lupe Christoph)
3613              Date: Sat, 8 Jun 2002 14:08:16 +0200
3614              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
3615      Branch: perl
3616            ! pod/perldelta.pod
3617 ____________________________________________________________________________
3618 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
3619         Log: Advertise the upcoming Win32::GetOSName().
3620      Branch: perl
3621            ! pod/perlport.pod
3622 ____________________________________________________________________________
3623 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
3624         Log: The lib/Win32.pod part of
3625              
3626              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
3627              From: "Yves Orton" <demerphq@hotmail.com>
3628              Date: Sat, 08 Jun 2002 00:27:25 +0200
3629              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
3630              
3631              (manually applied and tweaked) 
3632      Branch: perl
3633            ! lib/Win32.pod
3634 ____________________________________________________________________________
3635 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
3636         Log: Subject: Doc patches: assorted minor nits
3637              From: Philip Newton <Philip.Newton@gmx.net>
3638              Date: Sat, 08 Jun 2002 11:08:12 +0200
3639              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
3640      Branch: perl
3641            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3642 ____________________________________________________________________________
3643 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
3644         Log: Subject: Re: doc bug in perldoc
3645              From: Philip Newton <Philip.Newton@gmx.net>
3646              Date: Sat, 08 Jun 2002 11:05:09 +0200
3647              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
3648      Branch: perl
3649            ! utils/perldoc.PL
3650 ____________________________________________________________________________
3651 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3652         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3653              From: Radu Greab <radu@netsoft.ro>
3654              Date: Sat, 8 Jun 2002 08:28:58 +0300
3655              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3656      Branch: perl
3657            ! ext/Storable/Storable.xs
3658 ____________________________________________________________________________
3659 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3660         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3661              From: "Craig A. Berry" <craigberry@mac.com>
3662              Date: Fri, 7 Jun 2002 22:55:34 -0500
3663              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3664              
3665              Handle also underflow on non-IEEE.
3666      Branch: perl
3667            ! numeric.c
3668 ____________________________________________________________________________
3669 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3670         Log: Fix for bug [ID 20020602.007].
3671              Don't decrement the active flag until AFTER we have run perl_destruct
3672      Branch: perl
3673            ! ext/threads/threads.xs
3674 ____________________________________________________________________________
3675 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3676         Log: h2ph: evil linux/byteorder/pdp_endian.h
3677      Branch: perl
3678            ! utils/h2ph.PL
3679 ____________________________________________________________________________
3680 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3681         Log: h2ph: more evilness in the form of Linux inline assembler.
3682      Branch: perl
3683            ! utils/h2ph.PL
3684 ____________________________________________________________________________
3685 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3686         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3687              (note the final L) for ia32 and ia64 long doubles.
3688      Branch: perl
3689            ! utils/h2ph.PL
3690 ____________________________________________________________________________
3691 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3692         Log: perlivp: more header matching.
3693      Branch: perl
3694            ! utils/perlivp.PL
3695 ____________________________________________________________________________
3696 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3697         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3698              From: Nicholas Clark <nick@unfortu.net>
3699              Date: Sat, 8 Jun 2002 00:39:22 +0100
3700              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3701      Branch: perl
3702            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3703 ____________________________________________________________________________
3704 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3705         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3706              From: "Craig A. Berry" <craigberry@mac.com>
3707              Date: Fri, 7 Jun 2002 18:29:31 -0500
3708              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3709      Branch: perl
3710            ! numeric.c
3711 ____________________________________________________________________________
3712 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3713         Log: Reunite the first .PHONY targets (based on Garry Williams'
3714              reading of the GNU make manual).
3715      Branch: perl
3716            ! Makefile.SH
3717 ____________________________________________________________________________
3718 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3719         Log: Subject: Re: [DOCPATCH] Thread.pm
3720              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3721              Date: Fri, 07 Jun 2002 23:57:01 +0200
3722              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3723      Branch: perl
3724            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3725 ____________________________________________________________________________
3726 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3727         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3728              From: Radu Greab <radu@netsoft.ro>
3729              Date: Sat, 8 Jun 2002 00:49:02 +0300
3730              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3731      Branch: perl
3732            ! ext/Storable/t/recurse.t
3733 ____________________________________________________________________________
3734 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3735         Log: h2ph: the fp exponent does need to have an explicit sign.
3736      Branch: perl
3737            ! utils/h2ph.PL
3738 ____________________________________________________________________________
3739 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3740         Log: perlivp: tell what went wrong.
3741      Branch: perl
3742            ! utils/perlivp.PL
3743 ____________________________________________________________________________
3744 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3745         Log: perlivp: sometimes headers and symbols don't quite match.
3746      Branch: perl
3747            ! utils/perlivp.PL
3748 ____________________________________________________________________________
3749 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3750         Log: h2ph: One more usage example.
3751      Branch: perl
3752            ! utils/h2ph.PL
3753 ____________________________________________________________________________
3754 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3755         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3756      Branch: perl
3757            ! utils/h2ph.PL
3758 ____________________________________________________________________________
3759 [ 17065] By: nick                                  on 2002/06/07  18:21:36
3760         Log: Integrate mainline
3761      Branch: perlio
3762           +> ext/IO/hints/sco.pl
3763           !> (integrate 27 files)
3764 ____________________________________________________________________________
3765 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
3766         Log: uname() was returning "unknown" on IA64; handle other missing
3767              cases as well, and make any future unknown ones show up as
3768              unknown(0x123).
3769      Branch: perl
3770            ! win32/win32.c
3771 ____________________________________________________________________________
3772 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
3773         Log: There are many ways to skin a Win32 (from Sarathy).
3774      Branch: perl
3775            ! pod/perlport.pod
3776 ____________________________________________________________________________
3777 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
3778         Log: Typos spotted by Vadim.
3779      Branch: perl
3780            ! pod/perlport.pod
3781 ____________________________________________________________________________
3782 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
3783         Log: Update Changes.
3784      Branch: perl
3785            ! Changes patchlevel.h
3786 ____________________________________________________________________________
3787 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
3788         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
3789              From: lupe@lupe-christoph.de (Lupe Christoph)
3790              Date: Fri, 7 Jun 2002 13:38:24 +0200
3791              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
3792      Branch: perl
3793            ! pod/perlxs.pod
3794 ____________________________________________________________________________
3795 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
3796         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
3797              From: lupe@lupe-christoph.de (Lupe Christoph)
3798              Date: Fri, 7 Jun 2002 13:36:51 +0200
3799              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
3800      Branch: perl
3801            ! README.win32
3802 ____________________________________________________________________________
3803 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
3804         Log: gcc -Wall nit noticed by NI-S.
3805      Branch: perl
3806            ! pp.c
3807 ____________________________________________________________________________
3808 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
3809         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
3810              From: Andrew Hamm <AHamm@civica.com.au>
3811              Date: Fri, 7 Jun 2002 17:11:24 +1000
3812              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
3813      Branch: perl
3814            + ext/IO/hints/sco.pl
3815            ! MANIFEST
3816 ____________________________________________________________________________
3817 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
3818         Log: Integrate perlio:
3819              
3820              [ 17053]
3821              Don't discard read data on flush if seek fails.
3822      Branch: perl
3823           !> perlio.c
3824 ____________________________________________________________________________
3825 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
3826         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
3827      Branch: perl
3828            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
3829            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
3830            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
3831            ! pod/perlport.pod pod/perltoot.pod
3832 ____________________________________________________________________________
3833 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
3834         Log: More Winlore from Vadim.
3835      Branch: perl
3836            ! pod/perlport.pod
3837 ____________________________________________________________________________
3838 [ 17053] By: nick                                  on 2002/06/07  10:11:51
3839         Log: Don't discard read data on flush if seek fails.
3840      Branch: perlio
3841            ! perlio.c
3842 ____________________________________________________________________________
3843 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
3844         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3845              From: Radu Greab <radu@netsoft.ro>
3846              Date: Fri, 7 Jun 2002 05:17:58 +0300
3847              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
3848      Branch: perl
3849            ! ext/Storable/Storable.xs
3850 ____________________________________________________________________________
3851 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
3852         Log: Split in two the .PHONY target so that makes without .PHONY
3853              when invoked as "make" won't wander off into the targets "compile
3854              translator utilities" and instead stay in the "all" target.
3855              Diagnosed by Garry Williams.
3856      Branch: perl
3857            ! Makefile.SH
3858 ____________________________________________________________________________
3859 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
3860         Log: Retract #16892 now that we have #17022.
3861      Branch: perl
3862            ! lib/Cwd.pm
3863 ____________________________________________________________________________
3864 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
3865         Log: Update the SUPER-UX situation.
3866      Branch: perl
3867            ! pod/perldelta.pod
3868 ____________________________________________________________________________
3869 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
3870         Log: More Windows wisdom from Sarathy;
3871              remove old UTS entry; add SUPER-UX.
3872      Branch: perl
3873            ! pod/perlport.pod
3874 ____________________________________________________________________________
3875 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
3876         Log: Windows wisdom from Sarathy.
3877      Branch: perl
3878            ! pod/perlvar.pod
3879 ____________________________________________________________________________
3880 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
3881         Log: The perlio warnings are not mandatory.
3882      Branch: perl
3883            ! pod/perldiag.pod
3884 ____________________________________________________________________________
3885 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
3886         Log: Typolice.
3887      Branch: perl
3888            ! utils/c2ph.PL x2p/s2p.PL
3889 ____________________________________________________________________________
3890 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
3891         Log: Document that $^O in Win32 is a bit lacking in details.
3892      Branch: perl
3893            ! pod/perlvar.pod
3894 ____________________________________________________________________________
3895 [ 17043] By: nick                                  on 2002/06/06  18:51:48
3896         Log: Integrate mainline
3897      Branch: perlio
3898           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3899           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3900           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3901           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
3902           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
3903           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
3904 ____________________________________________________________________________
3905 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
3906         Log: Win32 is not an OS.
3907      Branch: perl
3908            ! pod/perlport.pod
3909 ____________________________________________________________________________
3910 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
3911         Log: The Makefile.SH part of
3912              
3913              Subject: [PATCH] corrections to Config.pm
3914              From: Robin Barker <rmb1@cise.npl.co.uk>
3915              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
3916              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
3917              
3918              and regen Configure.
3919      Branch: perl
3920            ! Configure Makefile.SH Porting/config.sh Porting/config_H
3921 ____________________________________________________________________________
3922 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3923         Log: Supported platforms tweaks.
3924      Branch: perl
3925            ! pod/perlport.pod
3926 ____________________________________________________________________________
3927 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3928         Log: Update the 5.005-threads failure list.
3929      Branch: perl
3930            ! pod/perldelta.pod
3931 ____________________________________________________________________________
3932 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3933         Log: Make pstruct and psed appear also on platforms with
3934              $Config{d_link} but filesystems without link() (like FAT).
3935              Should deal with [ID 20020602.003] and
3936              "RC1 for MSWin32-x86-multi-thread build bug report".
3937              Diagnosis by Sarathy.
3938      Branch: perl
3939            ! utils/c2ph.PL x2p/s2p.PL
3940 ____________________________________________________________________________
3941 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3942         Log: Subject: [PATCH] Thread.pm
3943              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3944              Date: Thu, 06 Jun 2002 10:47:36 +0200
3945              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3946      Branch: perl
3947            ! lib/Thread.pm
3948 ____________________________________________________________________________
3949 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3950         Log: Rafael noticed a bug in the explanation of #17035.
3951      Branch: perl
3952            ! pod/perldiag.pod
3953 ____________________________________________________________________________
3954 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3955         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3956      Branch: perl
3957            ! pod/perldiag.pod
3958 ____________________________________________________________________________
3959 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3960         Log: Subject: [DOCPATCH] perlthtut.pod
3961              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3962              Date: Thu, 06 Jun 2002 10:40:02 +0200
3963              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3964      Branch: perl
3965            ! pod/perlthrtut.pod
3966 ____________________________________________________________________________
3967 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3968         Log: NetWare update from Ananth Kesari.
3969      Branch: perl
3970            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3971            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3972            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3973            ! NetWare/t/NWScripts.pl x2p/a2p.h
3974 ____________________________________________________________________________
3975 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3976         Log: Integrate perlio:
3977              
3978              [ 17030]
3979              doio.c tweaks
3980              - see SV passed to dup type open "looks_like__number"
3981              - apply layers to pipe opens.
3982      Branch: perl
3983           !> doio.c
3984 ____________________________________________________________________________
3985 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3986         Log: Subject: [PATCH] perlguts.pod
3987              From: Nicholas Clark <nick@ccl4.org>
3988              Date: Thu, 6 Jun 2002 11:29:19 +0100
3989              Message-Id: <20020606112919.P22873@plum.flirble.org>
3990      Branch: perl
3991            ! pod/perlguts.pod
3992 ____________________________________________________________________________
3993 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3994         Log: doio.c tweaks
3995              - see SV passed to dup type open "looks_like__number"
3996              - apply layers to pipe opens.
3997      Branch: perlio
3998            ! doio.c
3999 ____________________________________________________________________________
4000 [ 17029] By: nick                                  on 2002/06/06  06:32:35
4001         Log: Integrate mainline
4002      Branch: perlio
4003           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
4004           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
4005           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
4006           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
4007           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
4008 ____________________________________________________________________________
4009 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
4010         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
4011              output buffers because they exited with PerlProc_exit()
4012              instead of my_exit() (from Andy Dougherty)
4013      Branch: perl
4014            ! perl.c
4015 ____________________________________________________________________________
4016 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
4017         Log: BeOS status update; all platforms status update.
4018      Branch: perl
4019            ! README.beos pod/perlport.pod
4020 ____________________________________________________________________________
4021 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
4022         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
4023              From: Stas Bekman <stas@stason.org>
4024              Date: Wed, 05 Jun 2002 15:26:02 +0800
4025              Message-ID: <3CFDBD0A.8090505@stason.org>      
4026      Branch: perl
4027            ! lib/Pod/Html.pm
4028 ____________________________________________________________________________
4029 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
4030         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
4031              From: "Craig A. Berry" <craigberry@mac.com>
4032              Date: Wed, 05 Jun 2002 17:31:18 -0500
4033              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
4034      Branch: perl
4035            ! t/op/arith.t
4036 ____________________________________________________________________________
4037 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
4038         Log: MacOS X 10.1.5 still failing the DB tests.
4039      Branch: perl
4040            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
4041            ! pod/perldelta.pod
4042 ____________________________________________________________________________
4043 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
4044         Log: Address the second half of
4045              
4046              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
4047              From: jv@squirrel.nl (Johan Vromans)
4048              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
4049              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
4050              
4051              so that multiarg piped opens only accept optional whitespace
4052              after the "|-".  If and when perlio discipline awareness added
4053              to |-, the now added code branch will grow.
4054              
4055              No test case because hard to think of anything even remotely
4056              portable.
4057      Branch: perl
4058            ! doio.c
4059 ____________________________________________________________________________
4060 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
4061         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
4062              From: Doug MacEachern <dougm@covalent.net>
4063              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
4064              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
4065              
4066              (plus a test expanded from Schwern's [ID 20020602.006])
4067      Branch: perl
4068            ! pp.c t/op/tie.t
4069 ____________________________________________________________________________
4070 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
4071         Log: Subject: doc bug in perldoc
4072              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4073              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
4074              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
4075      Branch: perl
4076            ! utils/perldoc.PL
4077 ____________________________________________________________________________
4078 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
4079         Log: AUTHORS updates; perldelta blame^Wfame additions.
4080      Branch: perl
4081            ! AUTHORS pod/perldelta.pod
4082 ____________________________________________________________________________
4083 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
4084         Log: Mention Carp enhancements.
4085      Branch: perl
4086            ! pod/perldelta.pod
4087 ____________________________________________________________________________
4088 [ 17018] By: sky                                   on 2002/06/05  18:49:10
4089         Log: Update text slightly and update links to threads.pm instead of Thread.pm
4090      Branch: perl
4091            ! pod/perlfunc.pod
4092 ____________________________________________________________________________
4093 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
4094         Log: Remove a comma and a few whitespaces.
4095      Branch: perl
4096            ! pod/perlfunc.pod
4097 ____________________________________________________________________________
4098 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
4099         Log: $^O is 'beos' on BeOS
4100      Branch: perl
4101            ! lib/Tie/File/t/16_handle.t
4102 ____________________________________________________________________________
4103 [ 17015] By: nick                                  on 2002/06/05  15:11:00
4104         Log: Integrate mainline (for Configure)
4105      Branch: perlio
4106           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4107           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
4108           !> hints/linux.sh myconfig.SH pod/perldelta.pod
4109 ____________________________________________________________________________
4110 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
4111         Log: Update Changes.
4112      Branch: perl
4113            ! Changes patchlevel.h
4114 ____________________________________________________________________________
4115 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
4116         Log: Mention the flakiness of AIX' make.
4117      Branch: perl
4118            ! pod/perldelta.pod
4119 ____________________________________________________________________________
4120 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
4121         Log: metaconfig unit change for #17011.
4122      Branch: metaconfig
4123            ! U/installdirs/inc_version_list.U
4124 ____________________________________________________________________________
4125 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
4126         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
4127              From: jason@openinformatics.com (Jason E. Stewart)
4128              Date: 04 Jun 2002 16:42:32 -0600
4129              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
4130              
4131              Unexpanded $prefix.
4132      Branch: perl
4133            ! Configure
4134 ____________________________________________________________________________
4135 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
4136         Log: glibc version is more a library issue than a compiler issue.
4137      Branch: perl
4138            ! myconfig.SH
4139 ____________________________________________________________________________
4140 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
4141         Log: Subject: [Encode PATCH] spurious warning
4142              From: Nicholas Clark <nick@unfortu.net>
4143              Date: Sun, 2 Jun 2002 20:26:22 +0100
4144              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
4145      Branch: perl
4146            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
4147 ____________________________________________________________________________
4148 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
4149         Log: Show gnulibc_version in myconfig. 
4150      Branch: perl
4151            ! myconfig.SH
4152 ____________________________________________________________________________
4153 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
4154         Log: Regen Glossary for #16991.
4155      Branch: perl
4156            ! Porting/Glossary Porting/config.sh Porting/config_H
4157 ____________________________________________________________________________
4158 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
4159         Log: More for #16991.
4160      Branch: perl
4161            ! hints/linux.sh
4162 ____________________________________________________________________________
4163 [ 17005] By: nick                                  on 2002/06/05  07:23:22
4164         Log: Integrate mainline
4165      Branch: perlio
4166           +> ext/Thread/README.threads
4167            - README.threads
4168           !> (integrate 81 files)
4169 ____________________________________________________________________________
4170 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
4171         Log: FAQ sync.
4172      Branch: perl
4173            ! pod/perlfaq6.pod
4174 ____________________________________________________________________________
4175 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
4176         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
4177              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4178              Date: Sun, 02 Jun 2002 21:36:05 +0200
4179              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
4180      Branch: perl
4181            ! ext/threads/shared/queue.pm
4182 ____________________________________________________________________________
4183 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
4184         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
4185              From: "Daniel Berger" <djberg96@attbi.com>
4186              Date: Mon, 03 Jun 2002 19:18:38 GMT
4187              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
4188      Branch: perl
4189            ! README.beos
4190 ____________________________________________________________________________
4191 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
4192         Log: Subject: One more sorry for Oracle
4193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4194              Date: Tue, 04 Jun 2002 10:02:17 +0200
4195              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
4196              
4197              (modified)
4198      Branch: perl
4199            ! README.hpux
4200 ____________________________________________________________________________
4201 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
4202         Log: metaconfig unit change for #16999.
4203      Branch: metaconfig
4204            ! U/threads/usethreads.U
4205 ____________________________________________________________________________
4206 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
4207         Log: Disable the combination of ithreads but not perlio.
4208      Branch: perl
4209            ! Configure INSTALL
4210 ____________________________________________________________________________
4211 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
4212         Log: perlthrtut links.
4213      Branch: perl
4214            ! ext/threads/shared/shared.pm ext/threads/threads.pm
4215            ! pod/perldelta.pod
4216 ____________________________________________________________________________
4217 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
4218         Log: Unmatchings.
4219      Branch: perl
4220            ! README.netware README.win32
4221 ____________________________________________________________________________
4222 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
4223         Log: Subject: Re: 2nd draft of announcement
4224              From: "John P. Linderman" <jpl@research.att.com>
4225              Date: Mon, 03 Jun 2002 08:57:49 -0400
4226              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
4227              
4228              Let's not forget the mystery IRIX failure.
4229      Branch: perl
4230            ! pod/perldelta.pod
4231 ____________________________________________________________________________
4232 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
4233         Log: Move the obsolete README.threads out of sight to ext/Threads;
4234              save one part of the IRIX knowledge in INSTALL (though IRIX
4235              6.2 is quite old...)
4236      Branch: perl
4237            + ext/Thread/README.threads
4238            - README.threads
4239            ! INSTALL MANIFEST
4240 ____________________________________________________________________________
4241 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
4242         Log: Upgrade to Math::BigRat 0.07.
4243      Branch: perl
4244            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
4245            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
4246            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4247 ____________________________________________________________________________
4248 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
4249         Log: metaconfig unit change #16991.
4250      Branch: metaconfig
4251            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
4252 ____________________________________________________________________________
4253 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
4254         Log: Forgot from #16991.
4255      Branch: perl
4256            ! config_h.SH
4257 ____________________________________________________________________________
4258 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
4259         Log: Subject: Re: hints/linux.sh & stdio
4260              From: Andy Dougherty <doughera@lafayette.edu>
4261              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
4262              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
4263      Branch: perl
4264            ! Configure
4265 ____________________________________________________________________________
4266 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
4267         Log: Integrate maintperl change #16988;
4268              
4269              make IO::Pipe work on windows
4270      Branch: perl
4271           !> ext/IO/lib/IO/Pipe.pm
4272 ____________________________________________________________________________
4273 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
4274         Log: Integrate macperl changes #16974 and #16975;
4275              
4276              nativize() isn't happy with absolute Mac paths
4277              
4278              Test::Harness test fixes, attempt #3 :-)
4279      Branch: perl
4280           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4281           !> lib/Test/Harness/t/callback.t
4282           !> lib/Test/Harness/t/strap-analyze.t
4283           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
4284 ____________________________________________________________________________
4285 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
4286         Log: make IO::Pipe work on windows
4287      Branch: maint-5.6/perl
4288            ! ext/IO/lib/IO/Pipe.pm
4289 ____________________________________________________________________________
4290 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
4291         Log: s/modperl/mod_perl/g
4292      Branch: perl
4293            ! README.aix pod/perldelta.pod
4294 ____________________________________________________________________________
4295 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
4296         Log: Subject: [DOC PATCH] perldelta.pod
4297              From: Philip Newton <Philip.Newton@gmx.net>
4298              Date: Tue, 04 Jun 2002 06:52:55 +0200
4299              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
4300              
4301              (with one nit, s/modperl/mod_perl/)
4302      Branch: perl
4303            ! pod/perldelta.pod
4304 ____________________________________________________________________________
4305 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
4306         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
4307      Branch: perl
4308            ! pod/perlfunc.pod
4309 ____________________________________________________________________________
4310 [ 16984] By: ams                                   on 2002/06/04  01:05:49
4311         Log: Subject: [PATCH] Re: Some bugs in RC1
4312              From: Michael G Schwern <schwern@pobox.com>
4313              Date: Mon, 03 Jun 2002 19:59:21 -0400
4314              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
4315      Branch: perl
4316            ! lib/perl5db.pl
4317 ____________________________________________________________________________
4318 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
4319         Log: Update Errno slightly to latest version
4320      Branch: macperl
4321            ! macos/lib/Errno.pm
4322 ____________________________________________________________________________
4323 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
4324         Log: Protect against localizing an %ENV slice.
4325      Branch: perl
4326            ! lib/Cwd.pm
4327 ____________________________________________________________________________
4328 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
4329         Log: Document that lock() is a "weak keyword".
4330      Branch: perl
4331            ! pod/perlfunc.pod
4332 ____________________________________________________________________________
4333 [ 16980] By: ams                                   on 2002/06/03  18:38:26
4334         Log: Subject: [PATCH Switch.pm] Minor typo
4335              From: Philip Newton <Philip.Newton@gmx.net>
4336              Date: Mon, 03 Jun 2002 21:35:55 +0200
4337              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
4338      Branch: perl
4339            ! lib/Switch.pm
4340 ____________________________________________________________________________
4341 [ 16979] By: ams                                   on 2002/06/03  17:06:03
4342         Log: Remove all occurrences of occurence, except for one (in the
4343              Changelog) that is preserved for historical reasons.
4344      Branch: perl
4345            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
4346            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
4347            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
4348 ____________________________________________________________________________
4349 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
4350         Log: Update Changes
4351      Branch: macperl
4352            ! macos/Changes
4353 ____________________________________________________________________________
4354 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
4355         Log: Update Help menu for 5.8
4356      Branch: macperl
4357            ! macos/macperl/MacPerl.podhelp
4358 ____________________________________________________________________________
4359 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
4360         Log: Bump versions
4361      Branch: macperl
4362            ! macos/MPVersion.r macos/config.h macos/config.sh
4363 ____________________________________________________________________________
4364 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
4365         Log: Test::Harness test fixes, attempt #3 :-)
4366      Branch: macperl
4367            ! lib/Test/Harness/t/callback.t
4368            ! lib/Test/Harness/t/strap-analyze.t
4369            ! lib/Test/Harness/t/test-harness.t
4370 ____________________________________________________________________________
4371 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
4372         Log: nativize() isn't happy with absolute Mac paths
4373      Branch: macperl
4374            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4375            ! lib/lib_pm.PL
4376 ____________________________________________________________________________
4377 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
4378         Log: Integrate #16971 from maint-5.6;
4379              
4380              IO::Poll wasn't working on windows since poll.c wasn't using the
4381              same abstractions as perl; for test case, see:
4382              http://bugs.activestate.com/show_bug.cgi?id=19624
4383      Branch: perl
4384           !> XSUB.h ext/IO/poll.c
4385 ____________________________________________________________________________
4386 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
4387         Log: A few links.
4388      Branch: perl
4389            ! pod/perldelta.pod
4390 ____________________________________________________________________________
4391 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
4392         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
4393              same abstractions as perl; for test case, see:
4394              http://bugs.activestate.com/show_bug.cgi?id=19624
4395      Branch: maint-5.6/perl
4396            ! XSUB.h ext/IO/poll.c
4397 ____________________________________________________________________________
4398 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
4399         Log: Various perldelta tweaks.
4400      Branch: perl
4401            ! pod/perldelta.pod
4402 ____________________________________________________________________________
4403 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
4404         Log: Update Changes.
4405      Branch: perl
4406            ! Changes patchlevel.h
4407 ____________________________________________________________________________
4408 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
4409         Log: Integrate perl for 5.8.0 RC1
4410      Branch: macperl
4411           !> (integrate 77 files)
4412 ____________________________________________________________________________
4413 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
4414         Log: Two obsolete files.
4415      Branch: perl
4416            ! Porting/makerel
4417 ____________________________________________________________________________
4418 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
4419         Log: This is Perl 5.8.0 RC 1.
4420      Branch: perl
4421            ! patchlevel.h
4422 ____________________________________________________________________________
4423 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
4424         Log: Update Changes.
4425      Branch: perl
4426            ! Changes patchlevel.h
4427 ____________________________________________________________________________
4428 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
4429         Log: Subject: [Encode] 1.75 Released
4430              From: Dan Kogai <dankogai@dan.co.jp>
4431              Date: Sun, 2 Jun 2002 03:19:19 +0900
4432              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
4433      Branch: perl
4434            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
4435            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4436            ! ext/Encode/lib/Encode/Alias.pm
4437            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4438            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4439 ____________________________________________________________________________
4440 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
4441         Log: Paranoia regen_headers; no changes but at least
4442              the timestamps are now fine.
4443      Branch: perl
4444            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
4445            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
4446            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4447            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
4448            ! warnings.h
4449 ____________________________________________________________________________
4450 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
4451         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
4452              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4453              Date: Sat, 01 Jun 2002 11:35:22 +0200
4454              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
4455      Branch: perl
4456            ! README.hpux
4457 ____________________________________________________________________________
4458 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
4459         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
4460      Branch: perl
4461            ! pod/perldelta.pod pod/perltoc.pod
4462 ____________________________________________________________________________
4463 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
4464         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
4465      Branch: perl
4466            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
4467            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
4468 ____________________________________________________________________________
4469 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
4470         Log: Even more VMSifying (this time more like de-MacOSifying).
4471      Branch: perl
4472            ! lib/Test/Harness/t/test-harness.t
4473 ____________________________________________________________________________
4474 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
4475         Log: VMSifying from Craig Berry.
4476      Branch: perl
4477            ! lib/Test/Harness/t/callback.t
4478            ! lib/Test/Harness/t/strap-analyze.t
4479            ! lib/Test/Harness/t/test-harness.t
4480 ____________________________________________________________________________
4481 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
4482         Log: Mention the CJK docs.
4483      Branch: perl
4484            ! pod/perldelta.pod
4485 ____________________________________________________________________________
4486 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
4487         Log: Subject: [PATCH] another Storable test
4488              From: Nicholas Clark <nick@unfortu.net>
4489              Date: Sat, 1 Jun 2002 14:07:01 +0100
4490              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
4491      Branch: perl
4492            ! ext/Storable/t/interwork56.t
4493 ____________________________________________________________________________
4494 [ 16955] By: nick                                  on 2002/06/01  09:02:48
4495         Log: Integrate mainline
4496      Branch: perlio
4497            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4498           !> (integrate 62 files)
4499 ____________________________________________________________________________
4500 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
4501         Log: Make the changes MacOS-specific.
4502      Branch: perl
4503            ! lib/Test/Harness/t/callback.t
4504            ! lib/Test/Harness/t/strap-analyze.t
4505            ! lib/Test/Harness/t/test-harness.t
4506 ____________________________________________________________________________
4507 [ 16953] By: ams                                   on 2002/06/01  03:20:52
4508         Log: Remove $Id$ lines.
4509      Branch: perl
4510            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4511            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4512            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4513            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4514            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4515            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
4516            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4517            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4518            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4519            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
4520            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4521            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4522            ! ext/Storable/t/utf8hash.t
4523 ____________________________________________________________________________
4524 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
4525         Log: Perl Labs dead, Smokers live.
4526      Branch: perl
4527            ! pod/perlhack.pod
4528 ____________________________________________________________________________
4529 [ 16951] By: ams                                   on 2002/06/01  03:08:02
4530         Log: Nitpick at ChangeLog until it is consistently formatted.
4531      Branch: perl
4532            ! ext/Storable/ChangeLog
4533 ____________________________________________________________________________
4534 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
4535         Log: strictify lib.pm.
4536      Branch: perl
4537            ! lib/lib_pm.PL
4538 ____________________________________________________________________________
4539 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
4540         Log: s/invcer/incver/
4541      Branch: perl
4542            ! lib/lib_pm.PL
4543 ____________________________________________________________________________
4544 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
4545         Log: Subject: Re: perl@16925
4546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4547              Date: Fri, 31 May 2002 19:56:39 -0700
4548              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
4549              
4550              Self-tie clarifications.
4551      Branch: perl
4552            ! pod/perldelta.pod
4553 ____________________________________________________________________________
4554 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
4555         Log: Be exact of what happens.
4556      Branch: perl
4557            ! README.cygwin
4558 ____________________________________________________________________________
4559 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
4560         Log: Subject: [Patch] Inplace editing on Cygwin and others?
4561              From: "Gerrit P. Haase" <gp@familiehaase.de>
4562              Date: Sat, 1 Jun 2002 04:14:43 +0200
4563              Message-ID: <199100765833.20020601041443@familiehaase.de>
4564      Branch: perl
4565            ! README.cygwin doio.c perl.c
4566 ____________________________________________________________________________
4567 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
4568         Log: MacOS test glitch.
4569      Branch: perl
4570            ! ext/Digest/MD5/t/files.t
4571 ____________________________________________________________________________
4572 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
4573         Log: Update Changes.
4574      Branch: perl
4575            ! Changes patchlevel.h
4576 ____________________________________________________________________________
4577 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
4578         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
4579              From: "Craig A. Berry" <craigberry@mac.com>
4580              Date: Fri, 31 May 2002 17:20:11 -0500
4581              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
4582              
4583              Avoid redef warning.
4584      Branch: perl
4585            ! lib/Math/BigInt/Calc.pm
4586 ____________________________________________________________________________
4587 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
4588         Log: Integrate macperl patches #16926 and #16938;
4589              
4590              Big MacPerl Testing Patch No. 2
4591              
4592              Big MacPerl Testing Patch No. 3
4593      Branch: perl
4594           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4595           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
4596           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4597           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
4598           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
4599           !> lib/Test/Harness/t/callback.t
4600           !> lib/Test/Harness/t/strap-analyze.t
4601           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
4602           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
4603           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
4604 ____________________________________________________________________________
4605 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
4606         Log: Configuration / test updates
4607      Branch: macperl
4608            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4609            ! macos/Makefile.mk
4610 ____________________________________________________________________________
4611 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
4612         Log: Fix various Makefile.PL for string/array conflicts
4613      Branch: macperl
4614            ! macos/ext/Mac/Controls/Makefile.PL
4615            ! macos/ext/Mac/Dialogs/Makefile.PL
4616            ! macos/ext/Mac/Events/Makefile.PL
4617            ! macos/ext/Mac/Files/Makefile.PL
4618            ! macos/ext/Mac/Fonts/Makefile.PL
4619            ! macos/ext/Mac/Lists/Makefile.PL
4620            ! macos/ext/Mac/Menus/Makefile.PL
4621            ! macos/ext/Mac/MoreFiles/Makefile.PL
4622            ! macos/ext/Mac/Movies/Makefile.PL
4623            ! macos/ext/Mac/Navigation/Makefile.PL
4624            ! macos/ext/Mac/Notification/Makefile.PL
4625            ! macos/ext/Mac/OSA/Makefile.PL
4626            ! macos/ext/Mac/QDOffscreen/Makefile.PL
4627            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
4628            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
4629            ! macos/ext/Mac/StandardFile/Makefile.PL
4630            ! macos/ext/Mac/TextEdit/Makefile.PL
4631            ! macos/ext/Mac/Windows/Makefile.PL
4632            ! macos/ext/MacPerl/Makefile.PL
4633 ____________________________________________________________________________
4634 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
4635         Log: Integrate perl
4636      Branch: macperl
4637            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4638           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
4639           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
4640           !> pod/perlvar.pod
4641 ____________________________________________________________________________
4642 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
4643         Log: Big MacPerl Testing Patch No. 3
4644      Branch: macperl
4645            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
4646            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
4647            ! lib/Test/Harness/t/callback.t
4648            ! lib/Test/Harness/t/strap-analyze.t
4649            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4650            ! utils/dprofpp.PL utils/splain.PL
4651 ____________________________________________________________________________
4652 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4653         Log: Update the LWP status.
4654      Branch: perl
4655            ! pod/perldelta.pod
4656 ____________________________________________________________________________
4657 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4658         Log: Integrate mainline
4659      Branch: perlio
4660           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4661           +> lib/File/Spec/NW5.pm
4662            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4663            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4664            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4665            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4666           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4667           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4668           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4669           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4670           !> pod/perlvar.pod toke.c
4671 ____________________________________________________________________________
4672 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4673         Log: Freudian slip :-)
4674      Branch: perl
4675            ! pod/perlhist.pod
4676 ____________________________________________________________________________
4677 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4678         Log: perlhist update.
4679      Branch: perl
4680            ! pod/perlhist.pod
4681 ____________________________________________________________________________
4682 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4683         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4684              From: Andy Dougherty <doughera@lafayette.edu>
4685              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4686              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4687      Branch: perl
4688            ! lib/Math/BigInt/t/mbi_rand.t
4689 ____________________________________________________________________________
4690 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4691         Log: From: Michael G Schwern <schwern@pobox.com>
4692              Date: Fri, 31 May 2002 15:18:02 -0400
4693              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4694              To: perl5-porters@perl.org
4695      Branch: perl
4696            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4697            ! MANIFEST
4698 ____________________________________________________________________________
4699 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4700         Log: More datapoints on gcc/alpha.
4701      Branch: perl
4702            ! pod/perldelta.pod
4703 ____________________________________________________________________________
4704 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4705         Log: Document that old gccs on Alpha are no good.
4706      Branch: perl
4707            ! pod/perldelta.pod
4708 ____________________________________________________________________________
4709 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4710         Log: Integrate perl
4711      Branch: macperl
4712           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4713           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4714           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4715           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4716           +> t/lib/sample-tests/skipall_nomsg
4717            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4718            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4719            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4720            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4721            - NetWare/bat/ToggleXDC.bat
4722           !> (integrate 86 files)
4723 ____________________________________________________________________________
4724 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4725         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4726              From: Colin Watson <colinw@zeus.com>
4727              Date: Fri, 31 May 2002 17:34:06 +0100
4728              Message-ID: <20020531163406.GA10401@zeus.com>
4729      Branch: perl
4730            ! hints/hpux.sh
4731 ____________________________________________________________________________
4732 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4733         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4734              From: Paul_GreenVOS@vos.stratus.com
4735              Date: Fri, 31 May 02 12:23 edt
4736              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4737      Branch: perl
4738            ! pod/perlport.pod pod/perlvar.pod
4739 ____________________________________________________________________________
4740 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4741         Log: Big MacPerl Testing Patch No. 2
4742              There might be more soon, but this is almost all of it for now
4743      Branch: macperl
4744            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4745            ! lib/Devel/SelfStubber.t lib/English.t
4746            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4747            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4748            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4749            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4750 ____________________________________________________________________________
4751 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4752         Log: Update Changes.
4753      Branch: perl
4754            ! Changes patchlevel.h
4755 ____________________________________________________________________________
4756 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4757         Log: Missing MANIFESTations.
4758      Branch: perl
4759            ! MANIFEST
4760 ____________________________________________________________________________
4761 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
4762         Log: DJGPP tweaks from Laszlo.
4763      Branch: perl
4764            ! lib/English.t
4765 ____________________________________________________________________________
4766 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
4767         Log: NetWare update from Ananth Kesari.
4768      Branch: perl
4769            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4770            + lib/File/Spec/NW5.pm
4771            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4772            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4773            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4774            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4775            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4776            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
4777            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
4778 ____________________________________________________________________________
4779 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
4780         Log: Integrate perlio:
4781              
4782              [ 16920]
4783              Use File::Spec for blib expectance tests - skating round
4784              existing MacOS and VMS hacks.
4785      Branch: perl
4786           !> lib/blib.t
4787 ____________________________________________________________________________
4788 [ 16920] By: nick                                  on 2002/05/31  08:48:40
4789         Log: Use File::Spec for blib expectance tests - skating round
4790              existing MacOS and VMS hacks.
4791      Branch: perlio
4792            ! lib/blib.t
4793 ____________________________________________________________________________
4794 [ 16919] By: nick                                  on 2002/05/31  08:39:37
4795         Log: Integrate mainline
4796      Branch: perlio
4797           +> ext/Storable/t/interwork56.t
4798           +> ext/Storable/t/make_56_interwork.pl
4799           +> lib/ExtUtils/t/writemakefile_args.t
4800           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4801           +> t/lib/sample-tests/skipall_nomsg
4802            - NetWare/bat/Setwatcom.bat
4803           !> (integrate 62 files)
4804 ____________________________________________________________________________
4805 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
4806         Log: Regen toc.
4807      Branch: perl
4808            ! pod/perltoc.pod
4809 ____________________________________________________________________________
4810 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
4811         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
4812              From: "Craig A. Berry" <craigberry@mac.com>
4813              Date: Thu, 30 May 2002 22:14:15 -0500
4814              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
4815      Branch: perl
4816            ! t/test.pl
4817 ____________________________________________________________________________
4818 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
4819         Log: Missing from #16914.
4820      Branch: perl
4821            ! MANIFEST
4822 ____________________________________________________________________________
4823 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
4824         Log: BeOS status update.
4825      Branch: perl
4826            ! AUTHORS README.beos pod/perldelta.pod
4827 ____________________________________________________________________________
4828 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
4829         Log: Upgrade to Test::Harness 2.24.
4830      Branch: perl
4831            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4832            + t/lib/sample-tests/skipall_nomsg
4833            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4834            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4835            ! lib/Test/Harness/t/strap-analyze.t
4836            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4837 ____________________________________________________________________________
4838 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
4839         Log: metaconfig unit change for #16912.
4840      Branch: metaconfig/U/perl
4841            ! perlpath.U
4842 ____________________________________________________________________________
4843 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
4844         Log: Subject: Improved $^X patch
4845              From: Paul_GreenVOS@vos.stratus.com
4846              Date: Thu, 30 May 02 17:32 edt
4847              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
4848      Branch: perl
4849            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4850            ! pod/perlport.pod pod/perlvar.pod
4851 ____________________________________________________________________________
4852 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
4853         Log: Subject: [PATCH configure.com] _ext -> _exe
4854              From: "Craig A. Berry" <craigberry@mac.com>
4855              Date: Thu, 30 May 2002 18:32:43 -0500
4856              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
4857      Branch: perl
4858            ! configure.com
4859 ____________________________________________________________________________
4860 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
4861         Log: Because of #16909 MANIFEST changes.
4862      Branch: perl
4863            ! t/TEST t/harness
4864 ____________________________________________________________________________
4865 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
4866         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
4867              From: Nicholas Clark <nick@unfortu.net>
4868              Date: Fri, 31 May 2002 00:02:22 +0100
4869              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
4870      Branch: perl
4871            + ext/Storable/t/interwork56.t
4872            + ext/Storable/t/make_56_interwork.pl
4873            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
4874            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4875            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4876 ____________________________________________________________________________
4877 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
4878         Log: Integrate perlio:
4879              
4880              [ 16895]
4881              Play safe and avoid writes to stdio's buffer (for glibc2.3)
4882      Branch: perl
4883           !> perlio.c
4884 ____________________________________________________________________________
4885 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
4886         Log: Upgrade to Math::BigRat 0.06.
4887      Branch: perl
4888            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
4889 ____________________________________________________________________________
4890 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
4891         Log: Upgrade to Math::BigInt 1.57.
4892      Branch: perl
4893            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4894            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4895            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4896            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
4897            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4898 ____________________________________________________________________________
4899 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
4900         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
4901              From: "Craig A. Berry" <craigberry@mac.com>
4902              Date: Thu, 30 May 2002 16:22:40 -0500
4903              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
4904      Branch: perl
4905            ! lib/blib.t
4906 ____________________________________________________________________________
4907 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
4908         Log: Upgrade to ExtUtils::MakeMaker 6.01.
4909      Branch: perl
4910            + lib/ExtUtils/t/writemakefile_args.t
4911            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4912            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4913            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
4914            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4915            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4916            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4917            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4918            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
4919 ____________________________________________________________________________
4920 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
4921         Log: prevent attempts to load extension libraries more than once on darwin.
4922              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4923      Branch: perl
4924            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4925 ____________________________________________________________________________
4926 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4927         Log: Obsolete file.
4928      Branch: perl
4929            - NetWare/bat/Setwatcom.bat
4930            ! MANIFEST
4931 ____________________________________________________________________________
4932 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4933         Log: Update Andy.
4934      Branch: perl
4935            ! hints/linux.sh
4936 ____________________________________________________________________________
4937 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4938         Log: INT2PTR/PTR2IV defined twice.
4939      Branch: perl
4940            ! ext/Devel/PPPort/PPPort.pm
4941 ____________________________________________________________________________
4942 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4943         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4944              From: PPrymmer@factset.com
4945              Date: Thu, 30 May 2002 13:57:31 -0400
4946              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4947              
4948              Multinet matters with s/might the/mind the/
4949      Branch: perl
4950            ! README.vms
4951 ____________________________________________________________________________
4952 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4953         Log: Integrate mainline
4954      Branch: perlio
4955           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4956           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4957 ____________________________________________________________________________
4958 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4959         Log: Document the glibc 2.2.5 long long bug.
4960      Branch: perl
4961            ! pod/perldelta.pod
4962 ____________________________________________________________________________
4963 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4964         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4965              From: Abigail <abigail@foad.org>
4966              Date: Thu, 30 May 2002 09:33:51 -0700
4967              Message-ID: <20020530093351.A18225@ucan.foad.org>
4968      Branch: perl
4969            ! pod/perlfunc.pod
4970 ____________________________________________________________________________
4971 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4972         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4973      Branch: perlio
4974            ! perlio.c
4975 ____________________________________________________________________________
4976 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4977         Log: Integrate mainline
4978      Branch: perlio
4979           !> (integrate 50 files)
4980 ____________________________________________________________________________
4981 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4982         Log: Update Changes.
4983      Branch: perl
4984            ! Changes patchlevel.h
4985 ____________________________________________________________________________
4986 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4987         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4988              From: "Green, Paul" <Paul.Green@stratus.com>
4989              Date: Thu, 30 May 2002 11:11:35 -0400
4990              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4991      Branch: perl
4992            ! pod/perlvar.pod
4993 ____________________________________________________________________________
4994 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4995         Log: charnames patch from Thomas Wegner.
4996      Branch: perl
4997            ! lib/charnames.pm lib/charnames.t
4998 ____________________________________________________________________________
4999 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
5000         Log: Subject: [Patch perl@16861] charnames::vianame tweak
5001              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5002              Date: Thu, 30 May 2002 23:56:51 +0900
5003              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
5004      Branch: perl
5005            ! lib/charnames.pm
5006 ____________________________________________________________________________
5007 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
5008         Log: Chart the self-tying minefield.
5009      Branch: perl
5010            ! pod/perldelta.pod
5011 ____________________________________________________________________________
5012 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
5013         Log: Ignasi Roca convinced me, so #16855 is back in.
5014      Branch: perl
5015            ! utfebcdic.h
5016 ____________________________________________________________________________
5017 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
5018         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
5019              From: Andy Dougherty <doughera@lafayette.edu>
5020              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
5021              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
5022      Branch: perl
5023            ! hints/linux.sh
5024 ____________________________________________________________________________
5025 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
5026         Log: Sync with libnet-1.12
5027      Branch: perl
5028            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
5029 ____________________________________________________________________________
5030 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
5031         Log: Subject: Re: perl@16861
5032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5033              Date: Wed, 29 May 2002 15:27:18 -0700
5034              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
5035              
5036              Yitzchak won't give up on self-ties.
5037      Branch: perl
5038            ! pp_sys.c t/op/tie.t
5039 ____________________________________________________________________________
5040 [ 16884] By: ams                                   on 2002/05/30  13:32:52
5041         Log: Ronald Kimball pointed out that there was a run-on sentence in the
5042              last patch by Stas Bekman, and I fixed it, and while I was at it, I
5043              fixed the wording of the last phrase as well, and then I re-wrapped
5044              the paragraph.
5045      Branch: perl
5046            ! pod/perlvar.pod
5047 ____________________________________________________________________________
5048 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
5049         Log: Integrate macperl change #16875.
5050      Branch: perl
5051           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
5052           !> t/lib/warnings/op
5053 ____________________________________________________________________________
5054 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
5055         Log: Integrate macperl patch #16868.
5056      Branch: perl
5057           !> (integrate 36 files)
5058 ____________________________________________________________________________
5059 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
5060         Log: Subject: Re: [ PATCH ] module test fest
5061              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5062              Date: Thu, 30 May 2002 13:52:18 +0200
5063              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
5064              
5065              HP-UX Oracle wisdom (with some tweaks)
5066      Branch: perl
5067            ! README.hpux
5068 ____________________________________________________________________________
5069 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
5070         Log: metaconfig unit change for #16879.
5071      Branch: metaconfig
5072            ! U/modified/Options.U
5073 ____________________________________________________________________________
5074 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
5075         Log: Configure -A should not mangle spaces, from H.Merijn B.
5076      Branch: perl
5077            ! Configure
5078 ____________________________________________________________________________
5079 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
5080         Log: OS/2: found the _fd_flags() prototype.
5081      Branch: perl
5082            ! os2/os2ish.h
5083 ____________________________________________________________________________
5084 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
5085         Log: Fix up the signal handler reinstallation lore.
5086      Branch: perl
5087            ! pod/perlipc.pod
5088 ____________________________________________________________________________
5089 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
5090         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
5091              From: Stas Bekman <stas@stason.org>
5092              Date: Thu, 30 May 2002 15:29:02 +0800
5093              Message-ID: <3CF5D4BE.4000500@stason.org>
5094      Branch: perl
5095            ! pod/perlipc.pod
5096 ____________________________________________________________________________
5097 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
5098         Log: Fixes for fixes
5099      Branch: macperl
5100            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
5101            ! t/lib/warnings/op
5102 ____________________________________________________________________________
5103 [ 16874] By: ams                                   on 2002/05/30  07:41:30
5104         Log: Fix typo in #16866.
5105      Branch: perl
5106            ! lib/File/stat.t
5107 ____________________________________________________________________________
5108 [ 16873] By: ams                                   on 2002/05/30  07:39:24
5109         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
5110              From: Stas Bekman <stas@stason.org>
5111              Date: Thu, 30 May 2002 16:14:55 +0800
5112              Message-Id: <3CF5DF7F.1060700@stason.org>
5113      Branch: perl
5114            ! lib/File/Spec/Unix.pm
5115 ____________________________________________________________________________
5116 [ 16872] By: ams                                   on 2002/05/30  07:38:34
5117         Log: Subject: [PATCH pod/perlvar.pod] $^X
5118              From: Stas Bekman <stas@stason.org>
5119              Date: Thu, 30 May 2002 15:59:48 +0800
5120              Message-Id: <3CF5DBF4.7080500@stason.org>
5121      Branch: perl
5122            ! pod/perlvar.pod
5123 ____________________________________________________________________________
5124 [ 16871] By: nick                                  on 2002/05/30  06:45:56
5125         Log: Integrate all but lib/File/stat.t which seems broken.
5126      Branch: perlio
5127           !> Changes Porting/patching.pod cygwin/perlld.in
5128           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
5129           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5130           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
5131           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
5132           !> t/run/fresh_perl.t utfebcdic.h
5133 ____________________________________________________________________________
5134 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
5135         Log: Integrate perl
5136      Branch: macperl
5137           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5138           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5139           !> (integrate 137 files)
5140 ____________________________________________________________________________
5141 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
5142         Log: Makefile / config / test updates for MacPerl
5143      Branch: macperl
5144            + macos/MacPerlMakeTests.plx
5145            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
5146            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
5147            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
5148 ____________________________________________________________________________
5149 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
5150         Log: Big MacPerl Testing Patch No. 1
5151              If you like this, stay tuned, there's more to come!
5152      Branch: macperl
5153            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
5154            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
5155            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
5156            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
5157            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
5158            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
5159            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
5160            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
5161            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
5162            ! lib/Test/Harness/t/strap-analyze.t
5163            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
5164            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
5165            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
5166            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
5167            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
5168 ____________________________________________________________________________
5169 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
5170         Log: Attachments are okay.
5171      Branch: perl
5172            ! Porting/patching.pod
5173 ____________________________________________________________________________
5174 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
5175         Log: OS/2: ENOINO.
5176      Branch: perl
5177            ! lib/File/stat.t
5178 ____________________________________________________________________________
5179 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
5180         Log: OS/2: provide prototype.
5181      Branch: perl
5182            ! os2/os2ish.h
5183 ____________________________________________________________________________
5184 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
5185         Log: OS/2: fp stringification fudge.
5186              (After this the whole suite passes 98.30%)
5187      Branch: perl
5188            ! t/base/num.t
5189 ____________________________________________________________________________
5190 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
5191         Log: harness wasn't running x2p/s2p.t.
5192      Branch: perl
5193            ! t/harness
5194 ____________________________________________________________________________
5195 [ 16862] By: nick                                  on 2002/05/29  14:12:41
5196         Log: Integrate mainline
5197      Branch: perlio
5198           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5199           !> (integrate 100 files)
5200 ____________________________________________________________________________
5201 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
5202         Log: Subject: [PATCH] pack 'w' should be using NV, not double
5203              From: Nicholas Clark <nick@ccl4.org>
5204              Date: Wed, 29 May 2002 15:38:41 +0100
5205              Message-ID: <20020529153840.L53388@plum.flirble.org>
5206      Branch: perl
5207            ! pp_pack.c
5208 ____________________________________________________________________________
5209 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
5210         Log: Update Changes.
5211      Branch: perl
5212            ! Changes patchlevel.h
5213 ____________________________________________________________________________
5214 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
5215         Log: Spelling bee.
5216      Branch: perl
5217            ! t/op/tie.t
5218 ____________________________________________________________________________
5219 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
5220         Log: Recover some of the #16845.
5221      Branch: perl
5222            ! sv.c t/op/tie.t t/run/fresh_perl.t
5223 ____________________________________________________________________________
5224 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
5225         Log: Retract #16855 until settled.
5226      Branch: perl
5227            ! utfebcdic.h
5228 ____________________________________________________________________________
5229 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
5230         Log: OS/2: more missing definitions.
5231      Branch: perl
5232            ! os2/os2ish.h
5233 ____________________________________________________________________________
5234 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
5235         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
5236              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
5237              Date: Wed, 29 May 2002 13:16:16 +0200
5238              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
5239      Branch: perl
5240            ! utfebcdic.h
5241 ____________________________________________________________________________
5242 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
5243         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
5244      Branch: perl
5245            ! ext/Devel/PPPort/PPPort.pm
5246 ____________________________________________________________________________
5247 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
5248         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
5249              From: "Gerrit P. Haase" <gp@familiehaase.de>
5250              Date: Wed, 29 May 2002 08:06:43 +0200
5251              Message-ID: <1881715214417.20020529080643@familiehaase.de>
5252      Branch: perl
5253            ! perl.h
5254 ____________________________________________________________________________
5255 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
5256         Log: OS/2: more missing headers from John Poltorak.
5257      Branch: perl
5258            ! os2/os2ish.h
5259 ____________________________________________________________________________
5260 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
5261         Log: Subject: Re: forewarning: usedevel and versiononly
5262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5263              Date: Wed, 29 May 2002 09:41:23 +0200
5264              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
5265              
5266              More 5.7.3 -> 5.8.0.
5267      Branch: perl
5268            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
5269            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
5270 ____________________________________________________________________________
5271 [ 16850] By: ams                                   on 2002/05/29  06:48:19
5272         Log: Lots of spring cleaning. (No functional changes.)
5273      Branch: perl
5274            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5275            ! ext/Storable/README ext/Storable/Storable.pm
5276            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
5277            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
5278            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5279            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5280            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5281            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5282            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
5283            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5284            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5285            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5286 ____________________________________________________________________________
5287 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
5288         Log: pod cleanups.
5289      Branch: perl
5290            ! README.aix README.cygwin README.jp README.ko README.macos
5291            ! README.tw pod/perl561delta.pod pod/perldelta.pod
5292            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5293            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
5294            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
5295 ____________________________________________________________________________
5296 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
5297         Log: Regen perltoc.
5298      Branch: perl
5299            ! pod/perltoc.pod
5300 ____________________________________________________________________________
5301 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
5302         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
5303              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5304              Date: Wed, 29 May 2002 02:48:15 +0400
5305              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
5306      Branch: perl
5307            ! wince/Makefile.ce
5308 ____________________________________________________________________________
5309 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
5310         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
5311              From: PPrymmer@factset.com
5312              Date: Tue, 28 May 2002 18:34:55 -0400
5313              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
5314      Branch: perl
5315            ! configure.com vms/genopt.com
5316 ____________________________________________________________________________
5317 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
5318         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
5319              to restore some level of sanity in the tied scalars can of worms.
5320      Branch: perl
5321            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
5322 ____________________________________________________________________________
5323 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
5324         Log: extension of change#16332: isolate signal diddling to the main
5325              interpreter (fixes signal-related races, e.g. when multiple
5326              threads run system())
5327      Branch: maint-5.6/perl
5328            ! util.c
5329 ____________________________________________________________________________
5330 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
5331         Log: Bump the version numbers to five-eight-oh.
5332      Branch: perl
5333            ! Configure NetWare/Makefile NetWare/config_H.wc
5334            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
5335            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
5336            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
5337            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5338            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
5339            ! wince/config_H.ce
5340 ____________________________________________________________________________
5341 [ 16842] By: ams                                   on 2002/05/28  19:34:27
5342         Log: Subject: Minor INSTALL patch
5343              From: Andy Dougherty <doughera@lafayette.edu>
5344              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
5345              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
5346      Branch: perl
5347            ! INSTALL
5348 ____________________________________________________________________________
5349 [ 16841] By: ams                                   on 2002/05/28  19:01:22
5350         Log: Add integer.t to MANIFEST.
5351      Branch: perl
5352            ! ext/Storable/MANIFEST
5353 ____________________________________________________________________________
5354 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
5355         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
5356              From: Dan Kogai <dankogai@dan.co.jp>
5357              Date: Wed, 29 May 2002 03:43:57 +0900
5358              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
5359      Branch: perl
5360            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5361            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
5362            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
5363            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
5364            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
5365            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5366            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
5367            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5368            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
5369            ! ext/Encode/t/mime-header.t
5370 ____________________________________________________________________________
5371 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
5372         Log: OS/2: bug found by John Poltorak.
5373      Branch: perl
5374            ! lib/ExtUtils/MM_OS2.pm
5375 ____________________________________________________________________________
5376 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
5377         Log: makefiles should not clobber lib/Thread directory (some Thread
5378              files seem to live there rather than in ext, for some reason)
5379      Branch: perl
5380            ! win32/Makefile win32/makefile.mk
5381 ____________________________________________________________________________
5382 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
5383         Log: Subject: [PATCH] Bug fix for charnames::vianame
5384              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5385              Date: Tue, 28 May 2002 23:53:39 +0900
5386              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
5387      Branch: perl
5388            ! lib/charnames.pm lib/charnames.t
5389 ____________________________________________________________________________
5390 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
5391         Log: Test output tweak.
5392      Branch: perl
5393            ! lib/ExtUtils/t/Embed.t
5394 ____________________________________________________________________________
5395 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
5396         Log: More charnames tweaks.
5397      Branch: perl
5398            ! lib/charnames.pm lib/charnames.t
5399 ____________________________________________________________________________
5400 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
5401         Log: Subject: [PATCH] Doc fix for charnames::vianame
5402              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5403              Date: Tue, 28 May 2002 22:46:41 +0900
5404              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
5405      Branch: perl
5406            ! lib/charnames.pm
5407 ____________________________________________________________________________
5408 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
5409         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
5410              From: "Yves Orton" <demerphq@hotmail.com>
5411              Date: Tue, 28 May 2002 15:43:12 +0200
5412              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
5413      Branch: perl
5414            ! lib/ExtUtils/t/Embed.t
5415 ____________________________________________________________________________
5416 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
5417         Log: metaconfig unit change for #16831.
5418      Branch: metaconfig/U/perl
5419            ! gccvers.U
5420 ____________________________________________________________________________
5421 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
5422         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
5423      Branch: perl
5424            ! Configure
5425 ____________________________________________________________________________
5426 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
5427         Log: Retract the Straps part of #16829 for now since
5428              the subtest 44 of t/strap.t started failing.
5429      Branch: perl
5430            ! lib/Test/Harness/Straps.pm
5431 ____________________________________________________________________________
5432 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
5433         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
5434              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5435              Date: Tue, 28 May 2002 08:17:53 +0200
5436              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
5437      Branch: perl
5438            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
5439            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
5440 ____________________________________________________________________________
5441 [ 16828] By: nick                                  on 2002/05/28  08:00:28
5442         Log: Integrate mainline
5443      Branch: perlio
5444           !> Changes Makefile.micro README.netware README.tru64
5445           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5446           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5447           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5448           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5449           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5450           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5451           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
5452           !> uconfig.h util.c
5453 ____________________________________________________________________________
5454 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
5455         Log: Tru64: sockatmark trouble.
5456      Branch: perl
5457            ! README.tru64
5458 ____________________________________________________________________________
5459 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
5460         Log: Update Changes.
5461      Branch: perl
5462            ! Changes patchlevel.h
5463 ____________________________________________________________________________
5464 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
5465         Log: Integrate perl
5466      Branch: macperl
5467           +> ext/Storable/t/integer.t
5468            ! macos/MPVersion.r macos/config.sh
5469           !> (integrate 60 files)
5470 ____________________________________________________________________________
5471 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
5472         Log: Todo update.
5473      Branch: perl
5474            ! pod/perltodo.pod
5475 ____________________________________________________________________________
5476 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
5477         Log: Don't assume sh and true.
5478      Branch: perl
5479            ! Makefile.micro uconfig.h
5480 ____________________________________________________________________________
5481 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
5482         Log: Subject: Re: [PATCH] Version tango
5483              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5484              Date: Mon, 27 May 2002 13:20:56 -0700
5485              Message-ID: <oUp88gzkgy+T092yn@efn.org>
5486      Branch: perl
5487            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5488            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5489            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5490            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5491            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5492            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5493 ____________________________________________________________________________
5494 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
5495         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
5496              stashes correctly.) Partial info is better than wrong info.
5497      Branch: perl
5498            ! t/lib/warnings/pp_hot util.c
5499 ____________________________________________________________________________
5500 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
5501         Log: A shot in the dark.
5502      Branch: perl
5503            ! mg.c
5504 ____________________________________________________________________________
5505 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
5506         Log: Comment nit from Yitzchak.
5507      Branch: perl
5508            ! sv.c
5509 ____________________________________________________________________________
5510 [ 16818] By: nick                                  on 2002/05/27  18:47:58
5511         Log: Integrate mainline
5512      Branch: perlio
5513           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5514           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
5515           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
5516           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
5517           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5518           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
5519           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
5520           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
5521           !> pod/perlsub.pod
5522 ____________________________________________________________________________
5523 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
5524         Log: POD cleanup and rewrapping.
5525      Branch: perl
5526            ! README.netware
5527 ____________________________________________________________________________
5528 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
5529         Log: Update Changes.
5530      Branch: perl
5531            ! Changes patchlevel.h
5532 ____________________________________________________________________________
5533 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
5534         Log: More NetWare.
5535      Branch: perl
5536            ! README.netware
5537 ____________________________________________________________________________
5538 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
5539         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
5540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5541              Date: Mon, 27 May 2002 19:26:27 +0200
5542              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
5543      Branch: perl
5544            ! hints/hpux.sh
5545 ____________________________________________________________________________
5546 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
5547         Log: We are not that certain about the localising of
5548              tied aggregates.
5549      Branch: perl
5550            ! pod/perldelta.pod
5551 ____________________________________________________________________________
5552 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
5553         Log: Missed from #16811.
5554      Branch: perl
5555            + NetWare/sv_nw.c
5556            ! MANIFEST
5557 ____________________________________________________________________________
5558 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
5559         Log: NetWare diff from Ananth Kesari.
5560      Branch: perl
5561            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5562            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
5563 ____________________________________________________________________________
5564 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
5565         Log: Integrate perlio:
5566              
5567              [ 16809]
5568              Add IO::Scalar fail case to the tests.
5569              
5570              [ 16808]
5571              Fix for the IO::Scalar bug (I think).
5572              At tie time break the loop but in a different place:
5573              A. Increment REFCNT of the RV involved in the self-tie
5574              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5575              At mg_free time
5576              Break the connection between the RV and its referent
5577              so that we do not try and free it (again).
5578              
5579              [ 16805]
5580              **** UNSAFE **** partial fix for IO::Scalar and local ties.
5581              Only op/local.t fails but it is nasty... try valgrind on other machine.
5582      Branch: perl
5583           !> mg.c sv.c t/op/tie.t
5584 ____________________________________________________________________________
5585 [ 16809] By: nick                                  on 2002/05/27  11:02:21
5586         Log: Add IO::Scalar fail case to the tests.
5587      Branch: perlio
5588            ! t/op/tie.t
5589 ____________________________________________________________________________
5590 [ 16808] By: nick                                  on 2002/05/27  09:54:46
5591         Log: Fix for the IO::Scalar bug (I think).
5592              At tie time break the loop but in a different place:
5593              A. Increment REFCNT of the RV involved in the self-tie
5594              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5595              At mg_free time
5596              Break the connection between the RV and its referent
5597              so that we do not try and free it (again).
5598      Branch: perlio
5599            ! mg.c sv.c
5600 ____________________________________________________________________________
5601 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
5602         Log: select() portability nit.
5603      Branch: perl
5604            ! pod/perlfunc.pod
5605 ____________________________________________________________________________
5606 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
5607         Log: Fix a remaining B::Lint bug.
5608      Branch: perl
5609            ! ext/B/B/Lint.pm ext/B/t/lint.t
5610 ____________________________________________________________________________
5611 [ 16805] By: nick                                  on 2002/05/26  20:51:31
5612         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
5613              Only op/local.t fails but it is nasty... try valgrind on other machine.
5614      Branch: perlio
5615            ! sv.c
5616 ____________________________________________________________________________
5617 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
5618         Log: Some day I might actually learn to test changes first
5619              before committing them in.
5620      Branch: perl
5621            ! hints/darwin.sh
5622 ____________________________________________________________________________
5623 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
5624         Log: Until otherwise proven.
5625      Branch: perl
5626            ! hints/darwin.sh
5627 ____________________________________________________________________________
5628 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
5629         Log: Darwin hint tweaks.
5630      Branch: perl
5631            ! hints/darwin.sh
5632 ____________________________________________________________________________
5633 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
5634         Log: FAQ sync.
5635      Branch: perl
5636            ! pod/perlfaq5.pod pod/perlfaq6.pod
5637 ____________________________________________________________________________
5638 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
5639         Log: Subject: [DOC-PATCH] README.cygwin updated
5640              From: "Gerrit P. Haase" <gp@familiehaase.de>
5641              Date: Sun, 26 May 2002 14:56:14 +0200
5642              Message-ID: <1151480833395.20020526145614@familiehaase.de>
5643      Branch: perl
5644            ! README.cygwin
5645 ____________________________________________________________________________
5646 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
5647         Log: I thinkk thinggy has only one g.
5648      Branch: perl
5649            ! pod/perldelta.pod
5650 ____________________________________________________________________________
5651 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5652         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5653              From: Dave Mitchell <davem@fdgroup.com>
5654              Date: Sun, 26 May 2002 14:15:42 +0100
5655              Message-ID: <20020526141542.B18527@fdgroup.com>
5656      Branch: perl
5657            ! pod/perldelta.pod pod/perlsub.pod
5658 ____________________________________________________________________________
5659 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5660         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5661              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5662              Date: Sat, 25 May 2002 21:52:16 -0700
5663              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5664      Branch: perl
5665            ! ext/B/B/Deparse.pm
5666 ____________________________________________________________________________
5667 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5668         Log: Slight reformatting; tiny tweaks.
5669      Branch: perl
5670            ! pod/perlipc.pod
5671 ____________________________________________________________________________
5672 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5673         Log: Integrate perlio:
5674              
5675              [ 16794]
5676              Update perlipc.pod for new signals
5677      Branch: perl
5678           !> pod/perlipc.pod
5679 ____________________________________________________________________________
5680 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5681         Log: Update perlipc.pod for new signals
5682      Branch: perlio
5683            ! pod/perlipc.pod
5684 ____________________________________________________________________________
5685 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5686         Log: Integrate mainline
5687      Branch: perlio
5688           !> AUTHORS Changes Configure patchlevel.h
5689 ____________________________________________________________________________
5690 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5691         Log: Mention that we do Win64.
5692      Branch: perl
5693            ! pod/perldelta.pod
5694 ____________________________________________________________________________
5695 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5696         Log: Document the $Config{byteorder} changes.
5697      Branch: perl
5698            ! pod/perldelta.pod
5699 ____________________________________________________________________________
5700 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5701         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5702              From: Nicholas Clark <nick@unfortu.net>
5703              Date: Sat, 25 May 2002 22:37:19 +0100
5704              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5705              
5706              Subject: [PATCH] Storable (smaller)
5707              From: Nicholas Clark <nick@unfortu.net>
5708              Date: Sat, 25 May 2002 23:13:13 +0100
5709              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5710      Branch: perl
5711            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5712            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5713 ____________________________________________________________________________
5714 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5715         Log: Update Changes.
5716      Branch: perl
5717            ! Changes patchlevel.h
5718 ____________________________________________________________________________
5719 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5720         Log: AUTHORS updates.
5721      Branch: perl
5722            ! AUTHORS
5723 ____________________________________________________________________________
5724 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5725         Log: metaconfig unit changes for #16786.
5726      Branch: metaconfig
5727            ! U/modified/Getfile.U U/modified/pager.U
5728 ____________________________________________________________________________
5729 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5730         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5731      Branch: perl
5732            ! Configure
5733 ____________________________________________________________________________
5734 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5735         Log: Integrate perlio:
5736              
5737              [ 16784]
5738              Fix VMS ungetc fix for platforms like NetBSD.
5739      Branch: perl
5740           !> perlio.c
5741 ____________________________________________________________________________
5742 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5743         Log: Fix VMS ungetc fix for platforms like NetBSD.
5744      Branch: perlio
5745            ! perlio.c
5746 ____________________________________________________________________________
5747 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5748         Log: Integrate mainline for Lupe's perlio.c fix before
5749              starting on NetBSD issue
5750      Branch: perlio
5751           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5752           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5753 ____________________________________________________________________________
5754 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5755         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5756              From: "Craig A. Berry" <craigberry@mac.com>
5757              Date: Sat, 25 May 2002 12:19:36 -0500
5758              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5759      Branch: perl
5760            ! lib/ExtUtils/t/basic.t
5761 ____________________________________________________________________________
5762 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
5763         Log: BeOS: update the test status.
5764      Branch: perl
5765            ! README.beos pod/perldelta.pod
5766 ____________________________________________________________________________
5767 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
5768         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5769              From: Nicholas Clark <nick@unfortu.net>
5770              Date: Sat, 25 May 2002 17:19:21 +0100
5771              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
5772      Branch: perl
5773            ! ext/Storable/t/integer.t
5774 ____________________________________________________________________________
5775 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
5776         Log: Update the number of tests.
5777      Branch: perl
5778            ! pod/perldelta.pod
5779 ____________________________________________________________________________
5780 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
5781         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
5782              From: lupe@lupe-christoph.de (Lupe Christoph)    
5783              Date: Sat, 25 May 2002 15:45:34 +0200
5784              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
5785      Branch: perl
5786            ! perlio.c pod/perlapio.pod
5787 ____________________________________________________________________________
5788 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
5789         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5790              From: Nicholas Clark <nick@unfortu.net>
5791              Date: Sat, 25 May 2002 12:17:44 +0100
5792              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
5793      Branch: perl
5794            ! ext/Storable/t/integer.t
5795 ____________________________________________________________________________
5796 [ 16776] By: nick                                  on 2002/05/25  11:23:28
5797         Log: Integrate mainline
5798      Branch: perlio
5799           +> ext/Storable/t/integer.t
5800           !> (integrate 41 files)
5801 ____________________________________________________________________________
5802 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
5803         Log: perldelta tweaks.
5804      Branch: perl
5805            ! pod/perldelta.pod
5806 ____________________________________________________________________________
5807 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
5808         Log: UNICOS: update test status.
5809      Branch: perl
5810            ! ext/Socket/socketpair.t pod/perldelta.pod
5811 ____________________________________________________________________________
5812 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
5813         Log: UNICOS: since $] is really 5.00700299999997,
5814              testing for equivalence with 5.007003 isn't correct.
5815              (From Nicholas Clark.)
5816      Branch: perl
5817            ! ext/Storable/t/downgrade.t
5818 ____________________________________________________________________________
5819 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
5820         Log: Knock off one test failure thanks to #16771.
5821      Branch: perl
5822            ! pod/perldelta.pod
5823 ____________________________________________________________________________
5824 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
5825         Log: In some (rare) platforms (such as UNICOS) using the native
5826              atof is still better.
5827      Branch: perl
5828            ! numeric.c perl.h
5829 ____________________________________________________________________________
5830 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
5831         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
5832              From: "Craig A. Berry" <craigberry@mac.com>
5833              Date: Fri, 24 May 2002 16:24:44 -0500
5834              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
5835      Branch: perl
5836            ! pod/perldelta.pod vms/vms.c
5837 ____________________________________________________________________________
5838 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
5839         Log: Subject: [PATCH pod/perllol.pod] small typo
5840              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
5841              Date: Fri, 24 May 2002 16:05:07 -0400
5842              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
5843      Branch: perl
5844            ! pod/perllol.pod
5845 ____________________________________________________________________________
5846 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
5847         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
5848              From: Andy Dougherty <doughera@lafayette.edu>
5849              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
5850              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
5851      Branch: perl
5852            ! hints/solaris_2.sh
5853 ____________________________________________________________________________
5854 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
5855         Log: Subject: [patch] small change
5856              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5857              Date: Fri, 24 May 2002 19:18:24 +0400
5858              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
5859      Branch: perl
5860            ! perl.h win32/makefile.mk
5861 ____________________________________________________________________________
5862 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
5863         Log: Subject: [PATCH] README.aix
5864              From: John Peacock <jpeacock@rowman.com>    
5865              Date: Fri, 24 May 2002 10:49:39 -0400
5866              Message-ID: <3CEE5303.1070201@rowman.com>
5867      Branch: perl
5868            ! README.aix
5869 ____________________________________________________________________________
5870 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
5871         Log: Upgrade to Locale-Codes 2.04.
5872      Branch: perl
5873            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
5874            ! lib/Locale/Country.pm
5875 ____________________________________________________________________________
5876 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
5877         Log: Update Changes.
5878      Branch: perl
5879            ! Changes patchlevel.h
5880 ____________________________________________________________________________
5881 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
5882         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
5883              From: Abigail <abigail@foad.org>
5884              Date: Fri, 24 May 2002 02:43:37 -0700
5885              Message-ID: <20020524024337.A28749@ucan.foad.org>
5886      Branch: perl
5887            ! Makefile.SH
5888 ____________________________________________________________________________
5889 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
5890         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
5891              From: Abigail <abigail@foad.org>
5892              Date: Fri, 24 May 2002 02:26:48 -0700
5893              Message-ID: <20020524022648.A31684@ucan.foad.org>
5894      Branch: perl
5895            ! ext/POSIX/t/posix.t
5896 ____________________________________________________________________________
5897 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
5898         Log: Doc tweaks.
5899      Branch: perl
5900            ! pod/perlunicode.pod pod/perluniintro.pod
5901 ____________________________________________________________________________
5902 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
5903         Log: More portability defines, now mostly type-related
5904              (based on Storable.xs)
5905      Branch: perl
5906            ! ext/Devel/PPPort/PPPort.pm
5907 ____________________________________________________________________________
5908 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
5909         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5910              From: Nicholas Clark <nick@unfortu.net>
5911              Date: Thu, 23 May 2002 23:43:16 +0100
5912              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
5913      Branch: perl
5914            + ext/Storable/t/integer.t
5915            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
5916            ! ext/Storable/Storable.xs
5917 ____________________________________________________________________________
5918 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
5919         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
5920              From: "Craig A. Berry" <craigberry@mac.com>
5921              Date: Thu, 23 May 2002 16:47:34 -0500
5922              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5923      Branch: perl
5924            ! configure.com
5925 ____________________________________________________________________________
5926 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5927         Log: One more ppportability thing (from Sarathy).
5928      Branch: perl
5929            ! ext/Devel/PPPort/PPPort.pm
5930 ____________________________________________________________________________
5931 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5932         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5933              From: Michael G Schwern <schwern@pobox.com>
5934              Date: Wed, 22 May 2002 19:21:43 -0400
5935              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5936      Branch: perl
5937            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5938            ! lib/Test/Harness/t/strap-analyze.t
5939            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5940            ! t/lib/sample-tests/die_head_end
5941            ! t/lib/sample-tests/die_last_minute
5942 ____________________________________________________________________________
5943 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5944         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5945              From: Michael G Schwern <schwern@pobox.com>
5946              Date: Wed, 22 May 2002 19:14:35 -0400
5947              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5948      Branch: perl
5949            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5950            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5951            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5952 ____________________________________________________________________________
5953 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5954         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5955              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5956              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5957              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5958      Branch: perl
5959            ! dump.c
5960 ____________________________________________________________________________
5961 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5962         Log: Typo squad.
5963      Branch: perl
5964            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5965 ____________________________________________________________________________
5966 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5967         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5968              From: Abigail <abigail@foad.org>
5969              Date: Thu, 23 May 2002 07:53:33 -0700
5970              Message-ID: <20020523075333.A14658@ucan.foad.org>
5971      Branch: perl
5972            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5973 ____________________________________________________________________________
5974 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5975         Log: PPPort dTHX.
5976      Branch: perl
5977            ! ext/Devel/PPPort/PPPort.pm
5978 ____________________________________________________________________________
5979 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5980         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5981      Branch: perlio
5982           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5983           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5984           !> pod/perldelta.pod
5985 ____________________________________________________________________________
5986 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5987         Log: We do not want utf8.t to be compiled under -Mutf8,
5988              wonky as it sounds.
5989      Branch: perl
5990            ! lib/utf8.t
5991 ____________________________________________________________________________
5992 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5993         Log: We do not want to see the utf8 hints bit.
5994      Branch: perl
5995            ! lib/vmsish.t
5996 ____________________________________________________________________________
5997 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5998         Log: More -Mutf8 cleanup.
5999      Branch: perl
6000            ! ext/PerlIO/t/fallback.t
6001 ____________________________________________________________________________
6002 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
6003         Log: -Mutf8 cleanup.
6004      Branch: perl
6005            ! ext/Encode/t/mime-header.t
6006 ____________________________________________________________________________
6007 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
6008         Log: Integrate perlio:
6009              
6010              [ 16740]
6011              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
6012              
6013              [ 16739]
6014              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
6015              ungetc() and buffer snooping may not mix. So use buffer snoop
6016              hooks to avoid ungetc() where available.
6017              unread() falls back to using :pending layer, and fill has
6018              VMS specific code (which should not get used) or ungetc()
6019              which should work.
6020              
6021              [ 16737]
6022              Flag the VMS-problem-causing part of :encoding
6023              for enhancement. (Problem still needs fixing in perlio.c)
6024      Branch: perl
6025           !> ext/PerlIO/encoding/encoding.xs perlio.c
6026 ____________________________________________________________________________
6027 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
6028         Log: Subject: Re: Additional README.aix changes
6029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6030              Date: Wed, 22 May 2002 08:37:37 +0200
6031              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
6032      Branch: perl
6033            ! README.aix
6034 ____________________________________________________________________________
6035 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
6036         Log: HP-UX 11.00 io_xs hangup workaround.
6037      Branch: perl
6038            ! hints/hpux.sh
6039 ____________________________________________________________________________
6040 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
6041         Log: Updated UNICOS status from Mark Lutz.
6042      Branch: perl
6043            ! pod/perldelta.pod
6044 ____________________________________________________________________________
6045 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
6046         Log: UNICOS: Mark Lutz had a better idea.
6047      Branch: perl
6048            ! hints/unicos.sh
6049 ____________________________________________________________________________
6050 [ 16740] By: nick                                  on 2002/05/22  21:13:10
6051         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
6052      Branch: perlio
6053            ! perlio.c
6054 ____________________________________________________________________________
6055 [ 16739] By: nick                                  on 2002/05/22  20:59:22
6056         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
6057              ungetc() and buffer snooping may not mix. So use buffer snoop
6058              hooks to avoid ungetc() where available.
6059              unread() falls back to using :pending layer, and fill has
6060              VMS specific code (which should not get used) or ungetc()
6061              which should work.
6062      Branch: perlio
6063            ! perlio.c
6064 ____________________________________________________________________________
6065 [ 16738] By: nick                                  on 2002/05/22  20:34:55
6066         Log: Integrate mainline
6067      Branch: perlio
6068           !> (integrate 40 files)
6069 ____________________________________________________________________________
6070 [ 16737] By: nick                                  on 2002/05/22  19:04:13
6071         Log: Flag the VMS-problem-causing part of :encoding
6072              for enhancement. (Problem still needs fixing in perlio.c)
6073      Branch: perlio
6074            ! ext/PerlIO/encoding/encoding.xs
6075 ____________________________________________________________________________
6076 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
6077         Log: UNICOS: using uname -m is wrong since what matters
6078              is what CPUs (FPUs) we have.
6079      Branch: perl
6080            ! hints/unicos.sh
6081 ____________________________________________________________________________
6082 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
6083         Log: Update Changes.
6084      Branch: perl
6085            ! Changes patchlevel.h
6086 ____________________________________________________________________________
6087 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
6088         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
6089              From: Dave Mitchell <davem@fdgroup.com>
6090              Date: Wed, 22 May 2002 12:53:21 +0100
6091              Message-ID: <20020522125320.E12794@fdgroup.com>
6092      Branch: perl
6093            ! ext/threads/shared/t/cond.t
6094 ____________________________________________________________________________
6095 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
6096         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
6097              From: John Borwick <john_borwick@ncsu.edu>
6098              Date: Wed, 22 May 2002 04:10:37 -0400
6099              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
6100      Branch: perl
6101            ! pod/perlunicode.pod pod/perluniintro.pod
6102 ____________________________________________________________________________
6103 [ 16732] By: ams                                   on 2002/05/22  05:47:35
6104         Log: Integrate #16731 from //depot/macperl.
6105      Branch: perl
6106           !> t/io/crlf.t
6107 ____________________________________________________________________________
6108 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
6109         Log: Be more specific in what we're looking for
6110      Branch: macperl
6111            ! t/io/crlf.t
6112 ____________________________________________________________________________
6113 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
6114         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
6115      Branch: macperl
6116            + lib/Unicode/README
6117           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
6118           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6119            - t/lib/st-dump.pl
6120            ! macos/MPVersion.r macos/config.sh
6121           !> (integrate 135 files)
6122 ____________________________________________________________________________
6123 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
6124         Log: FAQ sync.
6125      Branch: perl
6126            ! pod/perlfaq4.pod
6127 ____________________________________________________________________________
6128 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
6129         Log: Getopt::Std clarification from John Borwick.
6130      Branch: perl
6131            ! lib/Getopt/Std.pm
6132 ____________________________________________________________________________
6133 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
6134         Log: Subject: Re: [Patch] for problem with shellwords.pl
6135              From: "Curtis Poe" <cp@onsitetech.com>
6136              Date: Tue, 21 May 2002 11:17:40 -0700
6137              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
6138              
6139              Subject: [Patch] for security problem with Text::ParseWords
6140              From: "Curtis Poe" <cp@onsitetech.com>     
6141              Date: Tue, 21 May 2002 15:10:18 -0700
6142              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
6143      Branch: perl
6144            ! lib/Text/ParseWords.pm lib/shellwords.pl
6145 ____________________________________________________________________________
6146 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
6147         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
6148              From: Nicholas Clark <nick@unfortu.net>
6149              Date: Tue, 21 May 2002 23:01:48 +0100
6150              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
6151      Branch: perl
6152            ! ext/SDBM_File/SDBM_File.xs
6153 ____________________________________________________________________________
6154 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
6155         Log: Subject: [PATCH] Additional README.aix changes
6156              From: John Peacock <jpeacock@rowman.com>
6157              Date: Tue, 21 May 2002 12:01:10 -0400
6158              Message-ID: <3CEA6F46.70902@rowman.com>
6159      Branch: perl
6160            ! README.aix
6161 ____________________________________________________________________________
6162 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
6163         Log: Subject: Win32 crash in fork.t (perl@16694)
6164              From: "Kevin Chase" <kevincha99@hotmail.com>
6165              Date: Mon, 20 May 2002 17:02:16 -0700
6166              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
6167              
6168              
6169              It looks that the Poison() found its first target.
6170              The suggested patch is fine.
6171      Branch: perl
6172            ! cop.h
6173 ____________________________________________________________________________
6174 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
6175         Log: microperl: if DIEing on no-functionality, the has-functionality
6176              would be unreachable code.
6177      Branch: perl
6178            ! pp.c pp_sys.c
6179 ____________________________________________________________________________
6180 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
6181         Log: microperl: do not regenerate the perly.
6182      Branch: perl
6183            ! Makefile.micro
6184 ____________________________________________________________________________
6185 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
6186         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
6187              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6188              Date: Mon, 20 May 2002 22:55:46 -0700
6189              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
6190      Branch: perl
6191            ! utils/h2xs.PL
6192 ____________________________________________________________________________
6193 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
6194         Log: Regen uconfig.h.
6195      Branch: perl
6196            ! uconfig.h
6197 ____________________________________________________________________________
6198 [ 16719] By: ams                                   on 2002/05/21  05:02:01
6199         Log: Why quote some keys?
6200      Branch: perl
6201            ! ext/Storable/Makefile.PL
6202 ____________________________________________________________________________
6203 [ 16718] By: ams                                   on 2002/05/21  04:08:39
6204         Log: Suppress warning about $canonical. (Nicholas Clark)
6205      Branch: perl
6206            ! ext/Storable/Storable.pm
6207 ____________________________________________________________________________
6208 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
6209         Log: Subject: [PATCH] VMS iThreads follow-up
6210              From: "Craig A. Berry" <craigberry@mac.com>
6211              Date: Mon, 20 May 2002 21:34:17 -0500
6212              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
6213      Branch: perl
6214            ! configure.com
6215 ____________________________________________________________________________
6216 [ 16716] By: ams                                   on 2002/05/21  02:47:18
6217         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
6218              2. Install in core library directory. (Tatsuhiko Miyagawa)
6219      Branch: perl
6220            ! ext/Storable/Makefile.PL
6221 ____________________________________________________________________________
6222 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
6223         Log: Subject: [Encode] 1.72 released
6224              From: Dan Kogai <dankogai@dan.co.jp>
6225              Date: Tue, 21 May 2002 01:06:19 +0900
6226              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
6227      Branch: perl
6228            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6229            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6230            ! ext/Encode/Unicode/Unicode.xs
6231            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
6232 ____________________________________________________________________________
6233 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
6234         Log: Update Changes.
6235      Branch: perl
6236            ! Changes patchlevel.h
6237 ____________________________________________________________________________
6238 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
6239         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
6240      Branch: perl
6241            ! pod/perlfaq4.pod
6242 ____________________________________________________________________________
6243 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
6244         Log: metaconfig unit changes for #16711.
6245      Branch: metaconfig
6246            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6247            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6248            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6249            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6250            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6251            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6252            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6253            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6254            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6255            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6256            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6257            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6258            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6259            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6260            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6261            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6262            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6263            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6264            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6265            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6266            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6267            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6268            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6269            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6270 ____________________________________________________________________________
6271 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
6272         Log: Document better what the foo_r_proto are supposed to be.
6273      Branch: perl
6274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6275            ! config_h.SH reentr.pl
6276 ____________________________________________________________________________
6277 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
6278         Log: Subject: Re: pod patches.
6279              From: Jim Cromie <jcromie@divsol.com>
6280              Date: Mon, 20 May 2002 09:00:10 -0600
6281              Message-ID: <3CE90F7A.3070309@divsol.com>
6282              
6283              (with Philip Newton's tweaks)
6284      Branch: perl
6285            ! pod/perlsub.pod
6286 ____________________________________________________________________________
6287 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
6288         Log: Subject: Re: pod patch - perldelta.pod
6289              From: Jim Cromie <jcromie@divsol.com>
6290              Date: Mon, 20 May 2002 07:16:54 -0600
6291              Message-ID: <3CE8F746.50603@divsol.com>
6292      Branch: perl
6293            ! pod/perldelta.pod
6294 ____________________________________________________________________________
6295 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
6296         Log: Subject: [patch] one more little step for WinCE
6297              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6298              Date: Mon, 20 May 2002 11:47:19 +0400
6299              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
6300      Branch: perl
6301            ! wince/Makefile.ce
6302 ____________________________________________________________________________
6303 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
6304         Log: Preemptive doc patch.
6305      Branch: perl
6306            ! pod/perldelta.pod
6307 ____________________________________________________________________________
6308 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
6309         Log: The "constant sub redefined" warning can't be disabled.
6310      Branch: perl
6311            ! pod/perldiag.pod
6312 ____________________________________________________________________________
6313 [ 16705] By: nick                                  on 2002/05/20  10:18:26
6314         Log: Integrate mainline
6315      Branch: perlio
6316           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
6317           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
6318           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
6319           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
6320 ____________________________________________________________________________
6321 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
6322         Log: Missed hunk from #16701.
6323      Branch: perl
6324            ! vms/vms.c
6325 ____________________________________________________________________________
6326 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
6327         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
6328              From: andreas.koenig@anima.de (Andreas J. Koenig)
6329              Date: Mon, 20 May 2002 05:36:14 +0200
6330              Message-ID: <m34rh37aoh.fsf@anima.de>
6331      Branch: perl
6332            + lib/CPAN/t/mirroredby.t
6333            ! MANIFEST
6334 ____________________________________________________________________________
6335 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
6336         Log: Subject: tiny doc tweaks
6337              From: andreas.koenig@anima.de (Andreas J. Koenig)
6338              Date: Mon, 20 May 2002 05:07:13 +0200
6339              Message-ID: <m38z6f7c0u.fsf@anima.de>
6340      Branch: perl
6341            ! pod/perldelta.pod pod/perlfunc.pod
6342 ____________________________________________________________________________
6343 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
6344         Log: Subject: [PATCH @16694] ithreads for VMS
6345              From: "Craig A. Berry" <craigberry@mac.com>
6346              Date: Sun, 19 May 2002 22:06:43 -0500
6347              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
6348      Branch: perl
6349            ! configure.com vms/vms.c vms/vmsish.h
6350 ____________________________________________________________________________
6351 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
6352         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
6353              From: Autrijus Tang <autrijus@autrijus.org>
6354              Date: Mon, 20 May 2002 04:10:31 +0800
6355              Message-ID: <20020519201031.GA1603@not.autrijus.org>
6356      Branch: perl
6357            ! ext/Encode/Encode/Makefile_PL.e2x
6358 ____________________________________________________________________________
6359 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
6360         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
6361              while trying to -O3 optimize B.c.  (A bit weird since
6362              10.1.4 used to work fine, and nothing has changed in
6363              ext/B/..., but the overoptimization was repeatable.)
6364      Branch: perl
6365            + ext/B/hints/darwin.pl
6366            ! MANIFEST
6367 ____________________________________________________________________________
6368 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
6369         Log: UNICOS/mk seems to still have this problem.
6370      Branch: perl
6371            ! ext/Socket/socketpair.t
6372 ____________________________________________________________________________
6373 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
6374         Log: perldelta tweaks.
6375      Branch: perl
6376            ! pod/perldelta.pod
6377 ____________________________________________________________________________
6378 [ 16696] By: nick                                  on 2002/05/19  18:26:39
6379         Log: Integrate mailine
6380      Branch: perlio
6381           !> (integrate 35 files)
6382 ____________________________________________________________________________
6383 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
6384         Log: Document the reentrant_retry(), but from user's viewpoint.
6385      Branch: perl
6386            ! pod/perlthrtut.pod
6387 ____________________________________________________________________________
6388 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
6389         Log: Update Changes.
6390      Branch: perl
6391            ! Changes patchlevel.h
6392 ____________________________________________________________________________
6393 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
6394         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
6395              From: Slaven Rezic <slaven.rezic@berlin.de>
6396              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
6397              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
6398      Branch: perl
6399            ! lib/Benchmark.pm
6400 ____________________________________________________________________________
6401 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
6402         Log: Document once more the difference between :utf8
6403              and :encoding(...).
6404      Branch: perl
6405            ! lib/open.pm pod/perluniintro.pod
6406 ____________________________________________________________________________
6407 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
6408         Log: Third Degree: make the options more portable between
6409              Tru64 versions.
6410      Branch: perl
6411            ! Makefile.SH
6412 ____________________________________________________________________________
6413 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
6414         Log: IRIX SMP turned up a few hundred "Use of uninitialized
6415              value in numeric eq" warnings: initialise the $counter2.
6416      Branch: perl
6417            ! ext/threads/shared/t/cond.t
6418 ____________________________________________________________________________
6419 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
6420         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
6421              From: Dave Mitchell <davem@fdgroup.com>
6422              Date: Sun, 19 May 2002 00:50:43 +0100
6423              Message-ID: <20020519005043.F7275@fdgroup.com>
6424      Branch: perl
6425            ! ext/threads/shared/t/cond.t
6426 ____________________________________________________________________________
6427 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
6428         Log: Sarathy pointed out that instead of zeroing heap
6429              it is more prudent to poison it.
6430      Branch: perl
6431            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
6432            ! scope.c sv.c util.c
6433 ____________________________________________________________________________
6434 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
6435         Log: The thread warnings aren't quite yet working as planned.
6436      Branch: perl
6437            ! ext/threads/shared/t/cond.t
6438 ____________________________________________________________________________
6439 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
6440         Log: Forgotten from #16685.
6441      Branch: perl
6442            ! ext/threads/shared/t/cond.t
6443 ____________________________________________________________________________
6444 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
6445         Log: Subject: [PATCH threads] revised warnings + more tests + docs
6446              From: Dave Mitchell <davem@fdgroup.com>
6447              Date: Sat, 18 May 2002 22:24:51 +0100
6448              Message-ID: <20020518222451.E7275@fdgroup.com>
6449      Branch: perl
6450            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6451            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
6452            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
6453 ____________________________________________________________________________
6454 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
6455         Log: Storable status tweak.
6456      Branch: perl
6457            ! pod/perldelta.pod
6458 ____________________________________________________________________________
6459 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
6460         Log: perlfunc and perldelta updates about caller().
6461      Branch: perl
6462            ! pod/perldelta.pod pod/perlfunc.pod
6463 ____________________________________________________________________________
6464 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
6465         Log: Subject: [PATCH] RE: perl@16678
6466              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6467              Date: Sat, 18 May 2002 21:15:43 +0100
6468              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
6469              
6470              Making the symbols generated by warnings.pl future-proof.
6471      Branch: perl
6472            ! lib/warnings.pm warnings.h warnings.pl
6473 ____________________________________________________________________________
6474 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
6475         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
6476              From: Michael G Schwern <schwern@pobox.com>
6477              Date: Sat, 18 May 2002 14:53:50 -0400
6478              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
6479      Branch: perl
6480            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
6481            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6482 ____________________________________________________________________________
6483 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
6484         Log: Prettyprinting.
6485      Branch: perl
6486            ! t/op/recurse.t
6487 ____________________________________________________________________________
6488 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
6489         Log: Companion to #16601: cxinc would create uninitialized
6490              PERL_CONTEXTs.  The bug was tickled by the test
6491              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
6492              added to check that I got the context stack extension right.
6493              Also rewrite recurse.t to use test.pl.
6494      Branch: perl
6495            ! scope.c t/op/recurse.t
6496 ____________________________________________________________________________
6497 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
6498         Log: Update Changes.
6499      Branch: perl
6500            ! Changes patchlevel.h
6501 ____________________________________________________________________________
6502 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
6503         Log: URL and other tiny tweaks.
6504      Branch: perl
6505            ! pod/perluniintro.pod
6506 ____________________________________________________________________________
6507 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
6508         Log: Subject: [Patch] doc patch on Unicode
6509              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6510              Date: Sun, 19 May 2002 01:01:58 +0900
6511              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
6512      Branch: perl
6513            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
6514 ____________________________________________________________________________
6515 [ 16675] By: ams                                   on 2002/05/18  15:06:35
6516         Log: s/2.0/2.00/ to be CPAN friendly.
6517      Branch: perl
6518            ! ext/Storable/Storable.pm
6519 ____________________________________________________________________________
6520 [ 16674] By: ams                                   on 2002/05/18  14:47:07
6521         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
6522              EBCDIC, amazing.
6523              From: Philip Newton <Philip.Newton@gmx.net>
6524              Date: Sat, 18 May 2002 09:54:13 +0200
6525              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
6526      Branch: perl
6527            ! lib/Pod/t/eol.t
6528 ____________________________________________________________________________
6529 [ 16673] By: ams                                   on 2002/05/18  14:41:00
6530         Log: Subject: Storable test for 64 bit 5.6.1
6531              From: Nicholas Clark <nick@unfortu.net>
6532              Date: Sat, 18 May 2002 15:48:55 +0100
6533              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
6534              (Private mail.)
6535      Branch: perl
6536            ! ext/Storable/t/malice.t
6537 ____________________________________________________________________________
6538 [ 16672] By: nick                                  on 2002/05/18  09:47:51
6539         Log: Integrate mainline
6540      Branch: perlio
6541           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6542            - t/lib/st-dump.pl
6543           !> (integrate 67 files)
6544 ____________________________________________________________________________
6545 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
6546         Log: No more true.
6547      Branch: perl
6548            ! lib/vars.pm
6549 ____________________________________________________________________________
6550 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
6551         Log: Make use vars grok UTF-8.
6552      Branch: perl
6553            ! lib/vars.pm t/run/fresh_perl.t
6554 ____________________________________________________________________________
6555 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
6556         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
6557              From: Michael G Schwern <schwern@pobox.com>
6558              Date: Fri, 17 May 2002 23:54:29 -0400  
6559              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
6560      Branch: perl
6561            ! t/op/tie.t t/run/fresh_perl.t
6562 ____________________________________________________________________________
6563 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
6564         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
6565              From: Michael G Schwern <schwern@pobox.com>
6566              Date: Fri, 17 May 2002 20:37:26 -0400  
6567              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
6568      Branch: perl
6569            + t/lib/sample-tests/shbang_misparse
6570            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6571            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6572            ! lib/Test/Harness/t/test-harness.t
6573 ____________________________________________________________________________
6574 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
6575         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
6576              From: Nicholas Clark <nick@unfortu.net>
6577              Date: Sat, 18 May 2002 00:18:39 +0100  
6578              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
6579              
6580              Use Storable's st-dump.pl.
6581      Branch: perl
6582            - t/lib/st-dump.pl
6583            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
6584            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
6585            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6586            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
6587            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
6588            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
6589            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
6590 ____________________________________________________________________________
6591 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
6592         Log: Forgotten from #16656.
6593      Branch: perl
6594            ! ext/B/B.xs
6595 ____________________________________________________________________________
6596 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
6597         Log: Subject: [PATCH] Storable ChangeLog ready for release 
6598              From: Nicholas Clark <nick@unfortu.net>
6599              Date: Fri, 17 May 2002 23:17:34 +0100  
6600              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
6601      Branch: perl
6602            ! ext/Storable/ChangeLog
6603 ____________________________________________________________________________
6604 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
6605         Log: Subject: [PATCH] Storable stand alone tests
6606              From: Nicholas Clark <nick@unfortu.net>
6607              Date: Fri, 17 May 2002 22:43:35 +0100  
6608              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
6609      Branch: perl
6610            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6611            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
6612            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
6613            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6614            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
6615            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
6616            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
6617            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6618            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6619            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
6620 ____________________________________________________________________________
6621 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
6622         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
6623              From: Michael G Schwern <schwern@pobox.com>
6624              Date: Fri, 17 May 2002 17:17:54 -0400  
6625              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
6626      Branch: perl
6627            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6628            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6629            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6630            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
6631            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
6632            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6633            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6634            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6635            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
6636            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
6637            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6638            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
6639            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
6640            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
6641 ____________________________________________________________________________
6642 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
6643         Log: More regression tests for caller() and fix one bug of #16658.
6644      Branch: perl
6645            ! pp_ctl.c t/op/caller.t
6646 ____________________________________________________________________________
6647 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
6648         Log: Integrate perlio:
6649              
6650              [ 16657]
6651              Fix the crlf.t buffer leak
6652              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6653              flagged it because it is more often popped without stream
6654              being closed.
6655              - Define non-noop PerlIOBuf_popped(), use it and export it.
6656      Branch: perl
6657           !> makedef.pl perlio.c perliol.h
6658 ____________________________________________________________________________
6659 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6660         Log: Add a note about Cwd::fastcwd() returning tainted data.
6661              Sort modules alphabetically.
6662      Branch: perl
6663            ! pod/perldelta.pod
6664 ____________________________________________________________________________
6665 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6666         Log: Remove O from the untested modules list.
6667      Branch: perl
6668            ! t/lib/1_compile.t
6669 ____________________________________________________________________________
6670 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6671         Log: Fix bug 20020517.003 : segfault with caller().
6672              Add regression tests for caller.
6673      Branch: perl
6674            + t/op/caller.t
6675            ! MANIFEST pp_ctl.c
6676 ____________________________________________________________________________
6677 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6678         Log: Fix the crlf.t buffer leak
6679              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6680              flagged it because it is more often popped without stream
6681              being closed.
6682              - Define non-noop PerlIOBuf_popped(), use it and export it.
6683      Branch: perlio
6684            ! makedef.pl perlio.c perliol.h
6685 ____________________________________________________________________________
6686 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6687         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6688              char" but old code using just a "char" doesn't need changes.
6689              (The change is using a temporary pointer instead of a direct
6690              cast to unsigned char* which would blindly cast anything,
6691              not just char pointers.)  (The problem arose in MacOS Classic,
6692              as seen by Pudge, the cure by Nicholas Clark.)
6693      Branch: perl
6694            ! hv.c hv.h op.c sv.c vms/vms.c
6695 ____________________________________________________________________________
6696 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6697         Log: Integrate mainline
6698      Branch: perlio
6699           !> (integrate 28 files)
6700 ____________________________________________________________________________
6701 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6702         Log: Update Changes.
6703      Branch: perl
6704            ! Changes patchlevel.h
6705 ____________________________________________________________________________
6706 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6707         Log: FAQ sync.
6708      Branch: perl
6709            ! pod/perlfaq4.pod pod/perlfaq8.pod
6710 ____________________________________________________________________________
6711 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6712         Log: Forgot from #16628.
6713      Branch: perl
6714            ! ext/Encode/Makefile.PL
6715 ____________________________________________________________________________
6716 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6717         Log: One Last Time
6718      Branch: macperl
6719            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6720            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6721            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6722            + lib/Unicode/UCD.t
6723 ____________________________________________________________________________
6724 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6725         Log: Stupid case insensitivity
6726      Branch: macperl
6727            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6728            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6729            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6730            - lib/unicode/UCD.t
6731 ____________________________________________________________________________
6732 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6733         Log: Move Unicode -> unicode, remove README
6734      Branch: macperl
6735            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6736            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6737            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6738            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6739 ____________________________________________________________________________
6740 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6741         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6742      Branch: macperl
6743           +> lib/unicode/Collate/README
6744 ____________________________________________________________________________
6745 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6746         Log: Move Unicode -> unicode, remove README
6747      Branch: macperl
6748           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6749           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6750           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6751 ____________________________________________________________________________
6752 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6753         Log: Integrate perl
6754      Branch: macperl
6755           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6756           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6757           +> lib/Thread/Semaphore.pm
6758            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6759            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
6760            - wince/include/sys/types.h wince/include/sys/utime.h
6761            - wince/include/time.h
6762            ! macos/MPVersion.r macos/config.sh
6763           !> (integrate 173 files)
6764 ____________________________________________________________________________
6765 [ 16645] By: nick                                  on 2002/05/17  06:56:40
6766         Log: Integrate mainline
6767      Branch: perlio
6768           +> ext/Storable/t/st-dump.pl
6769            - wince/FindExt.pm
6770           !> (integrate 40 files)
6771 ____________________________________________________________________________
6772 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
6773         Log: STDERR noise.
6774      Branch: perl
6775            ! lib/Switch.pm
6776 ____________________________________________________________________________
6777 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
6778         Log: Upgrade to Switch 2.07.
6779      Branch: perl
6780            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6781            ! lib/Switch/t/given.t lib/Switch/t/nested.t
6782            ! lib/Switch/t/switch.t
6783 ____________________________________________________________________________
6784 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
6785         Log: Missed hunk in #16641.
6786      Branch: perl
6787            ! lib/Filter/Simple/Changes
6788 ____________________________________________________________________________
6789 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
6790         Log: Upgrade to Filter::Simple 0.78.
6791              (Keep #14432, let Damian know of it.)
6792      Branch: perl
6793            ! lib/Filter/Simple.pm lib/Filter/Simple/README
6794            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
6795            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6796            ! lib/Filter/Simple/t/import.t
6797 ____________________________________________________________________________
6798 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
6799         Log: More Third Degree.
6800      Branch: perl
6801            ! t/TEST
6802 ____________________________________________________________________________
6803 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
6804         Log: Third Degree tweaks.
6805      Branch: perl
6806            ! pod/perlhack.pod t/TEST
6807 ____________________________________________________________________________
6808 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
6809         Log: Purify: dl_last_error was leaking.
6810      Branch: perl
6811            ! ext/DynaLoader/dlutils.c
6812 ____________________________________________________________________________
6813 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
6814         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
6815              From: Chris Ball <chris@cpan.org>
6816              Date: 16 May 2002 20:51:34 +0100
6817              Message-ID: <86lmajvpkp.fsf@void.printf.net>
6818      Branch: perl
6819            ! utils/perldoc.PL
6820 ____________________________________________________________________________
6821 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
6822         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
6823              From: "Craig A. Berry" <craigberry@mac.com>
6824              Date: Thu, 16 May 2002 14:13:15 -0500
6825              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
6826      Branch: perl
6827            ! lib/ExtUtils/t/Constant.t
6828 ____________________________________________________________________________
6829 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
6830         Log: Make Cwd::fastcwd() return a tainted value.
6831              Add regression tests for taint-safety of the *cwd()
6832              functions.
6833      Branch: perl
6834            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
6835 ____________________________________________________________________________
6836 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
6837         Log: Subject: Re: AIX warning in hints regarding gcc
6838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6839              Date: Thu, 16 May 2002 18:55:41 +0200
6840              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
6841      Branch: perl
6842            ! hints/aix.sh
6843 ____________________________________________________________________________
6844 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
6845         Log: Update the test statuses.
6846      Branch: perl
6847            ! pod/perldelta.pod
6848 ____________________________________________________________________________
6849 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
6850         Log: The UDP sockpair failure seems to have magically
6851              disappeared from both UNICOSes.
6852              (One gets "UNEXPECTEDLY SUCCEEDED".)
6853      Branch: perl
6854            ! ext/Socket/socketpair.t
6855 ____________________________________________________________________________
6856 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
6857         Log: Brokenness of restricted hashes with Storable on EBCDIC
6858              seems to be an artifact of the downgrade.t.
6859      Branch: perl
6860            ! ext/Storable/Storable.pm
6861 ____________________________________________________________________________
6862 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
6863         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
6864              memory debuggers.
6865      Branch: perl
6866            ! pod/perlhack.pod
6867 ____________________________________________________________________________
6868 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
6869         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
6870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6871              Date: Thu, 16 May 2002 16:42:34 +0200
6872              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
6873              
6874              gcc 3 version parsing proofing.
6875      Branch: perl
6876            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
6877 ____________________________________________________________________________
6878 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
6879         Log: Subject: [PATCH] good day for WinCE port of perl.
6880              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6881              Date: Thu, 16 May 2002 03:33:23 +0400
6882              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
6883      Branch: perl
6884            - wince/FindExt.pm
6885            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6886            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6887            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
6888            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
6889            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
6890            ! wince/config_H.ce wince/config_h.PL
6891 ____________________________________________________________________________
6892 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
6893         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
6894              From: slaven.rezic@berlin.de
6895              Date: Mon, 13 May 2002 16:02:24 +0200
6896              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
6897      Branch: perl
6898            ! ext/Sys/Syslog/Syslog.pm
6899 ____________________________________________________________________________
6900 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
6901         Log: Subject: Re: [PATCH] allow use threads qw(yield)
6902              From: Dave Mitchell <davem@fdgroup.com>
6903              Date: Wed, 15 May 2002 23:26:27 +0100
6904              Message-ID: <20020515232626.E28924@fdgroup.com>
6905      Branch: perl
6906            ! ext/threads/threads.xs
6907 ____________________________________________________________________________
6908 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
6909         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
6910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6911              Date: Thu, 16 May 2002 14:22:21 +0200
6912              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
6913      Branch: perl
6914            ! hints/aix.sh
6915 ____________________________________________________________________________
6916 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
6917         Log: metaconfig unit change for #16623.
6918      Branch: metaconfig
6919            ! U/ebcdic/trnl.U
6920 ____________________________________________________________________________
6921 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6922         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6923              from John Poltorak <jp@eyup.org>.
6924      Branch: perl
6925            ! Configure
6926 ____________________________________________________________________________
6927 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6928         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6929      Branch: perl
6930            ! lib/Tie/File/t/21_win32.t
6931 ____________________________________________________________________________
6932 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6933         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6934              2. Doing a s///g instead of tr/// works better for CR-delimited
6935              files, like in DJGPP (since <FH> doesn't correctly pull in
6936              CR-delimited lines).
6937      Branch: perl
6938            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6939 ____________________________________________________________________________
6940 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6941         Log: Don't test $! with like() since one may have
6942              a non-English locale, or simply AIX :-)
6943      Branch: perl
6944            ! ext/PerlIO/t/fail.t
6945 ____________________________________________________________________________
6946 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6947         Log: DJGPP updates from Laszlo Molnar.
6948      Branch: perl
6949            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6950 ____________________________________________________________________________
6951 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6952         Log: Integrate perlio:
6953              
6954              [ 16613]
6955              Make open fail when layer string does not parse.
6956      Branch: perl
6957           +> ext/PerlIO/t/fail.t
6958           !> MANIFEST perlio.c
6959 ____________________________________________________________________________
6960 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6961         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6962              From: Nicholas Clark <nick@unfortu.net>
6963              Date: Wed, 15 May 2002 23:06:20 +0100
6964              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6965      Branch: perl
6966            ! ext/Storable/Storable.xs
6967 ____________________________________________________________________________
6968 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6969         Log: Two down, ten to go.
6970      Branch: perl
6971            ! pod/perldelta.pod
6972 ____________________________________________________________________________
6973 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6974         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6975      Branch: perl
6976            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6977 ____________________________________________________________________________
6978 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6979         Log: Schizoid MANIFESTs.
6980      Branch: perl
6981            + ext/Storable/t/st-dump.pl
6982            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6983 ____________________________________________________________________________
6984 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6985         Log: Make open fail when layer string does not parse.
6986      Branch: perlio
6987            + ext/PerlIO/t/fail.t
6988            ! MANIFEST perlio.c
6989 ____________________________________________________________________________
6990 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6991         Log: Integrate mainline
6992      Branch: perlio
6993           !> Changes ext/Storable/Storable.pm patchlevel.h
6994           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6995 ____________________________________________________________________________
6996 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6997         Log: Update Changes.
6998      Branch: perl
6999            ! Changes patchlevel.h
7000 ____________________________________________________________________________
7001 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
7002         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
7003      Branch: perl
7004            ! pod/perldelta.pod t/run/fresh_perl.t
7005 ____________________________________________________________________________
7006 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
7007         Log: Document some of the known EBCDIC problems with Storable.
7008              (There is more, but need to do more tests.)
7009      Branch: perl
7010            ! ext/Storable/Storable.pm
7011 ____________________________________________________________________________
7012 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
7013         Log: Purify finding: jperl.t causes a few Array Bounds Reads
7014              (one byte too far in a malloced buffer) at various spots
7015              in regcomp.c, all the buffers malloced by SvGROW() in
7016              sv_recode_to_utf8().
7017      Branch: perl
7018            ! sv.c
7019 ____________________________________________________________________________
7020 [ 16607] By: nick                                  on 2002/05/15  06:57:26
7021         Log: Integrate mainline
7022      Branch: perlio
7023           +> Porting/thirdclean
7024           !> (integrate 36 files)
7025 ____________________________________________________________________________
7026 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
7027         Log: Subject: [PATCH] Re: use of lc module names and warnings
7028              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7029              Date: Sun, 12 May 2002 23:09:46 +0200
7030              Message-ID: <20020512230946.E699@rafael>
7031      Branch: perl
7032            ! toke.c
7033 ____________________________________________________________________________
7034 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
7035         Log: More rule tweakage.
7036      Branch: perl
7037            ! Porting/thirdclean
7038 ____________________________________________________________________________
7039 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
7040         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
7041              From: Sam Tregar <sam@tregar.com>
7042              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
7043              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
7044      Branch: perl
7045            ! ext/Devel/DProf/DProf.xs
7046 ____________________________________________________________________________
7047 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
7048         Log: $VERSIONize.
7049      Branch: perl
7050            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
7051 ____________________________________________________________________________
7052 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
7053         Log: Third Degree: name the op/foo.t as op_foo.
7054      Branch: perl
7055            ! t/TEST
7056 ____________________________________________________________________________
7057 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
7058         Log: Read of uninitialized heap found by Third Degree
7059              (e.g. in t/op/subst.t)
7060      Branch: perl
7061            ! scope.c
7062 ____________________________________________________________________________
7063 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
7064         Log: Add more rules.
7065      Branch: perl
7066            ! Porting/thirdclean
7067 ____________________________________________________________________________
7068 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
7069         Log: Subject: [PATCH] allow use threads qw(yield)
7070              From: Dave Mitchell <davem@fdgroup.com>
7071              Date: Tue, 14 May 2002 22:49:47 +0100
7072              Message-ID: <20020514224947.F25049@fdgroup.com>
7073      Branch: perl
7074            ! ext/threads/threads.pm ext/threads/threads.xs
7075 ____________________________________________________________________________
7076 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
7077         Log: Micropatch from Olaf Flebbe.
7078      Branch: perl
7079            ! epoc/epoc.c
7080 ____________________________________________________________________________
7081 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
7082         Log: Subject: perlhack.pod typos [PATCH]
7083              From: "John P. Linderman" <jpl@research.att.com>
7084              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
7085              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
7086      Branch: perl
7087            ! pod/perlhack.pod
7088 ____________________________________________________________________________
7089 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
7090         Log: Subject: typo in Socket.pm
7091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7092              Date: Tue, 14 May 2002 12:02:47 +0200
7093              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
7094      Branch: perl
7095            ! ext/IO/lib/IO/Socket.pm
7096 ____________________________________________________________________________
7097 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
7098         Log: The #16592 needs this.
7099      Branch: perl
7100            ! embedvar.h perlapi.h
7101 ____________________________________________________________________________
7102 [ 16594] By: sky                                   on 2002/05/14  17:08:01
7103         Log: Subject: Re: lib/sort.t failure [PATCH]
7104              From: "John P. Linderman" <jpl@research.att.com>
7105              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
7106              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
7107      Branch: perl
7108            ! pod/perlfunc.pod
7109 ____________________________________________________________________________
7110 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
7111         Log: Add a script for cleaning out the "known noise"
7112              from Third Degree reports: either noise caused
7113              by libc itself, or Perl_yyparse leaks.
7114      Branch: perl
7115            + Porting/thirdclean
7116            ! MANIFEST
7117 ____________________________________________________________________________
7118 [ 16592] By: sky                                   on 2002/05/14  15:21:39
7119         Log: Turn the sort RealCmp for stable quicksorts into a
7120              threadsafe per interpreter values.
7121      Branch: perl
7122            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
7123 ____________________________________________________________________________
7124 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
7125         Log: reentr.h affects more C files than just reentr.c
7126      Branch: perl
7127            ! locale.c pp.c pp_sys.c
7128 ____________________________________________________________________________
7129 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
7130         Log: Document reentr.pl a bit better.  Still rather
7131              convoluted code, but it ain't broken, so...
7132      Branch: perl
7133            ! reentr.h reentr.pl
7134 ____________________________________________________________________________
7135 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
7136         Log: z/OS update: not all Storable was clear yet.
7137      Branch: perl
7138            ! pod/perldelta.pod
7139 ____________________________________________________________________________
7140 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
7141         Log: Avoid potentially empty struct.
7142      Branch: perl
7143            ! reentr.h reentr.pl
7144 ____________________________________________________________________________
7145 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
7146         Log: Todo tweaks.
7147      Branch: perl
7148            ! pod/perltodo.pod
7149 ____________________________________________________________________________
7150 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
7151         Log: Subject: [PATCH] various minor fixes in threads.            
7152              From: Dave Mitchell <davem@fdgroup.com>
7153              Date: Mon, 13 May 2002 23:48:22 +0100      
7154              Message-ID: <20020513234822.G21318@fdgroup.com>
7155      Branch: perl
7156            ! dump.c ext/threads/shared/shared.xs
7157 ____________________________________________________________________________
7158 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
7159         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
7160              From: PPrymmer@factset.com
7161              Date: Mon, 13 May 2002 17:37:28 -0400
7162              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
7163      Branch: perl
7164            ! vms/vms.c
7165 ____________________________________________________________________________
7166 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
7167         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7168              From: Nicholas Clark <nick@unfortu.net>    
7169              Date: Mon, 13 May 2002 21:45:47 +0100
7170              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
7171      Branch: perl
7172            ! lib/ExtUtils/t/Constant.t
7173 ____________________________________________________________________________
7174 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
7175         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7176              From: Nicholas Clark <nick@unfortu.net>    
7177              Date: Mon, 13 May 2002 21:47:38 +0100
7178              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
7179      Branch: perl
7180            ! lib/Benchmark.t
7181 ____________________________________________________________________________
7182 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
7183         Log: Subject: WinCE several touches
7184              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7185              Date: Tue, 14 May 2002 00:43:11 +0400      
7186              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
7187      Branch: perl
7188            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
7189            ! wince/config_h.PL
7190 ____________________________________________________________________________
7191 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
7192         Log: Subject: Re: perl@16573
7193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7194              Date: Mon, 13 May 2002 18:30:35 +0200
7195              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
7196              
7197              (gcc 3.0 vs 64-bit hpux hints)
7198      Branch: perl
7199            ! hints/hpux.sh
7200 ____________________________________________________________________________
7201 [ 16580] By: sky                                   on 2002/05/13  19:38:09
7202         Log: Make the point a bit clearer after suggestion from Merijin
7203      Branch: perl
7204            ! pod/perltodo.pod
7205 ____________________________________________________________________________
7206 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
7207         Log: perltodo update.
7208      Branch: perl
7209            ! pod/perltodo.pod
7210 ____________________________________________________________________________
7211 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
7212         Log: Subject: README.aix update
7213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7214              Date: Mon, 13 May 2002 19:02:47 +0200
7215              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
7216      Branch: perl
7217            ! README.aix
7218 ____________________________________________________________________________
7219 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
7220         Log: export PerlIOBuf_get_base for win32 extension linkage
7221      Branch: perl
7222            ! makedef.pl
7223 ____________________________________________________________________________
7224 [ 16576] By: nick                                  on 2002/05/13  18:20:22
7225         Log: Integrate mainline
7226      Branch: perlio
7227           !> Changes README.vos ext/threads/shared/shared.pm
7228           !> ext/threads/shared/t/0nothread.t
7229           !> ext/threads/shared/t/av_refs.t
7230           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7231           !> ext/threads/shared/t/hv_refs.t
7232           !> ext/threads/shared/t/hv_simple.t
7233           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7234           !> ext/threads/shared/t/semaphore.t
7235           !> ext/threads/shared/t/shared_attr.t
7236           !> ext/threads/shared/t/sv_refs.t
7237           !> ext/threads/shared/t/sv_simple.t patchlevel.h
7238           !> pod/perldelta.pod vms/vms.c xsutils.c
7239 ____________________________________________________________________________
7240 [ 16575] By: ams                                   on 2002/05/13  15:42:50
7241         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
7242              From: Paul_GreenVOS@vos.stratus.com
7243              Date: Mon, 13 May 02 12:32 edt
7244              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
7245      Branch: perl
7246            ! README.vos pod/perldelta.pod
7247 ____________________________________________________________________________
7248 [ 16574] By: ams                                   on 2002/05/13  15:41:14
7249         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
7250              From: PPrymmer@factset.com
7251              Date: Mon, 13 May 2002 11:38:15 -0400
7252              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
7253      Branch: perl
7254            ! vms/vms.c
7255 ____________________________________________________________________________
7256 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
7257         Log: Update Changes.
7258      Branch: perl
7259            ! Changes patchlevel.h
7260 ____________________________________________________________________________
7261 [ 16572] By: sky                                   on 2002/05/13  12:30:35
7262         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
7263              From: Dave Mitchell <davem@fdgroup.com>
7264              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
7265              Message-Id: <20020510235227.J12298@fdgroup.com>
7266      Branch: perl
7267            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
7268            ! ext/threads/shared/t/av_refs.t
7269            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7270            ! ext/threads/shared/t/hv_refs.t
7271            ! ext/threads/shared/t/hv_simple.t
7272            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7273            ! ext/threads/shared/t/semaphore.t
7274            ! ext/threads/shared/t/shared_attr.t
7275            ! ext/threads/shared/t/sv_refs.t
7276            ! ext/threads/shared/t/sv_simple.t xsutils.c
7277 ____________________________________________________________________________
7278 [ 16571] By: nick                                  on 2002/05/13  07:54:10
7279         Log: Integrate Mainline
7280      Branch: perlio
7281           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7282            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7283            - wince/include/cectype.h wince/include/errno.h
7284            - wince/include/sys/types.h wince/include/sys/utime.h
7285            - wince/include/time.h
7286           !> (integrate 51 files)
7287 ____________________________________________________________________________
7288 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
7289         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
7290              From: Michael G Schwern <schwern@pobox.com>
7291              Date: Sun, 12 May 2002 19:32:58 -0400
7292              Message-ID: <20020512233258.GK696@blackrider>
7293      Branch: perl
7294            ! t/TEST
7295 ____________________________________________________________________________
7296 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
7297         Log: Be clean.
7298      Branch: perl
7299            ! Makefile.SH ext/B/t/o.t
7300 ____________________________________________________________________________
7301 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
7302         Log: change#8666 ($Config{perllibs}) apparently never got into
7303              mainline--merge, and add other missing entries; regen
7304              config_H.* files
7305      Branch: perl
7306            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7307            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7308            ! win32/config_H.vc win32/config_H.vc64
7309 ____________________________________________________________________________
7310 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
7311         Log: Elaborate on the exit/wait plan a bit.
7312      Branch: perl
7313            ! pod/perltodo.pod
7314 ____________________________________________________________________________
7315 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
7316         Log: Slight doc tweaks.
7317      Branch: perl
7318            ! pod/perlthrtut.pod
7319 ____________________________________________________________________________
7320 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
7321         Log: OS/390: update the test results.
7322      Branch: perl
7323            ! pod/perldelta.pod
7324 ____________________________________________________________________________
7325 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
7326         Log: Add threadsafety caveats.
7327      Branch: perl
7328            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
7329 ____________________________________________________________________________
7330 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
7331         Log: Update the Mac OS X situation.
7332      Branch: perl
7333            ! pod/perldelta.pod
7334 ____________________________________________________________________________
7335 [ 16562] By: sky                                   on 2002/05/12  19:10:27
7336         Log: Update todo, removing things done and adding new things.
7337      Branch: perl
7338            ! pod/perltodo.pod
7339 ____________________________________________________________________________
7340 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
7341         Log: Reword the "threads still running" cleanup message.
7342      Branch: perl
7343            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
7344            ! pod/perltoc.pod
7345 ____________________________________________________________________________
7346 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
7347         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
7348              (The manifestation: running pat.t core dumps after test 639.
7349              Removing everything after 639 makes core go away, as does
7350              removing everything before 640.  I did say "weird".  Some
7351              sort of a memory corruption, no doubt, but no time to debug
7352              in more detail.)
7353      Branch: perl
7354            ! t/op/pat.t
7355 ____________________________________________________________________________
7356 [ 16559] By: sky                                   on 2002/05/12  17:59:41
7357         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
7358      Branch: perl
7359            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7360            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7361            ! MANIFEST
7362 ____________________________________________________________________________
7363 [ 16558] By: sky                                   on 2002/05/12  17:57:51
7364         Log: Fixed bug where tmpsv would be null after the return of the 
7365              amagic. Now check for that and allocate the tmpsv afterwards, 
7366              this is done in all other places that use amagic.
7367              Fixes bug when threads->unknownfunction() was called and
7368              we coredumped on the stringification somewhere deep in the
7369              autoloader/dynaloader something. Far to deep for me to provide
7370              a test case.
7371      Branch: perl
7372            ! sv.c
7373 ____________________________________________________________________________
7374 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
7375         Log: (retracted by #16560)
7376              EBCDIC: must protect also compile time so that
7377              the illegal UTF-EBCDIC is not seen.
7378      Branch: perl
7379            ! t/op/pat.t
7380 ____________________________________________________________________________
7381 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
7382         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
7383      Branch: perl
7384            ! pod/perlebcdic.pod regcomp.c
7385 ____________________________________________________________________________
7386 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
7387         Log: As suggested by Dave Mitchell, adding yield()s at
7388              appropriate spots helps non-preemptive thread
7389              implementations, like the GNU pth.  Tested at NetBSD
7390              by Martin Weber <Ephaeton@gmx.net>.
7391      Branch: perl
7392            ! ext/threads/t/basic.t ext/threads/t/list.t
7393            ! ext/threads/t/thread.t
7394 ____________________________________________________________________________
7395 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
7396         Log: Subject: RE: VOS bleadperl test failure on 16539
7397              From: chromatic <chromatic@rmci.net>
7398              Date: Sat, 11 May 2002 23:23:54 -0700
7399              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
7400      Branch: perl
7401            ! ext/B/t/o.t
7402 ____________________________________________________________________________
7403 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
7404         Log: There's no rest for the wicked misspellers.
7405      Branch: perl
7406            ! pod/perlthrtut.pod
7407 ____________________________________________________________________________
7408 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
7409         Log: Detypos (and sticking with US spelling since Dan Sugalski
7410              wrote the original text of perlthrtut)
7411      Branch: perl
7412            ! ext/threads/threads.pm pod/perlthrtut.pod
7413 ____________________________________________________________________________
7414 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
7415         Log: Because of #16550 these tests would now spew
7416              "Malformed UTF-8" in EBCDIC.
7417      Branch: perl
7418            ! t/op/pat.t
7419 ____________________________________________________________________________
7420 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
7421         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
7422              scripts does not apply any more.  (The utf8.t needed a little
7423              bit of relaxing to work in EBCDIC, since *both* the bytes in
7424              subtest #30 are illegal UTF-EBCDIC, and the error message
7425              matched is slightly different.)  The utf8.t now passes.
7426      Branch: perl
7427            ! lib/utf8.t toke.c
7428 ____________________________________________________________________________
7429 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
7430         Log: Subject: [PATCH] a bit more for WinCE
7431              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7432              Date: Sun, 12 May 2002 02:34:24 +0400
7433              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
7434      Branch: perl
7435            ! wince/wince.c
7436 ____________________________________________________________________________
7437 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
7438         Log: Subject: [PATCH] for WinCE cross-build, another one
7439              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
7440              Date: Sun, 12 May 2002 00:02:47 +0400
7441              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
7442      Branch: perl
7443            - wince/include/cectype.h wince/include/errno.h
7444            - wince/include/sys/types.h wince/include/sys/utime.h
7445            - wince/include/time.h
7446            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
7447            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
7448            ! wince/wince.c
7449 ____________________________________________________________________________
7450 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
7451         Log: Explicit casts due to #16542.
7452      Branch: perl
7453            ! ext/B/B.xs hv.c op.c sv.c
7454 ____________________________________________________________________________
7455 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
7456         Log: Upgrade to Test::Harness 2.21.
7457      Branch: perl
7458            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7459            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7460            ! lib/Test/Harness/t/test-harness.t
7461 ____________________________________________________________________________
7462 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
7463         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
7464              but keep up with the $VERSION)
7465      Branch: perl
7466            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7467 ____________________________________________________________________________
7468 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
7469         Log: metaconfig unit change for #16543.
7470      Branch: metaconfig
7471            ! U/threads/usethreads.U
7472 ____________________________________________________________________________
7473 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
7474         Log: Subject: [PATCH] updated threads docs
7475              From: Dave Mitchell <davem@fdgroup.com>
7476              Date: Sat, 11 May 2002 20:00:51 +0100
7477              Message-ID: <20020511200050.D14841@fdgroup.com>
7478      Branch: perl
7479            ! Configure README.threads pod/perlothrtut.pod
7480            ! pod/perlthrtut.pod
7481 ____________________________________________________________________________
7482 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
7483         Log: Subject: unsigned char hashes (Re: perl@16539)
7484              From: Nicholas Clark <nick@unfortu.net>
7485              Date: Sat, 11 May 2002 17:54:44 +0100
7486              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
7487              
7488              Be explicitly unsigned char in the hash calculation.
7489      Branch: perl
7490            ! hv.h
7491 ____________________________________________________________________________
7492 [ 16541] By: nick                                  on 2002/05/11  08:21:00
7493         Log: Integrate mainline
7494      Branch: perlio
7495           +> ext/B/t/o.t
7496           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
7497           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
7498           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
7499 ____________________________________________________________________________
7500 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
7501         Log: Subject: more os x test output cosmetics
7502              From: Kay Röpke <kroepke@dolphin-services.de>
7503              Date: Fri, 10 May 2002 14:07:34 +0200
7504              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
7505      Branch: perl
7506            ! ext/DB_File/t/db-btree.t
7507 ____________________________________________________________________________
7508 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
7509         Log: Update Changes.
7510      Branch: perl
7511            ! Changes patchlevel.h
7512 ____________________________________________________________________________
7513 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
7514         Log: Regen toc.
7515      Branch: perl
7516            ! pod/perltoc.pod
7517 ____________________________________________________________________________
7518 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
7519         Log: Move pod, add $VERSION.
7520      Branch: perl
7521            ! ext/threads/shared/queue.pm
7522 ____________________________________________________________________________
7523 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
7524         Log: Unused variables.
7525      Branch: perl
7526            ! ext/Encode/Encode.xs
7527 ____________________________________________________________________________
7528 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
7529         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
7530              From: chromatic <chromatic@rmci.net>
7531              Date: Fri, 10 May 2002 07:43:25 -0700
7532              Message-ID: <20020510144325.26245.qmail@firewheel>
7533      Branch: perl
7534            + ext/B/t/o.t
7535            ! MANIFEST
7536 ____________________________________________________________________________
7537 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
7538         Log: Don't do JAPHs unless doing "make torturetest".
7539              Document the less obvious make test targets.
7540      Branch: perl
7541            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
7542 ____________________________________________________________________________
7543 [ 16533] By: nick                                  on 2002/05/10  06:02:58
7544         Log: Integrate mainline
7545      Branch: perlio
7546           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
7547           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
7548           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7549           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7550           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
7551           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
7552           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
7553           !> t/run/fresh_perl.t util.c
7554 ____________________________________________________________________________
7555 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
7556         Log: Subject: [PATCH] format and other warnings
7557              From: Robin Barker <rmb1@cise.npl.co.uk>
7558              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
7559              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
7560      Branch: perl
7561            ! Porting/pumpkin.pod ext/Encode/Encode.xs
7562            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
7563            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7564            ! ext/threads/threads.xs
7565 ____________________________________________________________________________
7566 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
7567         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
7568      Branch: perl
7569            ! t/op/tie.t t/run/fresh_perl.t
7570 ____________________________________________________________________________
7571 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
7572         Log: Subject: Re: [PATCH] Re: perl@16433
7573              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
7574              Date: Thu, 09 May 2002 16:24:59 -0700
7575              Message-ID: <LVw28gzkguhE092yn@efn.org>
7576      Branch: perl
7577            ! t/op/tie.t
7578 ____________________________________________________________________________
7579 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
7580         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
7581              From: Dave Mitchell <davem@fdgroup.com>
7582              Date: Thu, 9 May 2002 17:18:42 +0100
7583              Message-ID: <20020509171842.C9836@fdgroup.com>
7584      Branch: perl
7585            ! ext/threads/shared/t/cond.t
7586 ____________________________________________________________________________
7587 [ 16528] By: nick                                  on 2002/05/09  16:40:39
7588         Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
7589      Branch: perl
7590           !> doio.c pp_sys.c util.c
7591 ____________________________________________________________________________
7592 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
7593         Log: FAQ sync.
7594      Branch: perl
7595            ! pod/perlfaq3.pod pod/perlfaq4.pod
7596 ____________________________________________________________________________
7597 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
7598         Log: metaconfig unit changes for #16525, plus extra linting.
7599      Branch: metaconfig
7600            ! U/compline/ptrsize.U U/protos/Protochk.U
7601            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7602            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7603            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7604            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7605            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7606            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7607            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7608            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7609            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7610            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7611            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7612            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7613            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7614            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7615            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7616            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7617            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7618            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7619            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7620            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7621            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7622            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7623            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7624            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7625 ____________________________________________________________________________
7626 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
7627         Log: metaconfig unit linting.
7628      Branch: perl
7629            ! reentr.pl
7630 ____________________________________________________________________________
7631 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
7632         Log: metaconfig unit changes for #16523.
7633      Branch: metaconfig
7634            ! U/compline/ptrsize.U
7635      Branch: metaconfig/U/perl
7636            ! use64bits.U
7637 ____________________________________________________________________________
7638 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
7639         Log: ptrsize should depend on use64bitall, not the other
7640              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
7641      Branch: perl
7642            ! Configure
7643 ____________________________________________________________________________
7644 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
7645         Log: Integrate #16510 from macperl;
7646              
7647              Tell IO.xs that MacOS sometimes doesn't need extra help
7648      Branch: perl
7649           !> ext/IO/IO.xs
7650 ____________________________________________________________________________
7651 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7652         Log: Subject: Re: Storable doc patches
7653              From: "Philip Newton" <Philip.Newton@gmx.net>
7654              Date: Thu, 9 May 2002 14:32:29 +0200
7655              Message-Id: 
7656      Branch: perl
7657            ! ext/Storable/Storable.pm
7658 ____________________________________________________________________________
7659 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7660         Log: cmp() compares chars, not bytes.
7661      Branch: perl
7662            ! pod/perllocale.pod
7663 ____________________________________________________________________________
7664 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7665         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7666      Branch: perl
7667            ! pod/perlhack.pod
7668 ____________________________________________________________________________
7669 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7670         Log: Subject: Storable doc patches
7671              From: Philip Newton <Philip.Newton@gmx.net>
7672              Date: Thu, 09 May 2002 12:00:45 +0200
7673              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7674      Branch: perl
7675            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7676 ____________________________________________________________________________
7677 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7678         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7679              From: Philip Newton <Philip.Newton@gmx.net>
7680              Date: Thu, 09 May 2002 11:16:06 +0200
7681              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7682      Branch: perl
7683            ! ext/Storable/README
7684 ____________________________________________________________________________
7685 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7686         Log: Integrate mainline
7687      Branch: perlio
7688           !> pod/perlxstut.pod
7689 ____________________________________________________________________________
7690 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7691         Log: Integrate mainline
7692      Branch: perlio
7693           !> (integrate 27 files)
7694 ____________________________________________________________________________
7695 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7696         Log: Subject: [Patch] perlxstut.pod
7697              From: lupe@lupe-christoph.de (Lupe Christoph)
7698              Date: Thu, 9 May 2002 09:42:02 +0200
7699              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7700              (Applied with tweaks.)
7701      Branch: perl
7702            ! pod/perlxstut.pod
7703 ____________________________________________________________________________
7704 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7705         Log: Subject: [Patch] perlapio.pod
7706              From: lupe@lupe-christoph.de (Lupe Christoph)
7707              Date: Thu, 9 May 2002 09:01:50 +0200
7708              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7709              (Applied with tweaks.)
7710      Branch: perl
7711            ! pod/perlapio.pod
7712 ____________________________________________________________________________
7713 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7714         Log: Integrate from macperl
7715      Branch: maint-5.6/macperl
7716           !> macos/macperl/MPConsole.cp
7717 ____________________________________________________________________________
7718 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7719         Log: Make interrupt act as end of file, MacPerl Bug #542154
7720      Branch: macperl
7721            ! macos/macperl/MPConsole.cp
7722 ____________________________________________________________________________
7723 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7724         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7725      Branch: macperl
7726            ! ext/IO/IO.xs
7727 ____________________________________________________________________________
7728 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7729         Log: Make perlio (!sfio) work on MacOS
7730      Branch: macperl
7731            ! macos/config.h macos/config.sh macos/macish.c
7732 ____________________________________________________________________________
7733 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7734         Log: integrate maint-5.6/macperl contents
7735      Branch: maint-5.6/perl
7736           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7737           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7738           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7739 ____________________________________________________________________________
7740 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7741         Log: Rework #16506 some more.
7742      Branch: perl
7743            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7744 ____________________________________________________________________________
7745 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7746         Log: Rework #16503 a bit to keep all the HiRes implementation
7747              in one place, assuming we want to re-CPAN Time::HiRes at
7748              some point.
7749      Branch: perl
7750            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7751 ____________________________________________________________________________
7752 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7753         Log: metaconfig unit change for #16504.
7754      Branch: metaconfig
7755            ! U/modified/Cppsym.U
7756 ____________________________________________________________________________
7757 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7758         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7759              From: Pixel <pixel@mandrakesoft.com>
7760              Date: 08 May 2002 18:19:51 +0200
7761              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
7762      Branch: perl
7763            ! Configure
7764 ____________________________________________________________________________
7765 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
7766         Log: make the gettimeofday() implementation in Time::HiRes available
7767              from perl
7768      Branch: perl
7769            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
7770            ! win32/config.bc win32/config.gc win32/config.vc
7771            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7772            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
7773            ! win32/win32.c win32/win32iop.h
7774 ____________________________________________________________________________
7775 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
7776         Log: Subject: Test output update for OS X 10.1.4
7777              From: Kay Röpke <kroepke@dolphin-services.de>
7778              Date: Wed, 8 May 2002 22:23:36 +0200
7779              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
7780      Branch: perl
7781            ! ext/DB_File/t/db-recno.t
7782 ____________________________________________________________________________
7783 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
7784         Log: Subject: [PATCH] Re: perl@16433
7785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7786              Date: Tue, 07 May 2002 18:40:44 -0700
7787              Message-ID: <cII28gzkgaOS092yn@efn.org>
7788              
7789              Subject: Re: [PATCH] Re: perl@16433
7790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7791              Date: Wed, 08 May 2002 10:16:42 -0700
7792              Message-ID: <61V28gzkg+jG092yn@efn.org>
7793      Branch: perl
7794            ! pp_sys.c sv.c t/op/tie.t
7795 ____________________________________________________________________________
7796 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
7797         Log: Subject: [DOC PATCH] Minor threads::shared nits
7798              From: Simon Glover <scog@amnh.org>
7799              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
7800              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
7801      Branch: perl
7802            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
7803            ! ext/threads/shared/shared.pm
7804 ____________________________________________________________________________
7805 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
7806         Log: Subject: [DOC PATCH] perlthrtut proofreading
7807              From: Simon Glover <scog@amnh.org>
7808              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
7809              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
7810      Branch: perl
7811            ! pod/perlthrtut.pod
7812 ____________________________________________________________________________
7813 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
7814         Log: Deprecate 5.005threads.
7815      Branch: perl
7816            ! pod/perldelta.pod
7817 ____________________________________________________________________________
7818 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
7819         Log: Integrate perlio:
7820              
7821              [ 16496]
7822              Portability and doc tweaks to PerlIO/XS stuff.
7823              We are still "papering over the cracks" a bit,
7824              but now it is good stiff card held on with epoxy.
7825              
7826              [ 16495]
7827              PerlIO/XS interface routine and doc updates from
7828              lupe@lupe-christoph.de (Lupe Christoph) in mail
7829              Subject: [For Review] Patch for perlio.c and pods
7830              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7831              Date: Sun, 5 May 2002 10:43:15 +0200
7832              (Minor tweaks to follow.)
7833      Branch: perl
7834           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
7835 ____________________________________________________________________________
7836 [ 16496] By: nick                                  on 2002/05/08  19:08:43
7837         Log: Portability and doc tweaks to PerlIO/XS stuff.
7838              We are still "papering over the cracks" a bit,
7839              but now it is good stiff card held on with epoxy.
7840      Branch: perlio
7841            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7842 ____________________________________________________________________________
7843 [ 16495] By: nick                                  on 2002/05/08  17:56:43
7844         Log: PerlIO/XS interface routine and doc updates from
7845              lupe@lupe-christoph.de (Lupe Christoph) in mail
7846              Subject: [For Review] Patch for perlio.c and pods
7847              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7848              Date: Sun, 5 May 2002 10:43:15 +0200
7849              (Minor tweaks to follow.)
7850      Branch: perlio
7851            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7852 ____________________________________________________________________________
7853 [ 16494] By: nick                                  on 2002/05/08  17:40:34
7854         Log: Integrate mainline
7855      Branch: perlio
7856           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
7857           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
7858           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
7859           !> t/run/fresh_perl.t
7860 ____________________________________________________________________________
7861 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
7862         Log: Update Changes.
7863      Branch: perl
7864            ! Changes patchlevel.h
7865 ____________________________________________________________________________
7866 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
7867         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
7868              don't unlink /dev/null
7869      Branch: perl
7870            ! Porting/p4genpatch
7871 ____________________________________________________________________________
7872 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
7873         Log: Integrate perlio:
7874              
7875              [ 16487]
7876              Avoid pointless re-encode of data in :encoding's read buffer
7877              on a close
7878      Branch: perl
7879           !> ext/PerlIO/encoding/encoding.xs
7880 ____________________________________________________________________________
7881 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
7882         Log: The base.pm changes need this, too?
7883      Branch: perl
7884            ! lib/diagnostics.t
7885 ____________________________________________________________________________
7886 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
7887         Log: fix p4genpatch breakage (missing slash in patch headers)
7888      Branch: perl
7889            ! Porting/p4genpatch
7890 ____________________________________________________________________________
7891 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
7892         Log: Integrate #14679 from macperl;
7893              
7894              Skip layer symbols for sfio
7895      Branch: perl
7896           !> makedef.pl
7897 ____________________________________________________________________________
7898 [ 16487] By: nick                                  on 2002/05/08  13:12:47
7899         Log: Avoid pointless re-encode of data in :encoding's read buffer
7900              on a close
7901      Branch: perlio
7902            ! ext/PerlIO/encoding/encoding.xs
7903 ____________________________________________________________________________
7904 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
7905         Log: Integrate #16481 from macperl;
7906              
7907              p4genpatch Mac OS fixes (paths, utime)
7908      Branch: perl
7909           !> Porting/p4genpatch
7910 ____________________________________________________________________________
7911 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
7912         Log: Storable doc tweaks.
7913      Branch: perl
7914            ! ext/Storable/Storable.pm
7915 ____________________________________________________________________________
7916 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
7917         Log: Subject: Re: [PATCH] use base Notexists
7918              From: andreas.koenig@anima.de (Andreas J. Koenig)
7919              Date: Wed, 08 May 2002 15:57:53 +0200
7920              Message-ID: <m34rhi91y6.fsf@anima.de>
7921      Branch: perl
7922            ! lib/base.pm lib/fields.t
7923 ____________________________________________________________________________
7924 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7925         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7926              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7927              Date: Wed, 8 May 2002 10:47:51 +0400
7928              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7929      Branch: perl
7930            ! t/run/fresh_perl.t
7931 ____________________________________________________________________________
7932 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7933         Log: Document how even "ASCII" locales can have problems
7934              if \w includes some of the regex metacharacters.
7935      Branch: perl
7936            ! lib/locale.t
7937 ____________________________________________________________________________
7938 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7939         Log: p4genpatch Mac OS fixes (paths, utime)
7940      Branch: macperl
7941            ! Porting/p4genpatch
7942 ____________________________________________________________________________
7943 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7944         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7945              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7946              Date: Wed, 8 May 2002 10:33:14 +0400
7947              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7948      Branch: perl
7949            ! ext/File/Glob/bsd_glob.c
7950 ____________________________________________________________________________
7951 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7952         Log: Skip layer symbols for sfio
7953      Branch: macperl
7954            ! makedef.pl
7955 ____________________________________________________________________________
7956 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7957         Log: Bump up the Storable $VERSION to 2.0.
7958      Branch: perl
7959            ! ext/Storable/Storable.pm
7960 ____________________________________________________________________________
7961 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7962         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7963      Branch: perlio
7964           !> (integrate 36 files)
7965 ____________________________________________________________________________
7966 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7967         Log: Oops, add back
7968      Branch: macperl
7969            + macos/MacPerlTests.cmd
7970 ____________________________________________________________________________
7971 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7972         Log: Integrate with perl
7973      Branch: macperl
7974           +> Porting/p4genpatch ext/Digest/MD5/README
7975           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7976           +> ext/threads/shared/semaphore.pm
7977           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7978           +> t/comp/hints.t vos/compile_full_perl.cm
7979           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7980           +> wince/compile.bat wince/win32io.c
7981            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7982            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7983           !> (integrate 206 files)
7984 ____________________________________________________________________________
7985 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7986         Log: Update README (integrate from macperl)
7987      Branch: maint-5.6/macperl
7988           !> README.macos
7989 ____________________________________________________________________________
7990 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7991         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7992              File::Copy, File::Spec updates
7993              Test script modifications
7994              pp_require path bugfixes
7995      Branch: maint-5.6/macperl
7996            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7997            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7998 ____________________________________________________________________________
7999 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
8000         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
8001      Branch: macperl
8002            ! macos/macperl/MacPerl.podhelp
8003      Branch: maint-5.6/macperl
8004            ! macos/macperl/MacPerl.podhelp
8005 ____________________________________________________________________________
8006 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
8007         Log: Reset Mac::err flag in app, MacPerl Bug #546065
8008      Branch: macperl
8009            ! macos/macperl/MPScript.c
8010      Branch: maint-5.6/macperl
8011            ! macos/macperl/MPScript.c
8012 ____________________________________________________________________________
8013 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
8014         Log: Fix for some module install paths, MacPerl Bug #549611
8015      Branch: macperl
8016            ! macos/macperl/Droplets/installme.plx
8017            ! macos/macperl/Droplets/untarzipme.plx
8018      Branch: maint-5.6/macperl
8019            ! macos/macperl/Droplets/installme.plx
8020            ! macos/macperl/Droplets/untarzipme.plx
8021 ____________________________________________________________________________
8022 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
8023         Log: Stupid Mac::OSA::Simple bugs
8024      Branch: macperl
8025            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
8026      Branch: maint-5.6/macperl
8027            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
8028 ____________________________________________________________________________
8029 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
8030         Log: Various BuildTools fixes, MacPerl Bug #545341
8031      Branch: macperl
8032            ! macos/lib/Mac/BuildTools.pm
8033      Branch: maint-5.6/macperl
8034            ! macos/lib/Mac/BuildTools.pm
8035 ____________________________________________________________________________
8036 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
8037         Log: MM_MacOS has been moved from macos/lib/ to lib/
8038      Branch: macperl
8039            - macos/lib/ExtUtils/MM_MacOS.pm
8040 ____________________________________________________________________________
8041 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
8042         Log: Oops, add Digest::MD5 Makefile.mk back in
8043      Branch: macperl
8044            + macos/bundled_ext/Digest/MD5/Makefile.mk
8045 ____________________________________________________________________________
8046 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
8047         Log: Allow focus of first item, MacPerl Bug #529102
8048      Branch: macperl
8049            ! macos/ext/Mac/Windows/Windows.pm
8050      Branch: maint-5.6/macperl
8051            ! macos/ext/Mac/Windows/Windows.pm
8052 ____________________________________________________________________________
8053 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
8054         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
8055      Branch: macperl
8056            ! macos/lib/Mac/Glue.pm
8057      Branch: maint-5.6/macperl
8058            ! macos/lib/Mac/Glue.pm
8059 ____________________________________________________________________________
8060 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
8061         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
8062      Branch: perl
8063            ! makedef.pl
8064 ____________________________________________________________________________
8065 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
8066         Log: aTHX may be empty
8067      Branch: perl
8068            ! win32/win32.c
8069 ____________________________________________________________________________
8070 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
8071         Log: 5005threads builds again on windows
8072      Branch: perl
8073            ! win32/win32.c win32/win32.h
8074 ____________________________________________________________________________
8075 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
8076         Log: fixes for various warnings identified by Visual C++
8077      Branch: perl
8078            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
8079            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8080            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
8081            ! win32/config.bc win32/config.gc win32/config.vc
8082            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8083            ! win32/win32.c win32/win32iop.h
8084 ____________________________________________________________________________
8085 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
8086         Log: keep paths consistently slashed on windows
8087      Branch: perl
8088            ! t/harness
8089 ____________________________________________________________________________
8090 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
8091         Log: integrate makefile.mk changes into Makefile
8092      Branch: perl
8093            ! win32/Makefile
8094 ____________________________________________________________________________
8095 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
8096         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
8097              From: Nicholas Clark <nick@unfortu.net>
8098              Date: Tue, 7 May 2002 23:26:01 +0100
8099              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
8100      Branch: perl
8101            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
8102            ! ext/Storable/README ext/Storable/Storable.pm
8103            ! ext/Storable/t/malice.t
8104 ____________________________________________________________________________
8105 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
8106         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8107              From: Dave Mitchell <davem@fdgroup.com>
8108              Date: Wed, 8 May 2002 00:11:02 +0100
8109              Message-ID: <20020508001102.D4118@fdgroup.com>
8110      Branch: perl
8111            ! pp_hot.c scope.c
8112 ____________________________________________________________________________
8113 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
8114         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
8115              From: Dave Mitchell <davem@fdgroup.com>
8116              Date: Tue, 7 May 2002 23:13:10 +0100
8117              Message-ID: <20020507231310.B4118@fdgroup.com>
8118      Branch: perl
8119            ! pp_hot.c
8120 ____________________________________________________________________________
8121 [ 16454] By: sky                                   on 2002/05/07  21:18:44
8122         Log: Documentation of async
8123      Branch: perl
8124            ! ext/threads/threads.pm
8125 ____________________________________________________________________________
8126 [ 16453] By: sky                                   on 2002/05/07  21:16:28
8127         Log: Documentation added.
8128      Branch: perl
8129            ! ext/threads/shared/semaphore.pm
8130 ____________________________________________________________________________
8131 [ 16452] By: sky                                   on 2002/05/07  21:15:34
8132         Log: Add support for async.
8133      Branch: perl
8134            ! ext/threads/threads.pm
8135 ____________________________________________________________________________
8136 [ 16451] By: sky                                   on 2002/05/07  21:01:47
8137         Log: Add documentation.
8138      Branch: perl
8139            ! ext/threads/shared/queue.pm
8140 ____________________________________________________________________________
8141 [ 16450] By: sky                                   on 2002/05/07  20:24:08
8142         Log: Fix bad assumptions in test case.
8143              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
8144              b) $var++ is not atomic
8145              c) the creating of the string to print and the actuall printing 
8146              could be preempted by another thread
8147      Branch: perl
8148            ! ext/threads/shared/t/queue.t
8149 ____________________________________________________________________________
8150 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
8151         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
8152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8153              Date: Tue, 07 May 2002 19:41:03 +0200
8154              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
8155      Branch: perl
8156            ! makedepend.SH
8157 ____________________________________________________________________________
8158 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
8159         Log: Upgrade to Encode 1.71.
8160      Branch: perl
8161            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8162            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
8163 ____________________________________________________________________________
8164 [ 16447] By: nick                                  on 2002/05/07  18:39:47
8165         Log: Integrate mainline
8166      Branch: perlio
8167           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
8168           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
8169           !> lib/User/pwent.t
8170 ____________________________________________________________________________
8171 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
8172         Log: AUTHORS updates.
8173      Branch: perl
8174            ! AUTHORS
8175 ____________________________________________________________________________
8176 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
8177         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
8178              From: Robin Barker <rmb1@cise.npl.co.uk>
8179              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
8180              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
8181      Branch: perl
8182            ! ext/Encode/Encode.xs
8183 ____________________________________________________________________________
8184 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
8185         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
8186              From: Michael A Chase <mchase@ix.netcom.com>
8187              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
8188              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
8189              
8190              (plus add what POSIX says)
8191      Branch: perl
8192            ! lib/File/Spec/Unix.pm
8193 ____________________________________________________________________________
8194 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
8195         Log: Subject: Re: lib/User/pwent.t on Cygwin
8196              From: John Peacock <jpeacock@rowman.com>
8197              Date: Mon, 06 May 2002 10:14:21 -0400
8198              Message-ID: <3CD68FBD.8020502@rowman.com>
8199      Branch: perl
8200            ! lib/User/pwent.t
8201 ____________________________________________________________________________
8202 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
8203         Log: Subject: [PATCH] Storable (Re: perl@16433)
8204              From: Radu Greab <radu@netsoft.ro>
8205              Date: Tue, 7 May 2002 11:37:03 +0300
8206              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
8207              
8208              Subject: Re: [PATCH] Storable (Re: perl@16433)
8209              From: Radu Greab <radu@netsoft.ro>
8210              Date: Tue, 7 May 2002 12:49:24 +0300
8211              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
8212              
8213              Plug the Storable memory leaks.
8214      Branch: perl
8215            ! ext/Storable/Storable.xs
8216 ____________________________________________________________________________
8217 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
8218         Log: Upgrade to CPAN 1.61.
8219      Branch: perl
8220            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8221 ____________________________________________________________________________
8222 [ 16440] By: nick                                  on 2002/05/07  07:07:58
8223         Log: Integrate mainline
8224      Branch: perlio
8225           +> Porting/p4genpatch vos/compile_full_perl.cm
8226           +> vos/configure_full_perl.sh vos/make_full_perl.sh
8227           +> wince/compile.bat wince/win32io.c
8228            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
8229           !> (integrate 74 files)
8230 ____________________________________________________________________________
8231 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
8232         Log: Document the bad behaviour of for(1..5){$_++}
8233              (it works but it should fail)
8234      Branch: perl
8235            ! pod/perldelta.pod
8236 ____________________________________________________________________________
8237 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
8238         Log: README.ko update from Jungshik Shin.
8239      Branch: perl
8240            ! README.ko
8241 ____________________________________________________________________________
8242 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
8243         Log: Subject: Re: perl@16433
8244              From: Nicholas Clark <nick@unfortu.net>
8245              Date: Tue, 7 May 2002 00:21:46 +0100
8246              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
8247      Branch: perl
8248            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
8249            ! ext/Storable/t/malice.t
8250 ____________________________________________________________________________
8251 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
8252         Log: Subject:  two and a half steps further for WinCE cross-build
8253              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8254              Date: Mon, 6 May 2002 23:54:24 +0400
8255              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
8256      Branch: perl
8257            - wince/config.h
8258            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
8259 ____________________________________________________________________________
8260 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
8261         Log: Detypo.
8262      Branch: perl
8263            ! pod/perldelta.pod
8264 ____________________________________________________________________________
8265 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
8266         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8267              From: Dave Mitchell <davem@fdgroup.com>
8268              Date: Mon, 6 May 2002 17:17:00 +0100
8269              Message-ID: <20020506171700.A256@fdgroup.com>
8270      Branch: perl
8271            ! pod/perldelta.pod t/op/local.t
8272 ____________________________________________________________________________
8273 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
8274         Log: Update Changes.
8275      Branch: perl
8276            ! Changes patchlevel.h
8277 ____________________________________________________________________________
8278 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
8279         Log: Add a test for #16431, and document Dave's campaign
8280              against localised hash element bugs.
8281      Branch: perl
8282            ! pod/perldelta.pod t/op/tie.t
8283 ____________________________________________________________________________
8284 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
8285         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8286              From: Dave Mitchell <davem@fdgroup.com>
8287              Date: Sat, 4 May 2002 00:34:18 +0100
8288              Message-ID: <20020504003418.F22026@fdgroup.com>
8289      Branch: perl
8290            ! pp_hot.c t/op/local.t
8291 ____________________________________________________________________________
8292 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
8293         Log: Regen uconfig.h.
8294      Branch: perl
8295            ! uconfig.h
8296 ____________________________________________________________________________
8297 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
8298         Log: Unfortunately AmigaOS has been broken since 11423
8299              and is unlikely to get fixed in time for 5.8.0.
8300      Branch: perl
8301            ! pod/perldelta.pod
8302 ____________________________________________________________________________
8303 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
8304         Log: Ultimate discouragement for the old tools, from Andreas.
8305      Branch: perl
8306            - Porting/p4d2p Porting/p4desc
8307            ! MANIFEST Porting/repository.pod
8308 ____________________________________________________________________________
8309 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
8310         Log: Upgrade to Digest::MD5 2.20.
8311      Branch: perl
8312            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8313            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
8314 ____________________________________________________________________________
8315 [ 16426] By: ams                                   on 2002/05/06  09:48:42
8316         Log: Subject: [Encode] 1.70 released
8317              From: Dan Kogai <dankogai@dan.co.jp>
8318              Date: Mon, 6 May 2002 19:36:15 +0900
8319              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
8320      Branch: perl
8321            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
8322            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
8323            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
8324 ____________________________________________________________________________
8325 [ 16425] By: ams                                   on 2002/05/06  09:40:42
8326         Log: Subject: [PATCH] PerlIO::Via reference
8327              From: Gisle Aas <gisle@ActiveState.com>
8328              Date: 05 May 2002 22:50:23 -0700
8329              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
8330      Branch: perl
8331            ! pod/perliol.pod
8332 ____________________________________________________________________________
8333 [ 16424] By: ams                                   on 2002/05/06  09:37:58
8334         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
8335              From: Brendan O'Dea <bod@debian.org>
8336              Date: Mon, 6 May 2002 14:04:48 +1000
8337              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
8338      Branch: perl
8339            ! lib/Term/Complete.pm
8340 ____________________________________________________________________________
8341 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
8342         Log: p4genpatch: avoid stderr noise during adds
8343      Branch: perl
8344            ! Porting/p4genpatch
8345 ____________________________________________________________________________
8346 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
8347         Log: Subject: [PATCH] Fixup VOS builds of miniperl
8348              From: Paul_GreenVOS@vos.stratus.com
8349              Date: Sun, 5 May 02 23:11 edt
8350              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
8351      Branch: perl
8352            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
8353 ____________________________________________________________________________
8354 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
8355         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
8356              From: Radu Greab <radu@netsoft.ro>
8357              Date: Mon, 6 May 2002 04:23:10 +0300
8358              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
8359      Branch: perl
8360            ! pp_sys.c t/op/exec.t
8361 ____________________________________________________________________________
8362 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
8363         Log: Further comment tweak, to agree with perlxs.pod.
8364      Branch: perl
8365            ! perl.h
8366 ____________________________________________________________________________
8367 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
8368         Log: Subject: [PATCH] Update README.vos and release vos build macros
8369              From: Paul_GreenVOS@vos.stratus.com
8370              Date: Sun, 5 May 02 17:15 edt
8371              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
8372              To: perl5-porters@perl.org
8373      Branch: perl
8374            + vos/compile_full_perl.cm vos/configure_full_perl.sh
8375            + vos/make_full_perl.sh
8376            ! MANIFEST README.vos vos/Changes
8377 ____________________________________________________________________________
8378 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
8379         Log: Retract MM_NW5.pm part of #16371, at the request
8380              of Michael Schwern.
8381      Branch: perl
8382            ! lib/ExtUtils/MM_NW5.pm
8383 ____________________________________________________________________________
8384 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
8385         Log: Comment tweaks.
8386      Branch: perl
8387            ! perl.h
8388 ____________________________________________________________________________
8389 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
8390         Log: a few more p4genpatch fixes:
8391              
8392              don't assume previous revision exists, let p4 compute it from
8393              the one-less-change number instead
8394              
8395              the time part in timestamps were always 00:00:00; fix by
8396              fetching metadata via "p4 fsync" rather than "p4 filelog"
8397              
8398              quote all file names used in external commands to make them
8399              them work when there are spaces in those file names
8400              
8401              looks production worthy now :)
8402      Branch: perl
8403            ! Porting/p4genpatch
8404 ____________________________________________________________________________
8405 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
8406         Log: The #16401 was far from enough, and mostly in a wrong direction.
8407              The right thing to do would be to convert Storable into using
8408              the new MY_CXT scheme (no static data, and memory management
8409              using SVs).
8410      Branch: perl
8411            ! ext/Storable/Storable.xs
8412 ____________________________________________________________________________
8413 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
8414         Log: p4genpatch diffs against depot files from //depot/perl when called
8415              with -b //depot/maint-5.6/perl
8416      Branch: perl
8417            ! Porting/p4genpatch
8418 ____________________________________________________________________________
8419 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
8420         Log: p4genpatch: current directory may not be writable, so don't
8421              create temp files there
8422      Branch: perl
8423            ! Porting/p4genpatch
8424 ____________________________________________________________________________
8425 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
8426         Log: p4genpatch now works on windows
8427      Branch: perl
8428            ! Porting/p4genpatch
8429 ____________________________________________________________________________
8430 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
8431         Log: p4genpatch: tweak from Andreas to strip leading portion of
8432              path specified in -b (so patch can be applied with "patch -p1")
8433      Branch: perl
8434            ! Porting/p4genpatch
8435 ____________________________________________________________________________
8436 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
8437         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
8438              From: PPrymmer@factset.com
8439              Date: Fri, 3 May 2002 14:52:12 -0400
8440              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
8441      Branch: perl
8442            ! t/op/pwent.t
8443 ____________________________________________________________________________
8444 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
8445         Log: Upgrade to Net::Ping 2.17.
8446      Branch: perl
8447            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8448 ____________________________________________________________________________
8449 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
8450         Log: Upgrade to Getopt::Long 2.31.
8451      Branch: perl
8452            ! lib/Getopt/Long.pm
8453 ____________________________________________________________________________
8454 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
8455         Log: Subject: Re: Cross-compiling as of WinCE
8456              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8457              Date: Sat, 4 May 2002 03:49:11 +0400
8458              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
8459      Branch: perl
8460            + wince/compile.bat wince/win32io.c
8461            - wince/perldll.def
8462            ! MANIFEST configpm makedef.pl wince/Makefile.ce
8463            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
8464            ! wince/config_h.PL wince/wince.c
8465 ____________________________________________________________________________
8466 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
8467         Log: The loclibpth is always set by Configure.
8468      Branch: perl
8469            ! hints/dec_osf.sh
8470 ____________________________________________________________________________
8471 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
8472         Log: Subject: Re: [Unicode::Collate] UCA Version number    
8473              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8474              Date: Sun, 05 May 2002 10:07:57 +0900
8475              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
8476      Branch: perl
8477            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8478            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8479 ____________________________________________________________________________
8480 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
8481         Log: Subject: [PATCH sv.c] delete inaccurate comment
8482              From: Dave Mitchell <davem@fdgroup.com>
8483              Date: Fri, 3 May 2002 21:17:00 +0100
8484              Message-ID: <20020503211700.C22026@fdgroup.com>
8485      Branch: perl
8486            ! sv.c
8487 ____________________________________________________________________________
8488 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
8489         Log: Solaris: show what 'that' is.
8490      Branch: perl
8491            ! hints/solaris_2.sh
8492 ____________________________________________________________________________
8493 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
8494         Log: Syntax fix.
8495      Branch: perl
8496            ! t/op/arith.t
8497 ____________________________________________________________________________
8498 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
8499         Log: (retracted by #16415) Storable: try to free what we allocated.
8500      Branch: perl
8501            ! ext/Storable/Storable.xs
8502 ____________________________________________________________________________
8503 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
8504         Log: UNICOS: division is really sloppy.
8505      Branch: perl
8506            ! t/op/arith.t
8507 ____________________________________________________________________________
8508 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
8509         Log: Subject: fix t/io/fs.t for VOS
8510              From: Paul_GreenVOS@vos.stratus.com
8511              Date: Sat, 4 May 02 14:01 edt
8512              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
8513      Branch: perl
8514            ! t/io/fs.t
8515 ____________________________________________________________________________
8516 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
8517         Log: Subject: [Unicode::Collate] UCA Version number
8518              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8519              Date: Sat, 04 May 2002 16:07:07 +0900
8520              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
8521      Branch: perl
8522            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
8523 ____________________________________________________________________________
8524 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
8525         Log: Subject: [PATCH lib/overload.pm] "\"\""
8526              From: Michael G Schwern <schwern@pobox.com>
8527              Date: Sat, 4 May 2002 13:17:44 -0400
8528              Message-ID: <20020504171743.GD640@blackrider>
8529      Branch: perl
8530            ! lib/overload.pm
8531 ____________________________________________________________________________
8532 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
8533         Log: Add the EBCDIC test data to downgrade.t.
8534      Branch: perl
8535            ! ext/Storable/t/downgrade.t
8536 ____________________________________________________________________________
8537 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
8538         Log: EBCDIC tweak.
8539      Branch: perl
8540            ! ext/Storable/t/utf8hash.t
8541 ____________________________________________________________________________
8542 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
8543         Log: Allow p4genpatch to use diff programs other than 'diff'.
8544      Branch: perl
8545            ! Porting/p4genpatch
8546 ____________________________________________________________________________
8547 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
8548         Log: Add p4genpatch from Andreas; obsoletes both
8549              p4d2p and p4desc.
8550      Branch: perl
8551            + Porting/p4genpatch
8552            ! MANIFEST Porting/makerel
8553 ____________________________________________________________________________
8554 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
8555         Log: Upgrade to Encode 1.69.
8556      Branch: perl
8557            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8558            ! ext/Encode/Encode/Makefile_PL.e2x
8559            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
8560            ! ext/Encode/lib/Encode/Guess.pm
8561            ! ext/Encode/lib/Encode/MIME/Header.pm
8562            ! ext/Encode/t/mime-header.t
8563 ____________________________________________________________________________
8564 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
8565         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
8566              From: Dave Mitchell <davem@fdgroup.com>
8567              Date: Sat, 4 May 2002 16:09:26 +0100
8568              Message-ID: <20020504160926.A24990@fdgroup.com>
8569      Branch: perl
8570            ! INSTALL
8571 ____________________________________________________________________________
8572 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
8573         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
8574              From: Nicholas Clark <nick@unfortu.net>
8575              Date: Sat, 4 May 2002 12:38:58 +0100
8576              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
8577      Branch: perl
8578            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8579 ____________________________________________________________________________
8580 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
8581         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
8582              From: Nicholas Clark <nick@unfortu.net>
8583              Date: Sat, 4 May 2002 00:30:43 +0100
8584              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
8585      Branch: perl
8586            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8587 ____________________________________________________________________________
8588 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
8589         Log: Doc tweak from Elizabeth Mattijsen.
8590      Branch: perl
8591            ! pod/perlunicode.pod
8592 ____________________________________________________________________________
8593 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
8594         Log: Subject: [PATCH] channames.pm doc tweaks
8595              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8596              Date: Sat, 04 May 2002 11:45:18 +0900
8597              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
8598      Branch: perl
8599            ! lib/charnames.pm
8600 ____________________________________________________________________________
8601 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
8602         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8603              From: Dave Mitchell <davem@fdgroup.com>
8604              Date: Fri, 3 May 2002 23:51:10 +0100
8605              Message-ID: <20020503235110.E22026@fdgroup.com>
8606      Branch: perl
8607            ! pp_hot.c scope.c
8608 ____________________________________________________________________________
8609 [ 16385] By: nick                                  on 2002/05/04  09:29:41
8610         Log: Integrate mainline
8611      Branch: perlio
8612           !> (integrate 47 files)
8613 ____________________________________________________________________________
8614 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
8615         Log: Subject: Re: perl@16307
8616              From: Nicholas Clark <nick@unfortu.net>
8617              Date: Fri, 3 May 2002 21:49:04 +0100
8618              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
8619              
8620              canonical #3 was failing under -Mutf8.
8621      Branch: perl
8622            ! ext/Storable/t/canonical.t
8623 ____________________________________________________________________________
8624 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
8625         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
8626              From: Dave Mitchell <davem@fdgroup.com>
8627              Date: Fri, 3 May 2002 21:12:10 +0100
8628              Message-ID: <20020503211210.B22026@fdgroup.com>
8629      Branch: perl
8630            ! scope.c
8631 ____________________________________________________________________________
8632 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
8633         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
8634              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8635              Date: Fri, 3 May 2002 20:30:25 +0200
8636              Message-ID: <190109228332.20020503203025@familiehaase.de>
8637      Branch: perl
8638            ! doio.c
8639 ____________________________________________________________________________
8640 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
8641         Log: Subject: t/TestInit.pm - clean up comments
8642              From: Paul_GreenVOS@vos.stratus.com
8643              Date: Fri, 3 May 02 14:51 edt
8644              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
8645      Branch: perl
8646            ! t/TestInit.pm
8647 ____________________________________________________________________________
8648 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8649         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8650              From: Dan Kogai <dankogai@dan.co.jp>
8651              Date: Sat, 4 May 2002 01:46:35 +0900
8652              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8653      Branch: perl
8654            ! ext/Encode/Encode/Makefile_PL.e2x
8655 ____________________________________________________________________________
8656 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8657         Log: Forgotten test arrangement.
8658      Branch: perl
8659            ! ext/Digest/MD5/t/files.t
8660 ____________________________________________________________________________
8661 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8662         Log: Comedy of typing errors.
8663      Branch: perl
8664            ! hints/solaris_2.sh
8665 ____________________________________________________________________________
8666 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8667         Log: Let's try the "no Net:: if no Socket" again.
8668      Branch: perl
8669            ! t/lib/1_compile.t
8670 ____________________________________________________________________________
8671 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8672         Log: Update Changes.
8673      Branch: perl
8674            ! Changes patchlevel.h
8675 ____________________________________________________________________________
8676 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8677         Log: Oops.
8678      Branch: perl
8679            ! lib/ExtUtils/MM_BeOS.pm
8680 ____________________________________________________________________________
8681 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8682         Log: EBCDIC tweak.
8683      Branch: perl
8684            ! ext/Digest/MD5/t/utf8.t
8685 ____________________________________________________________________________
8686 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8687         Log: Update the EBCDIC MD5 checksums, and automate the process.
8688      Branch: perl
8689            ! ext/Digest/MD5/t/files.t
8690 ____________________________________________________________________________
8691 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8692         Log: The EBCDIC remapping of the low 256 bites again.
8693      Branch: perl
8694            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8695            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8696            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8697 ____________________________________________________________________________
8698 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8699         Log: NetWare updates from C Aditya.
8700      Branch: perl
8701            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8702 ____________________________________________________________________________
8703 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8704         Log: DJGPP updates from Laszlo Molnar.
8705      Branch: perl
8706            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8707 ____________________________________________________________________________
8708 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8709         Log: Upgrade to Encode 1.68.
8710      Branch: perl
8711            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8712            ! ext/Encode/lib/Encode/Alias.pm
8713            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8714 ____________________________________________________________________________
8715 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8716         Log: Integrate perlio:
8717              
8718              [ 16367]
8719              Several of non-default builds now seem to work reasonably well
8720              English.t seems to fail on an errno test, and socketpair blathers
8721              about something.
8722              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8723              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8724              function tables (latter was done in earlier change).
8725              Update comments in Makefile.mk 
8726              
8727              [ 16366]
8728              Finish off 16350 for non-PERLIO build on linux,
8729              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8730              for some slots which now perlsdio.h is targeting.
8731              
8732              [ 16352]
8733              setbuf / setvbuf are not PerlIO_ concepts
8734              
8735              [ 16351]
8736              perl_clone is a threads thing
8737              
8738              [ 16350]
8739              *** EXPERIMENTAL ***
8740              Have perlsdio.h use the iperlsys.h aliases and see
8741              if that helps non-PERLIO IMP_SYS on Win32.
8742              (Miniperl okay on linux).
8743              
8744              [ 16349]
8745              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8746              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8747              - use it in perlio.c
8748              
8749              [ 16347]
8750              More layer syms
8751              
8752              [ 16346]
8753              Use PerlSIO_fdupopen() if not using PerlIO
8754              
8755              [ 16345]
8756              Do not build if not using layers
8757      Branch: perl
8758           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8759           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8760           !> win32/win32io.c
8761 ____________________________________________________________________________
8762 [ 16367] By: nick                                  on 2002/05/03  07:25:13
8763         Log: Several of non-default builds now seem to work reasonably well
8764              English.t seems to fail on an errno test, and socketpair blathers
8765              about something.
8766              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8767              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8768              function tables (latter was done in earlier change).
8769              Update comments in Makefile.mk 
8770      Branch: perlio
8771            ! perlio.h win32/makefile.mk win32/win32.c
8772 ____________________________________________________________________________
8773 [ 16366] By: nick                                  on 2002/05/03  07:07:36
8774         Log: Finish off 16350 for non-PERLIO build on linux,
8775              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8776              for some slots which now perlsdio.h is targeting.
8777      Branch: perlio
8778            ! iperlsys.h
8779 ____________________________________________________________________________
8780 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
8781         Log: If no Socket should not try to test Net::
8782      Branch: perl
8783            ! t/lib/1_compile.t
8784 ____________________________________________________________________________
8785 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
8786         Log: Integrate macperl #16360 and #16363;
8787              
8788              Make op/alarm.t pass
8789              
8790              README.macos update
8791      Branch: perl
8792           !> README.macos t/op/alarm.t
8793 ____________________________________________________________________________
8794 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
8795         Log: README.macos update
8796      Branch: macperl
8797            ! README.macos
8798 ____________________________________________________________________________
8799 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
8800         Log: Config / test updates
8801      Branch: macperl
8802            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8803            ! macos/Makefile.mk
8804 ____________________________________________________________________________
8805 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
8806         Log: Safe signals for Mac OS
8807      Branch: macperl
8808            ! macos/macish.c macos/macish.h
8809 ____________________________________________________________________________
8810 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
8811         Log: Make op/alarm.t pass
8812      Branch: macperl
8813            ! t/op/alarm.t
8814 ____________________________________________________________________________
8815 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
8816         Log: a tweak to change#13584: need to avoid pad-walking during
8817              global destruction
8818      Branch: maint-5.6/perl
8819            ! op.c
8820 ____________________________________________________________________________
8821 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
8822         Log: Forgot the most important part of #16357.
8823      Branch: perl
8824            ! lib/Unicode/Collate.pm
8825 ____________________________________________________________________________
8826 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
8827         Log: Subject: Unicode::Collate 0.11 Released
8828              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8829              Date: Fri, 03 May 2002 03:19:29 +0900
8830              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
8831      Branch: perl
8832            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8833            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8834 ____________________________________________________________________________
8835 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
8836         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
8837              From: Andy Dougherty <doughera@lafayette.edu>
8838              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
8839              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
8840      Branch: perl
8841            ! Makefile.SH ext/util/make_ext
8842 ____________________________________________________________________________
8843 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
8844         Log: Integrate #16353 from macperl;
8845              
8846              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8847              in test 92 of run/fresh_perl.t on MacOS
8848              
8849              (as pudge rightfully points out, this is voodoo
8850              programming at it best, the real bug is somewhere else,
8851              now we just happened to shake the chicken the right way)
8852      Branch: perl
8853           !> lib/utf8_heavy.pl
8854 ____________________________________________________________________________
8855 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
8856         Log: Subject: Re: Encode, charnames and utf8heavy
8857              From: Dan Kogai <dankogai@dan.co.jp>
8858              Date: Thu, 2 May 2002 00:44:30 +0900
8859              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
8860              
8861              (plus a respective perlunicode tweak)
8862      Branch: perl
8863            ! lib/utf8_heavy.pl pod/perlunicode.pod
8864 ____________________________________________________________________________
8865 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
8866         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8867              in test 92 of run/fresh_perl.t on MacOS
8868      Branch: macperl
8869            ! lib/utf8_heavy.pl
8870 ____________________________________________________________________________
8871 [ 16352] By: nick                                  on 2002/05/02  17:48:31
8872         Log: setbuf / setvbuf are not PerlIO_ concepts
8873      Branch: perlio
8874            ! XSUB.h
8875 ____________________________________________________________________________
8876 [ 16351] By: nick                                  on 2002/05/02  17:12:21
8877         Log: perl_clone is a threads thing
8878      Branch: perlio
8879            ! makedef.pl
8880 ____________________________________________________________________________
8881 [ 16350] By: nick                                  on 2002/05/02  17:09:43
8882         Log: *** EXPERIMENTAL ***
8883              Have perlsdio.h use the iperlsys.h aliases and see
8884              if that helps non-PERLIO IMP_SYS on Win32.
8885              (Miniperl okay on linux).
8886      Branch: perlio
8887            ! iperlsys.h perlsdio.h
8888 ____________________________________________________________________________
8889 [ 16349] By: nick                                  on 2002/05/02  16:10:15
8890         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8891              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8892              - use it in perlio.c
8893      Branch: perlio
8894            ! perlio.c win32/perlhost.h win32/win32.c
8895 ____________________________________________________________________________
8896 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
8897         Log: manual integrate of change#16332 from maint-5.6 branch
8898      Branch: perl
8899            ! mg.c perl.c sv.c util.c
8900 ____________________________________________________________________________
8901 [ 16347] By: nick                                  on 2002/05/02  15:19:59
8902         Log: More layer syms
8903      Branch: perlio
8904            ! makedef.pl
8905 ____________________________________________________________________________
8906 [ 16346] By: nick                                  on 2002/05/02  15:19:20
8907         Log: Use PerlSIO_fdupopen() if not using PerlIO
8908      Branch: perlio
8909            ! perlio.c
8910 ____________________________________________________________________________
8911 [ 16345] By: nick                                  on 2002/05/02  15:18:12
8912         Log: Do not build if not using layers
8913      Branch: perlio
8914            ! win32/win32io.c
8915 ____________________________________________________________________________
8916 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
8917         Log: Upgrade to Encode 1.67.
8918      Branch: perl
8919            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8920            ! ext/Encode/lib/Encode/Guess.pm
8921 ____________________________________________________________________________
8922 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8923         Log: Integrate perlio:
8924              
8925              [ 16341]
8926              Remove show-stoppers to non-PERLIO Win32 builds
8927              (still not a very good show).
8928      Branch: perl
8929           !> makedef.pl win32/makefile.mk
8930 ____________________________________________________________________________
8931 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8932         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8933              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8934              Date: Thu, 02 May 2002 04:22:02 +0100
8935              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8936      Branch: perl
8937            ! malloc.c
8938 ____________________________________________________________________________
8939 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8940         Log: Remove show-stoppers to non-PERLIO Win32 builds
8941              (still not a very good show).
8942      Branch: perlio
8943            ! makedef.pl win32/makefile.mk
8944 ____________________________________________________________________________
8945 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8946         Log: Subject: [PATCH] 1/3rd of utf8
8947              From: Nicholas Clark <nick@unfortu.net>
8948              Date: Wed, 1 May 2002 22:58:42 +0100
8949              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8950      Branch: perl
8951            ! ext/Storable/t/malice.t
8952 ____________________________________________________________________________
8953 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8954         Log: Integrate #16334 from maint-5.6;
8955              
8956              don't pad $0 with spaces when setting it, use nulls instead (the
8957              spaces show up as a very long line in a ps listing)
8958      Branch: perl
8959           !> mg.c
8960 ____________________________________________________________________________
8961 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8962         Log: Integrate perlio:
8963              
8964              [ 16335]
8965              Fix the "PerlIO require leak". Snag was that clean_objs
8966              autoloaded DESTROY (needing IO) after known layers had
8967              been freed. Postpone layer list free to PerlIO_cleanup,
8968              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8969              so that sv_undef is immortal till layer list is done with it.
8970      Branch: perl
8971           !> perl.c perlio.c
8972 ____________________________________________________________________________
8973 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8974         Log: Subject: Re: [PATCH] Storable docs
8975              From: Philip Newton <Philip.Newton@gmx.net>
8976              Date: Thu, 02 May 2002 07:58:38 +0200
8977              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8978              (Applied mostly with tweaks by hand.)
8979      Branch: perl
8980            ! ext/Storable/Storable.pm
8981 ____________________________________________________________________________
8982 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8983         Log: Integrate mainline
8984      Branch: perlio
8985           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8986           +> ext/Digest/MD5/t/utf8.t
8987            - ext/Digest/MD5/t/aaa.t
8988           !> Configure MANIFEST Makefile.SH config_h.SH
8989           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8990           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8991           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8992           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8993           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8994           !> lib/Thread.pm util.c
8995 ____________________________________________________________________________
8996 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8997         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8998              autoloaded DESTROY (needing IO) after known layers had
8999              been freed. Postpone layer list free to PerlIO_cleanup,
9000              rather than PerlIO_destruct. Tweak sequence in perl_destruct
9001              so that sv_undef is immortal till layer list is done with it.
9002      Branch: perlio
9003            ! perl.c perlio.c
9004 ____________________________________________________________________________
9005 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
9006         Log: don't pad $0 with spaces when setting it, use nulls instead (the
9007              spaces show up as a very long line in a ps listing)
9008      Branch: maint-5.6/perl
9009            ! mg.c
9010 ____________________________________________________________________________
9011 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
9012         Log: fix yet more race conditions related to fdopen() and dup2():
9013              
9014              fclose() is not thread-safe when two FILE* structures point
9015              to the same underlying fd, as it happens in perl's socket
9016              handles; need to invalidate the fileno slot of one of the
9017              FILE* structures, but unfortunately stdio has no interface
9018              to do this; we can do little else but fiddle with the
9019              FILE* structure directly (yuck! hope this could be done better
9020              under native PerlIO in 5.8)
9021      Branch: maint-5.6/perl
9022            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
9023 ____________________________________________________________________________
9024 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
9025         Log: isolate all environ diddling to the initial interpreter; any
9026              additional interpreters created after the first one cannot
9027              propagate %ENV changes down to the real environment; this
9028              should fix %ENV related races (e.g. multiple threads attempting
9029              to free() environ entries when they run C<%ENV = ()>)
9030      Branch: maint-5.6/perl
9031            ! mg.c perl.c sv.c util.c
9032 ____________________________________________________________________________
9033 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
9034         Log: fix race condition in my_popen(): parent may dup2() into an fd
9035              that got opened by another thread because it closes it
9036              beforehand; instead, let the dup2() itself close the fd
9037      Branch: maint-5.6/perl
9038            ! util.c
9039 ____________________________________________________________________________
9040 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
9041         Log: pipe() IO structures were not fully initialized
9042      Branch: maint-5.6/perl
9043            ! doio.c pp_sys.c
9044 ____________________________________________________________________________
9045 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
9046         Log: fix handle leak in my_popen() if the fork() fails
9047      Branch: maint-5.6/perl
9048            ! util.c
9049 ____________________________________________________________________________
9050 [ 16328] By: nick                                  on 2002/05/02  06:08:22
9051         Log: Integrate mainline
9052      Branch: perlio
9053           +> ext/threads/shared/semaphore.pm
9054           +> ext/threads/shared/t/semaphore.t
9055           !> MANIFEST ext/threads/shared/Makefile.PL
9056           !> ext/threads/shared/t/queue.t
9057 ____________________________________________________________________________
9058 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
9059         Log: Cleanup threads dirs.
9060      Branch: perl
9061            ! Makefile.SH
9062 ____________________________________________________________________________
9063 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
9064         Log: Add the new Digest::MD5 test.
9065      Branch: perl
9066            + ext/Digest/MD5/t/utf8.t
9067            ! MANIFEST
9068 ____________________________________________________________________________
9069 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
9070         Log: New try at the Class::DBI core dump at global cleanup.
9071      Branch: perl
9072            ! gv.h util.c
9073 ____________________________________________________________________________
9074 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
9075         Log: Upgrade to Digest::MD5 2.19.
9076      Branch: perl
9077            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9078            ! ext/Digest/MD5/t/files.t
9079 ____________________________________________________________________________
9080 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
9081         Log: Ooops.  Not everybody does threads.
9082      Branch: perl
9083            ! ext/threads/shared/t/semaphore.t
9084 ____________________________________________________________________________
9085 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
9086         Log: Fix files.t for blead.
9087      Branch: perl
9088            + ext/Digest/MD5/README
9089            ! MANIFEST ext/Digest/MD5/t/files.t
9090 ____________________________________________________________________________
9091 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
9092         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
9093              work yet with blead, my bad.
9094      Branch: perl
9095            + ext/Digest/MD5/t/md5-aaa.t
9096            - ext/Digest/MD5/t/aaa.t
9097            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9098            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
9099            ! ext/Digest/MD5/t/files.t
9100 ____________________________________________________________________________
9101 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
9102         Log: metaconfig unit change for #16319.
9103      Branch: metaconfig/U/perl
9104            ! d_u32align.U
9105 ____________________________________________________________________________
9106 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
9107         Log: Somebody might be compiling a newer Digest::MD5.
9108      Branch: perl
9109            ! Configure config_h.SH
9110 ____________________________________________________________________________
9111 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
9112         Log: Until Arthur fills in semaphore.t.
9113      Branch: perl
9114            ! ext/threads/shared/Makefile.PL
9115            ! ext/threads/shared/t/semaphore.t
9116 ____________________________________________________________________________
9117 [ 16317] By: sky                                   on 2002/05/01  19:36:33
9118         Log: Fix emulation case when loading both Thread and threads::shared
9119              would get awkward.
9120      Branch: perl
9121            ! lib/Thread.pm
9122 ____________________________________________________________________________
9123 [ 16316] By: ams                                   on 2002/05/01  19:35:25
9124         Log: Subject: [PATCH] Storable docs
9125              From: Nicholas Clark <nick@unfortu.net>
9126              Date: Wed, 1 May 2002 20:44:42 +0100
9127              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
9128      Branch: perl
9129            ! ext/Storable/Storable.pm
9130 ____________________________________________________________________________
9131 [ 16315] By: sky                                   on 2002/05/01  19:15:46
9132         Log: Now passes old test case.
9133      Branch: perl
9134            ! ext/threads/shared/semaphore.pm
9135 ____________________________________________________________________________
9136 [ 16314] By: sky                                   on 2002/05/01  19:15:26
9137         Log: Cleanup memory a bit better in some cases.
9138      Branch: perl
9139            ! ext/threads/threads.xs
9140 ____________________________________________________________________________
9141 [ 16313] By: nick                                  on 2002/05/01  18:38:03
9142         Log: Integrate mainline
9143      Branch: perlio
9144           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9145           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
9146           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
9147           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
9148           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
9149           !> pod/perl.pod pod/perlthrtut.pod toke.c
9150           !> vms/descrip_mms.template vms/perlvms.pod
9151 ____________________________________________________________________________
9152 [ 16312] By: sky                                   on 2002/05/01  18:12:37
9153         Log: Don't forget to add it to the MANIFEST
9154      Branch: perl
9155            + ext/threads/shared/t/semaphore.t
9156            ! MANIFEST
9157 ____________________________________________________________________________
9158 [ 16311] By: sky                                   on 2002/05/01  17:54:19
9159         Log: Add semaphore.pm
9160      Branch: perl
9161            + ext/threads/shared/semaphore.pm
9162 ____________________________________________________________________________
9163 [ 16310] By: sky                                   on 2002/05/01  17:13:57
9164         Log: Fix makefile to put queue.pm correctly, update test script.
9165      Branch: perl
9166            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
9167 ____________________________________________________________________________
9168 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
9169         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
9170              From: Dan Kogai <dankogai@dan.co.jp>
9171              Date: Thu, 2 May 2002 00:14:41 +0900
9172              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
9173      Branch: perl
9174            ! ext/PerlIO/t/fallback.t
9175 ____________________________________________________________________________
9176 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
9177         Log: Encode tweak from Dan Kogai.
9178      Branch: perl
9179            ! ext/Encode/Encode.xs
9180 ____________________________________________________________________________
9181 [ 16307] By: sky                                   on 2002/05/01  13:40:58
9182         Log: Flush directly to avoid erros when running from test harness
9183      Branch: perl
9184            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
9185 ____________________________________________________________________________
9186 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
9187         Log: Update Changes.
9188      Branch: perl
9189            ! Changes patchlevel.h
9190 ____________________________________________________________________________
9191 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
9192         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
9193              From: PPrymmer@factset.com
9194              Date: Wed, 1 May 2002 10:12:53 -0400
9195              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
9196      Branch: perl
9197            ! lib/User/pwent.t
9198 ____________________________________________________________________________
9199 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
9200         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
9201              From: PPrymmer@factset.com
9202              Date: Wed, 1 May 2002 09:54:51 -0400
9203              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
9204      Branch: perl
9205            ! vms/descrip_mms.template
9206 ____________________________________________________________________________
9207 [ 16303] By: sky                                   on 2002/05/01  13:00:57
9208         Log: First attempt at updating perlthrtut for ithreaded threads.pm
9209      Branch: perl
9210            ! pod/perlthrtut.pod
9211 ____________________________________________________________________________
9212 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
9213         Log: Provide the \N{U+HHHH} syntax before we forget.
9214      Branch: perl
9215            ! lib/charnames.pm lib/charnames.t toke.c
9216 ____________________________________________________________________________
9217 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
9218         Log: Subject: Copy-and-Pasto in perl.pod     
9219              From: lupe@lupe-christoph.de (Lupe Christoph)    
9220              Date: Wed, 1 May 2002 13:31:47 +0200
9221              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
9222      Branch: perl
9223            ! pod/perl.pod
9224 ____________________________________________________________________________
9225 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
9226         Log: Upgrade to Encode 1.66.
9227      Branch: perl
9228            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9229            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
9230 ____________________________________________________________________________
9231 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
9232         Log: Integrate perlio:
9233              
9234              [ 16297]
9235              Remove "spurious" (and unnecessary) variables from layer_syms
9236              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9237              
9238              [ 16296]
9239              perl embed.pl to update global.sym
9240      Branch: perl
9241           !> global.sym makedef.pl
9242 ____________________________________________________________________________
9243 [ 16298] By: ams                                   on 2002/05/01  09:42:27
9244         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
9245              From: Philip Newton <Philip.Newton@gmx.net>
9246              Date: Wed, 01 May 2002 12:41:10 +0200
9247              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
9248      Branch: perl
9249            ! vms/perlvms.pod
9250 ____________________________________________________________________________
9251 [ 16297] By: nick                                  on 2002/05/01  06:50:24
9252         Log: Remove "spurious" (and unnecessary) variables from layer_syms
9253              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9254      Branch: perlio
9255            ! makedef.pl
9256 ____________________________________________________________________________
9257 [ 16296] By: nick                                  on 2002/05/01  06:21:28
9258         Log: perl embed.pl to update global.sym
9259      Branch: perlio
9260            ! global.sym
9261 ____________________________________________________________________________
9262 [ 16295] By: nick                                  on 2002/05/01  06:16:18
9263         Log: Raw integrate of mainline (global.sym wrong on Win32)
9264      Branch: perlio
9265           +> t/comp/hints.t
9266           !> (integrate 45 files)
9267 ____________________________________________________________________________
9268 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
9269         Log: metaconfig unit change for #16293.
9270      Branch: metaconfig/U/perl
9271            ! bincompat5005.U
9272 ____________________________________________________________________________
9273 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
9274         Log: Try #2 of getting rid of bincompat5005.
9275      Branch: perl
9276            ! Configure NetWare/config_H.wc Porting/Glossary
9277            ! Porting/config.sh Porting/config_H config_h.SH embed.h
9278            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
9279            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
9280            ! wince/config.h wince/config_H.ce
9281 ____________________________________________________________________________
9282 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
9283         Log: metaconfig unit changes for #16291.
9284      Branch: metaconfig
9285            ! U/installdirs/inc_version_list.U
9286      Branch: metaconfig/U/perl
9287            ! bincompat5005.U xs_apiversion.U
9288 ____________________________________________________________________________
9289 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
9290         Log: No bincompat5005.
9291      Branch: perl
9292            ! Configure INSTALL NetWare/config.wc Porting/Glossary
9293            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
9294            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
9295            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
9296            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
9297            ! win32/config.bc win32/config.gc win32/config.vc
9298            ! win32/config.vc64 wince/config.ce
9299 ____________________________________________________________________________
9300 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
9301         Log: Remove sv_setpviv{_,mg}; regen perlapi.
9302      Branch: perl
9303            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
9304 ____________________________________________________________________________
9305 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
9306         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
9307              From: Dave Mitchell <davem@fdgroup.com>
9308              Date: Tue, 30 Apr 2002 23:55:43 +0100
9309              Message-ID: <20020430235543.A27796@fdgroup.com>
9310      Branch: perl
9311            ! sv.c
9312 ____________________________________________________________________________
9313 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
9314         Log: Update to Getopt::Long 2.30.
9315      Branch: perl
9316            ! lib/Getopt/Long.pm
9317 ____________________________________________________________________________
9318 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
9319         Log: Integrate perlio:
9320              
9321              [ 16285]
9322              Attempt at sanity in PerlIO/makedef.pl world:
9323              1. Add comments to what each clump of symbols is for
9324              2. Explicitly export layer syms like I thought they were
9325              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9326              section.
9327              4. Re-sort perlio.sym
9328      Branch: perl
9329           !> makedef.pl perlio.sym
9330 ____________________________________________________________________________
9331 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
9332         Log: Fix bug id 20020427.004 on %^H.
9333              Add a regression test for %^H.
9334              Change the sort pragma implementation to use a
9335              global variable instead of %^H.
9336      Branch: perl
9337            + t/comp/hints.t
9338            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
9339 ____________________________________________________________________________
9340 [ 16285] By: nick                                  on 2002/04/30  19:00:03
9341         Log: Attempt at sanity in PerlIO/makedef.pl world:
9342              1. Add comments to what each clump of symbols is for
9343              2. Explicitly export layer syms like I thought they were
9344              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9345              section.
9346              4. Re-sort perlio.sym
9347      Branch: perlio
9348            ! makedef.pl perlio.sym
9349 ____________________________________________________________________________
9350 [ 16284] By: nick                                  on 2002/04/30  18:10:23
9351         Log: Rest of integrate
9352      Branch: perlio
9353           +> lib/ExtUtils/MM_MacOS.pm
9354           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9355           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9356           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9357           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
9358           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9359           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
9360           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
9361           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
9362           !> lib/Test/Harness/t/strap-analyze.t
9363           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
9364           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
9365 ____________________________________________________________________________
9366 [ 16283] By: nick                                  on 2002/04/30  17:53:37
9367         Log: Integrate mailine makedef.pl so I can look at it
9368      Branch: perlio
9369           !> makedef.pl
9370 ____________________________________________________________________________
9371 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
9372         Log: Upgrade to Encode 1.65.
9373      Branch: perl
9374            ! ext/Encode/Changes ext/Encode/Encode.pm
9375            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9376            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9377 ____________________________________________________________________________
9378 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
9379         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
9380      Branch: perl
9381            ! makedef.pl
9382 ____________________________________________________________________________
9383 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
9384         Log: NetWare: disable DEBUG/ASSERT for now.
9385      Branch: perl
9386            ! ext/Storable/Storable.xs
9387 ____________________________________________________________________________
9388 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
9389         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
9390              From: Michael G Schwern <schwern@pobox.com>
9391              Date: Tue, 30 Apr 2002 01:05:41 -0400
9392              Message-ID: <20020430050541.GL756@blackrider>
9393      Branch: perl
9394            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9395            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9396            ! lib/Test/Harness/t/test-harness.t
9397 ____________________________________________________________________________
9398 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
9399         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
9400              From: Michael G Schwern <schwern@pobox.com>
9401              Date: Tue, 30 Apr 2002 00:24:59 -0400
9402              Message-ID: <20020430042459.GJ756@blackrider>
9403      Branch: perl
9404            + lib/ExtUtils/MM_MacOS.pm
9405            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
9406            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9407            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
9408 ____________________________________________________________________________
9409 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
9410         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
9411              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
9412      Branch: perl
9413            ! util.c
9414 ____________________________________________________________________________
9415 [ 16276] By: ams                                   on 2002/04/30  08:42:32
9416         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
9417              From: "Craig A. Berry" <craigberry@mac.com>
9418              Date: Mon, 29 Apr 2002 23:37:06 -0500
9419              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
9420      Branch: perl
9421            ! t/pod/testp2pt.pl
9422 ____________________________________________________________________________
9423 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
9424         Log: Regen toc.
9425      Branch: perl
9426            ! pod/perltoc.pod
9427 ____________________________________________________________________________
9428 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
9429         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
9430              From: PPrymmer@factset.com
9431              Date: Mon, 29 Apr 2002 17:58:06 -0400
9432              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
9433      Branch: perl
9434            ! vms/perlvms.pod
9435 ____________________________________________________________________________
9436 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
9437         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
9438              from Todd Miller.
9439      Branch: perl
9440            ! hints/openbsd.sh
9441 ____________________________________________________________________________
9442 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
9443         Log: Integrate perlio:
9444              
9445              [ 16270]
9446              Adding Encode::* to .pm creates stash at compile time
9447              which means we need a stronger check on Encode at boot time.
9448      Branch: perl
9449           !> ext/PerlIO/encoding/encoding.pm
9450           !> ext/PerlIO/encoding/encoding.xs
9451 ____________________________________________________________________________
9452 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
9453         Log: OpenBSD hints update from Todd Miller.
9454              
9455              - old versions of OpenBSD don't have 'arch -s'
9456              - OpenBSD 3.1 and higher don't use libdl but users may have
9457              and old libdl on the system so we need to avoid using it.
9458      Branch: perl
9459            ! hints/openbsd.sh
9460 ____________________________________________________________________________
9461 [ 16270] By: nick                                  on 2002/04/29  17:33:38
9462         Log: Adding Encode::* to .pm creates stash at compile time
9463              which means we need a stronger check on Encode at boot time.
9464      Branch: perlio
9465            ! ext/PerlIO/encoding/encoding.pm
9466            ! ext/PerlIO/encoding/encoding.xs
9467 ____________________________________________________________________________
9468 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
9469         Log: Detypo by Ronald Kimball.
9470      Branch: perl
9471            ! pod/perlport.pod
9472 ____________________________________________________________________________
9473 [ 16268] By: nick                                  on 2002/04/29  15:47:00
9474         Log: Integrate mainline
9475      Branch: perlio
9476           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9477           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
9478           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
9479           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
9480           !> pod/perlfaq2.pod pod/perlfaq3.pod
9481 ____________________________________________________________________________
9482 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
9483         Log: Update Changes.
9484      Branch: perl
9485            ! Changes patchlevel.h
9486 ____________________________________________________________________________
9487 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
9488         Log: MM_NW5 update from C Aditya.
9489      Branch: perl
9490            ! lib/ExtUtils/MM_NW5.pm
9491 ____________________________________________________________________________
9492 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
9493         Log: FAQ sync.
9494      Branch: perl
9495            ! pod/perlfaq2.pod pod/perlfaq3.pod
9496 ____________________________________________________________________________
9497 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
9498         Log: NetBSD hints rewrite from Johnny Lam.
9499      Branch: perl
9500            ! hints/netbsd.sh
9501 ____________________________________________________________________________
9502 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
9503         Log: Upgrade to Encode 1.64.
9504      Branch: perl
9505            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9506            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
9507 ____________________________________________________________________________
9508 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
9509         Log: Subject: [Unicode::Normalize] mkheader tweak
9510              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9511              Date: Mon, 29 Apr 2002 12:58:01 +0900
9512              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
9513      Branch: perl
9514            ! ext/Unicode/Normalize/mkheader
9515 ____________________________________________________________________________
9516 [ 16261] By: nick                                  on 2002/04/29  06:29:48
9517         Log: Integrate mainline
9518      Branch: perlio
9519            - macos/MacPerlTests.cmd macos/xsubpp.patch
9520           !> (integrate 40 files)
9521 ____________________________________________________________________________
9522 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
9523         Log: Upgrade to Unicode::Normalize 0.76,
9524              from SADAHIRO Tomoyuki.
9525      Branch: perl
9526            ! ext/Unicode/Normalize/Changes
9527            ! ext/Unicode/Normalize/Normalize.pm
9528            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9529            ! ext/Unicode/Normalize/t/func.t
9530 ____________________________________________________________________________
9531 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
9532         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
9533              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
9534              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
9535              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
9536      Branch: perl
9537            ! pod/perlport.pod
9538 ____________________________________________________________________________
9539 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
9540         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
9541              the basic and list tests started hanging).
9542      Branch: perl
9543            ! ext/threads/t/basic.t ext/threads/t/list.t
9544            ! ext/threads/t/thread.t
9545 ____________________________________________________________________________
9546 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
9547         Log: Integrate #16254 from macperl;
9548              
9549              Fix most tests on MacOS (not yet ext/ or /lib)
9550      Branch: perl
9551           !> (integrate 30 files)
9552 ____________________________________________________________________________
9553 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
9554         Log: As requested by pudge.
9555      Branch: perl
9556            - macos/MacPerlTests.cmd macos/xsubpp.patch
9557            ! MANIFEST
9558 ____________________________________________________________________________
9559 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
9560         Log: Integrate perl
9561      Branch: macperl
9562           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
9563           +> wince/cecopy-lib.pl wince/comp.pl
9564           !> (integrate 38 files)
9565 ____________________________________________________________________________
9566 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
9567         Log: Fix most tests on MacOS (not yet ext/ or /lib)
9568      Branch: macperl
9569            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
9570            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
9571            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
9572            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
9573            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
9574            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
9575            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
9576            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
9577 ____________________________________________________________________________
9578 [ 16253] By: nick                                  on 2002/04/28  19:10:50
9579         Log: Integrate mainline
9580      Branch: perlio
9581           +> wince/cecopy-lib.pl wince/comp.pl
9582           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
9583           !> ext/threads/t/basic.t ext/threads/t/list.t
9584           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
9585           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
9586           !> wince/win32.h wince/wince.c
9587 ____________________________________________________________________________
9588 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
9589         Log: More configuration/build changes
9590      Branch: macperl
9591            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9592            ! macos/Makefile.mk macos/config.h macos/config.sh
9593            ! macos/macish.h
9594 ____________________________________________________________________________
9595 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
9596         Log: Subject: WinCE many fixes
9597              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9598              Date: Sun, 28 Apr 2002 21:54:31 +0400
9599              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
9600      Branch: perl
9601            + wince/cecopy-lib.pl wince/comp.pl
9602            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
9603            ! wince/config_h.PL wince/perldll.def wince/win32.h
9604            ! wince/wince.c
9605 ____________________________________________________________________________
9606 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
9607         Log: Retract the cond.t part of #16249 since the nature
9608              of the test changed.
9609      Branch: perl
9610            ! ext/threads/shared/t/cond.t
9611 ____________________________________________________________________________
9612 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
9613         Log: (retracted by #16258)
9614              
9615              Fix thread tests not to depend on sleep() as
9616              a scheduling aid.  In two tests (basic and list)
9617              I had to change from sleep() hack to another hack...
9618              basically, using the filesystem as a semaphore.
9619              The assumption made is that rmdir() is atomic.
9620              (The sleep() scheduling assumption broke with the
9621              GNU pth in NetBSD.)
9622              
9623              (the cond.t part retracted by #16250)
9624      Branch: perl
9625            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
9626            ! ext/threads/t/list.t ext/threads/t/thread.t
9627 ____________________________________________________________________________
9628 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
9629         Log: Be tidy.
9630      Branch: perl
9631            ! ext/PerlIO/t/fallback.t
9632 ____________________________________________________________________________
9633 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
9634         Log: Integrate perlio:
9635              
9636              [ 16246]
9637              Have :encoding() default to perlqq style fallbacks.
9638              Add test for that.
9639              
9640              [ 16245]
9641              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9642              as gate on layer tests which fail on -Dusesfio
9643              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9644              
9645              [ 16244]
9646              Builds under -Uuseperlio
9647              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9648      Branch: perl
9649           +> ext/PerlIO/t/fallback.t
9650           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9651           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9652           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9653           !> t/io/binmode.t t/io/crlf.t
9654 ____________________________________________________________________________
9655 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9656         Log: Have :encoding() default to perlqq style fallbacks.
9657              Add test for that.
9658      Branch: perlio
9659            + ext/PerlIO/t/fallback.t
9660            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9661            ! ext/PerlIO/encoding/encoding.xs
9662 ____________________________________________________________________________
9663 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9664         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9665              as gate on layer tests which fail on -Dusesfio
9666              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9667      Branch: perlio
9668            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9669            ! t/io/crlf.t
9670 ____________________________________________________________________________
9671 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9672         Log: Builds under -Uuseperlio
9673              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9674      Branch: perlio
9675            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9676 ____________________________________________________________________________
9677 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9678         Log: Integrate mainline
9679      Branch: perlio
9680           +> ext/threads/t/list.t
9681           !> (integrate 40 files)
9682 ____________________________________________________________________________
9683 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9684         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9685      Branch: perl
9686            ! hints/netbsd.sh
9687 ____________________________________________________________________________
9688 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9689         Log: Plan better.
9690      Branch: perl
9691            ! t/io/fs.t
9692 ____________________________________________________________________________
9693 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9694         Log: No trunc worries.
9695      Branch: perl
9696            ! pod/perldelta.pod
9697 ____________________________________________________________________________
9698 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9699         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9700              From: Michael G Schwern <schwern@pobox.com>
9701              Date: Sat, 27 Apr 2002 23:20:19 -0400
9702              Message-ID: <20020428032019.GF1821@blackrider>
9703      Branch: perl
9704            ! pod/perlfunc.pod t/io/fs.t
9705 ____________________________________________________________________________
9706 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9707         Log: More valgrind findings: e.g. t/op/utfhash.t.
9708      Branch: perl
9709            ! hv.c
9710 ____________________________________________________________________________
9711 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9712         Log: Unused variables now that "did you use incorrect case" is gone;
9713              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9714              lib/blib.t.
9715      Branch: perl
9716            ! op.c
9717 ____________________________________________________________________________
9718 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9719         Log: Added test cases and fixed some obvious things.
9720      Branch: perl
9721            + ext/threads/t/list.t
9722            ! MANIFEST ext/threads/threads.xs
9723 ____________________________________________________________________________
9724 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9725         Log: Removed last traces of autodetach.
9726              Added list() methid.
9727              Changed documentation.
9728      Branch: perl
9729            ! ext/threads/threads.pm ext/threads/threads.xs
9730 ____________________________________________________________________________
9731 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9732         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9733              From: Jerrad Pierce <belg4mit@MIT.EDU>
9734              Date: Sat, 27 Apr 2002 19:14:17 -0400
9735              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9736      Branch: perl
9737            ! lib/FileCache.pm
9738 ____________________________________________________________________________
9739 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9740         Log: More NetBSD patches from Johnny Lam.
9741              
9742              Remove the need for a $prefix setting that was added in the
9743              previous patch I sent.     Also add the proper rpath options
9744              to the linker flags depending on whether we're on a ELF or
9745              a.out platform.     These were tested both in a non-pkgsrc and
9746              pkgsrc build.
9747              
9748              Append to $libs instead of overwriting its value.  This was
9749              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9750              link command on NetBSD systems and was the cause of the GDBM
9751              problems reported.  Also use '$(LDLOADLIBS)' instead of
9752              expanding its value so that it is more easily overridden in
9753              the Makefile by "make all LDLOADLIBS=...".
9754              
9755              Remove "-L/usr/local/lib" because the location of libgdbm.so
9756              is already added during the Configure process, and this
9757              spurious addition may cause the wrong libgdbm.so to be linked
9758              against as a result.
9759      Branch: perl
9760            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
9761            ! lib/ExtUtils/MM_Unix.pm
9762 ____________________________________________________________________________
9763 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
9764         Log: More VC5-induced casting found by Nikola Knezevic.
9765      Branch: perl
9766            ! av.c hv.c mg.c sv.c
9767 ____________________________________________________________________________
9768 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
9769         Log: More U32 regflags.
9770      Branch: perl
9771            ! op.h regcomp.c thrdvar.h
9772 ____________________________________________________________________________
9773 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
9774         Log: Integrate from bleadperl
9775      Branch: macperl
9776           +> ext/Encode/lib/Encode/Guess.pm
9777           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9778           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9779           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9780           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
9781           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
9782           +> lib/ExtUtils/t/zz_cleanup_dummy.t
9783           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9784           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9785           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9786           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
9787            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9788            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9789            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9790            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9791            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9792            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9793            - t/op/system_tests
9794           !> (integrate 133 files)
9795 ____________________________________________________________________________
9796 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
9797         Log: Retract #16195 since it seems to be unnecessary.
9798      Branch: perl
9799            ! lib/ExtUtils/MM_Unix.pm
9800 ____________________________________________________________________________
9801 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
9802         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
9803              From: "Craig A. Berry" <craigberry@mac.com>
9804              Date: Sat, 27 Apr 2002 15:11:31 -0500
9805              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
9806      Branch: perl
9807            ! vms/descrip_mms.template
9808 ____________________________________________________________________________
9809 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
9810         Log: Some more known open() modes.
9811      Branch: perl
9812            ! pod/perldiag.pod
9813 ____________________________________________________________________________
9814 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
9815         Log: Upgrade to Encode 1.63.
9816      Branch: perl
9817            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9818            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
9819            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9820            ! ext/Encode/lib/Encode/Encoding.pm
9821            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
9822            ! ext/Encode/lib/Encode/JP/JIS7.pm
9823            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9824            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9825 ____________________________________________________________________________
9826 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
9827         Log: Update Changes.
9828      Branch: perl
9829            ! Changes patchlevel.h
9830 ____________________________________________________________________________
9831 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
9832         Log: Integrate perlio:
9833              
9834              [ 16221]
9835              Correct which var is nulled, stack movement protection.
9836      Branch: perl
9837           !> ext/PerlIO/encoding/encoding.xs
9838 ____________________________________________________________________________
9839 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
9840         Log: Subject: PATCH t/TEST
9841              From: Mark-Jason Dominus <mjd@plover.com>
9842              Date: Sat, 27 Apr 2002 14:06:56 -0400
9843              Message-ID: <20020427180656.5422.qmail@plover.com>
9844      Branch: perl
9845            ! t/TEST
9846 ____________________________________________________________________________
9847 [ 16222] By: sky                                   on 2002/04/27  17:00:29
9848         Log: Ahem, look another way.
9849      Branch: perl
9850            ! ext/threads/shared/t/queue.t
9851 ____________________________________________________________________________
9852 [ 16221] By: nick                                  on 2002/04/27  16:34:48
9853         Log: Correct which var is nulled, stack movement protection.
9854      Branch: perlio
9855            ! ext/PerlIO/encoding/encoding.xs
9856 ____________________________________________________________________________
9857 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
9858         Log: Integrate perlio:
9859              
9860              [ 16216]
9861              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9862              - if encoding loads Encode then stack grows.
9863              - pp_binmode was not allowing for that to happen
9864              - added PUTBACK/SPAGAIN.
9865      Branch: perl
9866           !> pp_sys.c
9867 ____________________________________________________________________________
9868 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
9869         Log: First half of NetBSD patch-ai, from Johnny Lam:
9870              
9871              The first part removes "installman" and "installhtml" from the
9872              .PHONY target, which was causing problems during installation.
9873              
9874              (the installman and installhtml are not phony targets,
9875              they are real files)
9876      Branch: perl
9877            ! Makefile.SH
9878 ____________________________________________________________________________
9879 [ 16218] By: nick                                  on 2002/04/27  16:22:40
9880         Log: Integrate mainline
9881      Branch: perlio
9882           +> ext/threads/shared/t/cond.t
9883           !> MANIFEST ext/threads/shared/shared.xs
9884           !> ext/threads/shared/t/queue.t
9885 ____________________________________________________________________________
9886 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
9887         Log: NetBSD patch-ab from Johnny Lam:
9888              
9889              Some tweaks to the NetBSD hints file to make the Configure
9890              process more useful when not building from pkgsrc.  This file
9891              will definitely need to change again when the 1.6 release of
9892              NetBSD comes out, but I'll handle the changes at the later
9893              date.
9894      Branch: perl
9895            ! hints/netbsd.sh
9896 ____________________________________________________________________________
9897 [ 16216] By: nick                                  on 2002/04/27  16:19:21
9898         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9899              - if encoding loads Encode then stack grows.
9900              - pp_binmode was not allowing for that to happen
9901              - added PUTBACK/SPAGAIN.
9902      Branch: perlio
9903            ! pp_sys.c
9904 ____________________________________________________________________________
9905 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
9906         Log: Integrate perlio:
9907              
9908              [ 16211]
9909              Re-instate $PerlIO::encoding::check at boot.
9910              (Retaining Dan's XS side require though I don't see need.)
9911              
9912              [ 16207]
9913              Fix fd leak on Via(bogus).
9914              Finish implementing PerlIOVia_open().
9915              Export more guts of PerlIO_* so Via_open() can work.
9916              Fix various PerlIO_allocate() features exposed by above.
9917              
9918              [ 16027]
9919              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9920              and change test not to skip them.
9921              
9922              [ 16023]
9923              Some tweaks for encodings which need lines.
9924              Also disabled trial of using fallbacks.
9925              
9926              [ 16022]
9927              Various tweaks to Encode
9928      Branch: perl
9929           !> embed.fnc ext/PerlIO/Via/Via.xs
9930           !> ext/PerlIO/encoding/encoding.pm
9931           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9932           !> perlio.c perlio.h perliol.h
9933 ____________________________________________________________________________
9934 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9935         Log: Upgrade to Encode 1.62.
9936      Branch: perl
9937            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9938 ____________________________________________________________________________
9939 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9940         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9941              From: Philip Newton <Philip.Newton@gmx.net>
9942              Date: Sat, 27 Apr 2002 08:51:30 +0200
9943              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9944              
9945              Subject: Re: Change 16183: Stop being coy.
9946              From: Philip Newton <Philip.Newton@gmx.net>
9947              Date: Sat, 27 Apr 2002 08:52:13 +0200
9948              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9949      Branch: perl
9950            ! INSTALL pod/perldelta.pod
9951 ____________________________________________________________________________
9952 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9953         Log: Add test numbers to make "make test" happy. Order is irrelevant
9954              but number of oks is not.
9955      Branch: perl
9956            ! ext/threads/shared/t/queue.t
9957 ____________________________________________________________________________
9958 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9959         Log: Re-instate $PerlIO::encoding::check at boot.
9960              (Retaining Dan's XS side require though I don't see need.)
9961      Branch: perlio
9962            ! ext/PerlIO/encoding/encoding.pm
9963            ! ext/PerlIO/encoding/encoding.xs
9964 ____________________________________________________________________________
9965 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9966         Log: Fixed race condtions and deadlocks in interaction with 
9967              cond_wait/cond_signal and lock.
9968              Now we wait for a lock to gie up if we return from COND_WAIT
9969              and we are still locked. We also notifiers potential 
9970              lockers that it is free for locking when we go into COND_WAIT.
9971      Branch: perl
9972            + ext/threads/shared/t/cond.t
9973            ! MANIFEST ext/threads/shared/shared.xs
9974            ! ext/threads/shared/t/queue.t
9975 ____________________________________________________________________________
9976 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9977         Log: Integrate mainline
9978      Branch: perlio
9979           +> t/win32/system_tests
9980            - t/op/system_tests
9981           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9982           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9983           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9984           !> t/lib/warnings/pp_hot t/win32/system.t
9985 ____________________________________________________________________________
9986 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9987         Log: Saving locks after we set it to 0 was kind of pointless.
9988              Hunting down fixes in cond_* functions.
9989      Branch: perl
9990            ! ext/threads/shared/shared.xs
9991 ____________________________________________________________________________
9992 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9993         Log: Fix fd leak on Via(bogus).
9994              Finish implementing PerlIOVia_open().
9995              Export more guts of PerlIO_* so Via_open() can work.
9996              Fix various PerlIO_allocate() features exposed by above.
9997      Branch: perlio
9998            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9999            ! perlio.h perliol.h
10000 ____________________________________________________________________________
10001 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
10002         Log: NetBSD and OpenBSD cannot do comments at #! line
10003              (or long #! lines?)
10004      Branch: perl
10005            ! t/japh/abigail.t
10006 ____________________________________________________________________________
10007 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
10008         Log: Add taint rethink to the todo list.
10009      Branch: perl
10010            ! pod/perltodo.pod
10011 ____________________________________________________________________________
10012 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
10013         Log: Integrate changes #16199 and #16201 from macperl;
10014              
10015              Time::Local compatibility patches, from Graham
10016              
10017              MacPerl require() portability patches
10018      Branch: perl
10019           !> lib/Time/Local.pm pp_ctl.c
10020 ____________________________________________________________________________
10021 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
10022         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
10023              From: Nicholas Clark <nick@unfortu.net>
10024              Date: Fri, 26 Apr 2002 23:27:23 +0100
10025              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
10026      Branch: perl
10027            ! t/lib/warnings/pp_hot
10028 ____________________________________________________________________________
10029 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
10030         Log: Working on MacPerl tests
10031      Branch: macperl
10032            ! macos/MacPerlTests.cmd
10033 ____________________________________________________________________________
10034 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
10035         Log: MacPerl require() portability patches
10036      Branch: macperl
10037            ! pp_ctl.c
10038 ____________________________________________________________________________
10039 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
10040         Log: Fix a few MacPerl_CanonDir() problems
10041      Branch: macperl
10042            ! macos/macish.c macos/macish.h
10043 ____________________________________________________________________________
10044 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
10045         Log: Time::Local compatibility patches, from Graham
10046      Branch: macperl
10047            ! lib/Time/Local.pm
10048 ____________________________________________________________________________
10049 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
10050         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
10051              From: Simon Cozens <simon@netthink.co.uk>
10052              Date: Fri, 26 Apr 2002 21:58:21 +0100
10053              Message-ID: <20020426205821.GB5855@netthink.co.uk>
10054      Branch: perl
10055            ! ext/Time/HiRes/HiRes.pm
10056 ____________________________________________________________________________
10057 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
10058         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
10059              to know about it always (not just when using the pth).
10060      Branch: perl
10061            ! hints/netbsd.sh
10062 ____________________________________________________________________________
10063 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
10064         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
10065      Branch: perl
10066            ! ext/Digest/MD5/t/files.t
10067 ____________________________________________________________________________
10068 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
10069         Log: (retracted by #16229)
10070              Subject: FIXIN problem under Win32
10071              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10072              Date: Thu, 25 Apr 2002 23:03:31 +0200
10073              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
10074      Branch: perl
10075            ! lib/ExtUtils/MM_Unix.pm
10076 ____________________________________________________________________________
10077 [ 16194] By: nick                                  on 2002/04/26  17:36:16
10078         Log: Integrate mainline
10079      Branch: perlio
10080           +> ext/Encode/lib/Encode/Guess.pm
10081           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10082           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
10083           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
10084           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10085           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
10086           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
10087           +> t/lib/sample-tests/die_last_minute
10088           !> (integrate 94 files)
10089 ____________________________________________________________________________
10090 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
10091         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
10092              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10093              Date: Fri, 26 Apr 2002 15:38:16 +0200
10094              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
10095      Branch: perl
10096            + t/win32/system_tests
10097            - t/op/system_tests
10098            ! MANIFEST t/win32/system.t
10099 ____________________________________________________________________________
10100 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
10101         Log: Mention explicitly the NetBSD + pth combination.
10102      Branch: perl
10103            ! pod/perldelta.pod
10104 ____________________________________________________________________________
10105 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
10106         Log: Subject: [PATCH] Fix email address.
10107              From: Abigail <abigail@foad.org>
10108              Date: Fri, 26 Apr 2002 18:03:11 +0200
10109              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
10110      Branch: perl
10111            ! t/japh/abigail.t
10112 ____________________________________________________________________________
10113 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
10114         Log: NetWare update from C Aditya.
10115      Branch: perl
10116            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
10117            ! lib/ExtUtils/MM_Unix.pm
10118 ____________________________________________________________________________
10119 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
10120         Log: Subject: [PATCH vms/test.com] use t/TEST
10121              From: "Craig A. Berry" <craigberry@mac.com>
10122              Date: Fri, 26 Apr 2002 09:34:46 -0500
10123              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
10124      Branch: perl
10125            ! vms/test.com
10126 ____________________________________________________________________________
10127 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
10128         Log: Update Changes.
10129      Branch: perl
10130            ! Changes patchlevel.h
10131 ____________________________________________________________________________
10132 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
10133         Log: Subject: [Encode] s/=over2/=over 2/g
10134              From: Dan Kogai <dankogai@dan.co.jp>
10135              Date: Fri, 26 Apr 2002 14:57:09 +0900
10136              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
10137      Branch: perl
10138            ! ext/Encode/Encode.pm
10139 ____________________________________________________________________________
10140 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
10141         Log: Use temp int variable in the W*() since direct casting
10142              to either an int or an IV would not be right.
10143      Branch: perl
10144            ! ext/POSIX/POSIX.xs
10145 ____________________________________________________________________________
10146 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
10147         Log: The #16182 radiates U32ness.
10148      Branch: perl
10149            ! embed.fnc embed.h proto.h regcomp.c toke.c
10150 ____________________________________________________________________________
10151 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
10152         Log: Subject: t/TEST ported to VMS
10153              From: "Craig A. Berry" <craigberry@mac.com>
10154              Date: Fri, 26 Apr 2002 00:13:31 -0500
10155              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
10156      Branch: perl
10157            ! t/TEST
10158 ____________________________________________________________________________
10159 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
10160         Log: Stop being coy.
10161      Branch: perl
10162            ! pod/perldelta.pod
10163 ____________________________________________________________________________
10164 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
10165         Log: Subject: Re: binary compatibility
10166              From: Mark-Jason Dominus <mjd@plover.com>
10167              Date: Wed, 24 Apr 2002 17:35:07 -0400
10168              Message-ID: <20020424213507.7846.qmail@plover.com>
10169      Branch: perl
10170            ! op.h
10171 ____________________________________________________________________________
10172 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
10173         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
10174              allocating half of the retstack!)
10175      Branch: perl
10176            ! README.win32 sv.c
10177 ____________________________________________________________________________
10178 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
10179         Log: temporary variable not wide enough to hold all the bits in
10180              op->op_targ
10181      Branch: perl
10182            ! op.c
10183 ____________________________________________________________________________
10184 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
10185         Log: Add an idea/question from Damian. 
10186      Branch: perl
10187            ! pod/perltodo.pod
10188 ____________________________________________________________________________
10189 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
10190         Log: build missing utilities on windows; clean stray files
10191      Branch: perl
10192            ! win32/Makefile win32/makefile.mk
10193 ____________________________________________________________________________
10194 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
10195         Log: Upgrade to Encode 1.61, from Dan Kogai.
10196      Branch: perl
10197            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10198            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
10199            ! ext/Encode/lib/Encode/Guess.pm
10200            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
10201            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
10202            ! ext/Encode/t/mime-header.t
10203 ____________________________________________________________________________
10204 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
10205         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
10206              From: andreas.koenig@anima.de (Andreas J. Koenig)
10207              Date: Tue, 23 Apr 2002 04:40:42 +0200      
10208              Message-ID: <m37kmzi1cl.fsf@anima.de>
10209      Branch: perl
10210            ! pod/perluniintro.pod
10211 ____________________________________________________________________________
10212 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
10213         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
10214              platform needs to fill in the other branch here)
10215      Branch: perl
10216            ! ext/Digest/MD5/t/files.t
10217 ____________________________________________________________________________
10218 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
10219         Log: MANIFEST is needlessly held open for entire duration of "make test"
10220      Branch: perl
10221            ! t/TEST t/harness
10222 ____________________________________________________________________________
10223 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
10224         Log: various signed/unsigned mismatch nits
10225      Branch: perl
10226            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10227            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10228            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
10229            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
10230            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
10231            ! ext/Time/HiRes/HiRes.xs regcomp.c
10232 ____________________________________________________________________________
10233 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
10234         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
10235              From: Nicholas Clark <nick@unfortu.net>
10236              Date: Thu, 25 Apr 2002 22:41:57 +0100
10237              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
10238      Branch: perl
10239            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
10240            + ext/Storable/t/make_downgrade.pl
10241            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
10242            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
10243            ! ext/Storable/t/utf8hash.t
10244 ____________________________________________________________________________
10245 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
10246         Log: Extra guidance for JAPH debuggers.
10247      Branch: perl
10248            ! t/japh/abigail.t
10249 ____________________________________________________________________________
10250 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
10251         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
10252              From: Paul_GreenVOS@vos.stratus.com
10253              Date: Wed, 24 Apr 02 18:27 edt
10254              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
10255      Branch: perl
10256            ! vos/vos.c
10257 ____________________________________________________________________________
10258 [ 16169] By: ams                                   on 2002/04/25  20:33:35
10259         Log: Subject: [PATCH] don't build B/C twice on VMS
10260              From: "Craig A. Berry" <craigberry@mac.com>
10261              Date: Thu, 25 Apr 2002 16:00:57 -0500
10262              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
10263      Branch: perl
10264            ! configure.com
10265 ____________________________________________________________________________
10266 [ 16168] By: ams                                   on 2002/04/25  20:31:19
10267         Log: Subject: Re: POSIX::WEXITSTATUS broken again
10268              From: Andy Dougherty <doughera@lafayette.edu>
10269              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
10270              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
10271      Branch: perl
10272            ! ext/POSIX/POSIX.xs
10273 ____________________________________________________________________________
10274 [ 16167] By: ams                                   on 2002/04/25  19:49:09
10275         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
10276              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10277              Date: Thu, 25 Apr 2002 13:39:35 -0700
10278              Message-Id: <HmGy8gzkguHW092yn@efn.org>
10279      Branch: perl
10280            ! t/harness
10281 ____________________________________________________________________________
10282 [ 16166] By: ams                                   on 2002/04/25  19:43:06
10283         Log: $fh->close(); print $fh "foo" would segfault under -w in
10284              report_evil_fh() because $fh doesn't have a name.
10285      Branch: perl
10286            ! util.c
10287 ____________________________________________________________________________
10288 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
10289         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
10290              being found properly
10291      Branch: perl
10292            ! ext/Cwd/t/cwd.t
10293 ____________________________________________________________________________
10294 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
10295         Log: Brace yourself from Craig Berry to keep older compilers happy.
10296      Branch: perl
10297            ! vms/vms.c
10298 ____________________________________________________________________________
10299 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
10300         Log: More %{} overload tests.
10301      Branch: perl
10302            ! lib/overload.t
10303 ____________________________________________________________________________
10304 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
10305         Log: some extension builds need to find pl2bat.bat on windows
10306      Branch: perl
10307            ! win32/buildext.pl
10308 ____________________________________________________________________________
10309 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
10310         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
10311              From: "Craig A. Berry" <craigberry@mac.com>
10312              Date: Thu, 25 Apr 2002 12:30:06 -0500
10313              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
10314      Branch: perl
10315            ! lib/ExtUtils/MM_VMS.pm
10316 ____________________________________________________________________________
10317 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
10318         Log: windows build fails if there is no perlglob.exe in the PATH
10319      Branch: perl
10320            ! win32/buildext.pl
10321 ____________________________________________________________________________
10322 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
10323         Log: Mysterious setlocale() core dump in ancient Solaris
10324              found by Merijn Broeren.  Doesn't look like Perl's fault.
10325      Branch: perl
10326            ! pod/perldelta.pod
10327 ____________________________________________________________________________
10328 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
10329         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
10330              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10331              Date: Thu, 25 Apr 2002 17:35:23 +0200
10332              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
10333      Branch: perl
10334            ! pp_ctl.c
10335 ____________________________________________________________________________
10336 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
10337         Log: Subject: [PATCH] pp_ctl.c:pp_require
10338              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10339              Date: Thu, 25 Apr 2002 16:01:14 +0200
10340              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
10341      Branch: perl
10342            ! pp_ctl.c
10343 ____________________________________________________________________________
10344 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
10345         Log: -Wformat cleanups from Robin Barker.
10346      Branch: perl
10347            ! dump.c embed.fnc proto.h sv.c
10348 ____________________________________________________________________________
10349 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
10350         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
10351              From: Michael G Schwern <schwern@pobox.com>
10352              Date: Thu, 25 Apr 2002 01:51:27 -0400
10353              Message-ID: <20020425055127.GB3456@blackrider>
10354      Branch: perl
10355            + t/lib/sample-tests/bignum t/lib/sample-tests/die
10356            + t/lib/sample-tests/die_head_end
10357            + t/lib/sample-tests/die_last_minute
10358            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
10359            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
10360            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
10361 ____________________________________________________________________________
10362 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
10363         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
10364              From: Michael G Schwern <schwern@pobox.com>
10365              Date: Thu, 25 Apr 2002 01:32:10 -0400
10366              Message-ID: <20020425053210.GA3334@blackrider>
10367      Branch: perl
10368            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10369            + lib/Test/Simple/t/strays.t
10370            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10371            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10372            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
10373            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
10374            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
10375            ! lib/Test/Simple/t/use_ok.t
10376 ____________________________________________________________________________
10377 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
10378         Log: Elaborate a bit on Storable.
10379      Branch: perl
10380            ! pod/perldelta.pod
10381 ____________________________________________________________________________
10382 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
10383         Log: Cleaner Encode tests under -Mutf8.
10384      Branch: perl
10385            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
10386 ____________________________________________________________________________
10387 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
10388         Log: Subject: [PATCH] installperl
10389              From: Abe Timmerman <abe@ztreet.demon.nl>
10390              Date: Thu, 25 Apr 2002 01:00:00 +0200
10391              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
10392      Branch: perl
10393            ! installperl
10394 ____________________________________________________________________________
10395 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
10396         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
10397              From: Dan Kogai <dankogai@dan.co.jp>
10398              Date: Thu, 25 Apr 2002 10:49:13 +0900
10399              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
10400      Branch: perl
10401            ! ext/PerlIO/encoding/encoding.xs
10402 ____________________________________________________________________________
10403 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
10404         Log: Stray =back.
10405      Branch: perl
10406            ! README.win32
10407 ____________________________________________________________________________
10408 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
10409         Log: Add an untested warning variant.
10410      Branch: perl
10411            ! t/lib/warnings/op
10412 ____________________________________________________________________________
10413 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
10414         Log: Update Changes.
10415      Branch: perl
10416            ! Changes patchlevel.h
10417 ____________________________________________________________________________
10418 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
10419         Log: Wrong plan.
10420      Branch: perl
10421            ! ext/Encode/t/mime-header.t
10422 ____________________________________________________________________________
10423 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
10424         Log: Upgrade to Encode 1.60, from Dan Kogai.
10425      Branch: perl
10426            + ext/Encode/lib/Encode/Guess.pm
10427            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10428            + ext/Encode/t/mime-header.t
10429            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
10430            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10431            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
10432            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10433            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
10434            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
10435 ____________________________________________________________________________
10436 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
10437         Log: another case of enabling binmode() where it should not be: if the
10438              *.enc files are CRLF terminated, the result gets CRCRLF terminations
10439      Branch: perl
10440            ! ext/Encode/t/CJKT.t
10441 ____________________________________________________________________________
10442 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
10443         Log: microperl update; boldly assume time() and time_t
10444              (since we assume ANSI and i_time, anyway).
10445      Branch: perl
10446            ! uconfig.h uconfig.sh
10447 ____________________________________________________________________________
10448 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
10449         Log: Integrate #16136, #16137, #16138 from macperl;
10450              
10451              Silly fix for the SC compiler's fixation with "comp" as a type
10452              
10453              Skip more PerlIO symbols for sfio
10454              
10455              Play nicely in miniperl
10456      Branch: perl
10457           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
10458           !> lib/File/Spec/Mac.pm makedef.pl
10459 ____________________________________________________________________________
10460 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
10461         Log: Sync configpm and config.h for use in 5.8
10462              (still need to do config.sh)
10463      Branch: macperl
10464            ! macos/config.h macos/configpm
10465 ____________________________________________________________________________
10466 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
10467         Log: Make MM_MacOS work with new MakeMaker
10468      Branch: macperl
10469            ! macos/lib/ExtUtils/MM_MacOS.pm
10470 ____________________________________________________________________________
10471 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
10472         Log: Makefile.mk changes for 5.8: additional extensions
10473              and source files; bump version
10474      Branch: macperl
10475            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
10476 ____________________________________________________________________________
10477 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
10478         Log: Play nicely in miniperl
10479      Branch: macperl
10480            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
10481 ____________________________________________________________________________
10482 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
10483         Log: Skip more PerlIO symbols for sfio
10484      Branch: macperl
10485            ! makedef.pl
10486 ____________________________________________________________________________
10487 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
10488         Log: Silly fix for the SC compiler's fixation with "comp" as a type
10489      Branch: macperl
10490            ! ext/Unicode/Normalize/Normalize.xs
10491 ____________________________________________________________________________
10492 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
10493         Log: Merge macperl xsubpp with current xsubpp
10494      Branch: macperl
10495            ! macos/xsubpp
10496 ____________________________________________________________________________
10497 [ 16134] By: nick                                  on 2002/04/24  18:08:37
10498         Log: Integrate mainline
10499      Branch: perlio
10500           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10501           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10502            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10503            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10504            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10505            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10506            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10507            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10508           !> (integrate 44 files)
10509 ____________________________________________________________________________
10510 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
10511         Log: Delete more included modules from bundled_ext
10512      Branch: macperl
10513            - macos/bundled_ext/Digest/MD5/Changes
10514            - macos/bundled_ext/Digest/MD5/MD5.pm
10515            - macos/bundled_ext/Digest/MD5/MD5.xs
10516            - macos/bundled_ext/Digest/MD5/Makefile.PL
10517            - macos/bundled_ext/Digest/MD5/Makefile.mk
10518            - macos/bundled_ext/Digest/MD5/README
10519            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
10520            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
10521            - macos/bundled_ext/Digest/MD5/rfc1321.txt
10522            - macos/bundled_ext/Digest/MD5/t/badfile.t
10523            - macos/bundled_ext/Digest/MD5/t/files.t
10524            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
10525            - macos/bundled_ext/Digest/MD5/typemap
10526            - macos/bundled_ext/Filter/Util/Call/Call.pm
10527            - macos/bundled_ext/Filter/Util/Call/Call.xs
10528            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
10529            - macos/bundled_ext/Filter/Util/Call/ppport.h
10530            - macos/bundled_ext/Filter/t/call.t
10531            - macos/bundled_ext/Filter/t/filter-util.pl
10532            - macos/bundled_ext/List/Util/ChangeLog
10533            - macos/bundled_ext/List/Util/Makefile.PL
10534            - macos/bundled_ext/List/Util/README
10535            - macos/bundled_ext/List/Util/Util.xs
10536            - macos/bundled_ext/List/Util/lib/List/Util.pm
10537            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
10538            - macos/bundled_ext/List/Util/t/blessed.t
10539            - macos/bundled_ext/List/Util/t/dualvar.t
10540            - macos/bundled_ext/List/Util/t/first.t
10541            - macos/bundled_ext/List/Util/t/max.t
10542            - macos/bundled_ext/List/Util/t/maxstr.t
10543            - macos/bundled_ext/List/Util/t/min.t
10544            - macos/bundled_ext/List/Util/t/minstr.t
10545            - macos/bundled_ext/List/Util/t/readonly.t
10546            - macos/bundled_ext/List/Util/t/reduce.t
10547            - macos/bundled_ext/List/Util/t/reftype.t
10548            - macos/bundled_ext/List/Util/t/shuffle.t
10549            - macos/bundled_ext/List/Util/t/sum.t
10550            - macos/bundled_ext/List/Util/t/tainted.t
10551            - macos/bundled_ext/List/Util/t/weak.t
10552            - macos/bundled_ext/MIME/Base64/Base64.pm
10553            - macos/bundled_ext/MIME/Base64/Base64.xs
10554            - macos/bundled_ext/MIME/Base64/Changes
10555            - macos/bundled_ext/MIME/Base64/Makefile.PL
10556            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
10557            - macos/bundled_ext/MIME/Base64/README
10558            - macos/bundled_ext/MIME/Base64/t/base64.t
10559            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
10560            - macos/bundled_ext/MIME/Base64/t/unicode.t
10561            - macos/bundled_ext/Storable/ChangeLog
10562            - macos/bundled_ext/Storable/Makefile.PL
10563            - macos/bundled_ext/Storable/README
10564            - macos/bundled_ext/Storable/Storable.pm
10565            - macos/bundled_ext/Storable/Storable.xs
10566            - macos/bundled_ext/Storable/t/blessed.t
10567            - macos/bundled_ext/Storable/t/canonical.t
10568            - macos/bundled_ext/Storable/t/compat-0.6.t
10569            - macos/bundled_ext/Storable/t/dclone.t
10570            - macos/bundled_ext/Storable/t/dump.pl
10571            - macos/bundled_ext/Storable/t/forgive.t
10572            - macos/bundled_ext/Storable/t/freeze.t
10573            - macos/bundled_ext/Storable/t/lock.t
10574            - macos/bundled_ext/Storable/t/overload.t
10575            - macos/bundled_ext/Storable/t/recurse.t
10576            - macos/bundled_ext/Storable/t/retrieve.t
10577            - macos/bundled_ext/Storable/t/store.t
10578            - macos/bundled_ext/Storable/t/tied.t
10579            - macos/bundled_ext/Storable/t/tied_hook.t
10580            - macos/bundled_ext/Storable/t/tied_items.t
10581            - macos/bundled_ext/Storable/t/utf8.t
10582            - macos/bundled_ext/Time/HiRes/Changes
10583            - macos/bundled_ext/Time/HiRes/HiRes.pm
10584            - macos/bundled_ext/Time/HiRes/HiRes.t
10585            - macos/bundled_ext/Time/HiRes/HiRes.xs
10586            - macos/bundled_ext/Time/HiRes/Makefile.PL
10587            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10588            - macos/bundled_ext/Time/HiRes/hints/sco.pl
10589 ____________________________________________________________________________
10590 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
10591         Log: Thou shalt not assume %x works for UVs.
10592      Branch: perl
10593            ! ext/Encode/Encode.xs
10594 ____________________________________________________________________________
10595 [ 16131] By: nick                                  on 2002/04/24  15:50:31
10596         Log: Submit an old integrate
10597      Branch: perlio
10598           +> (branch 27 files)
10599            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10600            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10601            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10602            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10603            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10604            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10605            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10606           !> (integrate 84 files)
10607 ____________________________________________________________________________
10608 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
10609         Log: Partially retract #12056, from Craig Berry.
10610      Branch: perl
10611            ! vms/vms.c
10612 ____________________________________________________________________________
10613 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
10614         Log: Delete more included modules from bundled_lib
10615      Branch: macperl
10616            - macos/bundled_lib/blib/lib/Class/ISA.pm
10617            - macos/bundled_lib/blib/lib/Digest.pm
10618            - macos/bundled_lib/blib/lib/Filter/Simple.pm
10619            - macos/bundled_lib/blib/lib/Memoize.pm
10620            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
10621            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
10622            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
10623            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
10624            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
10625            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
10626            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
10627            - macos/bundled_lib/blib/lib/NEXT.pm
10628            - macos/bundled_lib/blib/lib/Net/Cmd.pm
10629            - macos/bundled_lib/blib/lib/Net/Config.pm
10630            - macos/bundled_lib/blib/lib/Net/Domain.pm
10631            - macos/bundled_lib/blib/lib/Net/FTP.pm
10632            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
10633            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
10634            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
10635            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
10636            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
10637            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10638            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10639            - macos/bundled_lib/blib/lib/Net/NNTP.pm
10640            - macos/bundled_lib/blib/lib/Net/Netrc.pm
10641            - macos/bundled_lib/blib/lib/Net/POP3.pm
10642            - macos/bundled_lib/blib/lib/Net/SMTP.pm
10643            - macos/bundled_lib/blib/lib/Net/Time.pm
10644            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10645            - macos/bundled_lib/blib/lib/Switch.pm
10646            - macos/bundled_lib/t/Class/ISA/test.pl
10647            - macos/bundled_lib/t/Digest/Digest.t
10648            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10649            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10650            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10651            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10652            - macos/bundled_lib/t/Filter/Simple/data.t
10653            - macos/bundled_lib/t/Filter/Simple/export.t
10654            - macos/bundled_lib/t/Filter/Simple/filter.t
10655            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10656            - macos/bundled_lib/t/Filter/Simple/import.t
10657            - macos/bundled_lib/t/Memoize/array.t
10658            - macos/bundled_lib/t/Memoize/array_confusion.t
10659            - macos/bundled_lib/t/Memoize/correctness.t
10660            - macos/bundled_lib/t/Memoize/errors.t
10661            - macos/bundled_lib/t/Memoize/expire.t
10662            - macos/bundled_lib/t/Memoize/expire_file.t
10663            - macos/bundled_lib/t/Memoize/expire_module_n.t
10664            - macos/bundled_lib/t/Memoize/expire_module_t.t
10665            - macos/bundled_lib/t/Memoize/flush.t
10666            - macos/bundled_lib/t/Memoize/normalize.t
10667            - macos/bundled_lib/t/Memoize/prototype.t
10668            - macos/bundled_lib/t/Memoize/speed.t
10669            - macos/bundled_lib/t/Memoize/tie.t
10670            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10671            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10672            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10673            - macos/bundled_lib/t/Memoize/tie_storable.t
10674            - macos/bundled_lib/t/Memoize/tiefeatures.t
10675            - macos/bundled_lib/t/Memoize/unmemoize.t
10676            - macos/bundled_lib/t/NEXT/actual.t
10677            - macos/bundled_lib/t/NEXT/actuns.t
10678            - macos/bundled_lib/t/NEXT/next.t
10679            - macos/bundled_lib/t/NEXT/unseen.t
10680            - macos/bundled_lib/t/Switch/t/given.t
10681            - macos/bundled_lib/t/Switch/t/nested.t
10682            - macos/bundled_lib/t/Switch/t/switch.t
10683            - macos/bundled_lib/t/libnet/config.t
10684            - macos/bundled_lib/t/libnet/ftp.t
10685            - macos/bundled_lib/t/libnet/hostname.t
10686            - macos/bundled_lib/t/libnet/libnet_t.pl
10687            - macos/bundled_lib/t/libnet/netrc.t
10688            - macos/bundled_lib/t/libnet/nntp.t
10689            - macos/bundled_lib/t/libnet/require.t
10690            - macos/bundled_lib/t/libnet/smtp.t
10691 ____________________________________________________________________________
10692 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10693         Log: Remove Text::Balanced from bundled_lib (already in lib)
10694      Branch: macperl
10695            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10696            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10697            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10698            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10699            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10700            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10701            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10702            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10703            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10704 ____________________________________________________________________________
10705 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10706         Log: A word of warning to the users of UTF-8 locales.
10707      Branch: perl
10708            ! pod/perluniintro.pod
10709 ____________________________________________________________________________
10710 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10711         Log: Forgotten from #16125.
10712      Branch: perl
10713            ! t/lib/MakeMaker/Test/Utils.pm
10714 ____________________________________________________________________________
10715 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10716         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10717      Branch: perl
10718            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10719            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10720            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10721            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10722            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10723            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10724            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10725            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10726            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10727            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10728            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10729            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10730            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10731            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10732            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10733            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10734            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10735 ____________________________________________________________________________
10736 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10737         Log: Subject: New UTF-8 surprise
10738              From: andreas.koenig@anima.de (Andreas J. Koenig)
10739              Date: Mon, 22 Apr 2002 12:08:48 +0200
10740              Message-ID: <m38z7gjb9r.fsf@anima.de>
10741      Branch: perl
10742            ! pp_hot.c t/op/subst.t
10743 ____________________________________________________________________________
10744 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10745         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10746              tree that is branched from //depot/maint-5.6/macperl/macos/...
10747      Branch: macperl
10748           +> (branch 3590 files)
10749 ____________________________________________________________________________
10750 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10751         Log: Try to be clearer about perlio.
10752      Branch: perl
10753            ! INSTALL
10754 ____________________________________________________________________________
10755 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10756         Log: Subject: Re: binary compatibility
10757              From: Andy Dougherty <doughera@lafayette.edu>
10758              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10759              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
10760      Branch: perl
10761            ! INSTALL patchlevel.h
10762 ____________________________________________________________________________
10763 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
10764         Log: Go on record about the binary backward incompatibility.
10765      Branch: perl
10766            ! pod/perldelta.pod
10767 ____________________________________________________________________________
10768 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
10769         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
10770              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10771              Date: Wed, 24 Apr 2002 01:51:43 +0400
10772              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
10773      Branch: perl
10774            ! t/win32/system.t
10775 ____________________________________________________________________________
10776 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
10777         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
10778              From: PPrymmer@factset.com
10779              Date: Tue, 23 Apr 2002 17:14:32 -0400
10780              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
10781      Branch: perl
10782            ! lib/locale.t
10783 ____________________________________________________________________________
10784 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
10785         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
10786              From: Paul_GreenVOS@vos.stratus.com
10787              Date: Tue, 23 Apr 02 15:06 edt   
10788              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
10789      Branch: perl
10790            ! Makefile.SH cflags.SH
10791 ____________________________________________________________________________
10792 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
10793         Log: metaconfig unit change for #16115.
10794      Branch: metaconfig
10795            ! U/compline/byteorder.U
10796      Branch: perl
10797            ! config_h.SH
10798 ____________________________________________________________________________
10799 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
10800         Log: Regen Configure to mirror #16111 (with one added tweak).
10801      Branch: perl
10802            ! Configure
10803 ____________________________________________________________________________
10804 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
10805         Log: Retract #16109.
10806      Branch: perl
10807            ! lib/ExtUtils/MM_Unix.pm
10808 ____________________________________________________________________________
10809 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
10810         Log: FAQ sync.
10811      Branch: perl
10812            ! pod/perlfaq3.pod pod/perlfaq8.pod
10813 ____________________________________________________________________________
10814 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
10815         Log: use encoding no more defaults to Latin 1.
10816      Branch: perl
10817            ! pod/perluniintro.pod
10818 ____________________________________________________________________________
10819 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
10820         Log: Configure test for byteorder loses bits
10821      Branch: perl
10822            ! Configure
10823 ____________________________________________________________________________
10824 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
10825         Log: hacking around byteorder variance between config.sh and config.h
10826              isn't needed after change#16099
10827      Branch: perl
10828            ! ext/Storable/t/malice.t
10829 ____________________________________________________________________________
10830 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
10831         Log: (retracted by #16114)
10832              
10833              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
10834              From: "Green, Paul" <Paul.Green@stratus.com>
10835              Date: Tue, 23 Apr 2002 13:47:19 -0400
10836              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
10837      Branch: perl
10838            ! lib/ExtUtils/MM_Unix.pm
10839 ____________________________________________________________________________
10840 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
10841         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
10842              From: Norton Allen <allen@huarp.harvard.edu>
10843              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
10844              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
10845      Branch: perl
10846            ! lib/File/Find.pm
10847 ____________________________________________________________________________
10848 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
10849         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
10850              From: Norton Allen <allen@huarp.harvard.edu>
10851              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
10852              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
10853      Branch: perl
10854            ! README.qnx hints/qnx.sh
10855 ____________________________________________________________________________
10856 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
10857         Log: Subject: [PATCH] pod/perlhist.pod
10858              From: Abigail <abigail@foad.org>
10859              Date: Tue, 23 Apr 2002 16:21:31 +0200
10860              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
10861              
10862              (removed 5.005_04 which never happened)
10863      Branch: perl
10864            ! pod/perlhist.pod
10865 ____________________________________________________________________________
10866 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
10867         Log: Subject: Re: [PATCH abigail.t] another portability attempt
10868              From: Abigail <abigail@foad.org>
10869              Date: Tue, 23 Apr 2002 11:35:54 +0200
10870              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
10871      Branch: perl
10872            ! t/japh/abigail.t
10873 ____________________________________________________________________________
10874 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
10875         Log: NetWare tweak from C Aditya.
10876      Branch: perl
10877            ! NetWare/Nwmain.c NetWare/nw5.c
10878 ____________________________________________________________________________
10879 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
10880         Log: fix a typo
10881      Branch: perl
10882            ! regexec.c
10883 ____________________________________________________________________________
10884 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
10885         Log: Uncurliff.
10886      Branch: perl
10887            ! README.ko
10888 ____________________________________________________________________________
10889 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
10890         Log: Pointer to UV casting.
10891      Branch: perl
10892            ! regexec.c
10893 ____________________________________________________________________________
10894 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
10895         Log: metaconfig unit change for #16099.
10896      Branch: metaconfig
10897            ! U/compline/byteorder.U
10898 ____________________________________________________________________________
10899 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
10900         Log: Use UV (not long) for BYTEORDER.
10901      Branch: perl
10902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10903            ! config_h.SH
10904 ____________________________________________________________________________
10905 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
10906         Log: # cpp commands must start in the first column.
10907      Branch: perl
10908            ! scope.c
10909 ____________________________________________________________________________
10910 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
10911         Log: Reborn as text.
10912      Branch: perl
10913            + NetWare/interface.cpp
10914 ____________________________________________________________________________
10915 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
10916         Log: Dead as binary.
10917      Branch: perl
10918            - NetWare/interface.cpp
10919 ____________________________________________________________________________
10920 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
10921         Log: Undo #16091, a time-warped escapee.
10922      Branch: perl
10923            ! lib/ExtUtils/t/MM_Cygwin.t
10924 ____________________________________________________________________________
10925 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10926         Log: *size tweaks from Sarathy.
10927      Branch: perl
10928            ! ext/Storable/t/malice.t
10929 ____________________________________________________________________________
10930 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10931         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10932              From: Stas Bekman <stas@stason.org>
10933              Date: Tue, 23 Apr 2002 01:52:22 +0800
10934              Message-ID: <3CC44DD6.3090401@stason.org>
10935      Branch: perl
10936            ! pod/perlguts.pod
10937 ____________________________________________________________________________
10938 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10939         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10940              From: Paul_GreenVOS@vos.stratus.com
10941              Date: Mon, 22 Apr 02 20:35 edt
10942              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10943      Branch: perl
10944            + hints/t001.c
10945            ! MANIFEST hints/README.hints hints/vos.sh
10946 ____________________________________________________________________________
10947 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10948         Log: (retracted by #16095)
10949      Branch: perl
10950            ! lib/ExtUtils/t/MM_Cygwin.t
10951 ____________________________________________________________________________
10952 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10953         Log: Subject: Re: perl@16083
10954              From: Nicholas Clark <nick@unfortu.net>
10955              Date: Mon, 22 Apr 2002 23:17:45 +0100
10956              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10957      Branch: perl
10958            ! ext/Storable/t/malice.t
10959 ____________________________________________________________________________
10960 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10961         Log: Upgrade to Encode 1.58.
10962      Branch: perl
10963            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10964            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10965            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10966            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10967            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10968            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10969            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10970            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10971            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10972            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10973            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10974            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10975            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10976            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10977            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10978            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10979            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10980            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10981 ____________________________________________________________________________
10982 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10983         Log: On Win32 the end.t failure should be gone now.
10984      Branch: perl
10985            ! pod/perldelta.pod
10986 ____________________________________________________________________________
10987 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10988         Log: Subject: [PATCH] update VOS-specific pod files
10989              From: Paul_GreenVOS@vos.stratus.com
10990              Date: Mon, 22 Apr 02 16:02 edt
10991              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10992      Branch: perl
10993            ! README.vos pod/perlport.pod
10994 ____________________________________________________________________________
10995 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10996         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10997              From: Paul_GreenVOS@vos.stratus.com
10998              Date: Mon, 22 Apr 02 15:26 edt
10999              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
11000      Branch: perl
11001            ! hints/vos.sh
11002 ____________________________________________________________________________
11003 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
11004         Log: Upgrade to Encode 1.57, from Dan Kogai.
11005      Branch: perl
11006            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11007            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
11008            ! ext/Encode/lib/Encode/Encoding.pm
11009            ! ext/Encode/lib/Encode/JP/JIS7.pm
11010            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
11011            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
11012 ____________________________________________________________________________
11013 [ 16084] By: ams                                   on 2002/04/22  18:10:13
11014         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
11015              From: Stas Bekman <stas@stason.org>
11016              Date: Tue, 23 Apr 2002 01:59:07 +0800
11017              Message-Id: <3CC44F6B.5010300@stason.org>
11018      Branch: perl
11019            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
11020 ____________________________________________________________________________
11021 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
11022         Log: Update Changes.
11023      Branch: perl
11024            ! Changes patchlevel.h
11025 ____________________________________________________________________________
11026 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
11027         Log: In MANIFEST but not added.
11028      Branch: perl
11029            + NetWare/interface.cpp
11030 ____________________________________________________________________________
11031 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
11032         Log: Duh.
11033      Branch: perl
11034            ! lib/ExtUtils/MM_Unix.pm
11035 ____________________________________________________________________________
11036 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
11037         Log: Subject: Re: t/japh/abigail.t [PATCH]
11038              From: Norton Allen <allen@huarp.harvard.edu>
11039              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
11040              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
11041      Branch: perl
11042            ! t/japh/abigail.t
11043 ____________________________________________________________________________
11044 [ 16079] By: ams                                   on 2002/04/22  15:59:55
11045         Log: Subject: {PATCH docs] sockatmark
11046              From: Mark-Jason Dominus <mjd@plover.com>
11047              Date: Mon, 22 Apr 2002 02:43:42 -0400
11048              Message-Id: <20020422064342.24646.qmail@plover.com>
11049      Branch: perl
11050            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
11051 ____________________________________________________________________________
11052 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
11053         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
11054              From: Paul_GreenVOS@vos.stratus.com
11055              Date: Mon, 22 Apr 02 12:40 edt
11056              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
11057      Branch: perl
11058            ! cflags.SH
11059 ____________________________________________________________________________
11060 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
11061         Log: Add new files from #16076; re-sort.
11062      Branch: perl
11063            ! MANIFEST
11064 ____________________________________________________________________________
11065 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
11066         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
11067      Branch: perl
11068            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
11069            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
11070            + NetWare/perllib.cpp NetWare/splittree.pl
11071            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11072            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
11073            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
11074            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
11075            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
11076            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
11077            ! x2p/hash.c x2p/walk.c
11078 ____________________________________________________________________________
11079 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
11080         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
11081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11082              Date: Mon, 22 Apr 2002 17:56:17 +0200
11083              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
11084      Branch: perl
11085            ! README.aix
11086 ____________________________________________________________________________
11087 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
11088         Log: Signedness nit.
11089      Branch: perl
11090            ! ext/PerlIO/encoding/encoding.xs
11091 ____________________________________________________________________________
11092 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
11093         Log: No semicolons after blocks.
11094      Branch: perl
11095            ! ext/Encode/Encode.xs
11096 ____________________________________________________________________________
11097 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
11098         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
11099      Branch: perl
11100            ! ext/PerlIO/encoding/encoding.pm
11101            ! ext/PerlIO/encoding/encoding.xs
11102 ____________________________________________________________________________
11103 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
11104         Log: Upgrade to Encode 1.56, from Dan Kogai.
11105      Branch: perl
11106            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11107            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11108            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
11109            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11110            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
11111            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11112            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
11113            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
11114            ! ext/Encode/lib/Encode/Config.pm
11115            ! ext/Encode/lib/Encode/Encoder.pm
11116            ! ext/Encode/lib/Encode/Encoding.pm
11117            ! ext/Encode/lib/Encode/JP/H2Z.pm
11118            ! ext/Encode/lib/Encode/JP/JIS7.pm
11119            ! ext/Encode/lib/Encode/KR/2022_KR.pm
11120            ! ext/Encode/lib/Encode/PerlIO.pod
11121            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
11122            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
11123            ! ext/Encode/ucm/big5-hkscs.ucm
11124 ____________________________________________________________________________
11125 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
11126         Log: Comment tweak from Philip.
11127      Branch: perl
11128            ! opcode.pl
11129 ____________________________________________________________________________
11130 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
11131         Log: a Test::Harness tweak to make the test lines show up prettier
11132      Branch: perl
11133            ! lib/Test/Harness.pm
11134 ____________________________________________________________________________
11135 [ 16067] By: nick                                  on 2002/04/22  09:19:23
11136         Log: Integrate mainline
11137      Branch: perlio
11138           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
11139           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
11140           !> t/lib/warnings/perlio t/win32/system.t
11141 ____________________________________________________________________________
11142 [ 16066] By: nick                                  on 2002/04/22  09:01:43
11143         Log: Integrate //depot/perlio into mainline
11144      Branch: perl
11145           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11146           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
11147           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
11148 ____________________________________________________________________________
11149 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
11150         Log: clean up after stray test file littering
11151              
11152              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
11153              it seems that it shouldn't (looks like a handle leak in PerlIO
11154              to me)
11155      Branch: perl
11156            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
11157            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
11158            ! t/lib/warnings/perlio t/win32/system.t
11159 ____________________________________________________________________________
11160 [ 16064] By: nick                                  on 2002/04/22  08:02:58
11161         Log: Integrate mainline into perlio
11162      Branch: perlio
11163           +> ext/Storable/t/malice.t
11164            ! pod/perliol.pod
11165           !> (integrate 57 files)
11166 ____________________________________________________________________________
11167 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
11168         Log: integrate change#16062 from mainline
11169              
11170              another windows fix: only create a new console for subprocesses
11171              when all three stdhandles are invalid (from Jan Dubois)
11172      Branch: maint-5.6/perl
11173            ! win32/win32.c
11174 ____________________________________________________________________________
11175 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
11176         Log: another windows fix: only create a new console for subprocesses
11177              when all three stdhandles are invalid (from Jan Dubois)
11178      Branch: perl
11179            ! win32/win32.c
11180 ____________________________________________________________________________
11181 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
11182         Log: all the thread tests now pass on windows (32-bit and 64-bit)
11183      Branch: perl
11184            ! README.win32
11185 ____________________________________________________________________________
11186 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
11187         Log: enable maximal optimizations on win64
11188      Branch: perl
11189            ! win32/Makefile win32/makefile.mk
11190 ____________________________________________________________________________
11191 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
11192         Log: Tweaks copied from Philip Newton's Encode patches.
11193      Branch: perl
11194            ! AUTHORS
11195 ____________________________________________________________________________
11196 [ 16057] By: sky                                   on 2002/04/22  00:19:40
11197         Log: End blocks were not run on Win32.
11198              The real fix should be to turn this flag on in RunPerl but
11199              I think we are too close 5.8 to change that.
11200      Branch: perl
11201            ! ext/threads/threads.xs
11202 ____________________________________________________________________________
11203 [ 16056] By: sky                                   on 2002/04/21  23:29:22
11204         Log: Do not unlock mutex twice.
11205              Do not unlock mutex after it has been destroyed and freed.
11206              Do not email p5p without uncrossing eyes.
11207      Branch: perl
11208            ! ext/threads/threads.xs
11209 ____________________________________________________________________________
11210 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
11211         Log: squelch some more type mismatch warnings
11212              
11213              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
11214              missing parens in macro definition
11215      Branch: perl
11216            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
11217            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
11218            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
11219            ! pp.c regexec.c sv.h
11220 ____________________________________________________________________________
11221 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
11222         Log: Make writing user-defined character properties nicer.
11223      Branch: perl
11224            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
11225 ____________________________________________________________________________
11226 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
11227         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
11228              isn't the case on win64
11229      Branch: perl
11230            ! ext/Storable/t/malice.t
11231 ____________________________________________________________________________
11232 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
11233         Log: One more way to do character class subtraction.
11234      Branch: perl
11235            ! pod/perlunicode.pod
11236 ____________________________________________________________________________
11237 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
11238         Log: Mopup of #16048.
11239      Branch: perl
11240            ! pp_sys.c
11241 ____________________________________________________________________________
11242 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
11243         Log: some test failures have been fixed
11244      Branch: perl
11245            ! README.win32
11246 ____________________________________________________________________________
11247 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
11248         Log: use compare_text() rather than compare() to avoid bogus
11249              failures when the test files happen to be CRLF terminated
11250      Branch: perl
11251            ! ext/Encode/t/JP.t
11252 ____________________________________________________________________________
11253 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
11254         Log: fixes for all the warnings reported by Visual C (most of this
11255              change is from change#12026)
11256      Branch: perl
11257            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
11258            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
11259            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
11260            ! regexec.c sv.c toke.c universal.c utf8.c util.c
11261            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
11262 ____________________________________________________________________________
11263 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
11264         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
11265              From: Nicholas Clark <nick@unfortu.net>
11266              Date: Sun, 21 Apr 2002 19:15:24 +0100
11267              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
11268      Branch: perl
11269            + ext/Storable/t/malice.t
11270            ! MANIFEST ext/Storable/Storable.pm
11271 ____________________________________________________________________________
11272 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
11273         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
11274              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11275              Date: Sun, 21 Apr 2002 19:37:51 +0200
11276              Message-ID: <3CC3150F.5798.22A05AE@localhost>
11277      Branch: perl
11278            ! ext/Encode/t/perlio.t
11279 ____________________________________________________________________________
11280 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
11281         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
11282              From: Andrey Sapozhnikov <sapa@icb.chel.su>
11283              Date: Fri, 19 Apr 2002 19:55:56 +0600
11284              Message-ID: <3CC021EC.5080005@icb.chel.su>
11285              
11286              (tweaked a bit)
11287      Branch: perl
11288            ! pod/perltrap.pod
11289 ____________________________________________________________________________
11290 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
11291         Log: Do not assume that io buffer flushing happens in the same
11292              order as joins (that assumption broke in a multicpu IRIX box)
11293      Branch: perl
11294            ! ext/threads/t/thread.t
11295 ____________________________________________________________________________
11296 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
11297         Log: As if people would be reading the documentation :-)
11298      Branch: perl
11299            ! opcode.pl
11300 ____________________________________________________________________________
11301 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
11302         Log: Typo tweaks.
11303      Branch: perl
11304            ! pod/perlrun.pod
11305 ____________________________________________________________________________
11306 [ 16041] By: sky                                   on 2002/04/21  13:53:54
11307         Log: Got the last memory leak in the while(1) { threads->create(sub 
11308              {})->join() }, now we can loop over a million threads without a 
11309              problem. 
11310              Cleared up SVs that should have been mortal but never where.
11311      Branch: perl
11312            ! ext/threads/threads.xs
11313 ____________________________________________________________________________
11314 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
11315         Log: Make doc clearer, as suggested by Brent Dax
11316      Branch: perl
11317            ! opcode.pl
11318 ____________________________________________________________________________
11319 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
11320         Log: Revert change #15974.
11321      Branch: perl
11322            ! ext/B/B/Deparse.pm
11323 ____________________________________________________________________________
11324 [ 16038] By: nick                                  on 2002/04/21  08:43:48
11325         Log: Integrate mainline
11326      Branch: perlio
11327           +> win32/config.vc64 win32/config_H.vc64
11328           !> (integrate 43 files)
11329 ____________________________________________________________________________
11330 [ 16037] By: nick                                  on 2002/04/21  08:10:07
11331         Log: Integrate mainline
11332      Branch: perlio
11333           +> ext/Encode/ucm/big5-eten.ucm
11334            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
11335            - win32/config.win64 win32/config_H.win64
11336           !> MANIFEST Porting/makerel ext/Encode/Changes
11337           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11338           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11339           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11340           !> ext/Encode/lib/Encode/Config.pm
11341           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11342           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11343           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
11344           !> pod/perlunicode.pod vms/vms.c
11345 ____________________________________________________________________________
11346 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
11347         Log: S_ stands sfor static.
11348      Branch: perl
11349            ! hv.c
11350 ____________________________________________________________________________
11351 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
11352         Log: htovs et al might be macros.
11353      Branch: perl
11354            ! perl.h
11355 ____________________________________________________________________________
11356 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
11357         Log: missed checkin of this file in change#16033
11358      Branch: perl
11359            ! makedef.pl
11360 ____________________________________________________________________________
11361 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
11362         Log: Windows 64-bit support:
11363              
11364              * support for building it in the regular makefiles
11365              * large files support via the _*i64() functions (this should be
11366              portable to the 32-bit universe too, but quite untested and
11367              and binary-incompatible, therefore not enabled there)
11368              * three additional test failures in addition to the t/end.t one
11369              (see README.win32)
11370              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
11371              the ones available from the CRT (needed because Perl uses
11372              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
11373              * add a few 64-bit notes to README.win32
11374              
11375              The following general problems were also fixed:
11376              
11377              * s/struct stat/Stat_t/g
11378              * Data::Dumper had some naughty 'long' typecasts
11379              * Errno_pm.PL didn't work safe when winsock.h was not in the same
11380              directory as errno.h
11381              * various tell/seek things were incorrectly prototyped
11382              * squelch ugly looking noise when running tests
11383              * Embed.t wasn't linking in all the libraries
11384              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
11385              * re-enable all the disabled warnings (additional fixes may be
11386              needed for the warnings uncovered by this)
11387      Branch: perl
11388            + win32/config.vc64 win32/config_H.vc64
11389            ! MANIFEST README.win32 doio.c dosish.h
11390            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
11391            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
11392            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
11393            ! win32/config.vc win32/makefile.mk win32/perlglob.c
11394            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
11395            ! win32/win32iop.h win32/win32sck.c
11396 ____________________________________________________________________________
11397 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
11398         Log: Upgrade to Encode 1.52, from Dan Kogai.
11399      Branch: perl
11400            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11401            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
11402            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
11403            ! ext/Encode/lib/Encode/JP/JIS7.pm
11404            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
11405            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
11406            ! ext/Encode/ucm/big5-hkscs.ucm
11407 ____________________________________________________________________________
11408 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
11409         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11410              From: Mark-Jason Dominus <mjd@plover.com>
11411              Date: Sat, 20 Apr 2002 03:36:28 -0400
11412              Message-ID: <20020420073628.324.qmail@plover.com>
11413      Branch: perl
11414            ! pod/perlopentut.pod
11415 ____________________________________________________________________________
11416 [ 16030] By: sky                                   on 2002/04/20  22:02:32
11417         Log: Remove auto-detach
11418              Cleans up memory now, destroys the mutex and frees thread
11419              Makes returnvalues mortal
11420              Doesn't run thread_destruct until the thread has stopped AND
11421              all references to it are gone.
11422      Branch: perl
11423            ! ext/threads/threads.xs
11424 ____________________________________________________________________________
11425 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
11426         Log: Subject: [PATCH @16005] rescue perldoc for VMS
11427              From: "Craig A. Berry" <craigberry@mac.com>
11428              Date: Sat, 20 Apr 2002 15:16:30 -0500
11429              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
11430      Branch: perl
11431            ! vms/vms.c
11432 ____________________________________________________________________________
11433 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
11434         Log: Subject: Re: [PATCH] typo
11435              From: andreas.koenig@anima.de (Andreas J. Koenig)
11436              Date: Sat, 20 Apr 2002 15:41:23 +0200
11437              Message-ID: <m37kn2o5bw.fsf@anima.de>
11438      Branch: perl
11439            ! ext/Encode/encoding.pm
11440 ____________________________________________________________________________
11441 [ 16027] By: nick                                  on 2002/04/20  21:42:09
11442         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
11443              and change test not to skip them.
11444      Branch: perlio
11445            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
11446 ____________________________________________________________________________
11447 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
11448         Log: Upgrade to Encode 1.51, from Dan Kogai.
11449      Branch: perl
11450            + ext/Encode/ucm/big5-eten.ucm
11451            - ext/Encode/ucm/big5.ucm
11452            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11453            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
11454            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11455            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
11456            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11457            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11458 ____________________________________________________________________________
11459 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
11460         Log: purge existing win64 stuff (this never really worked in 5.7.x)
11461              in preparation for completely redone win64 support
11462      Branch: perl
11463            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11464            ! MANIFEST Porting/makerel
11465 ____________________________________________________________________________
11466 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
11467         Log: Subject: Re: perl@16005
11468              From: Stas Bekman <stas@stason.org>
11469              Date: Sat, 20 Apr 2002 13:06:49 +0800
11470              Message-ID: <3CC0F769.1010705@stason.org>
11471              (with a minor formatting nit)
11472      Branch: perl
11473            ! pod/perlfunc.pod
11474 ____________________________________________________________________________
11475 [ 16023] By: nick                                  on 2002/04/20  19:06:04
11476         Log: Some tweaks for encodings which need lines.
11477              Also disabled trial of using fallbacks.
11478      Branch: perlio
11479            ! ext/PerlIO/encoding/encoding.pm
11480            ! ext/PerlIO/encoding/encoding.xs
11481 ____________________________________________________________________________
11482 [ 16022] By: nick                                  on 2002/04/20  18:37:38
11483         Log: Various tweaks to Encode
11484      Branch: perlio
11485            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11486            ! ext/Encode/Unicode/Unicode.xs
11487            ! ext/Encode/lib/Encode/Encoding.pm
11488            ! ext/Encode/lib/Encode/JP/JIS7.pm
11489            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
11490 ____________________________________________________________________________
11491 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
11492         Log: Subject: [PATCH] perlunicode.pod typos
11493              From: andreas.koenig@anima.de (Andreas J. Koenig)     
11494              Date: Sat, 20 Apr 2002 11:20:25 +0200
11495              Message-ID: <m3vgamoheu.fsf@anima.de>
11496      Branch: perl
11497            ! pod/perlunicode.pod
11498 ____________________________________________________________________________
11499 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
11500         Log: Test tweak from mjd.
11501      Branch: perl
11502            ! lib/Memoize/t/errors.t
11503 ____________________________________________________________________________
11504 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
11505         Log: Integrate perlio:
11506              
11507              [ 16018]
11508              Fill in the PERLIO sections.
11509              
11510              [ 16017]
11511              Add :bytes to POD part.
11512              Remove 'alias' to Encode now it exists as a module.
11513              
11514              [ 16014]
11515              Tweak to Encode.xs to avoid buffer overrun.
11516              
11517              [ 16007]
11518              Silence warning generating warning message for U+FFFF does not map etc.
11519              
11520              [ 15912]
11521              XS versions of encode/decode for Encode::Unicode
11522      Branch: perl
11523           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
11524 ____________________________________________________________________________
11525 [ 16018] By: nick                                  on 2002/04/20  13:38:24
11526         Log: Fill in the PERLIO sections.
11527      Branch: perlio
11528            ! pod/perlrun.pod
11529 ____________________________________________________________________________
11530 [ 16017] By: nick                                  on 2002/04/20  13:37:15
11531         Log: Add :bytes to POD part.
11532              Remove 'alias' to Encode now it exists as a module.
11533      Branch: perlio
11534            ! lib/PerlIO.pm
11535 ____________________________________________________________________________
11536 [ 16016] By: sky                                   on 2002/04/20  13:12:31
11537         Log: Really let the update of the link list do something.
11538      Branch: perl
11539            ! ext/threads/threads.xs
11540 ____________________________________________________________________________
11541 [ 16015] By: nick                                  on 2002/04/20  07:51:26
11542         Log: Integrate mainline
11543      Branch: perlio
11544           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
11545           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
11546           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
11547 ____________________________________________________________________________
11548 [ 16014] By: nick                                  on 2002/04/20  07:46:11
11549         Log: Tweak to Encode.xs to avoid buffer overrun.
11550      Branch: perlio
11551            ! ext/Encode/Encode.xs
11552 ____________________________________________________________________________
11553 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
11554         Log: Subject: [PATCH] t/japh/abigail.t
11555              From: abigail@foad.org
11556              Date: Fri, 19 Apr 2002 02:21:36 +0200
11557              Message-ID: <20020419002136.16948.qmail@foad.org>
11558              
11559              Subject: Re: [PATCH] t/japh/abigail.t
11560              From: "Craig A. Berry" <craigberry@mac.com>
11561              Date: Fri, 19 Apr 2002 11:23:45 -0500
11562              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
11563      Branch: perl
11564            ! t/japh/abigail.t
11565 ____________________________________________________________________________
11566 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
11567         Log: User-defined character properties were unintentionally
11568              removed, noticed by Dan Kogai.
11569      Branch: perl
11570            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
11571            ! pod/perlunicode.pod t/op/pat.t
11572 ____________________________________________________________________________
11573 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
11574         Log: Subject: Re: [PATCH] Big5-related changes.
11575              From: Autrijus Tang <autrijus@autrijus.org>
11576              Date: Sat, 20 Apr 2002 04:06:31 +0800
11577              Message-ID: <20020419200631.GA20964@not.autrijus.org>
11578      Branch: perl
11579            ! README.cn README.tw
11580 ____________________________________________________________________________
11581 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
11582         Log: Add a BUGS sections to O.pm
11583      Branch: perl
11584            ! ext/B/O.pm
11585 ____________________________________________________________________________
11586 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
11587         Log: Disable warning noise
11588      Branch: perl
11589            ! t/io/open.t
11590 ____________________________________________________________________________
11591 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
11592         Log: More tests for the 3-arg open
11593      Branch: perl
11594            ! t/io/open.t t/lib/warnings/doio
11595 ____________________________________________________________________________
11596 [ 16007] By: nick                                  on 2002/04/19  17:45:53
11597         Log: Silence warning generating warning message for U+FFFF does not map etc.
11598      Branch: perlio
11599            ! ext/Encode/Encode.xs
11600 ____________________________________________________________________________
11601 [ 16006] By: nick                                  on 2002/04/19  15:24:57
11602         Log: Integrate mainline (for Tk with Encode testing)
11603              Some perlio & encode issues otherwise cleanish.
11604      Branch: perlio
11605           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11606           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11607           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11608           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11609           +> ext/threads/t/thread.t
11610            - ext/Encode/lib/Encode/Unicode.pm
11611           !> (integrate 38 files)
11612 ____________________________________________________________________________
11613 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
11614         Log: Update Changes.
11615      Branch: perl
11616            ! Changes patchlevel.h
11617 ____________________________________________________________________________
11618 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
11619         Log: Subject: [PATCH] warn on ref open without perlio
11620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11621              Date: Thu, 18 Apr 2002 23:17:44 +0200
11622              Message-ID: <20020418231744.A24159@rafael>
11623              
11624              (with one nit, the skip message needed "# " prefix)
11625      Branch: perl
11626            ! doio.c pod/perldiag.pod t/lib/warnings/doio
11627 ____________________________________________________________________________
11628 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
11629         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
11630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11631              Date: Fri, 19 Apr 2002 15:43:47 +0200
11632              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
11633      Branch: perl
11634            ! README.hpux
11635 ____________________________________________________________________________
11636 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
11637         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
11638      Branch: perl
11639            ! ext/PerlIO/encoding/encoding.pm
11640            ! ext/PerlIO/encoding/encoding.xs
11641 ____________________________________________________________________________
11642 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
11643         Log: Upgrade to Encode 1.50, from Dan Kogai.
11644      Branch: perl
11645            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11646            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11647            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11648            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11649            - ext/Encode/lib/Encode/Unicode.pm
11650            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11651            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11652            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11653            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11654            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11655            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11656            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11657            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11658            ! ext/Encode/t/jisx0208.ref
11659 ____________________________________________________________________________
11660 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11661         Log: Subject: CPAN.pm sync
11662              From: andreas.koenig@anima.de (Andreas J. Koenig)
11663              Date: Fri, 19 Apr 2002 11:55:07 +0200
11664              Message-ID: <m3ads0qah0.fsf@anima.de>
11665      Branch: perl
11666            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11667 ____________________________________________________________________________
11668 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11669         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11670      Branch: perl
11671            ! pod/perltooc.pod
11672 ____________________________________________________________________________
11673 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11674         Log: The previous change on this was *ahem* slightly off-topic.
11675      Branch: perl
11676            ! ext/PerlIO/encoding/encoding.pm
11677 ____________________________________________________________________________
11678 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11679         Log: variant of change#14657 from mainline, modified for binary
11680              compatibility for 5.6.x (from  Jan Dubois)
11681      Branch: maint-5.6/perl
11682            ! lib/Win32.pod win32/win32.c
11683 ____________________________________________________________________________
11684 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11685         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11686              From: abigail@foad.org
11687              Date: Thu, 18 Apr 2002 17:09:45 +0200
11688              Message-Id: <20020418150945.389.qmail@foad.org>
11689      Branch: perl
11690            ! pod/perldebtut.pod
11691 ____________________________________________________________________________
11692 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11693         Log: z/OS situation update.
11694      Branch: perl
11695            ! pod/perldelta.pod
11696 ____________________________________________________________________________
11697 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11698         Log: Doc tweaks.
11699      Branch: perl
11700            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11701 ____________________________________________________________________________
11702 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11703         Log: The tests need perlio.
11704      Branch: perl
11705            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11706 ____________________________________________________________________________
11707 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11708         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11709              From: Mark-Jason Dominus <mjd@plover.com>
11710              Date: Thu, 18 Apr 2002 09:38:17 -0400
11711              Message-ID: <20020418133817.22436.qmail@plover.com>    
11712              
11713              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11714              From: Mark-Jason Dominus <mjd@plover.com>
11715              Date: Thu, 18 Apr 2002 09:54:50 -0400
11716              Message-ID: <20020418135450.22999.qmail@plover.com>    
11717      Branch: perl
11718            ! pod/perlfaq8.pod
11719 ____________________________________________________________________________
11720 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11721         Log: Port testcases from thr5005 tests so we don't fail on same things.
11722              Added yield support using threads->yield().
11723      Branch: perl
11724            + ext/threads/t/thread.t
11725            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11726 ____________________________________________________________________________
11727 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11728         Log: Integrate mainline
11729      Branch: perlio
11730            - t/io/full.t
11731           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11732           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11733           !> perl.c t/op/groups.t toke.c win32/win32.c
11734 ____________________________________________________________________________
11735 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11736         Log: Always flush the PerlIO buffers after running END blocks in 
11737              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11738      Branch: perl
11739            ! perl.c
11740 ____________________________________________________________________________
11741 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11742         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11743      Branch: perl
11744            ! perl.c
11745 ____________________________________________________________________________
11746 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11747         Log: Move /dev/full testing post-5.8.0.
11748      Branch: perl
11749            - t/io/full.t
11750            ! MANIFEST
11751 ____________________________________________________________________________
11752 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11753         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11754              ("Crays have only REAL memory.")
11755      Branch: perl
11756            ! hints/unicos.sh hints/unicosmk.sh
11757 ____________________________________________________________________________
11758 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11759         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
11760              From: luc.st-louis@ca.transport.bombardier.com
11761              Date: Wed, 17 Apr 2002 14:22:25 -0400
11762              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
11763      Branch: perl
11764            ! win32/win32.c
11765 ____________________________________________________________________________
11766 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
11767         Log: With -Uuseperlio the error might be EBADF.
11768      Branch: perl
11769            ! t/io/full.t
11770 ____________________________________________________________________________
11771 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
11772         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
11773              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11774              Date: Wed, 17 Apr 2002 21:16:22 +0400
11775              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
11776      Branch: perl
11777            ! lib/ExtUtils/t/Embed.t
11778 ____________________________________________________________________________
11779 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
11780         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
11781              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11782              Date: Wed, 17 Apr 2002 20:08:03 +0400
11783              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
11784      Branch: perl
11785            ! win32/win32.c
11786 ____________________________________________________________________________
11787 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
11788         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11789              From: Mark-Jason Dominus <mjd@plover.com>
11790              Date: Wed, 17 Apr 2002 11:14:17 -0400
11791              Message-ID: <20020417151417.27268.qmail@plover.com>
11792      Branch: perl
11793            ! t/io/full.t
11794 ____________________________________________________________________________
11795 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
11796         Log: README.cjk update.
11797      Branch: perl
11798            ! README.cn README.jp README.ko README.tw
11799 ____________________________________________________________________________
11800 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
11801         Log: Subject: [PATCH toke.c] @:foo?
11802              From: Philip Newton <Philip.Newton@gmx.net>
11803              Date: Wed, 17 Apr 2002 19:48:09 +0200
11804              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
11805      Branch: perl
11806            ! toke.c
11807 ____________________________________________________________________________
11808 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
11809         Log: Subject: Re: gcc on HP
11810              From: Philip Newton <Philip.Newton@gmx.net>
11811              Date: Wed, 17 Apr 2002 20:36:34 +0200
11812              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
11813      Branch: perl
11814            ! README.hpux
11815 ____________________________________________________________________________
11816 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
11817         Log: Adjust test for groups that appear multiple times on Cygwin
11818      Branch: perl
11819            ! t/op/groups.t
11820 ____________________________________________________________________________
11821 [ 15976] By: nick                                  on 2002/04/17  17:03:40
11822         Log: Integrate mainline
11823      Branch: perlio
11824           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11825           +> ext/PerlIO/encoding/encoding.pm
11826           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
11827           +> ext/threads/shared/t/queue.t t/io/full.t
11828            - ext/Encode/lib/Encode/XS.pm
11829           !> (integrate 50 files)
11830 ____________________________________________________________________________
11831 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
11832         Log: Update Changes.
11833      Branch: perl
11834            ! Changes patchlevel.h
11835 ____________________________________________________________________________
11836 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
11837         Log: Subject: [PATCH B::Deparse] "foo bar"->()
11838              From: Robin Houston <robin@kitsite.com>
11839              Date: Wed, 17 Apr 2002 15:45:32 +0100
11840              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
11841      Branch: perl
11842            ! ext/B/B/Deparse.pm
11843 ____________________________________________________________________________
11844 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
11845         Log: metaconfig unit change for #15972.
11846      Branch: metaconfig/U/perl
11847            ! Extensions.U
11848 ____________________________________________________________________________
11849 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
11850         Log: As suggested by Arthur: the threads and threads::shared
11851              modules are always present.  This tries to preempt two
11852              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
11853              to have this new fancy threads implementation but my Perl
11854              doesn't seem to have it" (2) someone attempting to install
11855              threads using CPAN.pm and CPAN.pm helpfully starting to
11856              install perl 5.8.0 (which they might already have installed).
11857      Branch: perl
11858            ! Configure ext/threads/Makefile.PL
11859            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
11860            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11861            ! ext/threads/threads.xs
11862 ____________________________________________________________________________
11863 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
11864         Log: More signedness nits.
11865      Branch: perl
11866            ! ext/Encode/Encode.xs
11867 ____________________________________________________________________________
11868 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
11869         Log: fast_abs_path() is tainted.
11870      Branch: perl
11871            ! ext/Cwd/t/cwd.t
11872 ____________________________________________________________________________
11873 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
11874         Log: Signedness nit.
11875      Branch: perl
11876            ! ext/Encode/bin/enc2xs
11877 ____________________________________________________________________________
11878 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
11879         Log: Subject: gcc on HP
11880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11881              Date: Wed, 17 Apr 2002 12:43:38 +0200
11882              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
11883      Branch: perl
11884            ! README.hpux
11885 ____________________________________________________________________________
11886 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
11887         Log: Add just a little bit more explanation to PerlIO::encoding.
11888      Branch: perl
11889            ! ext/PerlIO/encoding/encoding.pm
11890 ____________________________________________________________________________
11891 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
11892         Log: PerlIO::encoding 0.01 from Dan Kogai.
11893      Branch: perl
11894            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11895            + ext/PerlIO/encoding/encoding.pm
11896            + ext/PerlIO/encoding/encoding.xs
11897            ! MANIFEST
11898 ____________________________________________________________________________
11899 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
11900         Log: Upgrade to Encode 1.42, from Dan Kogai.
11901      Branch: perl
11902            - ext/Encode/lib/Encode/XS.pm
11903            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11904            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
11905            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11906            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
11907            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11908            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11909            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11910            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
11911            ! ext/Encode/lib/Encode/Config.pm
11912            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
11913            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11914            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
11915            ! ext/Encode/t/encoding.t
11916 ____________________________________________________________________________
11917 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
11918         Log: Test tweaks from mjd and Benjamin Goldberg.
11919      Branch: perl
11920            ! t/io/full.t
11921 ____________________________________________________________________________
11922 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11923         Log: Document taint-safeness.   Life in the fast_abs_path()
11924              lane is unsafe.
11925      Branch: perl
11926            ! lib/Cwd.pm
11927 ____________________________________________________________________________
11928 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11929         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11930              From: Mark-Jason Dominus <mjd@plover.com>
11931              Date: Tue, 16 Apr 2002 19:24:12 -0400
11932              Message-ID: <20020416232412.14297.qmail@plover.com>
11933      Branch: perl
11934            + t/io/full.t
11935            ! MANIFEST perlio.c
11936 ____________________________________________________________________________
11937 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11938         Log: Manifestations of mjd, from mjd.
11939      Branch: perl
11940            ! MANIFEST
11941 ____________________________________________________________________________
11942 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11943         Log: metaconfig unit change for #15959.
11944      Branch: metaconfig/U/perl
11945            ! Extensions.U
11946 ____________________________________________________________________________
11947 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11948         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11949              From: Andy Dougherty <doughera@lafayette.edu>
11950              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11951              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11952      Branch: perl
11953            ! Configure
11954 ____________________________________________________________________________
11955 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11956         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11957              From: Nicholas Clark <nick@unfortu.net>
11958              Date: Tue, 16 Apr 2002 22:22:41 +0100
11959              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11960      Branch: perl
11961            ! embed.fnc global.sym hv.c universal.c
11962 ____________________________________________________________________________
11963 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11964         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11965      Branch: perl
11966            ! pod/perlfunc.pod pod/perlrun.pod
11967 ____________________________________________________________________________
11968 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11969         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11970              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11971              stuff being 0xabababab on cleanup.
11972      Branch: perl
11973            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11974            ! MANIFEST
11975 ____________________________________________________________________________
11976 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11977         Log: Integate mainline (other machine)
11978      Branch: perlio
11979           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11980           !> t/op/magic.t
11981 ____________________________________________________________________________
11982 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11983         Log: Integrate mainline
11984      Branch: perlio
11985           +> README.cn README.jp README.ko README.tw
11986           +> ext/threads/shared/t/av_refs.t
11987           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11988           !> (integrate 41 files)
11989 ____________________________________________________________________________
11990 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11991         Log: B::walkoptree bugfix (see also #15850)
11992      Branch: perl
11993            ! ext/B/B.xs ext/B/t/terse.t
11994 ____________________________________________________________________________
11995 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11996         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11997              From: Philip Newton <Philip.Newton@gmx.net>
11998              Date: Tue, 16 Apr 2002 21:09:44 +0200
11999              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
12000      Branch: perl
12001            ! pod/perltodo.pod
12002 ____________________________________________________________________________
12003 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
12004         Log: Subject: [PATCH] B::Deparse problems with japhs
12005              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12006              Date: Tue, 16 Apr 2002 15:47:33 +0100
12007              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
12008      Branch: perl
12009            ! ext/B/B/Deparse.pm
12010 ____________________________________________________________________________
12011 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
12012         Log: Stas' tainting worries, obscured by me.
12013      Branch: perl
12014            ! ext/Cwd/t/cwd.t lib/Cwd.pm
12015 ____________________________________________________________________________
12016 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
12017         Log: Pod tweak to avoid =item<japanese> problems.
12018      Branch: perl
12019            ! README.jp
12020 ____________________________________________________________________________
12021 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
12022         Log: Some UTF-8 todos.
12023      Branch: perl
12024            ! pod/perltodo.pod
12025 ____________________________________________________________________________
12026 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
12027         Log: Let's not promise too much: use utf8 only works on identifier
12028              names, not package or subroutine names (admittedly limited [1], but
12029              that's what the Camel says, and that's what we are going to stick
12030              to for 5.8.0).  Also document that use vars does not do utf8.
12031              [1] The obvious problem in both is that package and subroutine
12032              names need to mappable to the filesystem.
12033      Branch: perl
12034            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
12035 ____________________________________________________________________________
12036 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
12037         Log: Subject: [PATCH] small typo in IO::Pipe pod
12038              From: Slaven Rezic <rezic@onlineoffice.de>
12039              Date: Tue, 16 Apr 2002 12:31:10 +0200
12040              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
12041      Branch: perl
12042            ! ext/IO/lib/IO/Pipe.pm
12043 ____________________________________________________________________________
12044 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
12045         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
12046              From: Arthur Bergman <arthur@contiller.se>
12047              Date: Tue, 16 Apr 2002 11:58:45 +0200
12048              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
12049      Branch: perl
12050            ! lib/Attribute/Handlers.pm
12051 ____________________________________________________________________________
12052 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
12053         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
12054              Jungshik Shin.  Regen toc.
12055      Branch: perl
12056            + README.cn README.jp README.ko README.tw
12057            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12058 ____________________________________________________________________________
12059 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
12060         Log: my $utf8here, our $utf8here, and package variable $utf8here.
12061              
12062              The actual minimal fix is in utf8.c and from NI-S,
12063              the rest are the tests (in fresh_perl since I couldn't get
12064              them easily to work elsewhere) and a slight behaviour change:
12065              previously UTF-8 identifiers had to start with an alphabetic
12066              character.  No more so, now they can start with an (Unicode)
12067              ID_Continue character (which however is not a (Unicode) digit).
12068              (Limiting the first character to ID_Start would be rather
12069              restrictive, since ID_Start allows only alphabetic letters.)
12070              
12071              TODO: use vars qw($utf8here).  This I don't find to be
12072              a showstopper.
12073      Branch: perl
12074            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
12075            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
12076 ____________________________________________________________________________
12077 [ 15942] By: ams                                   on 2002/04/16  02:24:25
12078         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
12079              From: "Craig A. Berry" <craigberry@mac.com>
12080              Date: Mon, 15 Apr 2002 22:06:14 -0500
12081              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
12082      Branch: perl
12083            ! lib/FileCache.t
12084 ____________________________________________________________________________
12085 [ 15941] By: ams                                   on 2002/04/16  02:16:35
12086         Log: Subject: [PATCH] s2p fix for VMS
12087              From: "Craig A. Berry" <craigberry@mac.com>
12088              Date: Mon, 15 Apr 2002 21:48:36 -0500
12089              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
12090      Branch: perl
12091            ! configure.com t/x2p/s2p.t x2p/s2p.PL
12092 ____________________________________________________________________________
12093 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
12094         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
12095              (and the licensing of the other code clarified, from Mark Bixby.)
12096      Branch: perl
12097            ! mpeix/mpeix.c
12098 ____________________________________________________________________________
12099 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
12100         Log: AUTHORS updates.
12101      Branch: perl
12102            ! AUTHORS
12103 ____________________________________________________________________________
12104 [ 15938] By: sky                                   on 2002/04/15  22:13:17
12105         Log: Add support for my $foo : shared; 
12106              Add testcase for this.
12107              Update manifest.
12108      Branch: perl
12109            + ext/threads/shared/t/shared_attr.t
12110            ! MANIFEST ext/threads/shared/shared.pm
12111 ____________________________________________________________________________
12112 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
12113         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
12114              From: abigail@foad.org
12115              Date: Mon, 15 Apr 2002 17:41:17 +0200
12116              Message-ID: <20020415154117.1559.qmail@foad.org>
12117              
12118              (With EBCDIC skippage added, and the skip reason
12119              skippage on the two ?? loops tweaked.)
12120      Branch: perl
12121            + t/japh/abigail.t
12122            ! MANIFEST t/TEST
12123 ____________________________________________________________________________
12124 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
12125         Log: Subject: Re: [ID 20020412.005] Dancing ??s
12126              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12127              Date: Sun, 14 Apr 2002 16:09:30 +0100
12128              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
12129      Branch: perl
12130            ! pod/perlop.pod pp_hot.c t/op/pat.t
12131 ____________________________________________________________________________
12132 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
12133         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
12134              From: abigail@foad.org
12135              Date: Mon, 15 Apr 2002 17:40:02 +0200
12136              Message-ID: <20020415154002.1549.qmail@foad.org>
12137      Branch: perl
12138            ! t/test.pl
12139 ____________________________________________________________________________
12140 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
12141         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
12142              From: "Craig A. Berry" <craigberry@mac.com>
12143              Date: Mon, 15 Apr 2002 14:05:26 -0500
12144              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
12145      Branch: perl
12146            ! universal.c
12147 ____________________________________________________________________________
12148 [ 15933] By: sky                                   on 2002/04/15  21:26:16
12149         Log: Test arrays containing references, and references to shared arrays.
12150      Branch: perl
12151            + ext/threads/shared/t/av_refs.t
12152 ____________________________________________________________________________
12153 [ 15932] By: nick                                  on 2002/04/15  15:06:49
12154         Log: Integrate mainline (for Encode)
12155      Branch: perlio
12156           +> ext/Encode/Encode/ConfigLocal_PM.e2x
12157           +> ext/Encode/lib/Encode/JP/JIS7.pm
12158            - ext/Encode/lib/Encode/JP/2022_JP.pm
12159            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12160            - ext/Encode/lib/Encode/JP/JIS.pm
12161           !> (integrate 26 files)
12162 ____________________________________________________________________________
12163 [ 15931] By: ams                                   on 2002/04/15  14:51:31
12164         Log: Subject: [PATCH] Chip didn't time travel.
12165              From: abigail@foad.org
12166              Date: Mon, 15 Apr 2002 17:40:22 +0200
12167              Message-Id: <20020415154022.1554.qmail@foad.org>
12168      Branch: perl
12169            ! pod/perlhist.pod
12170 ____________________________________________________________________________
12171 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
12172         Log: Update Changes.
12173      Branch: perl
12174            ! Changes patchlevel.h
12175 ____________________________________________________________________________
12176 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
12177         Log: The #15921 made the 'no warnings' unnecessary.
12178      Branch: perl
12179            ! t/op/magic.t
12180 ____________________________________________________________________________
12181 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
12182         Log: Subject: Re: [FILE] FileCache.t
12183              From: belg4mit <belg4mit@mit.edu>
12184              Date: Mon, 15 Apr 2002 01:31:21 -0400
12185              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
12186      Branch: perl
12187            ! lib/FileCache.t
12188 ____________________________________________________________________________
12189 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
12190         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
12191      Branch: perl
12192            ! lib/FileCache.pm lib/FileCache.t
12193 ____________________________________________________________________________
12194 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
12195         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
12196              From: Nicholas Clark <nick@unfortu.net>
12197              Date: Sun, 14 Apr 2002 22:54:43 +0100
12198              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
12199      Branch: perl
12200            ! lib/Hash/Util.t
12201 ____________________________________________________________________________
12202 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
12203         Log: Subject: [Encode] 1.40 released!
12204              From: Dan Kogai <dankogai@dan.co.jp>
12205              Date: Mon, 15 Apr 2002 07:51:52 +0900
12206              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
12207      Branch: perl
12208            + ext/Encode/Encode/ConfigLocal_PM.e2x
12209            + ext/Encode/lib/Encode/JP/JIS7.pm
12210            - ext/Encode/lib/Encode/JP/2022_JP.pm
12211            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12212            - ext/Encode/lib/Encode/JP/JIS.pm
12213            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
12214            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
12215            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
12216            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
12217            ! ext/Encode/lib/Encode/Config.pm
12218            ! ext/Encode/lib/Encode/Encoder.pm
12219            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12220            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
12221 ____________________________________________________________________________
12222 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
12223         Log: return undef is of questionable style.
12224      Branch: perl
12225            ! lib/Hash/Util.pm
12226 ____________________________________________________________________________
12227 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
12228         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
12229              From: mjd@plover.com
12230              Date: 15 Apr 2002 06:46:02 -0000
12231              Message-ID: <20020415064602.17052.qmail@plover.com>     
12232      Branch: perl
12233            ! t/op/magic.t
12234 ____________________________________________________________________________
12235 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
12236         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
12237              From: mjd@plover.com
12238              Date: 14 Apr 2002 22:30:17 -0000
12239              Message-ID: <20020414223017.17361.qmail@plover.com>
12240      Branch: perl
12241            ! t/op/re_tests
12242 ____________________________________________________________________________
12243 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
12244         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
12245              From: Mark-Jason Dominus <mjd@plover.com>
12246              Date: Mon, 15 Apr 2002 02:41:52 -0400
12247              Message-ID: <20020415064152.16958.qmail@plover.com>
12248      Branch: perl
12249            ! perl.c t/lib/warnings/toke
12250 ____________________________________________________________________________
12251 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
12252         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
12253              From: "Craig A. Berry" <craigberry@mac.com>
12254              Date: Sun, 14 Apr 2002 18:56:02 -0500
12255              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
12256      Branch: perl
12257            ! configure.com
12258 ____________________________________________________________________________
12259 [ 15919] By: nick                                  on 2002/04/15  06:14:25
12260         Log: Integrate mainline
12261      Branch: perlio
12262           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
12263           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
12264           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
12265 ____________________________________________________________________________
12266 [ 15918] By: ams                                   on 2002/04/15  04:25:48
12267         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
12268              From: Stas Bekman <stas@stason.org>
12269              Date: Mon, 15 Apr 2002 11:45:03 +0800
12270              Message-Id: <3CBA4CBF.9030306@stason.org>
12271      Branch: perl
12272            ! lib/Cwd.pm
12273 ____________________________________________________________________________
12274 [ 15917] By: ams                                   on 2002/04/15  04:21:14
12275         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
12276              From: Mark-Jason Dominus <mjd@plover.com>
12277              Date: Mon, 15 Apr 2002 00:30:26 -0400
12278              Message-Id: <20020415043026.11417.qmail@plover.com>
12279      Branch: perl
12280            ! perl.c t/lib/warnings/toke
12281 ____________________________________________________________________________
12282 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
12283         Log: Correct precedence problem in #15915
12284      Branch: perl
12285            ! lib/vars.pm
12286 ____________________________________________________________________________
12287 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
12288         Log: use vars wasn't use utf8 aware.
12289      Branch: perl
12290            ! lib/vars.pm
12291 ____________________________________________________________________________
12292 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
12293         Log: Subject: [PATCH] Re: restricted hashes are unblessable
12294              From: Nicholas Clark <nick@unfortu.net>
12295              Date: Sat, 13 Apr 2002 23:43:02 +0100
12296              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
12297              
12298              The function name sucks but can't think of anything better.
12299      Branch: perl
12300            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
12301 ____________________________________________________________________________
12302 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
12303         Log: Subject: AUTHORS update
12304              From: Chris Nandor <pudge@pobox.com>
12305              Date: Sun, 14 Apr 2002 11:54:40 -0400
12306              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
12307      Branch: perl
12308            ! AUTHORS
12309 ____________________________________________________________________________
12310 [ 15912] By: nick                                  on 2002/04/14  14:47:18
12311         Log: XS versions of encode/decode for Encode::Unicode
12312      Branch: perlio
12313            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
12314 ____________________________________________________________________________
12315 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
12316         Log: metaconfig unit changes for #15910.
12317      Branch: metaconfig
12318            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12319            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12320            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12321            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12322            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12323            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12324            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12325            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12326            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12327            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12328            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12329            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12330            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12331            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12332            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12333            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12334            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12335            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12336            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12337            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12338            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12339            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12340            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12341            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12342 ____________________________________________________________________________
12343 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
12344         Log: Simplify the _r probing code by adding the i_systime
12345              only for the APIs where it matters.
12346      Branch: perl
12347            ! Configure reentr.pl
12348 ____________________________________________________________________________
12349 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
12350         Log: Integrate perlio:
12351              
12352              [ 15904]
12353              Disable test code (assertions) in CRLF layer.
12354              
12355              [ 15903]
12356              Avoid expensive paranoid check that decoder does return legal UTF-8
12357      Branch: perl
12358           !> ext/Encode/Encode.xs perlio.c
12359 ____________________________________________________________________________
12360 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
12361         Log: Subject: patch for FileCache in 5.7.3
12362              From: JPIERCE <belg4mit@MIT.EDU>
12363              Date: Sun, 14 Apr 2002 00:38:21 -0400
12364              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
12365      Branch: perl
12366            ! lib/FileCache.pm
12367 ____________________________________________________________________________
12368 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
12369         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12370              From: Tim Bunce <Tim.Bunce@pobox.com>
12371              Date: Sun, 14 Apr 2002 12:07:35 +0100
12372              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
12373      Branch: perl
12374            ! ext/Storable/Storable.xs
12375 ____________________________________________________________________________
12376 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
12377         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
12378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12379              Date: Sun, 14 Apr 2002 16:29:59 +0200
12380              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
12381      Branch: perl
12382            ! hints/hpux.sh
12383 ____________________________________________________________________________
12384 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
12385         Log: Subject: Enable portable gcc code on hp-ux
12386              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12387              Date: Sun, 14 Apr 2002 16:30:01 +0200
12388              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
12389      Branch: perl
12390            ! hints/hpux.sh
12391 ____________________________________________________________________________
12392 [ 15904] By: nick                                  on 2002/04/14  09:18:01
12393         Log: Disable test code (assertions) in CRLF layer.
12394      Branch: perlio
12395            ! perlio.c
12396 ____________________________________________________________________________
12397 [ 15903] By: nick                                  on 2002/04/14  09:16:39
12398         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
12399      Branch: perlio
12400            ! ext/Encode/Encode.xs
12401 ____________________________________________________________________________
12402 [ 15902] By: nick                                  on 2002/04/14  09:15:45
12403         Log: Integrate mainline
12404      Branch: perlio
12405           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12406           +> t/win32/longpath.t t/win32/system.t
12407            - t/op/winsystem.t
12408           !> (integrate 30 files)
12409 ____________________________________________________________________________
12410 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
12411         Log: Fixed URL for the Alpha editor.
12412      Branch: perl
12413            ! pod/perlfaq3.pod
12414 ____________________________________________________________________________
12415 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
12416         Log: Dedodgify.
12417      Branch: perl
12418            ! ext/Storable/Storable.xs
12419 ____________________________________________________________________________
12420 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
12421         Log: AUTHORS updates.
12422      Branch: perl
12423            ! AUTHORS
12424 ____________________________________________________________________________
12425 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
12426         Log: s2p needs Config.pm.
12427      Branch: perl
12428            ! Makefile.SH
12429 ____________________________________________________________________________
12430 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
12431         Log: Subject: [PATCH] Benchmark.t 75,90,109
12432              From: Nicholas Clark <nick@unfortu.net>
12433              Date: Sat, 13 Apr 2002 21:43:04 +0100
12434              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
12435      Branch: perl
12436            ! lib/Benchmark.t
12437 ____________________________________________________________________________
12438 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
12439         Log: Tweaks by Autrijus Tang.
12440      Branch: perl
12441            ! ext/Encode/encoding.pm
12442 ____________________________________________________________________________
12443 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
12444         Log: FAQ sync.
12445      Branch: perl
12446            ! pod/perlfaq5.pod
12447 ____________________________________________________________________________
12448 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
12449         Log: z/OS tally update.
12450      Branch: perl
12451            ! pod/perldelta.pod
12452 ____________________________________________________________________________
12453 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
12454         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12455              From: Nicholas Clark <nick@unfortu.net>
12456              Date: Sat, 13 Apr 2002 02:58:07 +0100
12457              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
12458      Branch: perl
12459            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12460            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
12461            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
12462            ! t/lib/st-dump.pl
12463 ____________________________________________________________________________
12464 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
12465         Log: Add piconv and enc2xs to the list of utilities.
12466      Branch: perl
12467            ! utils.lst
12468 ____________________________________________________________________________
12469 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
12470         Log: s.
12471      Branch: perl
12472            ! pod/perlunicode.pod
12473 ____________________________________________________________________________
12474 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
12475         Log: Phrasing fixes by Nick Clark
12476      Branch: perl
12477            ! pod/perlunicode.pod
12478 ____________________________________________________________________________
12479 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
12480         Log: More POD fixes and typos
12481      Branch: perl
12482            ! pod/perlunicode.pod
12483 ____________________________________________________________________________
12484 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
12485         Log: Subject: Re: UTF-8 and DB_File ?
12486              From: andreas.koenig@anima.de (Andreas J. Koenig)
12487              Date: Sat, 13 Apr 2002 13:29:41 +0200
12488              Message-ID: <m3ads7j0pm.fsf@anima.de>
12489      Branch: perl
12490            ! pod/perlunicode.pod
12491 ____________________________________________________________________________
12492 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
12493         Log: Fix a typo noticed by Paul Johnson.
12494      Branch: perl
12495            ! MANIFEST
12496 ____________________________________________________________________________
12497 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
12498         Log: Subject: Re: Win32 Status
12499              From: Michael G Schwern <schwern@pobox.com>
12500              Date: Fri, 12 Apr 2002 10:15:33 -0400
12501              Message-ID: <20020412141533.GB9788@blackrider>
12502      Branch: perl
12503            ! lib/ExtUtils/t/INST.t
12504 ____________________________________________________________________________
12505 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
12506         Log: Upgrade to Encode 1.34, from Dan Kogai.
12507      Branch: perl
12508            ! ext/Encode/Changes ext/Encode/Encode.pm
12509            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12510            ! ext/Encode/t/Unicode.t
12511 ____________________________________________________________________________
12512 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
12513         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
12514              From: Graham TerMarsch <graham@howlingfrog.com>
12515              Date: Fri, 12 Apr 2002 12:28:47 -0700
12516              Message-Id: <200204121228.47826.graham@howlingfrog.com>
12517      Branch: perl
12518            ! AUTHORS
12519 ____________________________________________________________________________
12520 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
12521         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
12522              From: Nicholas Clark <nick@unfortu.net>
12523              Date: Fri, 12 Apr 2002 21:59:06 +0100
12524              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
12525      Branch: perl
12526            ! pp_pack.c t/op/pack.t
12527 ____________________________________________________________________________
12528 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
12529         Log: Re-sort MANIFEST.
12530      Branch: perl
12531            ! MANIFEST
12532 ____________________________________________________________________________
12533 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
12534         Log: Move also the Win32 system testing to t/win32.
12535      Branch: perl
12536            + t/win32/system.t
12537            - t/op/winsystem.t
12538            ! MANIFEST
12539 ____________________________________________________________________________
12540 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
12541         Log: Integrate change #15879 from maint-5.6;
12542              
12543              Win32::GetLongPathName() did not return valid results if there
12544              were "." and ".." components in the path; also fix a potential
12545              buffer overflow if the long path happens to be longer than
12546              MAX_PATH (this can presumably happen if they use \\?\... style
12547              paths); add a rather limited testsuite that exercises just the
12548              edge cases
12549      Branch: perl
12550           +> t/win32/longpath.t
12551           !> MANIFEST t/harness win32/win32.c
12552 ____________________________________________________________________________
12553 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
12554         Log: Win32::GetLongPathName() did not return valid results if there
12555              were "." and ".." components in the path; also fix a potential
12556              buffer overflow if the long path happens to be longer than
12557              MAX_PATH (this can presumably happen if they use \\?\... style
12558              paths); add a rather limited testsuite that exercises just the
12559              edge cases
12560      Branch: maint-5.6/perl
12561            + t/win32/longpath.t
12562            ! MANIFEST t/harness win32/win32.c
12563 ____________________________________________________________________________
12564 [ 15878] By: nick                                  on 2002/04/12  14:38:32
12565         Log: Integrate mainline
12566      Branch: perlio
12567           +> lib/ExtUtils/t/INST_PREFIX.t
12568           !> (integrate 37 files)
12569 ____________________________________________________________________________
12570 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
12571         Log: Update Changes.
12572      Branch: perl
12573            ! Changes patchlevel.h
12574 ____________________________________________________________________________
12575 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
12576         Log: Discuss the magic of \w in security terms.
12577      Branch: perl
12578            ! pod/perlsec.pod pod/perlunicode.pod
12579 ____________________________________________________________________________
12580 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
12581         Log: Add a warning about the symbolic methods and
12582              symbolic sub refs not being checked for taint.
12583      Branch: perl
12584            ! pod/perlsec.pod
12585 ____________________________________________________________________________
12586 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
12587         Log: In EBCDIC the BOM detection doesn't seem
12588              to be working right.  For now skipping the test,
12589              waiting for Dan's opinion.
12590      Branch: perl
12591            ! ext/Encode/t/Unicode.t
12592 ____________________________________________________________________________
12593 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
12594         Log: Update to Net::Ping 2.16.
12595      Branch: perl
12596            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12597 ____________________________________________________________________________
12598 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
12599         Log: Upgrade to CGI.pm 2.81.
12600      Branch: perl
12601            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
12602 ____________________________________________________________________________
12603 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
12604         Log: Move up restricted hashes a bit.
12605      Branch: perl
12606            ! pod/perldelta.pod
12607 ____________________________________________________________________________
12608 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
12609         Log: Now using Unicode 3.2.0.
12610      Branch: perl
12611            ! pod/perldelta.pod
12612 ____________________________________________________________________________
12613 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
12614         Log: UNICOS too has sockpair issues (unsurprisingly,
12615              since UNICOS/mk has them too)
12616      Branch: perl
12617            ! ext/Socket/socketpair.t
12618 ____________________________________________________________________________
12619 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
12620         Log: FAQ patch from mjd regarding Tie::File.
12621      Branch: perl
12622            ! pod/perlfaq5.pod
12623 ____________________________________________________________________________
12624 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
12625         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
12626              consider using the NamesList.
12627      Branch: perl
12628            ! lib/charnames.pm lib/charnames.t
12629 ____________________________________________________________________________
12630 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
12631         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
12632              From: "Craig A. Berry" <craigberry@mac.com>
12633              Date: Thu, 11 Apr 2002 13:47:21 -0500
12634              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
12635      Branch: perl
12636            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12637 ____________________________________________________________________________
12638 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
12639         Log: More NT Unicode information from Jan Dubois.
12640      Branch: perl
12641            ! pod/perltodo.pod
12642 ____________________________________________________________________________
12643 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
12644         Log: Add one perltodo item (and move bunch of them to better spot),
12645              add sysopen() to "Functions for filehandles, files, or directories".
12646      Branch: perl
12647            ! pod/perlfunc.pod pod/perltodo.pod
12648 ____________________________________________________________________________
12649 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12650         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12651      Branch: perl
12652            ! t/TEST
12653 ____________________________________________________________________________
12654 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12655         Log: Also NEC SUPER-UX has buggy sockpair().
12656      Branch: perl
12657            ! ext/Socket/socketpair.t
12658 ____________________________________________________________________________
12659 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12660         Log: dTHX works on its own just fine.
12661      Branch: perl
12662            ! ext/DynaLoader/dl_aix.xs
12663 ____________________________________________________________________________
12664 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12665         Log: Must hold off building s2p until there's a miniperl.
12666      Branch: perl
12667            ! Makefile.SH
12668 ____________________________________________________________________________
12669 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12670         Log: AIX: strerror_r() needs dTHX.
12671      Branch: perl
12672            ! ext/DynaLoader/dl_aix.xs
12673 ____________________________________________________________________________
12674 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12675         Log: Extracting the s2p may require the right dynlibpath.
12676      Branch: perl
12677            ! Makefile.SH
12678 ____________________________________________________________________________
12679 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12680         Log: Doc tweaks.
12681      Branch: perl
12682            ! ext/Time/HiRes/HiRes.pm
12683 ____________________________________________________________________________
12684 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12685         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12686              From: Michael G Schwern <schwern@pobox.com>
12687              Date: Thu, 11 Apr 2002 01:25:26 -0400
12688              Message-ID: <20020411052525.GA17038@blackrider>
12689      Branch: perl
12690            + lib/ExtUtils/t/INST_PREFIX.t
12691            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12692            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12693            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12694            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12695            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12696            ! lib/ExtUtils/t/prefixify.t
12697 ____________________________________________________________________________
12698 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12699         Log: Integrate mainline
12700      Branch: perlio
12701           !> (integrate 42 files)
12702 ____________________________________________________________________________
12703 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12704         Log: Unused variables.
12705      Branch: perl
12706            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12707 ____________________________________________________________________________
12708 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12709         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12710              From: Ilya Martynov <ilya@martynov.org>
12711              Date: 11 Apr 2002 03:21:17 +0400
12712              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12713      Branch: perl
12714            ! lib/Term/ReadLine.pm
12715 ____________________________________________________________________________
12716 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12717         Log: Upgrade to Encode 1.33, from Dan Kogai.
12718      Branch: perl
12719            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12720            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12721            ! ext/Encode/lib/Encode/Supported.pod
12722            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12723            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12724            ! ext/Encode/ucm/adobeSymbol.ucm
12725            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12726 ____________________________________________________________________________
12727 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12728         Log: Backward portability from Dan Kogai.
12729      Branch: perl
12730            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12731            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12732            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12733            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12734            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12735            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12736            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12737            ! ext/Storable/t/utf8.t
12738 ____________________________________________________________________________
12739 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12740         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12741              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12742              bug in B::walkoptree still to be fixed.
12743      Branch: perl
12744            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12745 ____________________________________________________________________________
12746 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12747         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12748              From: Philip Newton <Philip.Newton@gmx.net>
12749              Date: Wed, 10 Apr 2002 21:29:58 +0200
12750              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12751      Branch: perl
12752            ! pod/perldelta.pod
12753 ____________________________________________________________________________
12754 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12755         Log: Integrate perlio:
12756              
12757              [ 15847]
12758              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12759      Branch: perl
12760           !> lib/ExtUtils/MM_Win32.pm
12761 ____________________________________________________________________________
12762 [ 15847] By: nick                                  on 2002/04/10  13:08:29
12763         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
12764      Branch: perlio
12765            ! lib/ExtUtils/MM_Win32.pm
12766 ____________________________________________________________________________
12767 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
12768         Log: Try to fool old AIX when threading, from Merijn.
12769      Branch: perl
12770            ! perl.h
12771 ____________________________________________________________________________
12772 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
12773         Log: Update Changes.
12774      Branch: perl
12775            ! Changes patchlevel.h
12776 ____________________________________________________________________________
12777 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
12778         Log: Welcome to the 5.7.3.
12779      Branch: perl
12780            ! NetWare/Makefile win32/Makefile
12781 ____________________________________________________________________________
12782 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
12783         Log: Make x2p/s2p part of the test_prep target now that we
12784              have a test for it.
12785      Branch: perl
12786            ! Makefile.SH
12787 ____________________________________________________________________________
12788 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
12789         Log: Integrate perlio:
12790              
12791              [ 15840]
12792              We have been 5.7.3 for a while - install there ...
12793      Branch: perl
12794           !> win32/makefile.mk
12795 ____________________________________________________________________________
12796 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
12797         Log: SImilarly to old HP-UX, in old AIX too including
12798              crypt.h leads into trouble.  (from Merijn)
12799      Branch: perl
12800            ! hints/aix.sh
12801 ____________________________________________________________________________
12802 [ 15840] By: nick                                  on 2002/04/10  10:04:19
12803         Log: We have been 5.7.3 for a while - install there ...
12804      Branch: perlio
12805            ! win32/makefile.mk
12806 ____________________________________________________________________________
12807 [ 15839] By: nick                                  on 2002/04/10  10:03:46
12808         Log: Intgrate mainline
12809      Branch: perlio
12810           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
12811            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12812            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
12813           !> (integrate 40 files)
12814 ____________________________________________________________________________
12815 [ 15838] By: ams                                   on 2002/04/10  04:16:45
12816         Log: Subject: [PATCH] ext/attrs.t getting skipped
12817              From: "Craig A. Berry" <craigberry@mac.com>
12818              Date: Tue, 9 Apr 2002 23:58:49 -0500
12819              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
12820      Branch: perl
12821            ! t/TEST
12822 ____________________________________________________________________________
12823 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
12824         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
12825              From: Michael G Schwern <schwern@pobox.com>
12826              Date: Tue, 9 Apr 2002 20:52:55 -0400
12827              Message-ID: <20020410005254.GI8954@blackrider>
12828      Branch: perl
12829            ! t/op/sub_lval.t
12830 ____________________________________________________________________________
12831 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
12832         Log: Undo accident in #15385.
12833      Branch: metaconfig/U/perl
12834            ! Extensions.U
12835 ____________________________________________________________________________
12836 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
12837         Log: Retract the UTF-8 filenames patch.  This may be
12838              better dealt with in Perl level, a la File::Spec
12839              (since the whole mess is strongly filesystem-specific).
12840      Branch: metaconfig/U/perl
12841            + usecjk.U
12842            ! Extensions.U
12843      Branch: perl
12844            - ext/File/Glob/t/utf8.t
12845            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12846            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12847            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12848            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12849            ! t/op/readdir.t
12850 ____________________________________________________________________________
12851 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
12852         Log: Upgrade to Encode 1.32, from Dan Kogai.
12853      Branch: perl
12854            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
12855            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12856            - ext/Encode/ucm/macGurmukhi.ucm
12857            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
12858            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
12859            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
12860            ! ext/Encode/lib/Encode/Encoder.pm
12861            ! ext/Encode/lib/Encode/Supported.pod
12862            ! ext/Encode/lib/Encode/Unicode.pm
12863            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
12864            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12865 ____________________________________________________________________________
12866 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
12867         Log: Add tests for s2p/psed, from Wolfgang Laun.
12868      Branch: perl
12869            + t/x2p/s2p.t
12870            ! MANIFEST t/TEST
12871 ____________________________________________________________________________
12872 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
12873         Log: FAQ sync.
12874      Branch: perl
12875            ! pod/perlfaq2.pod pod/perlfaq3.pod
12876 ____________________________________________________________________________
12877 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
12878         Log: Remove false dependency between getgrent and setpwent
12879              having/not having FILE**.  Also make the names of the
12880              {set,get,end}* interface struct members a bit shorter.
12881      Branch: perl
12882            ! reentr.c reentr.h reentr.pl
12883 ____________________________________________________________________________
12884 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
12885         Log: Avoid bad prototypes.
12886      Branch: perl
12887            ! hints/hpux.sh
12888 ____________________________________________________________________________
12889 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
12890         Log: metaconfig unit change for #15828.
12891      Branch: metaconfig
12892            ! U/protos/Protochk.U
12893 ____________________________________________________________________________
12894 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
12895         Log: As Merijn points out, pthread.h really needs to be known
12896              by protochk.
12897      Branch: perl
12898            ! Configure
12899 ____________________________________________________________________________
12900 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
12901         Log: Integrate perlio:
12902              
12903              [ 15826]
12904              Patch up Encode for Tk
12905      Branch: perl
12906           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12907           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12908 ____________________________________________________________________________
12909 [ 15826] By: nick                                  on 2002/04/09  12:38:25
12910         Log: Patch up Encode for Tk
12911      Branch: perlio
12912            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12913            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12914 ____________________________________________________________________________
12915 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
12916         Log: Portability tweak.
12917      Branch: perl
12918            ! lib/File/CheckTree.t
12919 ____________________________________________________________________________
12920 [ 15824] By: sky                                   on 2002/04/09  10:51:07
12921         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12922              From: Abigail <abigail@osp.nl>
12923              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12924              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12925      Branch: perl
12926            ! pod/perlhist.pod
12927 ____________________________________________________________________________
12928 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12929         Log: Integrate mainline
12930      Branch: perlio
12931           +> ext/Encode/lib/Encode/Config.pm
12932           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12933           !> (integrate 37 files)
12934 ____________________________________________________________________________
12935 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12936         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12937              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12938              Date: Tue, 09 Apr 2002 02:00:51 -0400
12939              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12940      Branch: perl
12941            ! lib/File/CheckTree.pm
12942 ____________________________________________________________________________
12943 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12944         Log: Small perldelta tweaks.
12945      Branch: perl
12946            ! pod/perldelta.pod
12947 ____________________________________________________________________________
12948 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12949         Log: File::Checktree update from Paul Grassie.
12950      Branch: perl
12951            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12952 ____________________________________________________________________________
12953 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12954         Log: Subject: patch against t/op/sub_lval.t
12955              From: Jim Cromie <jcromie@divsol.com>
12956              Date: Mon, 08 Apr 2002 17:38:16 -0600
12957              Message-Id: <3CB229E8.9080500@divsol.com>
12958      Branch: perl
12959            ! t/op/sub_lval.t
12960 ____________________________________________________________________________
12961 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12962         Log: Humbly pay homage to the redundancy gods.
12963      Branch: perl
12964            ! mg.c
12965 ____________________________________________________________________________
12966 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12967         Log: metaconfig mirror #15816.
12968      Branch: metaconfig
12969            ! U/modified/Unix.U
12970 ____________________________________________________________________________
12971 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12972         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12973      Branch: perl
12974            ! Porting/Glossary
12975 ____________________________________________________________________________
12976 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12977         Log: Small piconv tweaks (sent to Dan).
12978      Branch: perl
12979            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12980            ! ext/Encode/lib/Encode/Alias.pm
12981 ____________________________________________________________________________
12982 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12983         Log: Update Changes.
12984      Branch: perl
12985            ! Changes patchlevel.h
12986 ____________________________________________________________________________
12987 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12988         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12989      Branch: perl
12990            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12991            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12992            ! pod/perlfaq7.pod pod/perlfaq9.pod
12993 ____________________________________________________________________________
12994 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12995         Log: Upgrade to Encode 1.31, from Dan Kogai.
12996      Branch: perl
12997            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12998            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12999            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
13000            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
13001 ____________________________________________________________________________
13002 [ 15811] By: ams                                   on 2002/04/08  17:00:37
13003         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
13004              From: Andy Dougherty <doughera@lafayette.edu>
13005              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
13006              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
13007      Branch: perl
13008            ! lib/sort.t pp_sort.c
13009 ____________________________________________________________________________
13010 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
13011         Log: metaconfig unit changes for #15809.
13012      Branch: metaconfig
13013            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
13014 ____________________________________________________________________________
13015 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
13016         Log: Mirroring #15806.
13017      Branch: perl
13018            ! Porting/Glossary Porting/config.sh Porting/config_H
13019 ____________________________________________________________________________
13020 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
13021         Log: metaconfig unit changes for #15807.
13022      Branch: metaconfig
13023            ! U/protos/Protochk.U U/threads/d_asctime_r.U
13024            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
13025            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
13026            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
13027            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
13028            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
13029            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
13030            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
13031            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
13032            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
13033            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
13034            ! U/threads/d_getprotobyname_r.U
13035            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
13036            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
13037            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
13038            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
13039            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
13040            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
13041            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
13042            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
13043            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
13044            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
13045            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
13046            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
13047            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
13048            ! U/threads/i_pthread.U
13049      Branch: perl
13050            ! config_h.SH
13051 ____________________________________________________________________________
13052 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
13053         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
13054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13055              Date: Mon, 08 Apr 2002 14:34:27 +0200
13056              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
13057      Branch: perl
13058            ! Configure hints/hpux.sh reentr.pl
13059 ____________________________________________________________________________
13060 [ 15806] By: ams                                   on 2002/04/08  13:50:43
13061         Log: Subject: [PATCH] Updates to Porting/Glossary
13062              From: Paul_GreenVOS@vos.stratus.com
13063              Date: Mon, 8 Apr 02 10:44 edt
13064              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
13065      Branch: perl
13066            ! Porting/Glossary
13067 ____________________________________________________________________________
13068 [ 15805] By: ams                                   on 2002/04/08  13:47:32
13069         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
13070              coredumps on startup)
13071              From: Michael G Schwern <schwern@pobox.com>
13072              Date: Mon, 8 Apr 2002 10:34:49 -0400
13073              Message-Id: <20020408143449.GB3245@blackrider>
13074      Branch: perl
13075            ! lib/ExtUtils/MM_Unix.pm
13076 ____________________________________________________________________________
13077 [ 15804] By: ams                                   on 2002/04/08  13:29:28
13078         Log: Subject: [PATCH] example in pod/perllexwarn.pod
13079              From: Slaven Rezic <slaven.rezic@berlin.de>
13080              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
13081              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
13082      Branch: perl
13083            ! pod/perllexwarn.pod
13084 ____________________________________________________________________________
13085 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
13086         Log: Upgrade to Encode 1.30, from Dan Kogai. 
13087      Branch: perl
13088            + ext/Encode/lib/Encode/Encoder.pm
13089            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13090            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
13091            ! ext/Encode/lib/Encode/Supported.pod
13092            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
13093            ! ext/Encode/t/grow.t
13094 ____________________________________________________________________________
13095 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
13096         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
13097              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13098              Date: Mon, 08 Apr 2002 01:08:40 +0100
13099              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
13100      Branch: perl
13101            ! ext/MIME/Base64/t/base64.t
13102 ____________________________________________________________________________
13103 [ 15801] By: nick                                  on 2002/04/08  07:28:27
13104         Log: Integrate mainline
13105      Branch: perlio
13106           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
13107           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
13108           +> ext/File/Glob/t/utf8.t
13109           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
13110           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
13111           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
13112            - ext/Encode/lib/Encode/10646_1.pm
13113            - ext/Encode/lib/Encode/Internal.pm
13114            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13115            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
13116            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13117            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13118            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13119            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13120            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
13121           !> (integrate 157 files)
13122 ____________________________________________________________________________
13123 [ 15800] By: ams                                   on 2002/04/08  07:06:21
13124         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
13125              From: Jan Dubois <JanD@ActiveState.com>
13126              Date: Mon, 08 Apr 2002 00:10:39 -0700
13127              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
13128      Branch: perl
13129            ! lib/ExtUtils/Packlist.pm
13130 ____________________________________________________________________________
13131 [ 15799] By: ams                                   on 2002/04/08  04:50:36
13132         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
13133              From: Stas Bekman <stas@stason.org>
13134              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
13135              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
13136      Branch: perl
13137            ! pod/perlguts.pod
13138 ____________________________________________________________________________
13139 [ 15798] By: ams                                   on 2002/04/08  03:56:52
13140         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
13141      Branch: perl
13142            ! util.c
13143 ____________________________________________________________________________
13144 [ 15797] By: ams                                   on 2002/04/08  01:30:38
13145         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
13146              same line of code. (As suggested by Simon Cozens.)
13147      Branch: perl
13148            ! mg.c
13149 ____________________________________________________________________________
13150 [ 15796] By: ams                                   on 2002/04/08  01:27:24
13151         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
13152              Simon Cozens.
13153      Branch: perl
13154            ! embed.fnc util.c
13155 ____________________________________________________________________________
13156 [ 15795] By: ams                                   on 2002/04/08  01:05:16
13157         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
13158              From: Tom Brown <thecap@peach.ece.utexas.edu>
13159              Date: Sun, 07 Apr 2002 23:20:05 GMT
13160              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
13161      Branch: perl
13162            ! ext/Devel/DProf/DProf.xs
13163 ____________________________________________________________________________
13164 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
13165         Log: Retract #15793 since #15775 should fix the problem.
13166      Branch: perl
13167            ! hv.c
13168 ____________________________________________________________________________
13169 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
13170         Log: (Retracted by #15794)
13171              Subject: [PATCH] hv.c
13172              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13173              Date: Sun, 7 Apr 2002 14:25:48 +0200
13174              Message-ID: <3CB056EC.16340.1119992@localhost>
13175      Branch: perl
13176            ! hv.c
13177 ____________________________________________________________________________
13178 [ 15792] By: ams                                   on 2002/04/07  21:48:49
13179         Log: Make other nits nervous.
13180      Branch: perl
13181            ! gv.c perl.c
13182 ____________________________________________________________________________
13183 [ 15791] By: ams                                   on 2002/04/07  20:31:08
13184         Log: Subject: [MIME::Base64 patch] t/base64.t fix
13185              From: Dan Kogai <dankogai@dan.co.jp>
13186              Date: Mon, 8 Apr 2002 06:19:29 +0900
13187              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
13188      Branch: perl
13189            ! ext/MIME/Base64/t/base64.t
13190 ____________________________________________________________________________
13191 [ 15790] By: ams                                   on 2002/04/07  20:15:52
13192         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
13193              From: Slaven Rezic <slaven.rezic@berlin.de>
13194              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
13195              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
13196      Branch: perl
13197            ! ext/Devel/Peek/Peek.xs
13198 ____________________________________________________________________________
13199 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
13200         Log: Fully qualify in warning message the name of a subroutine redefined
13201              via glob assignment
13202      Branch: perl
13203            ! sv.c t/lib/warnings/op t/lib/warnings/sv
13204 ____________________________________________________________________________
13205 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
13206         Log: Update from Dan Kogai.
13207      Branch: perl
13208            ! ext/Encode/t/Unicode.t
13209 ____________________________________________________________________________
13210 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
13211         Log: Can't right now twist my brain to figure out
13212              the right CR/LF code point mappings in EBCDIC.
13213      Branch: perl
13214            ! lib/Pod/t/eol.t
13215 ____________________________________________________________________________
13216 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
13217         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
13218              From: Nicholas Clark <nick@ccl4.org>
13219              Date: Sun, 7 Apr 2002 15:01:56 +0100
13220              Message-ID: <20020407150156.R10686@plum.flirble.org>
13221      Branch: perl
13222            ! ext/Data/Dumper/Dumper.xs
13223 ____________________________________________________________________________
13224 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
13225         Log: Tpyo.
13226      Branch: perl
13227            ! lib/Pod/t/eol.t
13228 ____________________________________________________________________________
13229 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
13230         Log: EBCDIC branch was forgotten.
13231      Branch: perl
13232            ! ext/Devel/Peek/Peek.t
13233 ____________________________________________________________________________
13234 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
13235         Log: charnames::viacode() was broken, noticed by Jeffrey.
13236      Branch: perl
13237            ! lib/charnames.pm lib/charnames.t
13238 ____________________________________________________________________________
13239 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
13240         Log: Missing files.
13241      Branch: perl
13242            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
13243            ! MANIFEST ext/Encode/MANIFEST
13244 ____________________________________________________________________________
13245 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
13246         Log: (intentionally empty)
13247      Branch: perl
13248            ! MANIFEST sv.h
13249 ____________________________________________________________________________
13250 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
13251         Log: Upgrade to Encode 1.26, from Dan Kogai.
13252      Branch: perl
13253            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
13254            + ext/Encode/ucm/jis0212.ucm
13255            - ext/Encode/lib/Encode/10646_1.pm
13256            - ext/Encode/lib/Encode/Internal.pm
13257            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13258            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
13259            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
13260            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
13261            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
13262            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
13263            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
13264            - ext/Encode/ucm/macRumanian.ucm
13265            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13266            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13267            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
13268            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
13269            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
13270            ! ext/Encode/lib/Encode/Encoding.pm
13271            ! ext/Encode/lib/Encode/Supported.pod
13272            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
13273            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
13274            ! ext/Encode/ucm/adobeSymbol.ucm
13275            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
13276            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
13277            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
13278            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13279            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13280            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13281            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13282            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13283            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13284            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13285            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13286            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13287            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13288            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13289            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13290            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13291            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13292            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
13293            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
13294            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
13295            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
13296            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
13297            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13298            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
13299            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
13300            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
13301            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
13302            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13303            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
13304            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
13305            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13306            ! ext/Encode/ucm/nextstep.ucm
13307 ____________________________________________________________________________
13308 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
13309         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
13310              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
13311              Now, where was my coffee mug...
13312      Branch: perl
13313            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
13314            ! pp_sys.c
13315 ____________________________________________________________________________
13316 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
13317         Log: Subject: [PATCH] MakeMaker basic.t on Win32
13318              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13319              Date: Sun, 7 Apr 2002 14:25:48 +0200
13320              Message-ID: <3CB056EC.27101.1119A3D@localhost>
13321              
13322              Subject: [PATCH] MakeMaker && Win32 && nmake
13323              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13324              Date: Sun, 7 Apr 2002 14:25:48 +0200
13325              Message-ID: <3CB056EC.9001.11199ED@localhost>
13326      Branch: perl
13327            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13328 ____________________________________________________________________________
13329 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
13330         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
13331              From: Philip Newton <Philip.Newton@gmx.net>
13332              Date: Sun, 07 Apr 2002 07:51:49 +0200      
13333              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
13334      Branch: perl
13335            ! utf8.c
13336 ____________________________________________________________________________
13337 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
13338         Log: There was no nice way of getting in UTF-8 filenames:
13339              now one can use in the (new) three-arg form of readdir()
13340              and in File::Glob import a ":utf8" to transparently accept
13341              the filenames as Unicode.  Note that only :utf8 is supported,
13342              not fancier stuff like :encoding(foobar)
13343      Branch: perl
13344            + ext/File/Glob/t/utf8.t
13345            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
13346            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
13347            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13348            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
13349            ! t/op/readdir.t
13350 ____________________________________________________________________________
13351 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
13352         Log: Subject: [PATCH] Re: perl@15772
13353              From: Nicholas Clark <nick@ccl4.org>
13354              Date: Sun, 7 Apr 2002 11:06:42 +0100
13355              Message-ID: <20020407110641.O10686@plum.flirble.org>
13356      Branch: perl
13357            ! hv.c
13358 ____________________________________________________________________________
13359 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
13360         Log: Subject: [PATCH] Re: 15764 breakage
13361              From: Michael G Schwern <schwern@pobox.com>
13362              Date: Sat, 6 Apr 2002 19:14:02 -0500
13363              Message-ID: <20020407001401.GA7076@blackrider>
13364      Branch: perl
13365            ! lib/ExtUtils/MM_Unix.pm
13366 ____________________________________________________________________________
13367 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
13368         Log: Instruction tweak.
13369      Branch: perl
13370            ! README.os390
13371 ____________________________________________________________________________
13372 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
13373         Log: Update Changes.
13374      Branch: perl
13375            ! Changes patchlevel.h
13376 ____________________________________________________________________________
13377 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
13378         Log: Subject: [PATCH] Encode tweaks for VMS
13379              From: Michael G Schwern <schwern@pobox.com>
13380              Date: Sat, 6 Apr 2002 03:26:09 -0500
13381              Message-ID: <20020406082609.GA28758@blackrider>
13382      Branch: perl
13383            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13384            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
13385            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13386            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13387 ____________________________________________________________________________
13388 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
13389         Log: Prettyprinting and version paranoia.
13390      Branch: perl
13391            ! ext/DB_File/t/db-recno.t
13392 ____________________________________________________________________________
13393 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
13394         Log: Be explicit about the two DB_File tests croaking
13395              in Mac OS X.
13396      Branch: perl
13397            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
13398 ____________________________________________________________________________
13399 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
13400         Log: Regen toc.
13401      Branch: perl
13402            ! pod/perltoc.pod
13403 ____________________________________________________________________________
13404 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
13405         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13406              From: Benjamin Goldberg <goldbb2@earthlink.net>
13407              Date: Fri, 05 Apr 2002 19:15:42 -0500
13408              Message-ID: <3CAE3E2E.8483505@earthlink.net>
13409      Branch: perl
13410            ! hv.h
13411 ____________________________________________________________________________
13412 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
13413         Log: Underline that the current implementation is not
13414              guaranteed to be forever; and reformat a bit.
13415      Branch: perl
13416            ! lib/utf8.pm
13417 ____________________________________________________________________________
13418 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
13419         Log: Subject: Weak spots in the utf8 manpage
13420              From: andreas.koenig@anima.de (Andreas J. Koenig)
13421              Date: Fri, 05 Apr 2002 10:08:44 +0200      
13422              Message-ID: <m3u1qqefeb.fsf@anima.de>      
13423      Branch: perl
13424            ! lib/utf8.pm
13425 ____________________________________________________________________________
13426 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
13427         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
13428              From: Michael G Schwern <schwern@pobox.com>
13429              Date: Sat, 6 Apr 2002 03:22:03 -0500
13430              Message-ID: <20020406082203.GA28713@blackrider>
13431      Branch: perl
13432            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
13433            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
13434            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
13435            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
13436            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
13437            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13438            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13439            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
13440            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
13441            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
13442 ____________________________________________________________________________
13443 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
13444         Log: No need to avoid utf8 warnings after #15762.
13445      Branch: perl
13446            ! lib/Unicode/Collate.pm
13447 ____________________________________________________________________________
13448 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
13449         Log: As noted by Philip Newton: nothing wrong with BOM,
13450              but 0xFFFE quite wrong.
13451      Branch: perl
13452            ! t/lib/warnings/utf8 utf8.c utf8.h
13453 ____________________________________________________________________________
13454 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
13455         Log: Explain the "gaps" in the UTF-8 encoding.
13456      Branch: perl
13457            ! pod/perlunicode.pod utf8.h
13458 ____________________________________________________________________________
13459 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
13460         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
13461              From: Nicholas Clark <nick@unfortu.net>
13462              Date: Sat, 6 Apr 2002 14:54:51 +0100
13463              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
13464      Branch: perl
13465            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13466 ____________________________________________________________________________
13467 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
13468         Log: Signedness nits.
13469      Branch: perl
13470            ! hv.c
13471 ____________________________________________________________________________
13472 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
13473         Log: Make hv_notallowed a static as suggested by Nick Clark;
13474              and synchronize the nomenclature to talk about restricted
13475              (not fixed) hashes.
13476      Branch: perl
13477            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
13478            ! proto.h
13479 ____________________________________________________________________________
13480 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
13481         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13482              From: Nicholas Clark <nick@unfortu.net>
13483              Date: Sat, 6 Apr 2002 00:21:17 +0100
13484              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
13485              
13486              (with the last one reversed)
13487      Branch: perl
13488            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
13489            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
13490 ____________________________________________________________________________
13491 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
13492         Log: Update the warning message.
13493      Branch: perl
13494            ! README.tru64
13495 ____________________________________________________________________________
13496 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
13497         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
13498              From: Dan Kogai <dankogai@dan.co.jp>
13499              Date: Sat, 6 Apr 2002 06:08:40 +0900
13500              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
13501      Branch: perl
13502            ! pod/perlunicode.pod
13503 ____________________________________________________________________________
13504 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
13505         Log: Some tests were failing silently instead of saying "not ok"
13506      Branch: perl
13507            ! t/comp/proto.t
13508 ____________________________________________________________________________
13509 [ 15753] By: nick                                  on 2002/04/05  19:30:12
13510         Log: Integrate mainline
13511      Branch: perlio
13512           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
13513           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
13514           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
13515 ____________________________________________________________________________
13516 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
13517         Log: Minor Tie::File test patch, from mjd.
13518      Branch: perl
13519            ! lib/Tie/File/t/24_cache_loop.t
13520 ____________________________________________________________________________
13521 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
13522         Log: Not *that* different line endings (noticed by Philip Newton)
13523      Branch: perl
13524            ! pod/perldelta.pod
13525 ____________________________________________________________________________
13526 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
13527         Log: Retract #15745 for now; won't work without more Encode fixes.
13528      Branch: perl
13529            ! ext/Encode/lib/Encode/10646_1.pm
13530 ____________________________________________________________________________
13531 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
13532         Log: metaconfig unit change for #15748.
13533      Branch: metaconfig
13534            ! U/modified/Oldconfig.U
13535 ____________________________________________________________________________
13536 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
13537         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
13538              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13539              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
13540              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
13541      Branch: perl
13542            ! Configure
13543 ____________________________________________________________________________
13544 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
13545         Log: NetWare update from C Aditya.
13546      Branch: perl
13547            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
13548 ____________________________________________________________________________
13549 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
13550         Log: Win32 pacifying from mjd.
13551      Branch: perl
13552            ! lib/Tie/File/t/26_twrite.t
13553 ____________________________________________________________________________
13554 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
13555         Log: Integrate perlio:
13556              
13557              [ 15744]
13558              Not only did UCS-2 have dodgy name it was buggy.
13559      Branch: perl
13560           !> ext/Encode/lib/Encode/10646_1.pm
13561 ____________________________________________________________________________
13562 [ 15744] By: nick                                  on 2002/04/05  13:02:36
13563         Log: Not only did UCS-2 have dodgy name it was buggy.
13564      Branch: perlio
13565            ! ext/Encode/lib/Encode/10646_1.pm
13566 ____________________________________________________________________________
13567 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
13568         Log: Subject: Patch for bug ID 20020221.007
13569              From: Archer Sully <archer@meer.net>
13570              Date: Thu, 4 Apr 2002 21:45:34 -0700
13571              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
13572              
13573              Fix for "[ID 20020221.007] SEGV in Storable with empty string
13574              scalar object" (dclone)
13575      Branch: perl
13576            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
13577 ____________________________________________________________________________
13578 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
13579         Log: Subject: Re: lib/sort.t failure 
13580              From: "John P. Linderman" <jpl@research.att.com>
13581              Date: Fri, 05 Apr 2002 06:19:07 -0500
13582              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
13583              
13584              with a minor formatting tweak
13585      Branch: perl
13586            ! pod/perlfunc.pod
13587 ____________________________________________________________________________
13588 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
13589         Log: Subject: Re: lib/sort.t failure (and [PATCH])
13590              From: "John P. Linderman" <jpl@research.att.com>
13591              Date: Fri, 05 Apr 2002 07:13:27 -0500
13592              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
13593      Branch: perl
13594            ! lib/sort.t
13595 ____________________________________________________________________________
13596 [ 15740] By: nick                                  on 2002/04/05  09:31:42
13597         Log: Integrate mainline
13598      Branch: perlio
13599           +> (branch 49 files)
13600           !> (integrate 82 files)
13601 ____________________________________________________________________________
13602 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
13603         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13604              From: Dan Kogai <dankogai@dan.co.jp>
13605              Date: Fri, 5 Apr 2002 11:52:50 +0900
13606              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
13607      Branch: perl
13608            ! ext/Encode/t/Aliases.t
13609 ____________________________________________________________________________
13610 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
13611         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13612              From: Dan Kogai <dankogai@dan.co.jp>
13613              Date: Fri, 5 Apr 2002 11:39:55 +0900
13614              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
13615      Branch: perl
13616            ! ext/Encode/lib/Encode/Alias.pm
13617 ____________________________________________________________________________
13618 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
13619         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
13620              From: Ilmari Karonen <iltzu@sci.fi>
13621              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
13622              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
13623      Branch: perl
13624            ! gv.c t/op/method.t
13625 ____________________________________________________________________________
13626 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
13627         Log: I was fooled for a while, somebody else might be too.
13628      Branch: perl
13629            ! t/test.pl
13630 ____________________________________________________________________________
13631 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
13632         Log: test.pl-ify.
13633      Branch: perl
13634            ! t/op/method.t
13635 ____________________________________________________________________________
13636 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
13637         Log: Upgrade to Encode 1.20, from Dan Kogai.
13638      Branch: perl
13639            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
13640            + ext/Encode/ucm/adobeSymbol.ucm
13641            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
13642            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
13643            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13644            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13645            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13646            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13647            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13648            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13649            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13650            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13651            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13652            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13653            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13654            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13655            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13656            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13657            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13658            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13659            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13660            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13661            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13662            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13663            + ext/Encode/ucm/macSymbol.ucm
13664            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13665            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13666            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13667            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13668            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13669            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13670            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13671            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13672            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13673            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13674            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13675            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13676            ! ext/Encode/lib/Encode/Alias.pm
13677            ! ext/Encode/lib/Encode/Supported.pod
13678            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13679            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13680            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13681            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13682            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13683            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13684            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13685            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13686            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13687            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13688            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13689            ! ext/Encode/ucm/nextstep.ucm
13690 ____________________________________________________________________________
13691 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13692         Log: Subject: left-over "use 5.7.2" in threads.pm
13693              From: Slaven Rezic <slaven.rezic@berlin.de>
13694              Date: 21 Mar 2002 23:18:13 +0100
13695              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13696      Branch: perl
13697            ! ext/threads/threads.pm
13698 ____________________________________________________________________________
13699 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13700         Log: Subject: [PATCH 5.7.3 DOCS]
13701              From: mjd@plover.com
13702              Date: 4 Apr 2002 15:59:39 -0000
13703              Message-Id: <20020404155939.6754.qmail@plover.com>
13704      Branch: perl
13705            ! pod/perlfaq9.pod
13706 ____________________________________________________________________________
13707 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13708         Log: metaconfig unit change for #15730.
13709      Branch: metaconfig
13710            ! U/threads/usethreads.U
13711 ____________________________________________________________________________
13712 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13713         Log: Subject: Re: lib/sort.t failure [PATCH]
13714              From: Andy Dougherty <doughera@lafayette.edu>
13715              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13716              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13717              
13718              Default to usethreads in case the user most probably forgot it.
13719      Branch: perl
13720            ! Configure
13721 ____________________________________________________________________________
13722 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13723         Log: Typo nits from Wolfgang Laun.
13724      Branch: perl
13725            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13726 ____________________________________________________________________________
13727 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13728         Log: Detypo in diagnostics.
13729      Branch: perl
13730            ! lib/locale.t
13731 ____________________________________________________________________________
13732 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13733         Log: pod2html: try to be EOL agnostic.
13734              (Needs testing on CRLF and CR platforms.)
13735      Branch: perl
13736            + lib/Pod/t/eol.t
13737            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13738 ____________________________________________________________________________
13739 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13740         Log: Subject: [PATCH} Pod::HTML and HTML4
13741              From: Robert Spier <rspier@pobox.com>
13742              Date: Wed, 03 Apr 2002 16:26:21 -0800
13743              Message-ID: <3CAB9DAD.20305@pobox.com>
13744      Branch: perl
13745            ! lib/Pod/Html.pm
13746 ____________________________________________________________________________
13747 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13748         Log: Byebye, beebee.
13749      Branch: perl
13750            ! t/lib/warnings/perlio
13751 ____________________________________________________________________________
13752 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13753         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13754              From: PPrymmer@factset.com
13755              Date: Wed, 3 Apr 2002 14:29:32 -0500
13756              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13757      Branch: perl
13758            ! configure.com
13759 ____________________________________________________________________________
13760 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
13761         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
13762              From: Dominic Dunlop <domo@computer.org>
13763              Date: Wed, 3 Apr 2002 22:44:01 +0200
13764              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
13765      Branch: perl
13766            ! lib/File/Spec/t/rel2abs2rel.t
13767 ____________________________________________________________________________
13768 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
13769         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
13770              From: Paul_GreenVOS@vos.stratus.com
13771              Date: Wed, 3 Apr 02 16:34 est
13772              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
13773      Branch: perl
13774            ! pp_pack.c
13775 ____________________________________________________________________________
13776 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
13777         Log: Upgrade to Tie::File 0.93, from mjd.
13778      Branch: perl
13779            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13780            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13781            ! lib/Tie/File/t/41_heap.t
13782 ____________________________________________________________________________
13783 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
13784         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
13785              From: Andy Dougherty <doughera@lafayette.edu>
13786              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
13787              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
13788      Branch: perl
13789            ! lib/AnyDBM_File.t
13790 ____________________________________________________________________________
13791 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
13792         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
13793              and ccflags including -DNO_LOCALE
13794      Branch: perl
13795            ! perl.h
13796 ____________________________________________________________________________
13797 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
13798         Log: EPOC tweaks from Olaf Flebbe.
13799      Branch: perl
13800            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
13801 ____________________________________________________________________________
13802 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
13803         Log: Subject: [PATCH] Set @INC earlier
13804              From: Andy Dougherty <doughera@lafayette.edu>
13805              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
13806              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
13807      Branch: perl
13808            ! lib/AnyDBM_File.t lib/sort.t
13809 ____________________________________________________________________________
13810 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
13811         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13812              (resubmitted)
13813      Branch: perl
13814            ! pod/perlcompile.pod
13815 ____________________________________________________________________________
13816 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
13817         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13818      Branch: perl
13819            ! pod/perlcompile.pod
13820 ____________________________________________________________________________
13821 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
13822         Log: non-perlio robustness.
13823      Branch: perl
13824            ! ext/Socket/socketpair.t lib/utf8.t
13825 ____________________________________________________________________________
13826 [ 15713] By: nick                                  on 2002/04/03  18:06:49
13827         Log: Integrate mainline
13828      Branch: perlio
13829           +> lib/Tie/File/t/41_heap.t
13830           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
13831           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
13832           !> regexec.c t/op/re_tests t/op/tiearray.t
13833 ____________________________________________________________________________
13834 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
13835         Log: Tweak for 8.3 compat.
13836      Branch: perl
13837            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13838            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
13839            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
13840            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13841            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13842            ! ext/Encode/bin/enc2xs
13843 ____________________________________________________________________________
13844 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
13845         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13846              From: Mark-Jason Dominus <mjd@plover.com>
13847              Date: Wed, 03 Apr 2002 13:04:40 -0500
13848              Message-ID: <20020403180440.7614.qmail@plover.com>
13849      Branch: perl
13850            ! t/op/tiearray.t
13851 ____________________________________________________________________________
13852 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
13853         Log: Forgotten.
13854      Branch: perl
13855            + lib/Tie/File/t/41_heap.t
13856            ! MANIFEST
13857 ____________________________________________________________________________
13858 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
13859         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13860              From: Mark Kvale <kvale@phy.ucsf.edu>
13861              Date: Tue, 2 Apr 2002 13:57:37 -0800
13862              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
13863      Branch: perl
13864            ! t/op/re_tests
13865 ____________________________________________________________________________
13866 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
13867         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
13868              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13869              Date: Wed, 03 Apr 2002 03:34:34 +0100
13870              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
13871      Branch: perl
13872            ! regcomp.c
13873 ____________________________________________________________________________
13874 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
13875         Log: The leavetry crash should now be history.
13876      Branch: perl
13877            ! t/op/tiearray.t
13878 ____________________________________________________________________________
13879 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
13880         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
13881              From: Michael G Schwern <schwern@pobox.com>
13882              Date: Wed, 3 Apr 2002 10:56:44 -0500
13883              Message-ID: <20020403155644.GC916@blackrider>
13884      Branch: perl
13885            ! lib/ExtUtils/MM_Win95.pm
13886 ____________________________________________________________________________
13887 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
13888         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13889              From: Dave Mitchell <davem@fdgroup.com>
13890              Date: Wed, 3 Apr 2002 02:08:26 +0100
13891              Message-ID: <20020403020825.B16724@fdgroup.com>
13892      Branch: perl
13893            ! pp_ctl.c
13894 ____________________________________________________________________________
13895 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
13896         Log: Prototype tweak for non-threaded builds.
13897      Branch: perl
13898            ! perl.c
13899 ____________________________________________________________________________
13900 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
13901         Log: Detached threads do not help; they still hold resources.
13902      Branch: perl
13903            ! ext/threads/threads.pm pod/perldiag.pod
13904 ____________________________________________________________________________
13905 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
13906         Log: Doc tweak from Wolfgang Laun.
13907      Branch: perl
13908            ! lib/File/Compare.pm
13909 ____________________________________________________________________________
13910 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
13911         Log: Subject: [PATCH bleadperl] regexec.c
13912              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13913              Date: Wed, 3 Apr 2002 11:13:30 +0200
13914              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
13915      Branch: perl
13916            ! regexec.c
13917 ____________________________________________________________________________
13918 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
13919         Log: Document the "Cleanup skipped ..." warning.
13920      Branch: perl
13921            ! ext/threads/threads.pm pod/perldiag.pod
13922 ____________________________________________________________________________
13923 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13924         Log: Integrate perlio:
13925              
13926              [ 15698]
13927              Fix segfaults when mainthread exits with other threads running:
13928              - track number of running threads
13929              - if main thread calls perl_destruct() with other threads running
13930              skip most of cleanup (with a warning).
13931              
13932              [ 15696]
13933              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13934      Branch: perl
13935           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13936           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13937           !> pod/perlapi.pod proto.h
13938 ____________________________________________________________________________
13939 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13940         Log: Fix segfaults when mainthread exits with other threads running:
13941              - track number of running threads
13942              - if main thread calls perl_destruct() with other threads running
13943              skip most of cleanup (with a warning).
13944      Branch: perlio
13945            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13946            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13947 ____________________________________________________________________________
13948 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13949         Log: Integrate mainline
13950      Branch: perlio
13951           +> lib/Net/Ping/t/250_ping_hires.t
13952           !> (integrate 33 files)
13953 ____________________________________________________________________________
13954 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13955         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13956      Branch: perlio
13957            ! lib/ExtUtils/xsubpp
13958 ____________________________________________________________________________
13959 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13960         Log: Subject: [PATCH @15047] debugger
13961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13962              Date: Sat, 16 Mar 2002 04:38:50 -0500
13963              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13964      Branch: perl
13965            ! lib/perl5db.pl
13966 ____________________________________________________________________________
13967 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13968         Log: Third Degree flags.
13969      Branch: perl
13970            ! Makefile.SH
13971 ____________________________________________________________________________
13972 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13973         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13974              From: Mark-Jason Dominus <mjd@plover.com>
13975              Date: Tue, 02 Apr 2002 16:35:11 -0500
13976              Message-ID: <20020402213511.27781.qmail@plover.com>
13977              
13978              (tweaked)
13979      Branch: perl
13980            ! pod/perlfunc.pod
13981 ____________________________________________________________________________
13982 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13983         Log: Upgrade to Tie::File 0.92, from mjd.
13984      Branch: perl
13985            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13986            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13987            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13988            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13989            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13990            ! lib/Tie/File/t/40_abs_cache.t
13991 ____________________________________________________________________________
13992 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13993         Log: Subject: [PATCH] Update my email address in perl.c
13994              From: Paul_GreenVOS@vos.stratus.com
13995              Date: Tue, 2 Apr 02 15:27 est
13996              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13997      Branch: perl
13998            ! AUTHORS perl.c
13999 ____________________________________________________________________________
14000 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
14001         Log: POD fix.
14002      Branch: perl
14003            ! pod/perldelta.pod
14004 ____________________________________________________________________________
14005 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
14006         Log: What started as a small nit (the charnames test, nit found
14007              be Hugo), ballooned a bit... the goal is Larry's wish that
14008              illegal Unicode (such as U+FFFF) by default doesn't warn,
14009              since what if somebody WANTS to create illegal Unicode?
14010              Now getting close to this in the regex runtime.
14011              (Also, fix more of my fixation that BOM would be U+FFFE.)
14012      Branch: perl
14013            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
14014            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
14015 ____________________________________________________________________________
14016 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
14017         Log: Talk more about Net::Ping.
14018      Branch: perl
14019            ! pod/perldelta.pod
14020 ____________________________________________________________________________
14021 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
14022         Log: Upgrade to Net::Ping 2.14.
14023      Branch: perl
14024            + lib/Net/Ping/t/250_ping_hires.t
14025            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
14026            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
14027            ! lib/Net/Ping/t/140_stream_inst.t
14028 ____________________________________________________________________________
14029 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
14030         Log: XML::Parser 2.31 should be out shortly.
14031      Branch: perl
14032            ! pod/perldelta.pod
14033 ____________________________________________________________________________
14034 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
14035         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
14036              From: George Necula <necula@eecs.berkeley.edu>
14037              Date: Tue, 2 Apr 2002 10:22:41 -0800
14038              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
14039      Branch: perl
14040            ! lib/File/Spec/Cygwin.pm
14041 ____________________________________________________________________________
14042 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
14043         Log: EBCDIC test tweak.
14044      Branch: perl
14045            ! pod/perldelta.pod t/uni/case.pl
14046 ____________________________________________________________________________
14047 [ 15683] By: nick                                  on 2002/04/02  15:36:17
14048         Log: Integrate mainline
14049      Branch: perlio
14050           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
14051           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
14052           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
14053 ____________________________________________________________________________
14054 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
14055         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
14056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14057              Date: Tue, 2 Apr 2002 00:37:08 -0500
14058              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
14059      Branch: perl
14060            ! os2/os2ish.h perlio.c
14061 ____________________________________________________________________________
14062 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
14063         Log: Subject: [PATCH @15047] debugger again
14064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14065              Date: Tue, 2 Apr 2002 00:30:31 -0500
14066              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
14067      Branch: perl
14068            ! lib/perl5db.pl
14069 ____________________________________________________________________________
14070 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
14071         Log: Subject: [PATCH @15047] test() in CPAN.pm
14072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14073              Date: Tue, 2 Apr 2002 00:46:45 -0500
14074              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
14075      Branch: perl
14076            ! lib/CPAN.pm
14077 ____________________________________________________________________________
14078 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
14079         Log: Sync with libnet-1.11
14080      Branch: perl
14081            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
14082            ! lib/Net/SMTP.pm
14083 ____________________________________________________________________________
14084 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
14085         Log: NetWare tweaks from C Aditya.
14086      Branch: perl
14087            ! NetWare/t/NWScripts.pl scope.c
14088 ____________________________________________________________________________
14089 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
14090         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
14091              From: Dan Kogai <dankogai@dan.co.jp>
14092              Date: Tue, 2 Apr 2002 22:21:47 +0900
14093              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
14094      Branch: perl
14095            ! ext/Encode/Encode.xs
14096 ____________________________________________________________________________
14097 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
14098         Log: Integrate perlio:
14099              
14100              [ 15675]
14101              Add buffer size growth test.
14102              
14103              [ 15674]
14104              Calculate buffer size needs in float to avoid 32-bit overflow.
14105      Branch: perl
14106           +> ext/Encode/t/grow.t
14107           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
14108 ____________________________________________________________________________
14109 [ 15675] By: nick                                  on 2002/04/02  07:49:41
14110         Log: Add buffer size growth test.
14111      Branch: perlio
14112            + ext/Encode/t/grow.t
14113            ! MANIFEST ext/Encode/MANIFEST
14114 ____________________________________________________________________________
14115 [ 15674] By: nick                                  on 2002/04/02  07:40:49
14116         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
14117      Branch: perlio
14118            ! ext/Encode/Encode.xs
14119 ____________________________________________________________________________
14120 [ 15673] By: nick                                  on 2002/04/02  07:40:06
14121         Log: Integrate mainline
14122      Branch: perlio
14123           +> (branch 102 files)
14124            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14125            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14126            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14127            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14128            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14129            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14130            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14131            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14132            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
14133            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
14134            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14135            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
14136            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
14137            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
14138            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
14139            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
14140            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
14141            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14142            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14143            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14144            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14145            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
14146            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
14147            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
14148            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
14149            - ext/Encode/Encode/macCentEuro.ucm
14150            - ext/Encode/Encode/macCroatian.ucm
14151            - ext/Encode/Encode/macCyrillic.ucm
14152            - ext/Encode/Encode/macDingbats.ucm
14153            - ext/Encode/Encode/macGreek.ucm
14154            - ext/Encode/Encode/macIceland.ucm
14155            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14156            - ext/Encode/Encode/macRumanian.ucm
14157            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14158            - ext/Encode/Encode/macTurkish.ucm
14159            - ext/Encode/Encode/macUkraine.ucm
14160            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14161            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
14162            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
14163            - ext/Encode/compile ext/Encode/encode.h
14164            - ext/Encode/lib/Encode/CN/2022_CN.pm
14165            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
14166            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14167            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
14168            - lib/unicore/PropertyValueAliases.txt
14169           !> (integrate 143 files)
14170 ____________________________________________________________________________
14171 [ 15672] By: ams                                   on 2002/04/02  04:42:44
14172         Log: Win32 fix for Tie::File from MJD.
14173      Branch: perl
14174            ! lib/Tie/File.pm
14175 ____________________________________________________________________________
14176 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
14177         Log: Add a few tests to the timing-sensitive list.
14178      Branch: perl
14179            ! INSTALL
14180 ____________________________________________________________________________
14181 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
14182         Log: Subject: [PATCH sort.t] extensive regression testing
14183              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14184              Date: Mon, 1 Apr 2002 23:50:24 +0200
14185              Message-ID: <20020401235024.E677@rafael>
14186      Branch: perl
14187            ! lib/sort.t
14188 ____________________________________________________________________________
14189 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
14190         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)
14191              From: Nicholas Clark <nick@unfortu.net>
14192              Date: Mon, 1 Apr 2002 21:54:05 +0100
14193              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
14194      Branch: perl
14195            ! lib/Memoize/t/errors.t
14196 ____________________________________________________________________________
14197 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
14198         Log: Subject: getting rid of a few superfluous $&/$`
14199              From: Jeffrey Friedl <jfriedl@yahoo.com>
14200              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
14201              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
14202              
14203              (with more-backward-compat than just using @- and @+, also by Jeffrey)
14204              
14205              (The version number of Text::Balanced intentionally not
14206              increased since Damian will make a new release after 5.8)
14207      Branch: perl
14208            ! lib/Pod/Html.pm lib/Text/Balanced.pm
14209 ____________________________________________________________________________
14210 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
14211         Log: Subject: [PATCH 5.7.3 TESTS]
14212              From: mjd@plover.com
14213              Date: 1 Apr 2002 20:32:18 -0000
14214              Message-ID: <20020401203218.25230.qmail@plover.com>
14215      Branch: perl
14216            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
14217            ! t/op/tiearray.t t/test.pl
14218 ____________________________________________________________________________
14219 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
14220         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
14221              From: Paul_GreenVOS@vos.stratus.com
14222              Date: Mon, 1 Apr 02 15:15 est
14223              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
14224      Branch: perl
14225            ! iperlsys.h
14226 ____________________________________________________________________________
14227 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
14228         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
14229              From: Paul_GreenVOS@vos.stratus.com
14230              Date: Mon, 1 Apr 02 14:11 est
14231              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
14232      Branch: perl
14233            ! lib/ExtUtils/MM_Unix.pm
14234 ____________________________________________________________________________
14235 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
14236         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
14237              From: Nicholas Clark <nick@unfortu.net>
14238              Date: Mon, 1 Apr 2002 19:30:05 +0100
14239              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
14240      Branch: perl
14241            ! t/op/pat.t t/op/utfhash.t
14242 ____________________________________________________________________________
14243 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
14244         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
14245              From: Mark-Jason Dominus <mjd@plover.com>
14246              Date: Mon, 01 Apr 2002 13:22:01 -0500
14247              Message-ID: <20020401182201.21189.qmail@plover.com>
14248      Branch: perl
14249            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
14250 ____________________________________________________________________________
14251 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
14252         Log: Update Changes.
14253      Branch: perl
14254            ! Changes patchlevel.h
14255 ____________________________________________________________________________
14256 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
14257         Log: Subject: [PATCH 5.7.3 DOC]
14258              From: mjd@plover.com
14259              Date: 1 Apr 2002 17:23:40 -0000
14260              Message-ID: <20020401172340.16410.qmail@plover.com>
14261      Branch: perl
14262            ! pod/perldelta.pod
14263 ____________________________________________________________________________
14264 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
14265         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
14266      Branch: perl
14267            ! hints/unicos.sh
14268 ____________________________________________________________________________
14269 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
14270         Log: Advertise piconv and enc2xs.
14271      Branch: perl
14272            ! pod/perldelta.pod
14273 ____________________________________________________________________________
14274 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
14275         Log: Add enc2xs.
14276      Branch: perl
14277            + utils/enc2xs.PL
14278            ! MANIFEST utils/Makefile
14279 ____________________________________________________________________________
14280 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
14281         Log: Integrate perlio:
14282              
14283              [ 15653]
14284              Be more explicit testing for \015 not \r
14285      Branch: perl
14286           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
14287           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
14288 ____________________________________________________________________________
14289 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
14290         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
14291              From: Philip Newton <Philip.Newton@gmx.net>
14292              Date: Mon, 01 Apr 2002 17:06:18 +0200
14293              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
14294      Branch: perl
14295            ! lib/charnames.pm lib/charnames.t
14296 ____________________________________________________________________________
14297 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
14298         Log: Subject: detypo patch
14299              From: andreas.koenig@anima.de (Andreas J. Koenig)
14300              Date: Mon, 01 Apr 2002 10:09:21 +0200
14301              Message-ID: <m3r8lzsuvi.fsf@anima.de>
14302      Branch: perl
14303            ! INSTALL
14304 ____________________________________________________________________________
14305 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
14306         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
14307              From: Philip Newton <Philip.Newton@gmx.net>
14308              Date: Mon, 01 Apr 2002 08:12:01 +0200
14309              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
14310      Branch: perl
14311            ! lib/charnames.pm lib/charnames.t
14312 ____________________________________________________________________________
14313 [ 15653] By: nick                                  on 2002/04/01  09:20:24
14314         Log: Be more explicit testing for \015 not \r
14315      Branch: perlio
14316            ! t/io/crlf.t
14317 ____________________________________________________________________________
14318 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
14319         Log: If under UTF-8 locale the utf8.pm really needs to be found.
14320      Branch: perl
14321            ! t/comp/cpp.t t/run/switchPx.t
14322 ____________________________________________________________________________
14323 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
14324         Log: Upgrade to Tie::File 0.91, from mjd.
14325      Branch: perl
14326            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
14327            + lib/Tie/File/t/26_twrite.t
14328            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14329            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14330            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
14331            ! lib/Tie/File/t/16_handle.t
14332 ____________________________________________________________________________
14333 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
14334         Log: DJGPP tweaks from Laszlo.
14335      Branch: perl
14336            ! lib/ExtUtils/MM_DOS.pm util.c
14337 ____________________________________________________________________________
14338 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
14339         Log: Discussion about minimal installations.
14340      Branch: perl
14341            ! INSTALL
14342 ____________________________________________________________________________
14343 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
14344         Log: Comment tweak from Hugo.
14345      Branch: perl
14346            ! regexec.c
14347 ____________________________________________________________________________
14348 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
14349         Log: Another UTF-8 locale tweak from Hugo.
14350      Branch: perl
14351            ! regexec.c
14352 ____________________________________________________________________________
14353 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
14354         Log: Document the known MacOS X locale problem.
14355      Branch: perl
14356            ! pod/perldelta.pod
14357 ____________________________________________________________________________
14358 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
14359         Log: Regex fix from Hugo: in UTF-8 locales the character
14360              counting code didn't work right for minimal matches.
14361      Branch: perl
14362            ! regexec.c
14363 ____________________________________________________________________________
14364 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
14365         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
14366              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14367              Date: Sun, 31 Mar 2002 20:32:43 -0500
14368              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
14369      Branch: perl
14370            ! lib/ExtUtils/xsubpp
14371 ____________________________________________________________________________
14372 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
14373         Log: Document known FreeBSD locale glitch. 
14374      Branch: perl
14375            ! pod/perldelta.pod
14376 ____________________________________________________________________________
14377 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
14378         Log: There is --list in glibc iconv.
14379      Branch: perl
14380            ! ext/Encode/bin/piconv
14381 ____________________________________________________________________________
14382 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
14383         Log: Slight usage tweaks to piconv: show usage with
14384              no -t -f or -l arguments, or with -h.
14385      Branch: perl
14386            ! ext/Encode/bin/piconv
14387 ____________________________________________________________________________
14388 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
14389         Log: Get the piconv installed.
14390      Branch: perl
14391            + utils/piconv.PL
14392            ! MANIFEST utils/Makefile
14393 ____________________________________________________________________________
14394 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
14395         Log: Spelling tweaks.
14396      Branch: perl
14397            ! ext/Encode/bin/piconv
14398 ____________________________________________________________________________
14399 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
14400         Log: Upgrade to Encode 1.11, from Dan Kogai.
14401      Branch: perl
14402            + ext/Encode/Encode/Changes.e2x
14403            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
14404            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
14405            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
14406            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
14407            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
14408            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
14409            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
14410            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
14411            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
14412            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
14413            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
14414            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
14415            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
14416            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
14417            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
14418            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
14419            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
14420            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
14421            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
14422            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
14423            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
14424            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
14425            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
14426            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
14427            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
14428            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
14429            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
14430            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
14431            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
14432            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
14433            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
14434            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
14435            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
14436            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
14437            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
14438            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
14439            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
14440            + ext/Encode/ucm/viscii.ucm
14441            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14442            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14443            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14444            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14445            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14446            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14447            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14448            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14449            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14450            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14451            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14452            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14453            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14454            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14455            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14456            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14457            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14458            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14459            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14460            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14461            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14462            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14463            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14464            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14465            - ext/Encode/Encode/ksc5601.ucm
14466            - ext/Encode/Encode/macCentEuro.ucm
14467            - ext/Encode/Encode/macCroatian.ucm
14468            - ext/Encode/Encode/macCyrillic.ucm
14469            - ext/Encode/Encode/macDingbats.ucm
14470            - ext/Encode/Encode/macGreek.ucm
14471            - ext/Encode/Encode/macIceland.ucm
14472            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14473            - ext/Encode/Encode/macRumanian.ucm
14474            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14475            - ext/Encode/Encode/macTurkish.ucm
14476            - ext/Encode/Encode/macUkraine.ucm
14477            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14478            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14479            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
14480            - lib/encoding.pm lib/encoding.t
14481            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14482            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
14483            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14484            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
14485            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14486            ! ext/Encode/Makefile.PL ext/Encode/README
14487            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14488            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14489            ! ext/Encode/lib/Encode/Alias.pm
14490            ! ext/Encode/lib/Encode/Supported.pod
14491 ____________________________________________________________________________
14492 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
14493         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
14494              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
14495              respective test    and doc tweaks.
14496      Branch: perl
14497            ! lib/charnames.pm lib/charnames.t
14498 ____________________________________________________________________________
14499 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
14500         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
14501              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14502              Date: Sun, 31 Mar 2002 22:47:31 +0200
14503              Message-ID: <20020331224731.E854@rafael>
14504      Branch: perl
14505            ! pod/perlfunc.pod
14506 ____________________________________________________________________________
14507 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
14508         Log: Subject: [PATCH] __attribute__ problems with g++
14509              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14510              Date: Sun, 31 Mar 2002 22:43:03 +0200
14511              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
14512      Branch: perl
14513            ! perl.h
14514 ____________________________________________________________________________
14515 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
14516         Log: Put back the #! line, false alarm.
14517      Branch: perl
14518            ! lib/ExtUtils/t/Constant.t
14519 ____________________________________________________________________________
14520 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
14521         Log: Subject: Re: [Patch] pod/perlvar.pod
14522              From: Philip Newton <Philip.Newton@gmx.net>
14523              Date: Sun, 31 Mar 2002 07:40:43 +0200
14524              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
14525      Branch: perl
14526            ! pod/perlvar.pod
14527 ____________________________________________________________________________
14528 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
14529         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
14530              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14531              Date: Sat, 30 Mar 2002 21:37:37 -0500
14532              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
14533      Branch: perl
14534            ! ext/Socket/socketpair.t
14535 ____________________________________________________________________________
14536 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
14537         Log: Subject: Re: compile tweak for Win32
14538              From: Michael G Schwern <schwern@pobox.com>
14539              Date: Fri, 29 Mar 2002 17:48:22 -0500      
14540              Message-ID: <20020329224822.GG16816@blackrider>
14541      Branch: perl
14542            ! win32/buildext.pl
14543 ____________________________________________________________________________
14544 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
14545         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
14546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14547              Date: Sat, 30 Mar 2002 22:19:46 +0100
14548              Message-ID: <20020330221946.A28497@rafael>
14549      Branch: perl
14550            ! t/lib/1_compile.t
14551 ____________________________________________________________________________
14552 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
14553         Log: Subject: [PATCH regmesg.t] increase output verbosity
14554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14555              Date: Sat, 30 Mar 2002 22:34:08 +0100
14556              Message-ID: <20020330223408.C28497@rafael>
14557      Branch: perl
14558            ! t/op/regmesg.t
14559 ____________________________________________________________________________
14560 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
14561         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
14562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14563              Date: Sat, 30 Mar 2002 21:36:23 +0100
14564              Message-ID: <20020330213623.A677@rafael>
14565      Branch: perl
14566            ! regcomp.c
14567 ____________________________________________________________________________
14568 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
14569         Log: If using a network filesystem several different hosts
14570              may be trying to lock the same file.  In this case offering
14571              to kill the other process is not that helpful.  (Unless one
14572              has *real* clustering, but that's not usually the case.)
14573      Branch: perl
14574            ! lib/CPAN.pm
14575 ____________________________________________________________________________
14576 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
14577         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
14578              From: andreas.koenig@anima.de (Andreas J. Koenig)
14579              Date: Sat, 30 Mar 2002 06:12:36 +0100
14580              Message-ID: <m3hemyvdtn.fsf@anima.de>
14581      Branch: perl
14582            ! lib/Dumpvalue.pm
14583 ____________________________________________________________________________
14584 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
14585         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
14586              From: Jeremy Zawodny <Jeremy@Zawodny.com>
14587              Date: Fri, 29 Mar 2002 17:55:20 -0800
14588              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
14589      Branch: perl
14590            ! utils/dprofpp.PL
14591 ____________________________________________________________________________
14592 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
14593         Log: Subject: [Patch] pod/perlvar.pod
14594              From: Dan Kogai <dankogai@dan.co.jp>
14595              Date: Sun, 31 Mar 2002 02:03:36 +0900
14596              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
14597      Branch: perl
14598            ! pod/perlvar.pod
14599 ____________________________________________________________________________
14600 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
14601         Log: Subject: [PATCH] MM & Encode fixes
14602              From: Michael G Schwern <schwern@pobox.com>
14603              Date: Sat, 30 Mar 2002 06:41:56 -0500
14604              Message-ID: <20020330114156.GA16533@blackrider>
14605      Branch: perl
14606            + lib/ExtUtils/t/basic.t
14607            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14608            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
14609            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14610            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14611            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14612            ! lib/ExtUtils/t/hints.t
14613 ____________________________________________________________________________
14614 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
14615         Log: EBCDICification.
14616      Branch: perl
14617            ! lib/charnames.t
14618 ____________________________________________________________________________
14619 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
14620         Log: Upgrade to Tie::File 0.90, from mjd.
14621      Branch: perl
14622            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
14623            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14624            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14625            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14626            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14627            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
14628            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14629            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
14630            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14631 ____________________________________________________________________________
14632 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
14633         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
14634              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14635              Date: Sat, 30 Mar 2002 00:20:39 +0100
14636              Message-ID: <20020330002039.A716@rafael>
14637      Branch: perl
14638            ! lib/sort.pm
14639 ____________________________________________________________________________
14640 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
14641         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
14642              From: Michael G Schwern <schwern@pobox.com>
14643              Date: Fri, 29 Mar 2002 18:14:20 -0500
14644              Message-ID: <20020329231419.GI16816@blackrider>
14645      Branch: perl
14646            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
14647            ! wince/Makefile.ce
14648 ____________________________________________________________________________
14649 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14650         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14651              From: Paul_GreenVOS@vos.stratus.com
14652              Date: Fri, 29 Mar 02 18:01 est
14653              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14654      Branch: perl
14655            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14656 ____________________________________________________________________________
14657 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14658         Log: AUTHORS updates.
14659      Branch: perl
14660            ! AUTHORS
14661 ____________________________________________________________________________
14662 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14663         Log: Upgrade to Encode 1.01, from Dan Kogai.
14664      Branch: perl
14665            ! ext/Encode/Changes ext/Encode/Encode.pm
14666            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14667            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14668            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14669            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14670            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14671            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14672            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14673            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14674            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14675            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14676            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14677            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14678            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14679            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14680            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14681            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14682            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14683            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14684            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14685            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14686            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14687            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14688            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14689            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14690            ! ext/Encode/Encode/ksc5601.ucm
14691            ! ext/Encode/Encode/macCentEuro.ucm
14692            ! ext/Encode/Encode/macCroatian.ucm
14693            ! ext/Encode/Encode/macCyrillic.ucm
14694            ! ext/Encode/Encode/macDingbats.ucm
14695            ! ext/Encode/Encode/macGreek.ucm
14696            ! ext/Encode/Encode/macIceland.ucm
14697            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14698            ! ext/Encode/Encode/macRumanian.ucm
14699            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14700            ! ext/Encode/Encode/macTurkish.ucm
14701            ! ext/Encode/Encode/macUkraine.ucm
14702            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14703            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14704            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14705            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14706            ! ext/Encode/lib/Encode/CJKConstants.pm
14707            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14708            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14709            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14710 ____________________________________________________________________________
14711 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14712         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14713              From: "Craig A. Berry" <craigberry@mac.com>
14714              Date: Fri, 29 Mar 2002 13:46:28 -0600
14715              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14716      Branch: perl
14717            ! configure.com
14718 ____________________________________________________________________________
14719 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14720         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14721              which one has to get from the CPAN distribution.
14722      Branch: perl
14723            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14724            + lib/Memoize/t/expmod_t.t
14725            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14726            - lib/Memoize/t/expire_module_t.t
14727            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14728            ! lib/Memoize/README
14729 ____________________________________________________________________________
14730 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14731         Log: metaconfig unit tweak.
14732      Branch: metaconfig/U/perl
14733            ! versiononly.U
14734 ____________________________________________________________________________
14735 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14736         Log: Configure-related tweaks.
14737      Branch: perl
14738            ! Porting/Glossary Porting/config.sh Porting/config_H
14739            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14740            ! vos/config.ga.h
14741 ____________________________________________________________________________
14742 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14743         Log: Ooops.
14744      Branch: perl
14745            ! t/op/ver.t
14746 ____________________________________________________________________________
14747 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14748         Log: Subject: [PATCH @15606] d_time for vms
14749              From: "Craig A. Berry" <craigberry@mac.com>
14750              Date: Fri, 29 Mar 2002 11:58:29 -0600
14751              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14752      Branch: perl
14753            ! configure.com
14754 ____________________________________________________________________________
14755 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14756         Log: Subject: Re: Regex-Unicode bugs
14757              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14758              Date: Thu, 28 Mar 2002 10:12:35 +0100
14759              Message-ID: <20020328101235.F678@rafael>
14760      Branch: perl
14761            ! t/op/regmesg.t
14762 ____________________________________________________________________________
14763 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
14764         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
14765              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14766              Date: Fri, 29 Mar 2002 16:53:27 +0000
14767              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
14768      Branch: perl
14769            ! pod/perlre.pod pod/perlretut.pod
14770 ____________________________________________________________________________
14771 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
14772         Log: Subject: Re: debugger debuggers wanted
14773              From: spidb@cpan.org
14774              Date: Fri, 29 Mar 2002 06:34:11 -0500
14775              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
14776      Branch: perl
14777            ! lib/perl5db.pl
14778 ____________________________________________________________________________
14779 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
14780         Log: Update Changes.
14781      Branch: perl
14782            ! Changes patchlevel.h
14783 ____________________________________________________________________________
14784 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
14785         Log: Rename for 8.3-friendliness.
14786      Branch: perl
14787            + lib/unicore/PropValueAliases.txt
14788            - lib/unicore/PropertyValueAliases.txt
14789            ! MANIFEST lib/unicore/README.perl
14790 ____________________________________________________________________________
14791 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
14792         Log: Retract ExtUtils/t/basic.t until it works.
14793      Branch: perl
14794            - lib/ExtUtils/t/basic.t
14795            ! MANIFEST
14796 ____________________________________________________________________________
14797 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
14798         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
14799              From: Slaven Rezic <slaven.rezic@berlin.de>
14800              Date: 28 Mar 2002 22:27:14 +0100
14801              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
14802      Branch: perl
14803            ! hints/freebsd.sh
14804 ____________________________________________________________________________
14805 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
14806         Log: Interesting... where did this come from?
14807              (The Configure change in #15600)
14808      Branch: perl
14809            ! config_h.SH
14810 ____________________________________________________________________________
14811 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
14812         Log: metaconfig unit change for #15600.
14813      Branch: metaconfig/U/perl
14814            ! versiononly.U
14815 ____________________________________________________________________________
14816 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
14817         Log: Subject: versiononly should not put `old' versions in inc
14818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14819              Date: Fri, 29 Mar 2002 12:53:49 +0100
14820              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
14821      Branch: perl
14822            ! Configure
14823 ____________________________________________________________________________
14824 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
14825         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
14826              From: Michael G Schwern <schwern@pobox.com>
14827              Date: Fri, 29 Mar 2002 04:12:47 -0500
14828              Message-ID: <20020329091247.GA7432@blackrider>
14829              
14830              (with two nits: (1) change lib/Extutils/Command/MM.pm
14831              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
14832              @INC to compile.t)
14833      Branch: perl
14834            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
14835            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14836            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
14837            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
14838            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
14839            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
14840            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14841            + lib/ExtUtils/t/Problem-Module/Makefile.PL
14842            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
14843            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
14844            + t/lib/MakeMaker/Test/Utils.pm
14845            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14846            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14847            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
14848            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14849            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14850            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14851            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14852            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14853            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
14854            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14855            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14856            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14857            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14858            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
14859            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
14860            ! t/lib/TieOut.pm
14861 ____________________________________________________________________________
14862 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
14863         Log: Leftovers from Encode 0.99.
14864      Branch: perl
14865            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
14866            - ext/Encode/compile ext/Encode/encode.h
14867            - ext/Encode/lib/Encode/CN/2022_CN.pm
14868            - ext/Encode/lib/Encode/Details.pod
14869 ____________________________________________________________________________
14870 [ 15597] By: nick                                  on 2002/03/29  14:03:35
14871         Log: Integrate mainline
14872      Branch: perlio
14873           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14874           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14875           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14876           !> (integrate 130 files)
14877 ____________________________________________________________________________
14878 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
14879         Log: Subject: Another Unicode-3.2-induced doc fix
14880              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14881              Date: Fri, 29 Mar 2002 21:45:47 +0900
14882              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
14883      Branch: perl
14884            ! ext/Unicode/Normalize/Normalize.pm
14885 ____________________________________________________________________________
14886 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
14887         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
14888              From: Slaven Rezic <slaven.rezic@berlin.de>
14889              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
14890              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
14891      Branch: perl
14892            ! reentr.c reentr.pl
14893 ____________________________________________________________________________
14894 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
14895         Log: Subject: [PATCH] Quieting OS X
14896              From: Michael G Schwern <schwern@pobox.com>
14897              Date: Fri, 29 Mar 2002 05:46:23 -0500
14898              Message-ID: <20020329104622.GA9163@blackrider>
14899      Branch: perl
14900            ! ext/POSIX/t/posix.t t/op/stat.t
14901 ____________________________________________________________________________
14902 [ 15593] By: ams                                   on 2002/03/29  07:32:22
14903         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
14904              From: Paul_GreenVOS@vos.stratus.com
14905              Date: Fri, 29 Mar 02 0:05 est
14906              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
14907      Branch: perl
14908            ! ext/Time/HiRes/HiRes.xs
14909 ____________________________________________________________________________
14910 [ 15592] By: ams                                   on 2002/03/29  07:28:29
14911         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14912              From: Spider Boardman <spidb@cpan.org>
14913              Date: Fri, 29 Mar 2002 00:52:24 -0500
14914              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
14915      Branch: perl
14916            ! op.c t/op/attrs.t
14917 ____________________________________________________________________________
14918 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
14919         Log: It's perlce.
14920      Branch: perl
14921            ! pod/perldelta.pod
14922 ____________________________________________________________________________
14923 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14924         Log: MPE/iX tweaks from Mark Bixby.
14925      Branch: perl
14926            ! ext/Storable/t/lock.t mpeix/relink
14927 ____________________________________________________________________________
14928 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14929         Log: Upgrade to Encode 1.00, from Dan Kogai.
14930              
14931              (one nit: bin/enc2xs needed also ../..)
14932      Branch: perl
14933            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14934            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14935            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14936            ! (edit 104 files)
14937 ____________________________________________________________________________
14938 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14939         Log: Subject: [PATCH] NEXT LINE --> NEL
14940              From: Philip Newton <Philip.Newton@gmx.net>
14941              Date: Thu, 28 Mar 2002 21:03:10 +0000
14942              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14943      Branch: perl
14944            ! lib/charnames.pm lib/charnames.t
14945 ____________________________________________________________________________
14946 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14947         Log: binmode :bytes, again.
14948      Branch: perl
14949            ! lib/utf8.t
14950 ____________________________________________________________________________
14951 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14952         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14953              From: Mark-Jason Dominus <mjd@plover.com>
14954              Date: Thu, 28 Mar 2002 10:36:03 -0500
14955              Message-ID: <20020328153603.11992.qmail@plover.com>
14956      Branch: perl
14957            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14958 ____________________________________________________________________________
14959 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14960         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14961      Branch: perl
14962            ! lib/charnames.pm lib/charnames.t pp_pack.c
14963 ____________________________________________________________________________
14964 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14965         Log: If expecting UTF-8, probably not expecting UTF-16.
14966      Branch: perl
14967            ! t/comp/require.t
14968 ____________________________________________________________________________
14969 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14970         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14971              From: Paul_GreenVOS@vos.stratus.com
14972              Date: Thu, 28 Mar 02 8:22 est
14973              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14974      Branch: perl
14975            ! lib/Time/Local.pm
14976 ____________________________________________________________________________
14977 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14978         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14979              From: Paul_GreenVOS@vos.stratus.com
14980              Date: Thu, 28 Mar 02 7:46 est
14981              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14982      Branch: perl
14983            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14984 ____________________________________________________________________________
14985 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14986         Log: A little bit better error message for \pq, still
14987              not good because the script context is not shown.
14988      Branch: perl
14989            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14990 ____________________________________________________________________________
14991 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14992         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14993              From: Jeffrey Friedl <jfriedl@yahoo.com>
14994              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14995              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14996      Branch: perl
14997            ! sv.c t/op/pat.t
14998 ____________________________________________________________________________
14999 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
15000         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
15001              From: Mark-Jason Dominus <mjd@plover.com>
15002              Date: Thu, 28 Mar 2002 05:04:40 -0500
15003              Message-ID: <20020328100440.22081.qmail@plover.com>
15004      Branch: perl
15005            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
15006 ____________________________________________________________________________
15007 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
15008         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
15009              From: mjd@plover.com
15010              Date: 28 Mar 2002 09:22:06 -0000
15011              Message-ID: <20020328092206.18833.qmail@plover.com>
15012      Branch: perl
15013            ! lib/encoding.t
15014 ____________________________________________________________________________
15015 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
15016         Log: Unicode 3.2.0-induced doc tweaks.
15017      Branch: perl
15018            ! pod/perlretut.pod pod/perlunicode.pod
15019 ____________________________________________________________________________
15020 [ 15576] By: nick                                  on 2002/03/28  07:40:04
15021         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
15022      Branch: perlio
15023           +> (branch 31 files)
15024           !> (integrate 162 files)
15025 ____________________________________________________________________________
15026 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
15027         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
15028              From: Paul_GreenVOS@vos.stratus.com
15029              Date: Thu, 28 Mar 02 0:16 est
15030              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
15031      Branch: perl
15032            ! ext/POSIX/t/posix.t
15033 ____________________________________________________________________________
15034 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
15035         Log: Subject: Re: Regex-Unicode bugs
15036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15037              Date: Wed, 27 Mar 2002 13:48:06 +0100
15038              Message-ID: <20020327134806.C18945@rafael>
15039              
15040              regmesg.t patch still would be nice.
15041      Branch: perl
15042            ! regcomp.c
15043 ____________________________________________________________________________
15044 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
15045         Log: Subject: Re: Regex-Unicode bugs
15046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
15047              Date: Wed, 27 Mar 2002 12:39:57 +0000
15048              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
15049      Branch: perl
15050            ! pod/perldiag.pod regcomp.c
15051 ____________________________________________________________________________
15052 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
15053         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
15054              From: Paul_GreenVOS@vos.stratus.com
15055              Date: Wed, 27 Mar 02 23:33 est
15056              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
15057      Branch: perl
15058            ! t/io/fs.t
15059 ____________________________________________________________________________
15060 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
15061         Log: The Official 3.2.0 came out.
15062      Branch: perl
15063            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
15064            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
15065            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
15066            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
15067            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
15068            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
15069            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
15070            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
15071            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
15072            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
15073            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
15074            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
15075            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
15076            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
15077            + lib/unicore/lib/UnifiedI.pl
15078            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
15079 ____________________________________________________________________________
15080 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
15081         Log: socketpair binmode :bytes.
15082      Branch: perl
15083            ! ext/Socket/socketpair.t
15084 ____________________________________________________________________________
15085 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
15086         Log: Don't install anything beneath 't' directories.
15087      Branch: perl
15088            ! installperl
15089 ____________________________________________________________________________
15090 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
15091         Log: More UTF-8 locale sensitivity.
15092      Branch: perl
15093            ! t/io/utf8.t
15094 ____________________________________________________________________________
15095 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
15096         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
15097              From: Stas Bekman <stas@stason.org>
15098              Date: Thu, 28 Mar 2002 10:13:45 +0800
15099              Message-ID: <3CA27C59.4020209@stason.org>
15100              
15101              Temp file cleanup.
15102      Branch: perl
15103            ! lib/Pod/t/pod2html-lib.pl
15104 ____________________________________________________________________________
15105 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
15106         Log: Be compatible also with non-UTF-8 locales.
15107      Branch: perl
15108            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
15109            ! lib/Locale/Language.pod
15110 ____________________________________________________________________________
15111 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
15112         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
15113              From: Spider Boardman <spidb@cpan.org>
15114              Date: Wed, 27 Mar 2002 20:52:28 -0500
15115              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
15116      Branch: perl
15117            ! cv.h op.c t/op/attrs.t toke.c
15118 ____________________________________________________________________________
15119 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
15120         Log: "Last element".
15121      Branch: perl
15122            ! pod/perlfunc.pod
15123 ____________________________________________________________________________
15124 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
15125         Log: Subject: Error in perlfunc for "die"
15126              From: William R Ward <bill@wards.net>
15127              Date: 27 Mar 2002 12:31:32 -0800
15128              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
15129      Branch: perl
15130            ! pod/perlfunc.pod
15131 ____________________________________________________________________________
15132 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
15133         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
15134              From: Mark Kvale <kvale@phy.ucsf.edu>
15135              Date: Wed, 27 Mar 2002 16:45:37 -0800
15136              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
15137      Branch: perl
15138            ! pod/perlre.pod pod/perlretut.pod
15139 ____________________________________________________________________________
15140 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
15141         Log: Try to handle UTF-8 locales.
15142      Branch: perl
15143            ! lib/locale.t
15144 ____________________________________________________________________________
15145 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
15146         Log: More binmode :bytes.
15147      Branch: perl
15148            ! t/io/utf8.t
15149 ____________________________________________________________________________
15150 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
15151         Log: binmode(FH, ":bytes") is the right way, methinks.
15152      Branch: perl
15153            ! ext/PerlIO/t/encoding.t
15154 ____________________________________________________________________________
15155 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
15156         Log: UTF-8 locale: need to open explicitly for bytes.
15157      Branch: perl
15158            ! ext/PerlIO/t/encoding.t
15159 ____________________________________________________________________________
15160 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
15161         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
15162      Branch: perl
15163            ! lib/Locale/Language.pm lib/Locale/Language.pod
15164 ____________________________________________________________________________
15165 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
15166         Log: Warn instead of croak.
15167      Branch: perl
15168            ! pod/perldiag.pod utf8.c
15169 ____________________________________________________________________________
15170 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
15171         Log: UTF-8 locale: there might already be one UTF-8 discipline.
15172      Branch: perl
15173            ! lib/open.t
15174 ____________________________________________________________________________
15175 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
15176         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
15177              From: "Craig A. Berry" <craigberry@mac.com>
15178              Date: Wed, 27 Mar 2002 15:22:13 -0600
15179              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
15180      Branch: perl
15181            ! t/lib/1_compile.t t/lib/compmod.pl
15182 ____________________________________________________________________________
15183 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
15184         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
15185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15186              Date: Wed, 27 Mar 2002 22:35:03 +0100
15187              Message-ID: <20020327223503.A678@rafael>
15188      Branch: perl
15189            ! pod/perlop.pod
15190 ____________________________________________________________________________
15191 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
15192         Log: Start using the Unicode 3.2.0 data (NOTE: still
15193              unofficial, but the data is unlikely to change much.
15194              Doublecheck when 3.2.0 gets released.)
15195      Branch: perl
15196            + lib/unicore/PropertyAliases.txt
15197            + lib/unicore/PropertyValueAliases.txt
15198            ! (edit 129 files)
15199 ____________________________________________________________________________
15200 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
15201         Log: Update Changes.
15202      Branch: perl
15203            ! Changes patchlevel.h
15204 ____________________________________________________________________________
15205 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
15206         Log: Further fixing for #15549.  Six tests are failing
15207              under Solaris with en_US.UTF-8 but those failures seem
15208              unrelated to the BOUND problem, will look at them later.
15209      Branch: perl
15210            ! regexec.c
15211 ____________________________________________________________________________
15212 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
15213         Log: Possible fix for "Orks, Dragons, and Elves":
15214              should now build under UTF-8 locales (is building
15215              under Solaris en_US.UTF-8 right now).
15216      Branch: perl
15217            ! Makefile.SH regexec.c
15218 ____________________________________________________________________________
15219 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
15220         Log: Forgotten from #15523.
15221      Branch: perl
15222            ! lib/Math/BigInt/Calc.pm
15223 ____________________________________________________________________________
15224 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
15225         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
15226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
15227              Date: Wed, 27 Mar 2002 13:32:00 +0100
15228              Message-ID: <20020327133200.A18945@rafael>
15229      Branch: perl
15230            ! regcomp.c t/lib/warnings/regcomp
15231 ____________________________________________________________________________
15232 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
15233         Log: Subject: [PATCH] MANIFES --> MANIFEST
15234              From: Philip Newton <Philip.Newton@gmx.net>
15235              Date: Wed, 27 Mar 2002 10:05:46 +0000
15236              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
15237              
15238              (plus a few tweaks more)
15239      Branch: perl
15240            ! Porting/check83.pl
15241 ____________________________________________________________________________
15242 [ 15545] By: nick                                  on 2002/03/27  07:37:36
15243         Log: Integrate mainline
15244      Branch: perlio
15245           +> lib/Math/BigInt/t/with_sub.t
15246            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15247            - lib/bignum/t/trace.t
15248           !> (integrate 76 files)
15249 ____________________________________________________________________________
15250 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
15251         Log: Obsolete mailing list information.
15252      Branch: perl
15253            ! README.bs2000 README.os390 README.vmesa
15254 ____________________________________________________________________________
15255 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
15256         Log: More URL "whitespacing".
15257      Branch: perl
15258            ! README.bs2000 README.hurd README.mpeix README.netware
15259            ! README.os390 README.vmesa README.vos README.win32
15260            ! pod/perl5004delta.pod pod/perl5005delta.pod
15261            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
15262            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
15263            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
15264            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
15265            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
15266            ! pod/perltodo.pod
15267 ____________________________________________________________________________
15268 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
15269         Log: I like doubleclicking on URLs in pods to select them.
15270      Branch: perl
15271            ! README.amiga README.epoc README.vos pod/perl561delta.pod
15272            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
15273            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15274            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
15275            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
15276            ! pod/perltodo.pod pod/perlvar.pod
15277 ____________________________________________________________________________
15278 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
15279         Log: Regen modlib.
15280      Branch: perl
15281            ! pod/perlmodlib.pod
15282 ____________________________________________________________________________
15283 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
15284         Log: Update the CPAN sites list.
15285      Branch: perl
15286            ! pod/perlmodlib.PL pod/perlmodlib.pod
15287 ____________________________________________________________________________
15288 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
15289         Log: Regen modlib, toc.
15290      Branch: perl
15291            ! pod/perlmodlib.pod pod/perltoc.pod
15292 ____________________________________________________________________________
15293 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
15294         Log: s/rationale/rational/
15295      Branch: perl
15296            ! lib/Math/BigRat.pm lib/bigrat.pm
15297 ____________________________________________________________________________
15298 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
15299         Log: s/done/esac/
15300      Branch: perl
15301            ! hints/dec_osf.sh
15302 ____________________________________________________________________________
15303 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
15304         Log: Advertise big* and BigRat.
15305      Branch: perl
15306            ! pod/perldelta.pod
15307 ____________________________________________________________________________
15308 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
15309         Log: A missing ) in #15527.
15310      Branch: perl
15311            ! pp_sys.c
15312 ____________________________________________________________________________
15313 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
15314         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
15315              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15316              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
15317              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
15318      Branch: perl
15319            ! lib/ExtUtils/typemap
15320 ____________________________________________________________________________
15321 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
15322         Log: Subject: Re: Cygwin PerlIO.t failing
15323              From: Stas Bekman <stas@stason.org>
15324              Date: Wed, 27 Mar 2002 01:34:11 +0800
15325              Message-ID: <3CA0B113.1070800@stason.org>
15326      Branch: perl
15327            ! ext/PerlIO/PerlIO.t
15328 ____________________________________________________________________________
15329 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
15330         Log: Subject: [PATCH] safety check for vms/test.com
15331              From: "Craig A. Berry" <craigberry@mac.com>
15332              Date: Tue, 26 Mar 2002 12:15:21 -0600
15333              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
15334      Branch: perl
15335            ! vms/test.com
15336 ____________________________________________________________________________
15337 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
15338         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
15339              From: PPrymmer@factset.com
15340              Date: Tue, 26 Mar 2002 13:04:59 -0500
15341              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
15342      Branch: perl
15343            ! configure.com
15344 ____________________________________________________________________________
15345 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
15346         Log: Subject: [PATCH] Minor typo in test harness
15347              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15348              Date: Tue, 26 Mar 2002 17:44:06 -0000
15349              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
15350      Branch: perl
15351            ! t/lib/warnings/perlio
15352 ____________________________________________________________________________
15353 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
15354         Log: Subject: PATCH s2p.PL
15355              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15356              Date: Tue, 26 Mar 2002 17:16:46 +0100
15357              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
15358      Branch: perl
15359            ! x2p/s2p.PL
15360 ____________________________________________________________________________
15361 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
15362         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
15363      Branch: perl
15364            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15365            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15366            ! MANIFEST
15367 ____________________________________________________________________________
15368 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
15369         Log: Avoid and document a weird bug in UNICOS/mk.
15370      Branch: perl
15371            ! pod/perldelta.pod pp_sys.c
15372 ____________________________________________________________________________
15373 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
15374         Log: Math::BigInt::Lite 0.09, from Tels.
15375      Branch: perl
15376            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15377            ! MANIFEST
15378 ____________________________________________________________________________
15379 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
15380         Log: For now disable the test in OS/390; it seems to hang,
15381              but frustratingly seems to run from command line and
15382              from Perl debugger.
15383      Branch: perl
15384            ! lib/Math/BigInt/t/mbi_rand.t
15385 ____________________________________________________________________________
15386 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
15387         Log: EPOC update from Olaf Flebbe.
15388      Branch: perl
15389            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
15390            ! pod/perlport.pod t/io/fs.t
15391 ____________________________________________________________________________
15392 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
15393         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
15394              and bignum 0.11, from Tels.
15395      Branch: perl
15396            + lib/Math/BigInt/t/with_sub.t
15397            - lib/bignum/t/trace.t
15398            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15399            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
15400            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
15401            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
15402            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
15403            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
15404            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
15405            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
15406            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
15407            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
15408            ! lib/bignum/t/bigrat.t lib/bigrat.pm
15409            ! t/lib/Math/BigInt/Subclass.pm
15410 ____________________________________________________________________________
15411 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
15412         Log: Integrate perlio:
15413              
15414              [ 15521]
15415              Testcase for crlf spanning buffer boundary
15416              
15417              [ 15520]
15418              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15419      Branch: perl
15420           +> t/io/crlf.t
15421           !> MANIFEST perlio.c
15422 ____________________________________________________________________________
15423 [ 15521] By: nick                                  on 2002/03/26  15:31:55
15424         Log: Testcase for crlf spanning buffer boundary
15425      Branch: perlio
15426            + t/io/crlf.t
15427            ! MANIFEST
15428 ____________________________________________________________________________
15429 [ 15520] By: nick                                  on 2002/03/26  15:09:52
15430         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15431      Branch: perlio
15432            ! perlio.c
15433 ____________________________________________________________________________
15434 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
15435         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
15436      Branch: perl
15437            ! t/lib/1_compile.t
15438 ____________________________________________________________________________
15439 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
15440         Log: Document the Configure (really, awk) glitch in
15441              UNICOS/mk.
15442      Branch: perl
15443            ! pod/perldelta.pod
15444 ____________________________________________________________________________
15445 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
15446         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
15447              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15448              Date: Fri, 22 Mar 2002 16:11:28 +0100
15449              Message-ID: <3C9B57B0.31936.496399@localhost>
15450      Branch: perl
15451            ! win32/win32.c
15452 ____________________________________________________________________________
15453 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
15454         Log: Subject: Re: Jarkko likes OOOOs
15455              From: "Gerrit P. Haase" <gp@familiehaase.de>
15456              Date: Tue, 26 Mar 2002 08:44:02 +0100
15457              Message-ID: <40509050505.20020326084402@familiehaase.de>
15458      Branch: perl
15459            ! t/io/fs.t
15460 ____________________________________________________________________________
15461 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
15462         Log: Subject: [patch utils/perlbug] subject header setting problem      
15463              From: Stas Bekman <stas@stason.org>
15464              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
15465              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
15466      Branch: perl
15467            ! utils/perlbug.PL
15468 ____________________________________________________________________________
15469 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
15470         Log: Subject: [PATCH] win32/makefile.mk
15471              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15472              Date: Tue, 26 Mar 2002 13:56:19 +0100
15473              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
15474      Branch: perl
15475            ! win32/makefile.mk
15476 ____________________________________________________________________________
15477 [ 15513] By: nick                                  on 2002/03/26  07:17:17
15478         Log: Integrate mainline
15479      Branch: perlio
15480           +> (branch 39 files)
15481            - (delete 109 files)
15482           !> (integrate 105 files)
15483 ____________________________________________________________________________
15484 [ 15512] By: nick                                  on 2002/03/26  06:52:42
15485         Log: Integrate mainline
15486      Branch: perlio
15487           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
15488           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
15489           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
15490           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
15491           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
15492 ____________________________________________________________________________
15493 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
15494         Log: Installation advice from Robert Spier. 
15495      Branch: perl
15496            ! INSTALL
15497 ____________________________________________________________________________
15498 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
15499         Log: Stas setting things right.
15500      Branch: perl
15501            ! ext/PerlIO/PerlIO.t
15502 ____________________________________________________________________________
15503 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
15504         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
15505              From: Paul_GreenVOS@vos.stratus.com
15506              Date: Mon, 25 Mar 02 23:57 est
15507              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
15508      Branch: perl
15509            ! ext/IO/lib/IO/t/io_unix.t
15510 ____________________________________________________________________________
15511 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
15512         Log: Add threads hints for UNICOS/mk and UNICOS.
15513              (I'm just guessing on UNICOS.)
15514      Branch: perl
15515            ! hints/unicos.sh hints/unicosmk.sh
15516 ____________________________________________________________________________
15517 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
15518         Log: Mention the effect of Unicode keys on hashes.
15519      Branch: perl
15520            ! pod/perlunicode.pod
15521 ____________________________________________________________________________
15522 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
15523         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
15524              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15525              Date: Mon, 25 Mar 2002 17:24:33 -0600
15526              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
15527      Branch: perl
15528            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
15529            ! vms/vms_yfix.pl
15530 ____________________________________________________________________________
15531 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
15532         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
15533      Branch: perl
15534            ! hints/dec_osf.sh
15535 ____________________________________________________________________________
15536 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
15537         Log: The .ucm of Encode are big when uncompressed.
15538      Branch: perl
15539            ! INSTALL
15540 ____________________________________________________________________________
15541 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
15542         Log: I don't understand what is going on what these
15543              news tests, retracting the whole lot.
15544      Branch: perl
15545            ! ext/PerlIO/PerlIO.t
15546 ____________________________________________________________________________
15547 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
15548         Log: Upgrade to Encode 0.99, from Dan Kogai.
15549      Branch: perl
15550            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
15551            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
15552            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
15553            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
15554            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
15555            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
15556            + ext/Encode/Encode/ksc5601.ucm
15557            + ext/Encode/Encode/macCentEuro.ucm
15558            + ext/Encode/Encode/macCroatian.ucm
15559            + ext/Encode/Encode/macCyrillic.ucm
15560            + ext/Encode/Encode/macDingbats.ucm
15561            + ext/Encode/Encode/macGreek.ucm
15562            + ext/Encode/Encode/macIceland.ucm
15563            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
15564            + ext/Encode/Encode/macRumanian.ucm
15565            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
15566            + ext/Encode/Encode/macTurkish.ucm
15567            + ext/Encode/Encode/macUkraine.ucm
15568            + ext/Encode/Encode/shiftjis.ucm
15569            + ext/Encode/lib/Encode/10646_1.pm
15570            + ext/Encode/lib/Encode/CJKConstants.pm
15571            + ext/Encode/lib/Encode/CN/2022_CN.pm
15572            + ext/Encode/lib/Encode/JP/2022_JP.pm
15573            + ext/Encode/lib/Encode/JP/2022_JP1.pm
15574            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
15575            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
15576            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
15577            + ext/Encode/ucm2table
15578            - (delete 109 files)
15579            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
15580            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
15581            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
15582            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15583            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15584            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
15585            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
15586            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15587            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15588            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15589            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15590            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15591            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15592            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15593            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15594            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
15595            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
15596            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
15597            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
15598            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
15599            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
15600            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
15601            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
15602            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
15603            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
15604            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15605            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
15606            ! ext/Encode/Makefile.PL ext/Encode/README
15607            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15608            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15609            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15610            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
15611            ! ext/Encode/lib/Encode/Details.pod
15612            ! ext/Encode/lib/Encode/Encoding.pm
15613            ! ext/Encode/lib/Encode/Internal.pm
15614            ! ext/Encode/lib/Encode/JP/H2Z.pm
15615            ! ext/Encode/lib/Encode/JP/JIS.pm
15616            ! ext/Encode/lib/Encode/Supported.pod
15617            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15618            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15619            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
15620            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
15621            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15622            ! ext/Encode/t/jisx0212.ref
15623 ____________________________________________________________________________
15624 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
15625         Log: Noise with -w.
15626      Branch: perl
15627            ! ext/PerlIO/PerlIO.t
15628 ____________________________________________________________________________
15629 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
15630         Log: If no perlio no perlio warnings, either.
15631      Branch: perl
15632            ! lib/warnings.t
15633 ____________________________________________________________________________
15634 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
15635         Log: ...and put some of the new perlio tests here.
15636              The in-memory ones not yet since my poor brain
15637              refuses to find the right TODO incantation.
15638      Branch: perl
15639            ! ext/PerlIO/PerlIO.t
15640 ____________________________________________________________________________
15641 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
15642         Log: Take away the perlio-requiring tests..
15643      Branch: perl
15644            ! t/io/open.t
15645 ____________________________________________________________________________
15646 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
15647         Log: More correct now, but actually the two new tests
15648              need to be moved, since they are perlio-only...
15649      Branch: perl
15650            ! t/io/open.t
15651 ____________________________________________________________________________
15652 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15653         Log: More neo-io tests from Stas Bekman.
15654      Branch: perl
15655            ! t/io/open.t
15656 ____________________________________________________________________________
15657 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15658         Log: Document the QNX6 sprintf glitch.
15659      Branch: perl
15660            ! pod/perldelta.pod
15661 ____________________________________________________________________________
15662 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15663         Log: AmigaOS must use the ixemul directly, since there
15664              is no more vfork support.
15665      Branch: perl
15666            ! hints/amigaos.sh
15667 ____________________________________________________________________________
15668 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15669         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15670              From: Norton Allen <allen@huarp.harvard.edu>
15671              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15672              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15673      Branch: perl
15674            ! pp_sys.c
15675 ____________________________________________________________________________
15676 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15677         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15678              From: Norton Allen <allen@huarp.harvard.edu>
15679              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15680              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15681      Branch: perl
15682            ! ext/Socket/socketpair.t
15683 ____________________________________________________________________________
15684 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15685         Log: Clarify the 8.3 rule.
15686      Branch: perl
15687            ! Porting/check83.pl
15688 ____________________________________________________________________________
15689 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15690         Log: Integrate mainline
15691      Branch: perlio
15692           +> ext/Encode/lib/Encode/EncFormat.pod
15693           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15694            - ext/Encode/lib/EncodeFormat.pod
15695           !> (integrate 41 files)
15696 ____________________________________________________________________________
15697 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15698         Log: Update Changes.
15699      Branch: perl
15700            ! Changes patchlevel.h
15701 ____________________________________________________________________________
15702 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15703         Log: Forgotten from #15486.
15704      Branch: perl
15705            ! perl.c
15706 ____________________________________________________________________________
15707 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15708         Log: It seems that FreeBSD does not like using Perl's malloc
15709              when multithreaded.
15710      Branch: perl
15711            ! hints/freebsd.sh
15712 ____________________________________________________________________________
15713 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15714         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15716              Date: Mon, 25 Mar 2002 11:33:17 +0100
15717              Message-ID: <20020325113317.A1410@rafael>
15718              
15719              Apparently VMS does not do YYDEBUG.
15720      Branch: perl
15721            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15722 ____________________________________________________________________________
15723 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15724         Log: Subject: [PATCH] warnings for perlio + others
15725              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15726              Date: Mon, 25 Mar 2002 13:01:44 -0000
15727              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15728      Branch: perl
15729            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15730            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15731            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15732            ! warnings.pl
15733 ____________________________________________________________________________
15734 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15735         Log: As verified by Doug MacEachern.
15736      Branch: perl
15737            ! pod/perldelta.pod
15738 ____________________________________________________________________________
15739 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15740         Log: MPE/iX update from Mark Bixby.
15741      Branch: perl
15742            + mpeix/mpeix.c
15743            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15744            ! hints/mpeix.sh mpeix/mpeixish.h
15745 ____________________________________________________________________________
15746 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15747         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15748              From: Nicholas Clark <nick@unfortu.net>
15749              Date: Sun, 24 Mar 2002 22:50:06 +0000
15750              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15751      Branch: perl
15752            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15753 ____________________________________________________________________________
15754 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15755         Log: Subject: [PATCH] fix warning + carp interaction
15756              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15757              Date: Sun, 24 Mar 2002 23:00:21 -0000
15758              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15759      Branch: perl
15760            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
15761            ! warnings.pl
15762 ____________________________________________________________________________
15763 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
15764         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
15765              (All the code changes have already been applied earlier.)
15766      Branch: perl
15767            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15768 ____________________________________________________________________________
15769 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
15770         Log: DB_File: for the core version, no need to specify
15771              a minimum MM version.
15772      Branch: perl
15773            ! ext/DB_File/Makefile.PL
15774 ____________________________________________________________________________
15775 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
15776         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
15777              From: Dave Mitchell <davem@fdgroup.com>
15778              Date: Sun, 24 Mar 2002 22:23:08 +0000
15779              Message-ID: <20020324222308.B21963@fdgroup.com>
15780      Branch: perl
15781            ! pp_pack.c
15782 ____________________________________________________________________________
15783 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
15784         Log: Subject: [PATCH @15450] errno help for VMS
15785              From: "Craig A. Berry" <craigberry@mac.com>
15786              Date: Sun, 24 Mar 2002 16:17:52 -0600
15787              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
15788      Branch: perl
15789            ! ext/POSIX/t/posix.t vms/vms.c
15790 ____________________________________________________________________________
15791 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
15792         Log: Upgrade to Locale::Codes 2.03.
15793      Branch: perl
15794            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15795            ! lib/Locale/Country.pm
15796 ____________________________________________________________________________
15797 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
15798         Log: metaconfig unit change for #15474.
15799      Branch: metaconfig/U/perl
15800            ! Extensions.U
15801 ____________________________________________________________________________
15802 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
15803         Log: The #15472 said "properly".  Ha!
15804      Branch: perl
15805            ! Configure
15806 ____________________________________________________________________________
15807 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
15808         Log: metaconfig unit change for #15472.
15809      Branch: metaconfig/U/perl
15810            ! Extensions.U
15811 ____________________________________________________________________________
15812 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
15813         Log: Properly scan for the subextensions of Encode
15814              when doing static builds.
15815      Branch: perl
15816            ! Configure
15817 ____________________________________________________________________________
15818 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
15819         Log: Tru64: Document the known odbm failure with static builds.
15820      Branch: perl
15821            ! README.tru64
15822 ____________________________________________________________________________
15823 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
15824         Log: microperl tweaks.
15825      Branch: perl
15826            ! Makefile.micro locale.c util.c
15827 ____________________________________________________________________________
15828 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
15829         Log: metaconfig unit changes for #15468.
15830      Branch: metaconfig
15831            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
15832            ! U/modified/libc.U U/modified/libs.U
15833            ! U/threads/d_pthread_atfork.U
15834 ____________________________________________________________________________
15835 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
15836         Log: Various metaconfig unit cleanup; only one visible change
15837              in Configure, though.
15838      Branch: perl
15839            ! Configure
15840 ____________________________________________________________________________
15841 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
15842         Log: Upgrade to Encode 0.98, from Dan Kogai.
15843      Branch: perl
15844            + ext/Encode/lib/Encode/EncFormat.pod
15845            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
15846            - ext/Encode/lib/EncodeFormat.pod
15847            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
15848            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
15849            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15850            ! ext/Encode/lib/Encode/Alias.pm
15851            ! ext/Encode/lib/Encode/Details.pod
15852            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15853            ! ext/Encode/lib/Encode/JP/JIS.pm
15854            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15855 ____________________________________________________________________________
15856 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
15857         Log: Integrate perlio:
15858              
15859              [ 15462]
15860              Avoid core-dump in Encode with PERLIO=mmap
15861      Branch: perl
15862           !> ext/Encode/Encode.xs
15863 ____________________________________________________________________________
15864 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
15865         Log: In the spirit of #15464.
15866      Branch: perl
15867            ! perl.c sv.c
15868 ____________________________________________________________________________
15869 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
15870         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
15871              From: Michael G Schwern <schwern@pobox.com>
15872              Date: Sun, 24 Mar 2002 02:27:25 -0500
15873              Message-ID: <20020324072725.GA3554@blackrider>
15874      Branch: perl
15875            ! perl.c
15876 ____________________________________________________________________________
15877 [ 15463] By: nick                                  on 2002/03/24  10:24:41
15878         Log: Integrate mainline
15879      Branch: perlio
15880           +> (branch 28 files)
15881            - lib/bigfloat.t lib/bigint.t
15882           !> (integrate 59 files)
15883 ____________________________________________________________________________
15884 [ 15462] By: nick                                  on 2002/03/24  08:59:35
15885         Log: Avoid core-dump in Encode with PERLIO=mmap
15886      Branch: perlio
15887            ! ext/Encode/Encode.xs
15888 ____________________________________________________________________________
15889 [ 15461] By: nick                                  on 2002/03/24  08:58:21
15890         Log: Too many machines doing integrate mainline
15891      Branch: perlio
15892           !> Changes Configure lib/AutoSplit.t
15893           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
15894           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
15895           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
15896           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
15897 ____________________________________________________________________________
15898 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
15899         Log: Retract Math::BigInt::Lite for now, seems to confuse
15900              bignum and bigrat.
15901      Branch: perl
15902            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15903            ! MANIFEST
15904 ____________________________________________________________________________
15905 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
15906         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
15907              From: "Craig A. Berry" <craigberry@mac.com>
15908              Date: Sat, 23 Mar 2002 23:23:00 -0600
15909              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
15910      Branch: perl
15911            ! configure.com vms/vms.c
15912 ____________________________________________________________________________
15913 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
15914         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
15915              From: Michael G Schwern <schwern@pobox.com>
15916              Date: Sat, 23 Mar 2002 21:32:32 -0500
15917              Message-ID: <20020324023232.GA29972@blackrider>
15918              
15919              (with Russ Allbery's simplifications)
15920      Branch: perl
15921            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15922 ____________________________________________________________________________
15923 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15924         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15925      Branch: perl
15926            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15927            ! MANIFEST
15928 ____________________________________________________________________________
15929 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15930         Log: Too chatty.
15931      Branch: perl
15932            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15933 ____________________________________________________________________________
15934 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15935         Log: Merge bignum 0.10, from Tels.
15936      Branch: perl
15937            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15938            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15939            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15940            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15941            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15942            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15943            ! MANIFEST
15944 ____________________________________________________________________________
15945 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15946         Log: Rename the Perl 4 tests in preparation of bignum.
15947      Branch: perl
15948            + lib/bigfloatpl.t lib/bigintpl.t
15949            - lib/bigfloat.t lib/bigint.t
15950            ! MANIFEST
15951 ____________________________________________________________________________
15952 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15953         Log: Merge Math::BigRat 0.04, from Tels.
15954      Branch: perl
15955            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15956            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15957            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15958            + t/lib/Math/BigRat/Test.pm
15959            ! MANIFEST
15960 ____________________________________________________________________________
15961 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15962         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15963              From: Dave Mitchell <davem@fdgroup.com>
15964              Date: Sat, 23 Mar 2002 22:27:24 +0000
15965              Message-ID: <20020323222724.A19425@fdgroup.com>
15966      Branch: perl
15967            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15968 ____________________________________________________________________________
15969 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15970         Log: Forgotten.
15971      Branch: perl
15972            ! ext/Unicode/Normalize/README
15973 ____________________________________________________________________________
15974 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15975         Log: Update Changes.
15976      Branch: perl
15977            ! Changes patchlevel.h
15978 ____________________________________________________________________________
15979 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15980         Log: Subject: perldoc -m [PATCH]
15981              From: "John L. Allen" <allen@grumman.com>
15982              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15983              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15984      Branch: perl
15985            ! utils/perldoc.PL
15986 ____________________________________________________________________________
15987 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15988         Log: Subject: Re: Copious warnings from Sys::Syslog
15989              From: andreas.koenig@anima.de (Andreas J. Koenig)
15990              Date: Sat, 23 Mar 2002 06:47:08 +0100
15991              Message-ID: <m31yebvns3.fsf@anima.de>
15992      Branch: perl
15993            ! ext/Sys/Syslog/Syslog.pm
15994 ____________________________________________________________________________
15995 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15996         Log: Upgrade to Math::BigInt 1.55, from Tels.
15997      Branch: perl
15998            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15999            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
16000            + lib/Math/BigInt/t/use_lib4.t
16001            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16002            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
16003            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
16004            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
16005            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
16006            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
16007            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
16008            ! lib/Math/BigInt/t/upgrade.t
16009 ____________________________________________________________________________
16010 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
16011         Log: Upgrade to Encode 0.97, from Dan Kogai.
16012      Branch: perl
16013            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
16014            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
16015            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
16016            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16017            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16018            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
16019            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
16020            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
16021            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
16022            ! ext/Encode/t/Tcl.t
16023 ____________________________________________________________________________
16024 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
16025         Log: Slight tweaks on #15443.
16026      Branch: perl
16027            ! pod/perlvar.pod
16028 ____________________________________________________________________________
16029 [ 15444] By: nick                                  on 2002/03/23  17:30:42
16030         Log: Integrate mainline
16031      Branch: perlio
16032           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
16033           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
16034           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
16035           !> (integrate 50 files)
16036 ____________________________________________________________________________
16037 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
16038         Log: Subject: patch [bleadperl]: Document %! special variable
16039              From: mjd@plover.com
16040              Date: 23 Mar 2002 18:25:44 -0000
16041              Message-ID: <20020323182544.11741.qmail@plover.com>    
16042      Branch: perl
16043            ! pod/perlvar.pod
16044 ____________________________________________________________________________
16045 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
16046         Log: Since the Encode::JP is unsupported under EBCDIC we
16047              cannot run this test (aliases as such should work fine).
16048      Branch: perl
16049            ! ext/Encode/t/Aliases.t
16050 ____________________________________________________________________________
16051 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
16052         Log: EBCDIC: the sorting order is different under
16053              byte-EBCDIC and Unicode.
16054      Branch: perl
16055            ! t/op/utfhash.t
16056 ____________________________________________________________________________
16057 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
16058         Log: EBCDIC: the character codes are different.
16059      Branch: perl
16060            ! lib/Pod/t/pod2html-lib.pl
16061 ____________________________________________________________________________
16062 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
16063         Log: Purify: #15434 got the test the wrong.
16064              (Is there an approved way of testing "is this an unop"?)
16065      Branch: perl
16066            ! op.c
16067 ____________________________________________________________________________
16068 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
16069         Log: Purify: Array bounds read: could read one character past the end.
16070      Branch: perl
16071            ! pp_pack.c
16072 ____________________________________________________________________________
16073 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
16074         Log: Purify: Array bounds read: reading one byte before the buffer.
16075      Branch: perl
16076            ! util.c
16077 ____________________________________________________________________________
16078 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
16079         Log: Purify: Unitialized memory read.  Too many code paths
16080              to keep track of, I guess.
16081      Branch: perl
16082            ! sv.c
16083 ____________________________________________________________________________
16084 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
16085         Log: Purify: Array bounds write: pre-extend the strxfrm
16086              buffer by a factor of four (suggested maximum by HP-UX;
16087              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
16088              know how portable that is; locale.c uses yet another trick
16089              (not a particularly good trick, I might add))
16090      Branch: perl
16091            ! ext/POSIX/POSIX.xs
16092 ____________________________________________________________________________
16093 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
16094         Log: Purify: Array bounds read: o->op_last was accessed
16095              for unops (via newUNOP() and ck_eof()).
16096              (analysis okay, patch bad: see #15439)
16097      Branch: perl
16098            ! op.c
16099 ____________________________________________________________________________
16100 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
16101         Log: Subject: [PATCH] vms/test.com, File::Find tests
16102              From: "Craig A. Berry" <craigberry@mac.com>
16103              Date: Fri, 22 Mar 2002 16:52:59 -0600
16104              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
16105      Branch: perl
16106            ! vms/test.com
16107 ____________________________________________________________________________
16108 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
16109         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
16110              From: Michael G Schwern <schwern@pobox.com>
16111              Date: Fri, 22 Mar 2002 18:08:19 -0500
16112              Message-ID: <20020322230819.GB16454@blackrider>
16113      Branch: perl
16114            ! ext/Sys/Syslog/Syslog.pm
16115 ____________________________________________________________________________
16116 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
16117         Log: Update the information on Encode.
16118      Branch: perl
16119            ! pod/perldelta.pod
16120 ____________________________________________________________________________
16121 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
16122         Log: Upgrade to Encode 0.96, from Dan Kogai.
16123      Branch: perl
16124            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
16125            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
16126            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
16127            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16128            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
16129            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16130            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
16131            ! ext/Encode/lib/Encode/Alias.pm
16132            ! ext/Encode/lib/Encode/Encoding.pm
16133            ! ext/Encode/lib/Encode/Internal.pm
16134            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16135 ____________________________________________________________________________
16136 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
16137         Log: Subject: [PATCH] h2xs.t fix for VMS
16138              From: "Craig A. Berry" <craigberry@mac.com>
16139              Date: Fri, 22 Mar 2002 15:47:38 -0600
16140              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
16141      Branch: perl
16142            ! lib/h2xs.t
16143 ____________________________________________________________________________
16144 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
16145         Log: One more pass.
16146      Branch: perl
16147            ! epoc/config.sh
16148 ____________________________________________________________________________
16149 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
16150         Log: Even better version from Olaf Flebbe.
16151      Branch: perl
16152            ! epoc/config.sh pp_sys.c util.c
16153 ____________________________________________________________________________
16154 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
16155         Log: EPOC update from Olaf Flebbe.
16156      Branch: perl
16157            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
16158            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
16159 ____________________________________________________________________________
16160 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
16161         Log: Tweak from John P. Linderman.
16162      Branch: perl
16163            ! pod/perlhack.pod
16164 ____________________________________________________________________________
16165 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
16166         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
16167              From: Stas Bekman <stas@stason.org>
16168              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
16169              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
16170      Branch: perl
16171            ! pod/perlfunc.pod
16172 ____________________________________________________________________________
16173 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
16174         Log: Subject: [PATCH] check sysconf's return value in reentr.c
16175              From: <slaven.rezic@berlin.de>
16176              Date: Fri, 22 Mar 2002 18:30:36 +0100
16177              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
16178              
16179              (plus use 4k instead 2k as the "usual" size)
16180      Branch: perl
16181            ! reentr.c reentr.pl
16182 ____________________________________________________________________________
16183 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
16184         Log: Update Changes.
16185      Branch: perl
16186            ! Changes patchlevel.h
16187 ____________________________________________________________________________
16188 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
16189         Log: Forgot from #15416.
16190      Branch: perl
16191            ! pod/perlfaq3.pod
16192 ____________________________________________________________________________
16193 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
16194         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
16195              From: andreas.koenig@anima.de (Andreas J. Koenig)
16196              Date: Fri, 22 Mar 2002 16:27:51 +0100
16197              Message-ID: <m3n0x0vczs.fsf@anima.de>
16198      Branch: perl
16199            ! pod/perlmodstyle.pod
16200 ____________________________________________________________________________
16201 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
16202         Log: metaconfig unit changes for #15418.
16203      Branch: metaconfig
16204            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16205            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16206            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16207            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16208            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16209            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16210            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16211            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16212            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16213            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16214            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16215            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16216            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16217            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16218            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16219            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16220            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16221            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16222            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16223            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16224            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16225            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16226            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16227            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16228 ____________________________________________________________________________
16229 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
16230         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
16231              Also, there's no i_stdio.
16232      Branch: perl
16233            ! Configure reentr.h reentr.pl
16234 ____________________________________________________________________________
16235 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
16236         Log: Document a known AIX warning.
16237      Branch: perl
16238            ! pod/perldelta.pod
16239 ____________________________________________________________________________
16240 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
16241         Log: Undo #15415, allow the faq people to catch up first.
16242      Branch: perl
16243            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16244 ____________________________________________________________________________
16245 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
16246         Log: FAQ sync.
16247      Branch: perl
16248            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
16249 ____________________________________________________________________________
16250 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
16251         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
16252              From: andreas.koenig@anima.de (Andreas J. Koenig)
16253              Date: Fri, 22 Mar 2002 15:16:19 +0100
16254              Message-ID: <m38z8kwuvg.fsf@anima.de>
16255              
16256              (plus reformat)
16257      Branch: perl
16258            ! pod/perldelta.pod
16259 ____________________________________________________________________________
16260 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
16261         Log: Integrate perlio:
16262              
16263              [ 15412]
16264              Check for sanity of UTF-8 keys in hashes
16265              (feel free to add more tests...)
16266              
16267              [ 15410]
16268              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16269              - when (e.g.) STDOUT is char special file and gets IoOFP
16270              created - do _NOT_ pass num_svs as that fopen-s stringified
16271              glob, and not fdopen-s the fd.
16272      Branch: perl
16273           +> t/op/utfhash.t
16274           !> MANIFEST doio.c
16275 ____________________________________________________________________________
16276 [ 15412] By: nick                                  on 2002/03/22  10:50:53
16277         Log: Check for sanity of UTF-8 keys in hashes
16278              (feel free to add more tests...)
16279      Branch: perlio
16280            + t/op/utfhash.t
16281            ! MANIFEST
16282 ____________________________________________________________________________
16283 [ 15411] By: ams                                   on 2002/03/22  08:36:33
16284         Log: Revert #15200 for backwards compatiblity reasons.
16285      Branch: perl
16286            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
16287            ! pp_ctl.c t/op/override.t
16288 ____________________________________________________________________________
16289 [ 15410] By: nick                                  on 2002/03/22  07:47:41
16290         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16291              - when (e.g.) STDOUT is char special file and gets IoOFP
16292              created - do _NOT_ pass num_svs as that fopen-s stringified
16293              glob, and not fdopen-s the fd.
16294      Branch: perlio
16295            ! doio.c
16296 ____________________________________________________________________________
16297 [ 15409] By: nick                                  on 2002/03/22  07:19:33
16298         Log: Integrate mainline
16299      Branch: perlio
16300           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16301           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16302           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16303           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16304           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16305           +> ext/Encode/lib/Encode/Details.pod
16306           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16307           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16308           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16309           +> lib/Pod/t/pod2html-lib.pl
16310            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16311           !> (integrate 39 files)
16312 ____________________________________________________________________________
16313 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
16314         Log: Win32 tweak from mjd.
16315      Branch: perl
16316            ! lib/Tie/File.pm
16317 ____________________________________________________________________________
16318 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
16319         Log: If Unicode keys are entered to a hash, a bit is turned on.
16320              If the bit is on, when the keys are fetched from the hash
16321              (%h, each %h, keys %h), the Unicodified versions of the keys
16322              are returned if needed.  This solution errs on the size of
16323              over-Unicodifying, the old solution erred on the side of
16324              under-Unicodifying.  As long as the hash keys can be a mix
16325              of byte and Unicode strings, a perfect fit is hard to come by.
16326      Branch: perl
16327            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
16328            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
16329 ____________________________________________________________________________
16330 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
16331         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16332              From: Mike Guy <mjtg@cam.ac.uk>
16333              Date: Fri, 22 Mar 2002 02:08:20 +0000
16334              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
16335      Branch: perl
16336            ! pod/perldelta.pod
16337 ____________________________________________________________________________
16338 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
16339         Log: PM_SETRE() fallout.
16340      Branch: perl
16341            ! ext/ByteLoader/bytecode.h
16342 ____________________________________________________________________________
16343 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
16344         Log: Subject: [PATCH pod/perlxs.pod] doc fix
16345              From: Stas Bekman <stas@stason.org>
16346              Date: Thu, 21 Mar 2002 18:47:35 +0800
16347              Message-ID: <3C99BA47.9010403@stason.org>
16348      Branch: perl
16349            ! pod/perlxs.pod
16350 ____________________________________________________________________________
16351 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
16352         Log: Subject: [PATCH]
16353              From: Slaven Rezic <slaven.rezic@berlin.de>
16354              Date: 21 Mar 2002 10:19:23 +0100
16355              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
16356              
16357              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
16358      Branch: perl
16359            ! hints/freebsd.sh
16360 ____________________________________________________________________________
16361 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
16362         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
16363              From: Tim Bunce <Tim.Bunce@pobox.com>
16364              Date: Thu, 21 Mar 2002 21:18:05 +0000
16365              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
16366      Branch: perl
16367            ! ext/Storable/Storable.xs
16368 ____________________________________________________________________________
16369 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
16370         Log: Reword the Apache^Wmod_perl bit so that Sarathy
16371              can sleep easier :-)
16372      Branch: perl
16373            ! pod/perldelta.pod
16374 ____________________________________________________________________________
16375 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
16376         Log: It seems that the strange failure (core dump) of
16377              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
16378              (1) using Sun's cc helps
16379              (2) rewriting the ithreads PM_SETRE() to do the
16380              setting in two steps helps
16381              (3) no other platforms have the crash
16382              (4) Tru64's Third Degree sees nothing evil
16383              So we implement (2).
16384      Branch: perl
16385            ! op.h
16386 ____________________________________________________________________________
16387 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
16388         Log: Solaris: default to the SUNwspro cc if it is available.
16389      Branch: perl
16390            ! hints/solaris_2.sh
16391 ____________________________________________________________________________
16392 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
16393         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16394              does not get fixed in time.
16395      Branch: perl
16396            ! pod/perldelta.pod
16397 ____________________________________________________________________________
16398 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
16399         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
16400              From: Dave Mitchell <davem@fdgroup.com>
16401              Date: Thu, 21 Mar 2002 17:24:40 +0000
16402              Message-ID: <20020321172440.C13683@fdgroup.com>
16403      Branch: perl
16404            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
16405            ! pod/perlapi.pod proto.h sv.h toke.c
16406 ____________________________________________________________________________
16407 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
16408         Log: One more proto escapee.
16409      Branch: perl
16410            ! hints/linux.sh
16411 ____________________________________________________________________________
16412 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
16413         Log: metaconfig unit change for #15394.
16414      Branch: metaconfig/U/perl
16415            ! Checkcc.U
16416 ____________________________________________________________________________
16417 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
16418         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
16419              From: Robin Barker <rmb1@cise.npl.co.uk>
16420              Date: Thu, 21 Mar 2002 17:35:00 GMT
16421              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
16422      Branch: perl
16423            ! Configure
16424 ____________________________________________________________________________
16425 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
16426         Log: Subject: Re: [tests for Pod::Html]
16427              From: Stas Bekman <stas@stason.org>
16428              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
16429              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
16430      Branch: perl
16431            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16432            - t/pod2html/README
16433            ! MANIFEST lib/Pod/t/pod2html-lib.pl
16434 ____________________________________________________________________________
16435 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
16436         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
16437              From: Stas Bekman <stas@stason.org>
16438              Date: Thu, 21 Mar 2002 18:50:56 +0800
16439              Message-ID: <3C99BB10.50004@stason.org>
16440      Branch: perl
16441            ! ext/Cwd/Cwd.xs
16442 ____________________________________________________________________________
16443 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
16444         Log: Upgrade to Encode 0.95, from Dan Kogai.
16445      Branch: perl
16446            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16447            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16448            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16449            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16450            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16451            + ext/Encode/lib/Encode/Details.pod
16452            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16453            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16454            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16455            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
16456            ! ext/Encode/Makefile.PL
16457 ____________________________________________________________________________
16458 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
16459         Log: Mention the new syslog try-harder feature.
16460      Branch: perl
16461            ! pod/perldelta.pod
16462 ____________________________________________________________________________
16463 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
16464         Log: metaconfig unit changes for #15388.
16465      Branch: metaconfig
16466            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16467            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16468            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16469            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16470            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16471            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16472            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16473            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16474            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16475            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16476            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16477            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16478            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16479            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16480            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16481            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16482            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16483            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16484            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16485            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16486            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16487            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16488            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16489            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16490 ____________________________________________________________________________
16491 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
16492         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
16493              From: Spider Boardman <spider@web.zk3.dec.com>
16494              Date: Thu, 21 Mar 2002 09:23:45 -0500
16495              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
16496      Branch: perl
16497            ! Configure hints/hpux.sh reentr.pl
16498 ____________________________________________________________________________
16499 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
16500         Log: NetWare diff from C Aditya.
16501      Branch: perl
16502            ! perl.h
16503 ____________________________________________________________________________
16504 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
16505         Log: The htmlview test doesn't work yet.
16506      Branch: perl
16507            + t/pod2html/README
16508            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16509            ! MANIFEST
16510 ____________________________________________________________________________
16511 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
16512         Log: Placeholder.
16513      Branch: perl
16514            ! MANIFEST
16515 ____________________________________________________________________________
16516 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
16517         Log: Integrate perlio:
16518              
16519              [ 15381]
16520              Restore tabs so dmake will parse file!
16521      Branch: perl
16522           !> win32/makefile.mk
16523 ____________________________________________________________________________
16524 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
16525         Log: Subject: [tests for Pod::Html]
16526              From: Stas Bekman <stas@stason.org>
16527              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
16528              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
16529      Branch: perl
16530            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16531            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16532            + lib/Pod/t/pod2html-lib.pl
16533            ! MANIFEST
16534 ____________________________________________________________________________
16535 [ 15382] By: nick                                  on 2002/03/21  07:21:57
16536         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
16537      Branch: perlio
16538           +> ext/Encode/AUTHORS ext/Encode/Changes
16539           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16540           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16541           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16542           +> ext/I18N/Langinfo/fallback/const-c.inc
16543           +> ext/I18N/Langinfo/fallback/const-xs.inc
16544           +> lib/ExtUtils/t/Constant.t
16545            - ext/Encode/Encode/euc-jp-0212.enc
16546            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
16547            - ext/Encode/t/table.euc ext/Encode/t/table.ref
16548            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
16549           !> (integrate 105 files)
16550 ____________________________________________________________________________
16551 [ 15381] By: nick                                  on 2002/03/21  06:59:57
16552         Log: Restore tabs so dmake will parse file!
16553      Branch: perlio
16554            ! win32/makefile.mk
16555 ____________________________________________________________________________
16556 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
16557         Log: Upgrade to Unicode::Normalize 0.16.
16558      Branch: perl
16559            ! ext/Unicode/Normalize/Changes
16560            ! ext/Unicode/Normalize/Normalize.pm
16561 ____________________________________________________________________________
16562 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
16563         Log: Schwern's wallet is a bit more loose.
16564      Branch: perl
16565            ! t/lib/1_compile.t
16566 ____________________________________________________________________________
16567 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
16568         Log: Subject: [PATCH]
16569              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16570              Date: Wed, 20 Mar 2002 22:56:17 -0000
16571              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
16572              
16573              packWARN also for subdirs.
16574      Branch: perl
16575            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
16576            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
16577            ! win32/win32.c
16578 ____________________________________________________________________________
16579 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
16580         Log: A plan is better.
16581      Branch: perl
16582            ! ext/Encode/t/CJKalias.t
16583 ____________________________________________________________________________
16584 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
16585         Log: Upgrade to Encode 0.94, from Dan Kogai.
16586      Branch: perl
16587            + ext/Encode/lib/Encode/Description.pod
16588            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16589            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16590            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16591            ! ext/Encode/lib/Encode/Encoding.pm
16592            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16593            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16594            ! ext/Encode/t/CJKalias.t
16595 ____________________________________________________________________________
16596 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
16597         Log: Rats' nest.
16598      Branch: perl
16599            ! hints/solaris_2.sh
16600 ____________________________________________________________________________
16601 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
16602         Log: Rrright.
16603      Branch: perl
16604            ! pod/perlguts.pod
16605 ____________________________________________________________________________
16606 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
16607         Log: Update Changes.
16608      Branch: perl
16609            ! Changes patchlevel.h
16610 ____________________________________________________________________________
16611 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
16612         Log: Reapply #15336.
16613      Branch: perl
16614            ! ext/Encode/lib/Encode/Tcl.pm
16615 ____________________________________________________________________________
16616 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
16617         Log: Upgrade to Encode 0.93, from Dan Kogai.
16618      Branch: perl
16619            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
16620            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16621            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16622            ! ext/Encode/README ext/Encode/TW/TW.pm
16623            ! ext/Encode/lib/Encode/CN/HZ.pm
16624            ! ext/Encode/lib/Encode/Encoding.pm
16625            ! ext/Encode/lib/Encode/Internal.pm
16626            ! ext/Encode/lib/Encode/JP/Constants.pm
16627            ! ext/Encode/lib/Encode/JP/H2Z.pm
16628            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16629            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16630            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16631            ! ext/Encode/lib/Encode/Tcl/Table.pm
16632            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16633            ! ext/Encode/lib/Encode/iso10646_1.pm
16634            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16635            ! ext/Encode/t/JP.t
16636 ____________________________________________________________________________
16637 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
16638         Log: Subject: patch for syslog
16639              From: <Nick.Williams@morganstanley.com>
16640              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
16641              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
16642      Branch: perl
16643            ! ext/Sys/Syslog/Syslog.pm
16644 ____________________________________________________________________________
16645 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
16646         Log: Some failure updates.
16647      Branch: perl
16648            ! pod/perldelta.pod
16649 ____________________________________________________________________________
16650 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16651         Log: Getopt::Long 2.29 from Johan Vromans.
16652      Branch: perl
16653            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16654 ____________________________________________________________________________
16655 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16656         Log: Rename ExtUtils.t to Constant.t, as suggested by
16657              Nicholas Clark.
16658      Branch: perl
16659            + lib/ExtUtils/t/Constant.t
16660            - lib/ExtUtils/t/ExtUtils.t
16661            ! MANIFEST
16662 ____________________________________________________________________________
16663 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16664         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16665              From: Nicholas Clark <nick@unfortu.net>
16666              Date: Tue, 19 Mar 2002 22:50:28 +0000
16667              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16668      Branch: perl
16669            ! t/lib/1_compile.t
16670 ____________________________________________________________________________
16671 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16672         Log: Subject: Re: The story of O [PATCH]
16673              From: Richard.Foley@t-online.de (Richard Foley)
16674              Date: Sun, 17 Mar 2002 08:37:26 +0100
16675              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16676      Branch: perl
16677            ! lib/perl5db.pl
16678 ____________________________________________________________________________
16679 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16680         Log: Mention the external modules Encode::HanExtra and
16681              PadWalker.
16682      Branch: perl
16683            ! pod/perldelta.pod
16684 ____________________________________________________________________________
16685 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16686         Log: Subject: [PATCH] List lexicals from debugger
16687              From: Peter Scott <Peter@PSDT.com>
16688              Date: Tue, 19 Mar 2002 12:28:52 -0800
16689              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16690      Branch: perl
16691            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16692 ____________________________________________________________________________
16693 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16694         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16695              and :encoding(xxx) was errorneously parsed.
16696      Branch: perl
16697            ! lib/open.pm
16698 ____________________________________________________________________________
16699 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16700         Log: Subject: [PATCH bleadperl] exec.t tweak
16701              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16702              Date: Wed, 20 Mar 2002 01:21:40 +0100
16703              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16704              
16705              4NT returns 2 as error-code for nonexistant file.
16706      Branch: perl
16707            ! t/op/exec.t
16708 ____________________________________________________________________________
16709 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16710         Log: minor Tie::File test patch to make win32 happier, from mjd.
16711      Branch: perl
16712            ! lib/Tie/File/t/30_defer.t
16713 ____________________________________________________________________________
16714 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16715         Log: Subject: [PATCH bleadperl] magic.t tweak
16716              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16717              Date: Wed, 20 Mar 2002 00:39:16 +0100
16718              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16719      Branch: perl
16720            ! t/op/magic.t
16721 ____________________________________________________________________________
16722 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16723         Log: Typo fix from Andreas Koenig, plus a tweak.
16724      Branch: perl
16725            ! pod/perlunicode.pod
16726 ____________________________________________________________________________
16727 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16728         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16729              in Mandrake 8.2.  Now we need to figure out a way not to
16730              unbreak Apache.
16731      Branch: perl
16732            ! hints/linux.sh
16733 ____________________________________________________________________________
16734 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16735         Log: Fix for "UTF-8 bug with s///" from Hugo.
16736      Branch: perl
16737            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16738            ! t/op/pat.t
16739 ____________________________________________________________________________
16740 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16741         Log: metaconfig unit change for #15354.
16742      Branch: metaconfig
16743            ! U/threads/usethreads.U
16744 ____________________________________________________________________________
16745 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16746         Log: Installation updates on threads and perlio.
16747      Branch: perl
16748            ! Configure INSTALL
16749 ____________________________________________________________________________
16750 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16751         Log: Tpo.
16752      Branch: perl
16753            ! pod/perlfaq6.pod
16754 ____________________________________________________________________________
16755 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16756         Log: Regen modlib and toc.
16757      Branch: perl
16758            ! pod/perlmodlib.pod pod/perltoc.pod
16759 ____________________________________________________________________________
16760 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
16761         Log: Whitespace tweaks.
16762      Branch: perl
16763            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
16764            ! pod/perltodo.pod pod/perlunicode.pod
16765 ____________________________________________________________________________
16766 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
16767         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
16768              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
16769              (And as suggested by Markus Kuhn.)
16770              
16771              While we are at it, document also the case of
16772              mixed hash keys as a known potential troublemaker.
16773              (Since it's locale-related, sometimes.)
16774      Branch: perl
16775            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
16776            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
16777            ! pod/perluniintro.pod
16778 ____________________________________________________________________________
16779 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
16780         Log: Surely a typo.
16781      Branch: perl
16782            ! gv.c
16783 ____________________________________________________________________________
16784 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
16785         Log: Take two.
16786      Branch: perl
16787            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16788            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16789 ____________________________________________________________________________
16790 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
16791         Log: Let's try this from scratch.
16792      Branch: perl
16793            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16794            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16795 ____________________________________________________________________________
16796 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
16797         Log: I could do this all day...
16798      Branch: perl
16799            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16800            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16801 ____________________________________________________________________________
16802 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
16803         Log: Grrr.
16804      Branch: perl
16805            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16806            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16807 ____________________________________________________________________________
16808 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
16809         Log: Subject: Re: Nearly OK for cygwin@15318
16810              From: John Peacock <jpeacock@rowman.com>
16811              Date: Tue, 19 Mar 2002 15:58:08 -0500
16812              Message-ID: <3C97A660.3060302@rowman.com>
16813      Branch: perl
16814            ! pod/perlport.pod
16815 ____________________________________________________________________________
16816 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
16817         Log: Subject: Re: Nearly OK for cygwin@15318
16818              From: <slaven.rezic@berlin.de>
16819              Date: Tue, 19 Mar 2002 21:47:49 +0100
16820              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
16821              
16822              Subject: Re: Nearly OK for cygwin@15318
16823              From: <slaven.rezic@berlin.de>
16824              Date: Tue, 19 Mar 2002 21:37:18 +0100
16825              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
16826      Branch: perl
16827            ! pod/perlport.pod t/io/fs.t
16828 ____________________________________________________________________________
16829 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
16830         Log: D'oh.
16831      Branch: perl
16832            + ext/I18N/Langinfo/fallback/const-c.inc
16833            + ext/I18N/Langinfo/fallback/const-xs.inc
16834 ____________________________________________________________________________
16835 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
16836         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
16837              From: Nicholas Clark <nick@unfortu.net>
16838              Date: Tue, 19 Mar 2002 22:37:08 +0000
16839              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
16840              
16841              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
16842              From: Nicholas Clark <nick@ccl4.org>
16843              Date: Tue, 19 Mar 2002 22:39:55 +0000
16844              Message-ID: <20020319223954.G94831@plum.flirble.org>
16845      Branch: perl
16846            - ext/I18N/Langinfo/fallback.xs
16847            ! MANIFEST
16848 ____________________________________________________________________________
16849 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
16850         Log: Text, not binary.
16851      Branch: perl
16852            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16853            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16854 ____________________________________________________________________________
16855 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
16856         Log: Subject: Re: perl@15244
16857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16858              Date: Mon, 18 Mar 2002 17:37:31 +0100
16859              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
16860              
16861              (Goedendag: Dutch whitespace police)
16862      Branch: perl
16863            ! hints/hpux.sh
16864 ____________________________________________________________________________
16865 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
16866         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
16867              From: Nicholas Clark <nick@unfortu.net>
16868              Date: Tue, 19 Mar 2002 21:52:47 +0000
16869              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
16870      Branch: perl
16871            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
16872            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
16873            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16874            ! ext/Sys/Syslog/Makefile.PL
16875 ____________________________________________________________________________
16876 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
16877         Log: More pathname portability checks.
16878      Branch: perl
16879            ! Porting/check83.pl
16880 ____________________________________________________________________________
16881 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
16882         Log: Begone, Encode::Tcl::Extended.
16883      Branch: perl
16884            ! ext/Encode/lib/Encode/Tcl.pm
16885 ____________________________________________________________________________
16886 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
16887         Log: This is like trying to put the shaving cream
16888              back to the can...
16889      Branch: perl
16890            ! hints/linux.sh
16891 ____________________________________________________________________________
16892 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
16893         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
16894              types of usleep().  Fun, fun. fun.
16895      Branch: perl
16896            ! hints/linux.sh
16897 ____________________________________________________________________________
16898 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
16899         Log: Sarathy's new suggestion for Linux threading flags.
16900      Branch: perl
16901            ! hints/linux.sh
16902 ____________________________________________________________________________
16903 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
16904         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
16905      Branch: perl
16906            - ext/Encode/Encode/euc-jp-0212.ucm
16907            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
16908            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16909 ____________________________________________________________________________
16910 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
16911         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
16912              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16913              Date: Tue, 19 Mar 2002 00:42:22 +0100
16914              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
16915      Branch: perl
16916            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16917 ____________________________________________________________________________
16918 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
16919         Log: "+" is not a valid filename character in VMS.
16920      Branch: perl
16921            + ext/Encode/Encode/euc-jp-0212.ucm
16922            - ext/Encode/Encode/euc-jp+0212.ucm
16923            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16924 ____________________________________________________________________________
16925 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16926         Log: Update Changes.
16927      Branch: perl
16928            ! Changes patchlevel.h
16929 ____________________________________________________________________________
16930 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16931         Log: Take away _GNU_SOURCE since that does not seem
16932              to play well with other software (like Apache),
16933              just hint away the WHOAs.
16934      Branch: perl
16935            ! hints/linux.sh
16936 ____________________________________________________________________________
16937 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16938         Log: metaconfig unit change for #15326.
16939      Branch: metaconfig
16940            ! U/threads/d_crypt_r.U
16941 ____________________________________________________________________________
16942 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16943         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16944      Branch: perl
16945            ! Configure reentr.h reentr.pl
16946 ____________________________________________________________________________
16947 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16948         Log: VMS acrobatics from Peter Prymmer.
16949      Branch: perl
16950            ! lib/ExtUtils/t/ExtUtils.t
16951 ____________________________________________________________________________
16952 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16953         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16954              From: Stas Bekman <stas@stason.org>
16955              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16956              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16957      Branch: perl
16958            ! lib/Pod/Html.pm
16959 ____________________________________________________________________________
16960 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16961         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16963              Date: Tue, 19 Mar 2002 10:49:27 +0100
16964              Message-ID: <20020319104927.C705@rafael>   
16965      Branch: perl
16966            ! ext/B/t/xref.t
16967 ____________________________________________________________________________
16968 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16969         Log: Integrate perlio:
16970              
16971              [ 15314]
16972              Move docs for Encode::valid_utf8 (which does not exist)
16973              to be docs for utf8::valid() (which does).
16974      Branch: perl
16975           !> ext/Encode/Encode.pm lib/utf8.pm
16976 ____________________________________________________________________________
16977 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16978         Log: Remove Encode::Tcl::Extended, suggested by
16979              SADAHIRO Tomoyuki.
16980      Branch: perl
16981            - ext/Encode/Encode/euc-jp-0212.enc
16982            - ext/Encode/lib/Encode/Tcl/Extended.pm
16983            ! MANIFEST ext/Encode/MANIFEST
16984            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16985            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16986 ____________________________________________________________________________
16987 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16988         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16989      Branch: perl
16990            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16991            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16992            + ext/Encode/t/jisx0212.ref
16993            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16994            - ext/Encode/t/table.ref
16995            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16996            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16997            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16998            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16999            ! ext/Encode/lib/Encode/CN/HZ.pm
17000            ! ext/Encode/lib/Encode/Encoding.pm
17001            ! ext/Encode/lib/Encode/Internal.pm
17002            ! ext/Encode/lib/Encode/JP/Constants.pm
17003            ! ext/Encode/lib/Encode/JP/H2Z.pm
17004            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17005            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
17006            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17007            ! ext/Encode/lib/Encode/Tcl/Extended.pm
17008            ! ext/Encode/lib/Encode/Tcl/Table.pm
17009            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
17010            ! ext/Encode/lib/Encode/iso10646_1.pm
17011            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
17012            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
17013            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
17014 ____________________________________________________________________________
17015 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
17016         Log: constness+signedness nit.
17017      Branch: perl
17018            ! ext/Unicode/Normalize/Normalize.xs
17019 ____________________________________________________________________________
17020 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
17021         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
17022      Branch: perl
17023            ! ext/Unicode/Normalize/Changes
17024            ! ext/Unicode/Normalize/Normalize.pm
17025            ! ext/Unicode/Normalize/Normalize.xs
17026            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17027            ! ext/Unicode/Normalize/t/func.t
17028 ____________________________________________________________________________
17029 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
17030         Log: Split the ebcdic details to perlebcdic.
17031      Branch: perl
17032            ! pod/perlebcdic.pod pod/perluniintro.pod
17033 ____________________________________________________________________________
17034 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
17035         Log: Be explicit.
17036      Branch: perl
17037            ! pod/perluniintro.pod
17038 ____________________________________________________________________________
17039 [ 15315] By: nick                                  on 2002/03/19  09:24:18
17040         Log: Integrate mainline
17041      Branch: perlio
17042           +> ext/List/Util/t/openhan.t
17043           !> (integrate 53 files)
17044 ____________________________________________________________________________
17045 [ 15314] By: nick                                  on 2002/03/19  07:39:07
17046         Log: Move docs for Encode::valid_utf8 (which does not exist)
17047              to be docs for utf8::valid() (which does).
17048      Branch: perlio
17049            ! ext/Encode/Encode.pm lib/utf8.pm
17050 ____________________________________________________________________________
17051 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
17052         Log: Update the Unicode vs EBCDIC situation.
17053      Branch: perl
17054            ! pod/perlebcdic.pod pod/perluniintro.pod
17055 ____________________________________________________________________________
17056 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
17057         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
17058              From: Robert Spier <rspier@pobox.com>
17059              Date: Mon, 18 Mar 2002 19:22:55 -0800
17060              Message-ID: <15510.44815.383439.823671@rls.cx>
17061      Branch: perl
17062            ! ext/threads/t/end.t
17063 ____________________________________________________________________________
17064 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
17065         Log: UTF-8 walk errors that become visible in EBCDIC.
17066      Branch: perl
17067            ! regexec.c
17068 ____________________________________________________________________________
17069 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
17070         Log: s/regcinclasslen/reginclass/ and remove the old
17071              reginclass since nothing is using it.
17072      Branch: perl
17073            ! embed.fnc embed.h proto.h regexec.c
17074 ____________________________________________________________________________
17075 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
17076         Log: Close the file so it can be (a) removed (b) reopened.
17077      Branch: perl
17078            ! ext/B/t/xref.t
17079 ____________________________________________________________________________
17080 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
17081         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
17082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17083              Date: Mon, 18 Mar 2002 23:14:31 +0100
17084              Message-ID: <20020318231431.A699@rafael>
17085      Branch: perl
17086            ! ext/B/B.xs utf8.c
17087 ____________________________________________________________________________
17088 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
17089         Log: Failed patch hunk reapplied.
17090      Branch: perl
17091            ! lib/Tie/File/t/32_defer_misc.t
17092 ____________________________________________________________________________
17093 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
17094         Log: For DEBUGGING threaded builds.
17095      Branch: perl
17096            ! sv.c
17097 ____________________________________________________________________________
17098 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
17099         Log: AUTHORS update.
17100      Branch: perl
17101            ! AUTHORS
17102 ____________________________________________________________________________
17103 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
17104         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
17105              (Fix from Craig Berry)
17106      Branch: perl
17107            ! pp_sys.c
17108 ____________________________________________________________________________
17109 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
17110         Log: Subject: [PATCH] configure.com home-grown kill() check
17111              From: "Craig A. Berry" <craigberry@mac.com>
17112              Date: Mon, 18 Mar 2002 13:52:59 -0600
17113              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
17114      Branch: perl
17115            ! configure.com
17116 ____________________________________________________________________________
17117 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
17118         Log: Upgrade to Tie::File 0.50.
17119      Branch: perl
17120            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
17121            ! lib/Tie/File/t/32_defer_misc.t
17122 ____________________________________________________________________________
17123 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
17124         Log: AUTHORS updates.
17125      Branch: perl
17126            ! AUTHORS
17127 ____________________________________________________________________________
17128 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
17129         Log: Update Changes.
17130      Branch: perl
17131            ! Changes patchlevel.h
17132 ____________________________________________________________________________
17133 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
17134         Log: OS/390 update.
17135      Branch: perl
17136            ! pod/perldelta.pod
17137 ____________________________________________________________________________
17138 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
17139         Log: Forgot from #15288.
17140      Branch: perl
17141            ! ext/B/B.xs
17142 ____________________________________________________________________________
17143 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
17144         Log: Make regex DEBUGGING faster.
17145      Branch: perl
17146            ! perl.c perl.h regexec.c
17147 ____________________________________________________________________________
17148 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
17149         Log: Undo accidental perl.h part of #15295 (wait for #15297)
17150      Branch: perl
17151            ! perl.h
17152 ____________________________________________________________________________
17153 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
17154         Log: Subject: prefix slip
17155              From: andreas.koenig@anima.de (Andreas J. Koenig)
17156              Date: Mon, 18 Mar 2002 16:24:46 +0100
17157              Message-ID: <m3y9gp3nlt.fsf@anima.de>
17158              
17159              (perl.h part accidental, undone by #15296)
17160      Branch: perl
17161            ! INSTALL perl.h
17162 ____________________________________________________________________________
17163 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
17164         Log: Be tidy.
17165      Branch: perl
17166            ! ext/B/t/xref.t
17167 ____________________________________________________________________________
17168 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
17169         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
17170              From: Spider Boardman <spider@web.zk3.dec.com>
17171              Date: Mon, 18 Mar 2002 10:09:50 -0500
17172              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
17173      Branch: perl
17174            ! README.tru64 hints/dec_osf.sh
17175 ____________________________________________________________________________
17176 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
17177         Log: NetWare tweaks from C Aditya <caditya@novell.com>
17178      Branch: perl
17179            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
17180 ____________________________________________________________________________
17181 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
17182         Log: metaconfig unit change for #15290.
17183      Branch: metaconfig/U/perl
17184            ! perlxv.U
17185 ____________________________________________________________________________
17186 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
17187         Log: Subject: d_nv_preserves_uv_bits
17188              From: Nicholas Clark <nick@unfortu.net>
17189              Date: Thu, 14 Mar 2002 22:24:19 +0000
17190              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
17191      Branch: perl
17192            ! Configure Porting/Glossary Porting/config.sh config_h.SH
17193            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
17194            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17195            ! win32/config.bc win32/config.gc win32/config.vc
17196            ! win32/config.win64
17197 ____________________________________________________________________________
17198 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
17199         Log: Subject: Re: perl@15244
17200              From: Spider Boardman <spider@web.zk3.dec.com>
17201              Date: Mon, 18 Mar 2002 09:38:55 -0500
17202              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
17203              
17204              (IA64 work.)
17205      Branch: perl
17206            ! hints/hpux.sh perl.h
17207 ____________________________________________________________________________
17208 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
17209         Log: Subject: [PATCH B] B::perlstring()
17210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17211              Date: Sun, 17 Mar 2002 23:06:12 +0100
17212              Message-ID: <20020317230612.A24442@rafael>
17213      Branch: perl
17214            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
17215 ____________________________________________________________________________
17216 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
17217         Log: Subject: [PATCH] another pack "w" thing
17218              From: Nicholas Clark <nick@unfortu.net>
17219              Date: Sat, 16 Mar 2002 21:52:15 +0000
17220              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
17221      Branch: perl
17222            ! pp_pack.c t/op/pack.t
17223 ____________________________________________________________________________
17224 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
17225         Log: More prototypes blindness in Solaris.
17226              (TODO: readdir64_r really needs to be seen.)
17227      Branch: perl
17228            ! hints/solaris_2.sh
17229 ____________________________________________________________________________
17230 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
17231         Log: Integrate perlio:
17232              
17233              [ 15282]
17234              Tidy the "does not map" message for non-characters
17235              (e.g. iso-8859-3 "\xA5").
17236      Branch: perl
17237           !> ext/Encode/Encode.xs
17238 ____________________________________________________________________________
17239 [ 15284] By: nick                                  on 2002/03/18  11:00:31
17240         Log: Integrate mainline
17241      Branch: perlio
17242           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17243           +> lib/Tie/File/t/32_defer_misc.t
17244           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
17245           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
17246           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17247           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
17248           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
17249           !> reentr.pl regexec.c t/op/pat.t util.c
17250 ____________________________________________________________________________
17251 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
17252         Log: Sync with Scalar-List-Utils-1.07
17253      Branch: perl
17254            + ext/List/Util/t/openhan.t
17255            ! MANIFEST ext/List/Util/ChangeLog
17256            ! ext/List/Util/lib/List/Util.pm
17257            ! ext/List/Util/lib/Scalar/Util.pm
17258 ____________________________________________________________________________
17259 [ 15282] By: nick                                  on 2002/03/18  08:11:28
17260         Log: Tidy the "does not map" message for non-characters
17261              (e.g. iso-8859-3 "\xA5").
17262      Branch: perlio
17263            ! ext/Encode/Encode.xs
17264 ____________________________________________________________________________
17265 [ 15281] By: ams                                   on 2002/03/18  04:44:37
17266         Log: URL fix from MJD.
17267      Branch: perl
17268            ! pod/perlfaq3.pod
17269 ____________________________________________________________________________
17270 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
17271         Log: More prototype calming (really should fix the Configure
17272              protochk, but not at this point in time).
17273      Branch: perl
17274            ! hints/solaris_2.sh
17275 ____________________________________________________________________________
17276 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
17277         Log: return at the wrong side of #endif.
17278      Branch: perl
17279            ! util.c
17280 ____________________________________________________________________________
17281 [ 15278] By: ams                                   on 2002/03/17  23:45:31
17282         Log: Typo fix from Stas Bekman.
17283      Branch: perl
17284            ! pod/perlhack.pod
17285 ____________________________________________________________________________
17286 [ 15277] By: ams                                   on 2002/03/17  23:41:35
17287         Log: Upgrade to Tie::File 0.21.
17288      Branch: perl
17289            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17290            + lib/Tie/File/t/32_defer_misc.t
17291            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17292            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17293            ! lib/Tie/File/t/22_autochomp.t
17294 ____________________________________________________________________________
17295 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
17296         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
17297              character classes use inlined macros instead of the full
17298              function call.
17299      Branch: perl
17300            ! regexec.c
17301 ____________________________________________________________________________
17302 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
17303         Log: Integrate perlio:
17304              
17305              [ 15274]
17306              Other :encoding oddities
17307              - we should really pop while we can still make method calls
17308              in case DESTROY does something.
17309              - Provide a no-op DESTROY
17310              - Use SvPV_only() rather than just SvPV_on()
17311              
17312              [ 15273]
17313              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17314      Branch: perl
17315           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17316           !> ext/Encode/lib/Encode/Encoding.pm sv.c
17317 ____________________________________________________________________________
17318 [ 15274] By: nick                                  on 2002/03/17  20:00:12
17319         Log: Other :encoding oddities
17320              - we should really pop while we can still make method calls
17321              in case DESTROY does something.
17322              - Provide a no-op DESTROY
17323              - Use SvPV_only() rather than just SvPV_on()
17324      Branch: perlio
17325            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17326            ! ext/Encode/lib/Encode/Encoding.pm
17327 ____________________________________________________________________________
17328 [ 15273] By: nick                                  on 2002/03/17  19:53:24
17329         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17330      Branch: perlio
17331            ! sv.c
17332 ____________________________________________________________________________
17333 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
17334         Log: Implement the retry-on-ERANGE for the get*_r().
17335              The buffer will keep doubling until 64k.
17336      Branch: perl
17337            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
17338            ! reentr.h reentr.pl
17339 ____________________________________________________________________________
17340 [ 15271] By: nick                                  on 2002/03/17  17:38:44
17341         Log: Integrate mainline
17342      Branch: perlio
17343           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17344           +> t/op/pow.t
17345           !> (integrate 28 files)
17346 ____________________________________________________________________________
17347 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
17348         Log: Subject: UTF-8 bug (maybe alreayd known?)
17349              From: andreas.koenig@anima.de (Andreas J. Koenig)
17350              Date: Fri, 08 Mar 2002 16:36:01 +0100
17351              Message-ID: <m3n0xjul5q.fsf@anima.de>
17352      Branch: perl
17353            ! pp_hot.c t/op/pat.t
17354 ____________________________________________________________________________
17355 [ 15269] By: nick                                  on 2002/03/17  09:12:39
17356         Log: Integarate mainline
17357      Branch: perlio
17358           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17359           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17360           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
17361           !> (integrate 69 files)
17362 ____________________________________________________________________________
17363 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
17364         Log: Subject: SEGV in s/// and UTF-8
17365              From: andreas.koenig@anima.de (Andreas J. Koenig)
17366              Date: Tue, 12 Mar 2002 00:40:09 +0100
17367              Message-ID: <m3r8mqad2e.fsf@anima.de>
17368      Branch: perl
17369            ! regexec.c t/op/pat.t
17370 ____________________________________________________________________________
17371 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
17372         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
17373              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
17374              which assume that 2**someinteger is accurate.
17375      Branch: perl
17376            + t/op/pow.t
17377            ! MANIFEST pp.c t/test.pl
17378 ____________________________________________________________________________
17379 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
17380         Log: _r-ify config.win64, too.
17381      Branch: perl
17382            ! win32/config.win64
17383 ____________________________________________________________________________
17384 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
17385         Log: Better place to initialize (IRIX cc noticed that
17386              the many "goto defchars" bypass the initialization)
17387      Branch: perl
17388            ! regcomp.c
17389 ____________________________________________________________________________
17390 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
17391         Log: If not building threaded, never mind the threaded prototypes.
17392      Branch: perl
17393            ! Configure reentr.pl
17394 ____________________________________________________________________________
17395 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
17396         Log: metaconfig: If not using threads, not point probing for the
17397              prototypes (since they might be hidden behind many defines
17398              we won't have if not building threaded)
17399      Branch: metaconfig
17400            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17401            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17402            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17403            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17404            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17405            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17406            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17407            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17408            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17409            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17410            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17411            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17412            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17413            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17414            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17415            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17416            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17417            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17418            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17419            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17420            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17421            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17422            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17423            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17424 ____________________________________________________________________________
17425 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
17426         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
17427      Branch: perl
17428            ! hints/freebsd.sh
17429 ____________________________________________________________________________
17430 [ 15261] By: ams                                   on 2002/03/16  18:14:04
17431         Log: Upgrade to Tie::File 0.20.
17432      Branch: perl
17433            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17434            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17435            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17436            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
17437            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17438            ! lib/Tie/File/t/11_rv_splice_rs.t
17439            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
17440            ! lib/Tie/File/t/16_handle.t
17441 ____________________________________________________________________________
17442 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
17443         Log: There seems to be a trend for the *time_r to be hidden.
17444      Branch: perl
17445            ! hints/irix_6.sh
17446 ____________________________________________________________________________
17447 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
17448         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
17449              From: Stas Bekman <stas@stason.org>
17450              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
17451              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
17452      Branch: perl
17453            ! lib/Pod/Html.pm
17454 ____________________________________________________________________________
17455 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
17456         Log: Subject: [PATCH] Re: dumpvar.pl bug
17457              From: Peter Scott <Peter@PSDT.com>
17458              Date: Fri, 15 Mar 2002 18:19:21 -0800
17459              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
17460      Branch: perl
17461            ! lib/dumpvar.pl lib/perl5db.pl
17462 ____________________________________________________________________________
17463 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
17464         Log: More paranoid _r protochecking.  At least Tru64 and
17465              Linux need additional hinting help to believe that
17466              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
17467              to see what goes bang.
17468      Branch: perl
17469            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
17470            ! reentr.pl
17471 ____________________________________________________________________________
17472 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
17473         Log: metaconfig: more paranoid _r protochecking.
17474      Branch: metaconfig
17475            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17476            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17477            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17478            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17479            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17480            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17481            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17482            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17483            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17484            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17485            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17486            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17487            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17488            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17489            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17490            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17491            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17492            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17493            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17494            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17495            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17496            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17497            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17498            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17499 ____________________________________________________________________________
17500 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
17501         Log: HP-UX gcc 3 warnings found by Sarathy.
17502      Branch: perl
17503            ! regcomp.c sv.c
17504 ____________________________________________________________________________
17505 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
17506         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
17507              From: Slaven Rezic <slaven.rezic@berlin.de>
17508              Date: 16 Mar 2002 15:29:18 +0100
17509              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
17510      Branch: perl
17511            ! pod/perldelta.pod
17512 ____________________________________________________________________________
17513 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
17514         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
17515      Branch: perl
17516            ! Porting/findrfuncs reentr.h reentr.pl
17517 ____________________________________________________________________________
17518 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
17519         Log: UIN32_MAX with borken under HP-UX+gcc
17520      Branch: perl
17521            ! handy.h
17522 ____________________________________________________________________________
17523 [ 15251] By: ams                                   on 2002/03/16  02:38:08
17524         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17525              *::DESTROY() is deprecated
17526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17527              Date: Thu, 14 Mar 2002 18:39:22 -0500
17528              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
17529              
17530              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17531              *::DESTROY() is deprecated
17532              From: Dave Mitchell <davem@fdgroup.com>
17533              Date: Fri, 15 Mar 2002 19:22:49 +0000
17534              Message-Id: <20020315192249.A22389@fdgroup.com>
17535      Branch: perl
17536            ! gv.c t/op/method.t
17537 ____________________________________________________________________________
17538 [ 15250] By: ams                                   on 2002/03/16  02:14:41
17539         Log: Plural nit.
17540      Branch: perl
17541            ! pod/perldelta.pod
17542 ____________________________________________________________________________
17543 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
17544         Log: Doesn't make sense to test for protos if the
17545              functions are not to be used (!= functions exist!)
17546              This might be the key (well, a key) to the HP-UX
17547              problems.
17548      Branch: perl
17549            ! reentr.h reentr.pl
17550 ____________________________________________________________________________
17551 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
17552         Log: Typo in #15247.
17553      Branch: perl
17554            ! hints/hpux.sh
17555 ____________________________________________________________________________
17556 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
17557         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
17558              in HP-UX (from H.Merijn Brand)
17559      Branch: perl
17560            ! hints/hpux.sh
17561 ____________________________________________________________________________
17562 [ 15246] By: ams                                   on 2002/03/15  17:53:23
17563         Log: Subject: minor corrections in perldelta.pod
17564              From: mjd@plover.com
17565              Date: 15 Mar 2002 18:48:42 -0000
17566              Message-Id: <20020315184842.13573.qmail@plover.com>
17567      Branch: perl
17568            ! pod/perldelta.pod
17569 ____________________________________________________________________________
17570 [ 15245] By: ams                                   on 2002/03/15  17:37:52
17571         Log: Upgrade to Tie::File 0.19.
17572      Branch: perl
17573            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17574            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17575            + lib/Tie/File/t/21_win32.t
17576            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17577            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
17578            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
17579            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
17580            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17581            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
17582            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
17583            ! lib/Tie/File/t/17_misc_meth.t
17584 ____________________________________________________________________________
17585 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
17586         Log: Update Changes.
17587      Branch: perl
17588            ! Changes patchlevel.h
17589 ____________________________________________________________________________
17590 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
17591         Log: Forgot from #15241.
17592      Branch: perl
17593            ! win32/config_sh.PL
17594 ____________________________________________________________________________
17595 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
17596         Log: Subject: patch pod/perltodo.pod
17597              From: mjd@plover.com
17598              Date: 15 Mar 2002 15:42:18 -0000
17599              Message-ID: <20020315154218.10163.qmail@plover.com>
17600              
17601              (With s/WANT/Want/)
17602      Branch: perl
17603            ! pod/perltodo.pod
17604 ____________________________________________________________________________
17605 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
17606         Log: Subject: [PATCH bleadperl] (revision 5 undef)
17607              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17608              Date: Fri, 15 Mar 2002 00:39:48 +0100
17609              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
17610      Branch: perl
17611            ! win32/config.bc win32/config.gc win32/config.vc
17612            ! win32/config.win64
17613 ____________________________________________________________________________
17614 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
17615         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
17616              From: Michael G Schwern <schwern@pobox.com>
17617              Date: Thu, 14 Mar 2002 16:39:29 -0500
17618              Message-ID: <20020314213929.GA2912@blackrider>
17619      Branch: perl
17620            ! lib/perl5db.pl
17621 ____________________________________________________________________________
17622 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
17623         Log: Integrate perlio:
17624              
17625              [ 15235]
17626              Add the binmode()s to make JP.t pass on Win32
17627      Branch: perl
17628           !> embed.fnc ext/Encode/t/JP.t
17629 ____________________________________________________________________________
17630 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
17631         Log: Monster _r patch: try to scan for all known _r variants,
17632              and then use them (under ithreads).  May fail in HP-UX,
17633              and the op/groups is known to be fickle everywhere.  Known
17634              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
17635              warnings in AIX since the first arguments of getnetbyaddr
17636              and getnetbyadd_r are of different types.  Thanks, IBM.)
17637              
17638              In non-Configure platforms deny the existence of any
17639              of the _r thingies.  (Also add the recently introduced
17640              d_tm_* to places it wasn't already in.)
17641              
17642              TODO: the suggested glibc buffer growth retry loop in case
17643              some entries (at least for: gr*, host*) are big.
17644              Forgot win32/config.win64.
17645      Branch: perl
17646            + reentr.c reentr.h reentr.pl
17647            ! Configure MANIFEST Makefile.SH NetWare/Makefile
17648            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17649            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17650            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17651            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17652            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17653            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17654            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17655            ! win32/config.bc win32/config.gc win32/config.vc
17656            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17657 ____________________________________________________________________________
17658 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17659         Log: Be more explicit on when is the $! worth anything.
17660      Branch: perl
17661            ! pod/perlvar.pod
17662 ____________________________________________________________________________
17663 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17664         Log: metaconfig: _r _r we go.
17665      Branch: metaconfig
17666            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17667            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17668            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17669            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17670            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17671            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17672            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17673            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17674            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17675            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17676            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17677            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17678            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17679            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17680            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17681            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17682            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17683            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17684            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17685            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17686            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17687            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17688            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17689            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17690 ____________________________________________________________________________
17691 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17692         Log: Add the binmode()s to make JP.t pass on Win32
17693      Branch: perlio
17694            ! ext/Encode/t/JP.t
17695 ____________________________________________________________________________
17696 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17697         Log: Integrate perlio:
17698              
17699              [ 15233]
17700              Mark JP.t's data files as binary
17701              
17702              [ 15011]
17703              Avoid $Id$ cleverness and just have a $VERSION.
17704      Branch: perl
17705           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17706 ____________________________________________________________________________
17707 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17708         Log: Mark JP.t's data files as binary
17709      Branch: perlio
17710            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17711 ____________________________________________________________________________
17712 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17713         Log: Integrate mainline
17714      Branch: perlio
17715           +> ext/B/t/xref.t
17716           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17717           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17718           !> perl.c t/op/arith.t
17719 ____________________________________________________________________________
17720 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17721         Log: The section needs to be in the makedepend script
17722              (from Jan-Erik Karlsson).
17723      Branch: perl
17724            ! makedepend.SH
17725 ____________________________________________________________________________
17726 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17727         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17728              From: Nicholas Clark <nick@unfortu.net>
17729              Date: Thu, 14 Mar 2002 23:05:23 +0000
17730              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17731      Branch: perl
17732            ! ext/Safe/safe2.t
17733 ____________________________________________________________________________
17734 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17735         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17736              From: "Brent Dax" <brentdax@cpan.org>
17737              Date: Thu, 14 Mar 2002 09:08:41 -0800
17738              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17739      Branch: perl
17740            ! lib/Pod/Html.pm
17741 ____________________________________________________________________________
17742 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17743         Log: metaconfig: one round again for the _r.
17744      Branch: metaconfig
17745            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17746            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17747            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17748            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17749            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17750            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17751            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17752            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17753            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17754            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17755            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17756            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17757            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17758            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17759            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17760            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17761            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17762            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17763            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17764            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17765            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17766            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17767            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17768            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17769 ____________________________________________________________________________
17770 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
17771         Log: metaconfig: new round of the _r units.
17772      Branch: metaconfig
17773            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17774            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17775            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17776            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17777            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17778            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17779            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17780            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17781            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17782            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17783            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17784            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17785            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17786            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17787            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17788            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17789            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17790            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17791            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17792            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17793            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17794            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17795            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17796            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17797      Branch: metaconfig/U/perl
17798            + i_crypt.U
17799 ____________________________________________________________________________
17800 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
17801         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
17802              From: Paul_GreenVOS@vos.stratus.com
17803              Date: Tue, 12 Mar 02 19:22 est   
17804              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
17805      Branch: perl
17806            ! lib/Benchmark.t t/op/arith.t
17807 ____________________________________________________________________________
17808 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
17809         Log: Subject: Re: Win32: C:\Program Files
17810              From: "Ken Williams" <ken@mathforum.org>
17811              Date: Wed, 13 Mar 2002 17:50:59 -0600
17812              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
17813              
17814              Add -t to perl -h.
17815      Branch: perl
17816            ! perl.c
17817 ____________________________________________________________________________
17818 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
17819         Log: Extra paranoia from Nick Clark.
17820      Branch: perl
17821            ! ext/Safe/safe2.t
17822 ____________________________________________________________________________
17823 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
17824         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
17825              From: Nicholas Clark <nick@ccl4.org>
17826              Date: Wed, 13 Mar 2002 14:22:50 +0000
17827              Message-ID: <20020313142250.G92566@plum.flirble.org>
17828      Branch: perl
17829            ! ext/Safe/safe2.t
17830 ____________________________________________________________________________
17831 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
17832         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
17833              From: <slaven.rezic@berlin.de>
17834              Date: Tue, 12 Mar 2002 13:03:41 +0100      
17835              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
17836      Branch: perl
17837            ! Makefile.SH
17838 ____________________________________________________________________________
17839 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
17840         Log: Subject: [PATCH] a test for B::Xref
17841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17842              Date: Wed, 13 Mar 2002 17:18:57 +0100
17843              Message-ID: <20020313171857.F1144@rafael>
17844      Branch: perl
17845            + ext/B/t/xref.t
17846            ! MANIFEST ext/B/B/Xref.pm
17847 ____________________________________________________________________________
17848 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
17849         Log: Subject: [PATCH] Exporter.pm POD fixups
17850              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17851              Date: Wed, 13 Mar 2002 16:21:42 +0100
17852              Message-ID: <20020313162142.A1144@rafael>
17853      Branch: perl
17854            ! lib/Exporter.pm
17855 ____________________________________________________________________________
17856 [ 15219] By: nick                                  on 2002/03/14  07:00:16
17857         Log: Integrate mainline
17858      Branch: perlio
17859           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
17860 ____________________________________________________________________________
17861 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
17862         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
17863              From: Michael G Schwern <schwern@pobox.com>
17864              Date: Wed, 13 Mar 2002 17:43:00 -0500
17865              Message-ID: <20020313224300.GG3311@blackrider>
17866      Branch: perl
17867            ! lib/ExtUtils/MM_VMS.pm
17868 ____________________________________________________________________________
17869 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
17870         Log: Pod tweak.
17871      Branch: perl
17872            ! lib/open.pm
17873 ____________________________________________________________________________
17874 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
17875         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
17876              From: "Craig A. Berry" <craigberry@mac.com>
17877              Date: Wed, 13 Mar 2002 01:44:01 -0600
17878              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
17879      Branch: perl
17880            ! vms/descrip_mms.template
17881 ____________________________________________________________________________
17882 [ 15215] By: nick                                  on 2002/03/13  08:08:36
17883         Log: Integrate mainline.
17884      Branch: perlio
17885           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17886            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17887            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17888            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17889            - ext/Data/Util/t/Hash.t
17890           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
17891           !> ext/Encode/lib/Encode/CN/HZ.pm
17892           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17893           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
17894           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
17895           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17896           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
17897           !> t/op/override.t toke.c universal.c
17898 ____________________________________________________________________________
17899 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
17900         Log: metaconfig: three guesses.
17901      Branch: metaconfig
17902            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17903            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17904            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17905            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17906            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17907            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17908            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17909            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17910            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17911            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17912            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17913            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17914            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17915            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17916            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17917            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17918            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17919            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17920            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17921            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17922            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17923            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17924            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17925            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17926 ____________________________________________________________________________
17927 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17928         Log: metaconfig: regen _r units again.
17929      Branch: metaconfig
17930            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17931            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17932            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17933            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17934            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17935            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17936            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17937            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17938            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17939            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17940            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17941            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17942            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17943            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17944            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17945            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17946            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17947            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17948            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17949            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17950            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17951            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17952            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17953            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17954 ____________________________________________________________________________
17955 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17956         Log: metaconfig: regen _r units.
17957      Branch: metaconfig
17958            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17959            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17960            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17961            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17962            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17963            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17964            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17965            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17966            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17967            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17968            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17969            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17970            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17971            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17972            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17973            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17974            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17975            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17976            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17977            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17978            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17979            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17980            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17981            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17982            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17983 ____________________________________________________________________________
17984 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17985         Log: metaconfig unit tweaks.
17986      Branch: metaconfig
17987            + U/threads/d_setprotoent_r.U
17988            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17989            ! U/threads/d_tmpnam_r.U
17990 ____________________________________________________________________________
17991 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17992         Log: metaconfig: replace the _r units with autogenerated ones.
17993      Branch: metaconfig
17994            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17995            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17996            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17997            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17998            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17999            + U/threads/d_getprotobyname_r.U
18000            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
18001            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
18002            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
18003            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
18004            + U/threads/d_setservent_r.U
18005            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
18006            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
18007            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
18008            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
18009            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
18010            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
18011            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
18012            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
18013            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
18014            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
18015            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
18016            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
18017            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18018            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18019            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
18020            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
18021            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
18022            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
18023            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18024            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18025            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
18026            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
18027            ! U/threads/d_ttyname_r.U
18028 ____________________________________________________________________________
18029 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
18030         Log: More known threadsafings.
18031      Branch: perl
18032            ! Porting/findrfuncs
18033 ____________________________________________________________________________
18034 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
18035         Log: Small tweaks.
18036      Branch: perl
18037            ! lib/Internals.t universal.c
18038 ____________________________________________________________________________
18039 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
18040         Log: VERSIONize.
18041      Branch: perl
18042            ! ext/Encode/lib/Encode/CN/HZ.pm
18043            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
18044            ! ext/Encode/lib/Encode/JP/JIS.pm
18045 ____________________________________________________________________________
18046 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
18047         Log: Subject: perl datastructure conversion shortcuts for DDD
18048              From: Stas Bekman <stas@stason.org>
18049              Date: Mon, 11 Mar 2002 14:54:31 +0800
18050              Message-ID: <3C8C54A7.5020502@stason.org>
18051      Branch: perl
18052            ! pod/perlhack.pod
18053 ____________________________________________________________________________
18054 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
18055         Log: Regen modlib.
18056      Branch: perl
18057            ! pod/perlmodlib.pod
18058 ____________________________________________________________________________
18059 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
18060         Log: Regen toc.
18061      Branch: perl
18062            ! pod/perltoc.pod
18063 ____________________________________________________________________________
18064 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
18065         Log: Tiny pod tweaks.
18066      Branch: perl
18067            ! lib/Hash/Util.pm
18068 ____________________________________________________________________________
18069 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
18070         Log: perldeltaize Hash::Util.
18071      Branch: perl
18072            ! pod/perldelta.pod
18073 ____________________________________________________________________________
18074 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
18075         Log: Move the readonly interface back to universal.c,
18076              (new name: Internals::SvREADONLY), remove Data::Util,
18077              move Hash::Util to lib, also introduce refcnt interface
18078              (Internals::SvREFCNT).     Make both the new interfaces
18079              to be more sane so that if they set the value, they return
18080              the new value, not the old one.
18081      Branch: perl
18082            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
18083            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18084            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18085            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18086            - ext/Data/Util/t/Hash.t
18087            ! MANIFEST ext/B/t/stash.t universal.c
18088 ____________________________________________________________________________
18089 [ 15200] By: ams                                   on 2002/03/12  15:16:05
18090         Log: Subject: Disambiguate "Can't locate"
18091              From: Mike Guy <mjtg@cam.ac.uk>
18092              Date: Tue, 12 Mar 2002 16:04:23 +0000
18093              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
18094      Branch: perl
18095            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
18096            ! pp_ctl.c t/op/override.t
18097 ____________________________________________________________________________
18098 [ 15199] By: ams                                   on 2002/03/12  15:04:43
18099         Log: Subject: [PATCH] perl/lib/File/stat.t
18100              From: Paul_GreenVOS@vos.stratus.com
18101              Date: Tue, 12 Mar 02 11:00 est
18102              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
18103      Branch: perl
18104            ! lib/File/stat.t
18105 ____________________________________________________________________________
18106 [ 15198] By: ams                                   on 2002/03/12  15:00:44
18107         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
18108              From: Robin Barker <rmb1@cise.npl.co.uk>
18109              Date: Tue, 12 Mar 2002 13:31:58 GMT
18110              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
18111      Branch: perl
18112            ! pod/perlfunc.pod
18113 ____________________________________________________________________________
18114 [ 15197] By: ams                                   on 2002/03/12  14:57:34
18115         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
18116              From: "Clinton A. Pierce" <clintp@geeksalad.org>
18117              Date: Tue, 12 Mar 2002 10:11:53 -0500
18118              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
18119      Branch: perl
18120            ! toke.c
18121 ____________________________________________________________________________
18122 [ 15196] By: nick                                  on 2002/03/12  13:40:35
18123         Log: Integrate mainline
18124      Branch: perlio
18125           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18126           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18127           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18128           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
18129            - t/lib/access.t
18130           !> (integrate 96 files)
18131 ____________________________________________________________________________
18132 [ 15195] By: nick                                  on 2002/03/12  06:08:24
18133         Log: Integrate mainline (a while ago)
18134      Branch: perlio
18135           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
18136           +> ext/Encode/t/TW.t
18137            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
18138            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18139            - ext/I18N/Langinfo/fallback.c
18140           !> (integrate 80 files)
18141 ____________________________________________________________________________
18142 [ 15194] By: ams                                   on 2002/03/12  06:02:20
18143         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
18144              From: Jonathan Stowe <gellyfish@gellyfish.com>
18145              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
18146              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
18147      Branch: perl
18148            ! ext/Encode/CN/Makefile.PL
18149 ____________________________________________________________________________
18150 [ 15193] By: ams                                   on 2002/03/12  05:55:07
18151         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
18152              From: Dave Mitchell <davem@fdgroup.co.uk>
18153              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
18154              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
18155      Branch: perl
18156            ! pod/perlguts.pod
18157 ____________________________________________________________________________
18158 [ 15192] By: ams                                   on 2002/03/12  05:50:08
18159         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
18160              From: Anton Tagunov <tagunov@motor.ru>
18161              Date: Tue, 12 Mar 2002 01:40:58 +0300
18162              Message-Id: <1194068830.20020312014058@motor.ru>
18163              (Applied with tweaks.)
18164      Branch: perl
18165            ! lib/utf8.pm
18166 ____________________________________________________________________________
18167 [ 15191] By: ams                                   on 2002/03/12  05:42:21
18168         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
18169              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18170              Date: Sun, 10 Mar 2002 22:10:15 +0100
18171              Message-Id: <3C8BD9C7.13988.73992D@localhost>
18172      Branch: perl
18173            ! iperlsys.h
18174 ____________________________________________________________________________
18175 [ 15190] By: ams                                   on 2002/03/12  05:38:08
18176         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
18177              From: Anton Tagunov <tagunov@motor.ru>
18178              Date: Mon, 11 Mar 2002 23:27:47 +0300
18179              Message-Id: <19414222180.20020311232747@motor.ru>
18180      Branch: perl
18181            ! pod/perlsub.pod
18182 ____________________________________________________________________________
18183 [ 15189] By: ams                                   on 2002/03/12  05:34:49
18184         Log: Subject: minor patch for comment in utfebcdic.h
18185              From: Anton Tagunov <tagunov@motor.ru>
18186              Date: Tue, 12 Mar 2002 00:20:21 +0300
18187              Message-Id: <13817376786.20020312002021@motor.ru>
18188      Branch: perl
18189            ! utfebcdic.h
18190 ____________________________________________________________________________
18191 [ 15188] By: ams                                   on 2002/03/12  05:32:30
18192         Log: Subject: [PATCH ?] B::Xref improvements
18193              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18194              Date: Mon, 11 Mar 2002 23:32:20 +0100
18195              Message-Id: <20020311233220.A12677@rafael>
18196      Branch: perl
18197            ! ext/B/B/Xref.pm
18198 ____________________________________________________________________________
18199 [ 15187] By: ams                                   on 2002/03/12  05:30:02
18200         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
18201              From: Paul_GreenVOS@vos.stratus.com
18202              Date: Mon, 11 Mar 02 17:23 est
18203              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
18204      Branch: perl
18205            ! lib/ExtUtils/MM_Unix.pm
18206 ____________________________________________________________________________
18207 [ 15186] By: ams                                   on 2002/03/12  05:27:06
18208         Log: Subject: [PATCH] installperl - minor untangle for VOS
18209              From: Paul_GreenVOS@vos.stratus.com
18210              Date: Mon, 11 Mar 02 17:05 est
18211              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
18212      Branch: perl
18213            ! installperl
18214 ____________________________________________________________________________
18215 [ 15185] By: ams                                   on 2002/03/12  05:25:59
18216         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
18217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18218              Date: Mon, 11 Mar 2002 22:37:39 +0100
18219              Message-Id: <20020311223739.A691@rafael>
18220      Branch: perl
18221            ! ext/B/B/Deparse.pm
18222 ____________________________________________________________________________
18223 [ 15184] By: ams                                   on 2002/03/12  05:20:54
18224         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
18225              From: Michael G Schwern <schwern@pobox.com>
18226              Date: Tue, 12 Mar 2002 01:12:08 -0500
18227              Message-Id: <20020312061208.GD904@blackrider>
18228      Branch: perl
18229            ! hints/netbsd.sh
18230 ____________________________________________________________________________
18231 [ 15183] By: ams                                   on 2002/03/12  04:12:30
18232         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18233              From: Autrijus Tang <autrijus@autrijus.org>
18234              Date: Tue, 12 Mar 2002 13:05:53 +0800
18235              Message-Id: <20020312050553.GA7864@not.autrijus.org>
18236              (Only doc hunk applied, supplementing #15182.)
18237      Branch: perl
18238            ! ext/Encode/Encode.pm
18239 ____________________________________________________________________________
18240 [ 15182] By: ams                                   on 2002/03/12  04:04:34
18241         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18242              From: Autrijus Tang <autrijus@autrijus.org>
18243              Date: Tue, 12 Mar 2002 12:56:46 +0800
18244              Message-Id: <20020312045646.GA7689@not.autrijus.org>
18245              (Private mail.)
18246      Branch: perl
18247            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
18248 ____________________________________________________________________________
18249 [ 15181] By: ams                                   on 2002/03/12  03:09:20
18250         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18251              From: Autrijus Tang <autrijus@autrijus.org>
18252              Date: Tue, 12 Mar 2002 11:55:06 +0800
18253              Message-Id: <20020312035506.GA6946@not.autrijus.org>
18254      Branch: perl
18255            ! ext/Encode/Encode.pm
18256 ____________________________________________________________________________
18257 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
18258         Log: Deypo.
18259      Branch: metaconfig
18260            ! U/threads/d_asctime_r.U
18261 ____________________________________________________________________________
18262 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
18263         Log: FAQ sync.
18264      Branch: perl
18265            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18266            ! pod/perlfaq4.pod pod/perlfaq5.pod
18267 ____________________________________________________________________________
18268 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
18269         Log: The test needs perlio.
18270      Branch: perl
18271            ! lib/open.t
18272 ____________________________________________________________________________
18273 [ 15177] By: ams                                   on 2002/03/11  15:41:08
18274         Log: Subject: perlreftut update
18275              From: Mark-Jason Dominus <mjd@plover.com>
18276              Date: Mon, 11 Mar 2002 11:36:27 -0500
18277              Message-Id: <20020311163627.31020.qmail@plover.com>
18278      Branch: perl
18279            ! pod/perlreftut.pod
18280 ____________________________________________________________________________
18281 [ 15176] By: ams                                   on 2002/03/11  15:35:24
18282         Log: Subject: Minor correction in perlfaq5
18283              From: mjd@plover.com
18284              Date: 11 Mar 2002 16:34:22 -0000
18285              Message-Id: <20020311163422.30963.qmail@plover.com>
18286      Branch: perl
18287            ! pod/perlfaq5.pod
18288 ____________________________________________________________________________
18289 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
18290         Log: number of skipped tests was incorrect
18291      Branch: perl
18292            ! t/op/stat.t
18293 ____________________________________________________________________________
18294 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
18295         Log: remove doubled CRs
18296      Branch: perl
18297            ! win32/Makefile
18298 ____________________________________________________________________________
18299 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
18300         Log: Update Changes.
18301      Branch: perl
18302            ! Changes patchlevel.h
18303 ____________________________________________________________________________
18304 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
18305         Log: Regen toc.
18306      Branch: perl
18307            ! pod/perltoc.pod
18308 ____________________________________________________________________________
18309 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
18310         Log: Add t/CN.t and t/TW.t; re-sort.
18311      Branch: perl
18312            ! ext/Encode/MANIFEST
18313 ____________________________________________________________________________
18314 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
18315         Log: Document what to do if one yearns back to
18316              the old legacy encoding.
18317      Branch: perl
18318            ! lib/encoding.pm
18319 ____________________________________________________________________________
18320 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
18321         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
18322              as general purpose encoding transformation interfaces
18323              since that's not what they are.
18324      Branch: perl
18325            ! lib/utf8.pm pod/perlunicode.pod sv.c
18326 ____________________________________________________________________________
18327 [ 15168] By: ams                                   on 2002/03/11  12:54:16
18328         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
18329              warnings
18330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18331              Date: Mon, 11 Mar 2002 14:35:22 +0100
18332              Message-Id: <20020311143522.A7431@rafael>
18333      Branch: perl
18334            ! t/lib/warnings/pp_sys
18335 ____________________________________________________________________________
18336 [ 15167] By: ams                                   on 2002/03/11  04:57:20
18337         Log: A little commonsense is better than 1_compile.
18338      Branch: perl
18339            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
18340 ____________________________________________________________________________
18341 [ 15166] By: ams                                   on 2002/03/11  04:53:50
18342         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
18343              From: Michael G Schwern <schwern@pobox.com>
18344              Date: Sun, 10 Mar 2002 13:27:12 -0500
18345              Message-Id: <20020310182712.GC693@blackrider>
18346              
18347              Subject: [PATCH] Hash::Util part 2
18348              From: Michael G Schwern <schwern@pobox.com>
18349              Date: Sun, 10 Mar 2002 15:09:34 -0500
18350              Message-Id: <20020310200934.GB27112@blackrider>
18351              
18352              Subject: [PATCH] Hash::Util MANIFEST correction
18353              From: Michael G Schwern <schwern@pobox.com>
18354              Date: Sun, 10 Mar 2002 16:27:07 -0500
18355              Message-Id: <20020310212707.GF27112@blackrider>
18356              
18357              (Also changes find.t and taint.t, which were looking for access.t)
18358      Branch: perl
18359            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18360            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18361            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18362            + ext/Data/Util/t/Hash.t
18363            - t/lib/access.t
18364            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
18365            ! pod/perldiag.pod pod/perltodo.pod universal.c
18366 ____________________________________________________________________________
18367 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
18368         Log: metaconfig: more thready fixes.
18369      Branch: metaconfig
18370            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18371            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
18372            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
18373            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
18374            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
18375            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
18376            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18377            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18378            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
18379 ____________________________________________________________________________
18380 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
18381         Log: Skip obsoleted interfaces.
18382      Branch: perl
18383            ! Porting/findrfuncs
18384 ____________________________________________________________________________
18385 [ 15162] By: ams                                   on 2002/03/11  03:48:14
18386         Log: Typo fixes.
18387      Branch: perl
18388            ! perl.c
18389 ____________________________________________________________________________
18390 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
18391         Log: Upgrade to Locale::Codes 2.02.
18392      Branch: perl
18393            + lib/Locale/Codes/t/rename.t
18394            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18395            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
18396            ! lib/Locale/Country.pod
18397 ____________________________________________________________________________
18398 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
18399         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18400              From: Nicholas Clark <nick@unfortu.net>
18401              Date: Sun, 10 Mar 2002 18:17:50 +0000
18402              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
18403              
18404              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18406              Date: Sun, 10 Mar 2002 13:53:34 -0800
18407              Message-ID: <eX9i8gzkg26G092yn@efn.org>
18408              
18409              (and reenable the feature in freebsd,
18410              and move the freebsd pr url to perl.c)
18411      Branch: perl
18412            ! hints/freebsd.sh perl.c pod/perldelta.pod
18413 ____________________________________________________________________________
18414 [ 15159] By: ams                                   on 2002/03/11  03:34:13
18415         Log: Subject: [PATCH stash.t] access::readonly is gone
18416              From: Michael G Schwern <schwern@pobox.com>
18417              Date: Sun, 10 Mar 2002 16:18:14 -0500
18418              Message-Id: <20020310211813.GE27112@blackrider>
18419      Branch: perl
18420            ! ext/B/t/stash.t
18421 ____________________________________________________________________________
18422 [ 15158] By: ams                                   on 2002/03/11  03:28:04
18423         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
18424              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18425              Date: Sun, 10 Mar 2002 22:10:15 +0100
18426              Message-Id: <3C8BD9C7.610.7398DD@localhost>
18427      Branch: perl
18428            ! lib/Net/Ping/t/110_icmp_inst.t
18429 ____________________________________________________________________________
18430 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
18431         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
18432              From: Michael G Schwern <schwern@pobox.com>
18433              Date: Sun, 10 Mar 2002 19:22:33 -0500
18434              Message-ID: <20020311002233.GE4927@blackrider>
18435      Branch: perl
18436            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
18437            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
18438            ! lib/Test/Simple/t/fail-more.t
18439 ____________________________________________________________________________
18440 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
18441         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
18442              From: Michael G Schwern <schwern@pobox.com>
18443              Date: Sun, 10 Mar 2002 17:14:10 -0500
18444              Message-ID: <20020310221410.GA4915@blackrider>
18445      Branch: perl
18446            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
18447            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
18448 ____________________________________________________________________________
18449 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
18450         Log: Subject: [PATCH] more warnings tidyup
18451              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18452              Date: Sun, 10 Mar 2002 21:01:39 -0000
18453              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
18454      Branch: perl
18455            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
18456            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
18457            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
18458            ! util.c
18459 ____________________________________________________________________________
18460 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
18461         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
18462              From: Nicholas Clark <nick@unfortu.net>
18463              Date: Sun, 10 Mar 2002 23:21:07 +0000
18464              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
18465      Branch: perl
18466            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
18467            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
18468            ! ext/Encode/TW/Makefile.PL
18469 ____________________________________________________________________________
18470 [ 15153] By: ams                                   on 2002/03/11  03:06:59
18471         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
18472              From: Max Baker <max@warped.org>
18473              Date: Fri, 8 Mar 2002 10:56:19 -0800
18474              Message-Id: <20020308105619.A15039@warped.org>
18475      Branch: perl
18476            ! ext/IO/lib/IO/Socket/INET.pm
18477 ____________________________________________________________________________
18478 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
18479         Log: Subject: [PATCH] spelling correction
18480              From: Nicholas Clark <nick@unfortu.net>
18481              Date: Sun, 10 Mar 2002 18:34:42 +0000
18482              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
18483      Branch: perl
18484            ! pp.c pp_hot.c
18485 ____________________________________________________________________________
18486 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
18487         Log: DG/UX updates from Takis Psarogiannakopoulos.
18488      Branch: perl
18489            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
18490 ____________________________________________________________________________
18491 [ 15150] By: ams                                   on 2002/03/11  03:02:47
18492         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
18493              From: Chris Nandor <pudge@pobox.com>
18494              Date: Mon, 04 Mar 2002 17:48:12 -0500
18495              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
18496      Branch: perl
18497            ! lib/DB.pm lib/perl5db.pl
18498 ____________________________________________________________________________
18499 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
18500         Log: metaconfig unit changes in preparation of reentrancy changes.
18501      Branch: metaconfig
18502            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
18503            + U/threads/d_ttyname_r.U
18504            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18505            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
18506            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
18507            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18508            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18509            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
18510            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18511            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
18512            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
18513            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18514            ! U/threads/d_strerror_r.U
18515 ____________________________________________________________________________
18516 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
18517         Log: Mysterious characters.
18518      Branch: perl
18519            ! utf8.h
18520 ____________________________________________________________________________
18521 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
18522         Log: Unused.
18523      Branch: perl
18524            ! op.c
18525 ____________________________________________________________________________
18526 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
18527         Log: Implement :std subpragma of the open pragma
18528              that makes the standard filehandles to talk in
18529              encodings.  This change set off a weird warning
18530              from op.c, though: disabled it now until someone
18531              who knows what it is about comes along.
18532      Branch: perl
18533            ! lib/open.pm op.c
18534 ____________________________________________________________________________
18535 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
18536         Log: Document the logic of :locale better.
18537      Branch: perl
18538            ! lib/open.pm
18539 ____________________________________________________________________________
18540 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
18541         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
18542              From: Slaven Rezic <slaven.rezic@berlin.de>
18543              Date: 10 Mar 2002 02:49:17 +0100
18544              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
18545      Branch: perl
18546            ! hints/freebsd.sh
18547 ____________________________________________________________________________
18548 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
18549         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
18550              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18551              Date: Sun, 10 Mar 2002 17:08:54 +0900
18552              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
18553      Branch: perl
18554            ! ext/Encode/lib/Encode/Tcl.pm
18555            ! ext/Encode/lib/Encode/Tcl/Escape.pm
18556            ! ext/Encode/lib/Encode/Tcl/Extended.pm
18557            ! ext/Encode/lib/Encode/Tcl/Table.pm
18558 ____________________________________________________________________________
18559 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
18560         Log: The patch does the following:
18561              - Nix the unneccessary diagnostics line
18562              - Quell -w warnings if the first ENV doesn't exist
18563              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
18564              is too baroque and bloated for daily use (and for perl core inclusion).
18565              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
18566              non-fatal.
18567              - Consequently, the ^OPEN bits is set only when needed.
18568      Branch: perl
18569            ! lib/open.pm
18570 ____________________________________________________________________________
18571 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
18572         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
18573      Branch: perl
18574            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
18575 ____________________________________________________________________________
18576 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
18577         Log: Precedence problem.
18578      Branch: perl
18579            ! ext/Socket/socketpair.t
18580 ____________________________________________________________________________
18581 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
18582         Log: Renaming tweaks, and split off the reentrant "superbuffer"
18583              init routine.
18584      Branch: perl
18585            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
18586            ! sv.c util.c
18587 ____________________________________________________________________________
18588 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
18589         Log: The 7-bit jis seems to be the hanging one.
18590      Branch: perl
18591            ! ext/Encode/t/Tcl.t
18592 ____________________________________________________________________________
18593 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
18594         Log: Begone.
18595      Branch: perl
18596            ! ext/Encode/MANIFEST
18597 ____________________________________________________________________________
18598 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
18599         Log: Better fix from Autrijus.
18600      Branch: perl
18601            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
18602            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
18603 ____________________________________________________________________________
18604 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
18605         Log: Not everybody has Encode::HanExtra.
18606      Branch: perl
18607            ! ext/Encode/Encode.pm
18608 ____________________________________________________________________________
18609 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
18610         Log: Decutandpasto.
18611      Branch: perl
18612            ! ext/Encode/lib/Encode/Tcl.pm
18613 ____________________________________________________________________________
18614 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
18615         Log: Subject: [PATCH] Data::Dumper
18616              From: Nicholas Clark <nick@unfortu.net>
18617              Date: Sat, 9 Mar 2002 19:03:54 +0000
18618              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
18619      Branch: perl
18620            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18621            ! ext/Data/Dumper/t/dumper.t
18622 ____________________________________________________________________________
18623 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
18624         Log: Subject: [PATCH] socketpair.t w/o fork
18625              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18626              Date: Sat, 9 Mar 2002 14:55:11 +0100
18627              Message-ID: <3C8A224F.29578.13691BA@localhost>
18628              
18629              (modified as suggested by Sarathy)
18630      Branch: perl
18631            ! ext/Socket/socketpair.t
18632 ____________________________________________________________________________
18633 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
18634         Log: Subject: [PATCH perldelta] Mention Change 14727
18635              From: Autrijus Tang <autrijus@autrijus.org>
18636              Date: Sat, 9 Mar 2002 23:31:40 +0800
18637              Message-ID: <20020309153140.GA4224@not.autrijus.org>
18638      Branch: perl
18639            ! pod/perldelta.pod
18640 ____________________________________________________________________________
18641 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
18642         Log: Make Encode.pm implicitly load external CJK tables the first
18643              time they're needed (instead of immediately), from Autrijus
18644              Tang.
18645      Branch: perl
18646            ! ext/Encode/Encode.pm
18647 ____________________________________________________________________________
18648 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18649         Log: Subject: Re: Two questions
18650              From: Nicholas Clark <nick@unfortu.net>
18651              Date: Sat, 9 Mar 2002 12:42:40 +0000
18652              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18653      Branch: perl
18654            ! Porting/pumpkin.pod
18655 ____________________________________________________________________________
18656 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18657         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18658              From: Paul_GreenVOS@vos.stratus.com
18659              Date: Fri, 8 Mar 02 22:34 est
18660              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18661      Branch: perl
18662            ! pp_sys.c
18663 ____________________________________________________________________________
18664 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18665         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18666              From: davem@fdgroup.co.uk
18667              Date: Sat, 9 Mar 2002 00:13:27 GMT
18668              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18669      Branch: perl
18670            ! dump.c
18671 ____________________________________________________________________________
18672 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18673         Log: Deglitch from Rafael.
18674      Branch: perl
18675            ! ext/B/t/lint.t
18676 ____________________________________________________________________________
18677 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18678         Log: Still more portability.
18679      Branch: perl
18680            ! Porting/findrfuncs
18681 ____________________________________________________________________________
18682 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18683         Log: More portability.
18684      Branch: perl
18685            ! Porting/findrfuncs
18686 ____________________________________________________________________________
18687 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18688         Log: Shared library paths; running tests manually.
18689      Branch: perl
18690            ! INSTALL
18691 ____________________________________________________________________________
18692 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18693         Log: Subject: RE: Two questions
18694              From: "Green, Paul" <Paul.Green@stratus.com>
18695              Date: Fri, 8 Mar 2002 17:55:19 -0500
18696              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18697      Branch: perl
18698            ! Porting/pumpkin.pod
18699 ____________________________________________________________________________
18700 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18701         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18702              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18703      Branch: perl
18704            + ext/B/t/lint.t
18705            ! MANIFEST ext/B/B/Lint.pm
18706 ____________________________________________________________________________
18707 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18708         Log: metaconfig unit change for #15119.
18709      Branch: metaconfig
18710            ! U/threads/d_pthread_atfork.U
18711 ____________________________________________________________________________
18712 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18713         Log: In DG/UX finding pthread_atfork requires a true compile,
18714              from Takis Psarogiannakopoulos.
18715      Branch: perl
18716            ! Configure config_h.SH
18717 ____________________________________________________________________________
18718 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18719         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18720              From: John Peacock <jpeacock@rowman.com>
18721              Date: Fri, 08 Mar 2002 15:52:41 -0500
18722              Message-ID: <3C892499.4050502@rowman.com>
18723      Branch: perl
18724            ! lib/ExtUtils/xsubpp
18725 ____________________________________________________________________________
18726 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18727         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18728              From: "Craig A. Berry" <craigberry@mac.com>
18729              Date: Fri, 08 Mar 2002 15:02:51 -0600
18730              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18731      Branch: perl
18732            ! t/op/write.t
18733 ____________________________________________________________________________
18734 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18735         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18736              From: Paul_GreenVOS@vos.stratus.com
18737              Date: Fri, 8 Mar 02 14:45 est
18738              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18739      Branch: perl
18740            ! installperl
18741 ____________________________________________________________________________
18742 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18743         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18744              From: "Craig A. Berry" <craigberry@mac.com>
18745              Date: Fri, 08 Mar 2002 13:07:52 -0600
18746              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18747      Branch: perl
18748            ! configure.com
18749 ____________________________________________________________________________
18750 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18751         Log: Detypo.
18752      Branch: perl
18753            ! Changes
18754 ____________________________________________________________________________
18755 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18756         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18757      Branch: perl
18758            ! t/op/pat.t
18759 ____________________________________________________________________________
18760 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
18761         Log: HP-UX nm seems to repeat itself.
18762      Branch: perl
18763            ! Porting/findrfuncs
18764 ____________________________________________________________________________
18765 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
18766         Log: Nice porting script from Sarathy.  Well, less nice
18767              in the sense that it shows the looong road ahead.
18768      Branch: perl
18769            + Porting/findrfuncs
18770            ! MANIFEST Porting/makerel
18771 ____________________________________________________________________________
18772 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
18773         Log: Subject: Re: Performance considerations for UTF-8
18774              From: Jarkko Hietaniemi <jhi@iki.fi>
18775              Date: Fri, 8 Mar 2002 18:53:28 +0200
18776              Message-ID: <20020308185328.D640@alpha.hut.fi>
18777              
18778              (put all in perlunicode)
18779      Branch: perl
18780            ! pod/perlunicode.pod
18781 ____________________________________________________________________________
18782 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
18783         Log: Update Changes.
18784      Branch: perl
18785            ! Changes patchlevel.h
18786 ____________________________________________________________________________
18787 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
18788         Log: Subject: Cygwin cygipc support skipped
18789              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18790              Date: Fri, 8 Mar 2002 16:59:34 +0100
18791              Message-ID: <113694157285.20020308165934@familiehaase.de>
18792      Branch: perl
18793            ! hints/cygwin.sh
18794 ____________________________________________________________________________
18795 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
18796         Log: metaconfig unit change for #15106.
18797      Branch: metaconfig
18798            ! U/compline/d_gconvert.U
18799 ____________________________________________________________________________
18800 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
18801         Log: Subject: Re: [PATCH] tests for Gconvert
18802              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18803              Date: Thu, 07 Mar 2002 16:48:10 -0800
18804              Message-ID: <KpAi8gzkganW092yn@efn.org>
18805      Branch: perl
18806            ! Configure config_h.SH t/base/num.t
18807 ____________________________________________________________________________
18808 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
18809         Log: The new test has some teething problems.
18810      Branch: perl
18811            - ext/B/t/lint.t
18812            ! MANIFEST
18813 ____________________________________________________________________________
18814 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
18815         Log: Subject: [PATCH] B::Lint tests
18816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18817              Date: Fri, 8 Mar 2002 14:47:19 +0100
18818              Message-ID: <20020308144719.A2663@rafael>
18819      Branch: perl
18820            + ext/B/t/lint.t
18821            ! MANIFEST ext/B/B/Lint.pm
18822 ____________________________________________________________________________
18823 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
18824         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
18825              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18826              Date: Fri, 8 Mar 2002 13:24:14 GMT
18827              Message-Id: <200203081324.NAA00642@cleo>
18828      Branch: perl
18829            ! hints/powerux.sh
18830 ____________________________________________________________________________
18831 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
18832         Log: Subject: HP has some new models
18833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18834              Date: Fri, 08 Mar 2002 13:07:02 +0100
18835              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
18836      Branch: perl
18837            ! README.hpux
18838 ____________________________________________________________________________
18839 [ 15101] By: ams                                   on 2002/03/08  09:11:40
18840         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
18841              From: Stas Bekman <stas@stason.org>
18842              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
18843              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
18844      Branch: perl
18845            ! pod/perlguts.pod
18846 ____________________________________________________________________________
18847 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
18848         Log: Update Changes
18849      Branch: maint-5.6/macperl
18850            ! macos/Changes
18851 ____________________________________________________________________________
18852 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
18853         Log: Replace macperlbundled with macperldelta
18854      Branch: maint-5.6/macperl
18855            ! macos/macperl/MacPerl.podhelp
18856 ____________________________________________________________________________
18857 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
18858         Log: Comsetic fixes (Thomas Wegner)
18859      Branch: maint-5.6/macperl
18860            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
18861 ____________________________________________________________________________
18862 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
18863         Log: Bump OS version
18864      Branch: maint-5.6/macperl
18865            ! macos/config.sh
18866 ____________________________________________________________________________
18867 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
18868         Log: Thought I deleted this already?
18869      Branch: perl
18870            - ext/I18N/Langinfo/fallback.c
18871 ____________________________________________________________________________
18872 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
18873         Log: perlport updates from Pudge.
18874      Branch: perl
18875            ! pod/perlport.pod
18876 ____________________________________________________________________________
18877 [ 15094] By: ams                                   on 2002/03/08  03:06:03
18878         Log: Nitpick.
18879      Branch: perl
18880            ! MANIFEST
18881 ____________________________________________________________________________
18882 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
18883         Log: Wrong test.
18884      Branch: perl
18885            ! pod/perldelta.pod
18886 ____________________________________________________________________________
18887 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
18888         Log: Integrate change 14064 from macperl to blead.
18889      Branch: perl
18890           !> pod/perlmodinstall.pod pod/perlport.pod
18891 ____________________________________________________________________________
18892 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
18893         Log: Integrate recent perlport changes
18894      Branch: maint-5.6/macperl
18895           !> pod/perlport.pod
18896 ____________________________________________________________________________
18897 [ 15089] By: ams                                   on 2002/03/08  01:54:03
18898         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
18899              minor typo in perlguts.pod
18900              From: Anton Tagunov <tagunov@motor.ru>
18901              Date: Fri, 8 Mar 2002 05:26:59 +0300
18902              Message-Id: <4649821189.20020308052659@motor.ru>
18903      Branch: perl
18904            ! pod/perlguts.pod
18905 ____________________________________________________________________________
18906 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
18907         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"! 
18908              From: Anton Tagunov <tagunov@newmail.ru>
18909              Date: Fri, 8 Mar 2002 04:31:44 +0300
18910              Message-ID: <13946506773.20020308043144@newmail.ru>
18911              
18912              (one test changed)
18913      Branch: perl
18914            ! lib/encoding.t sv.c
18915 ____________________________________________________________________________
18916 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
18917         Log: Subject: [PATCH perldelta] some more deltas
18918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18919              Date: Thu, 7 Mar 2002 23:13:23 +0100
18920              Message-ID: <20020307231323.A13068@rafael>
18921      Branch: perl
18922            ! pod/perldelta.pod
18923 ____________________________________________________________________________
18924 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18925         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18926              From: Paul_GreenVOS@vos.stratus.com
18927              Date: Thu, 7 Mar 02 14:25 est
18928              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18929      Branch: perl
18930            ! t/io/fs.t
18931 ____________________________________________________________________________
18932 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18933         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18934              encoding pragma (by remapping their byte argument if the
18935              other argument is in Unicode).  Also fix a bug found by
18936              Anton where ord undef under the encoding pragma would barf.
18937              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18938              Finally, use the nicer form of sv_recode_to_utf8.
18939      Branch: perl
18940            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18941 ____________________________________________________________________________
18942 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18943         Log: Retract #14985, #14899, and #14990, following the principles
18944              "Do no harm." and "If it ain't broke, don't fix it."
18945              
18946              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18947              some, but still broken, and I do not have the extra brain
18948              cells for the EBCDIC backport.  Secondly, the old version
18949              worked both in EBCDIC and non-.  Thirdly, the old version
18950              may be more amenable for the behaviour suggsted by Anton
18951              Tagunov regarding the encoding pragma.
18952      Branch: perl
18953            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18954 ____________________________________________________________________________
18955 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18956         Log: Long doubles give you long doubles.
18957      Branch: perl
18958            ! t/base/num.t
18959 ____________________________________________________________________________
18960 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18961         Log: Forgotten deMANIFESTation.
18962      Branch: perl
18963            ! MANIFEST
18964 ____________________________________________________________________________
18965 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18966         Log: Obsolete unused file, noticed by Dank Kogai.
18967      Branch: perl
18968            - ext/Encode/lib/Encode/JP/Tr.pm
18969 ____________________________________________________________________________
18970 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18971         Log: Subject: [PATCH Changes] Changes should mirror version number
18972              From: Robin Barker <rmb1@cise.npl.co.uk>
18973              Date: Thu, 7 Mar 2002 11:04:24 GMT
18974              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18975      Branch: perl
18976            ! Porting/pumpkin.pod
18977 ____________________________________________________________________________
18978 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18979         Log: metaconfig unit change for #15078.
18980      Branch: metaconfig
18981            ! U/compline/d_gconvert.U
18982 ____________________________________________________________________________
18983 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18984         Log: Subject: Re: [PATCH] tests for Gconvert
18985              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18986              Date: Wed, 06 Mar 2002 20:22:54 -0800
18987              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18988      Branch: perl
18989            ! Configure pod/perldelta.pod t/base/num.t
18990 ____________________________________________________________________________
18991 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18992         Log: Mac OS X UFS does not do ctime.
18993      Branch: perl
18994            ! pod/perldelta.pod pod/perlport.pod
18995 ____________________________________________________________________________
18996 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18997         Log: AUTHORS updates.
18998      Branch: perl
18999            ! AUTHORS
19000 ____________________________________________________________________________
19001 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
19002         Log: Continued Chinese puzzles from Autrijus.
19003      Branch: perl
19004            + ext/Encode/t/CN.t ext/Encode/t/TW.t
19005            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
19006 ____________________________________________________________________________
19007 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
19008         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
19009              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19010              Date: Wed, 6 Mar 2002 18:13:51 +0100
19011              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
19012      Branch: perl
19013            ! lib/File/Spec/Win32.pm
19014 ____________________________________________________________________________
19015 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
19016         Log: perlport tweaks.
19017      Branch: perl
19018            ! pod/perlport.pod
19019 ____________________________________________________________________________
19020 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
19021         Log: Subject: Re: [PATCH docs] Re: Bug with -M
19022              From: Michael G Schwern <schwern@pobox.com>
19023              Date: Wed, 6 Mar 2002 16:20:27 -0500
19024              Message-ID: <20020306212027.GC4257@blackrider>
19025      Branch: perl
19026            ! pod/perlfunc.pod pod/perlport.pod
19027 ____________________________________________________________________________
19028 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
19029         Log: perldelta updates.
19030      Branch: perl
19031            ! pod/perldelta.pod
19032 ____________________________________________________________________________
19033 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
19034         Log: 5005threads wasn't even compiling.
19035      Branch: perl
19036            ! perl.c
19037 ____________________________________________________________________________
19038 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
19039         Log: Subject: Re: perl@15047 New format tests for still existing bugs
19040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19041              Date: Wed, 06 Mar 2002 12:59:29 +0100
19042              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
19043      Branch: perl
19044            ! t/op/write.t
19045 ____________________________________________________________________________
19046 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
19047         Log: Regen Glossary et al.
19048      Branch: perl
19049            ! Porting/Glossary Porting/config.sh Porting/config_H
19050 ____________________________________________________________________________
19051 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
19052         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
19053              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
19054      Branch: perl
19055            ! util.c
19056 ____________________________________________________________________________
19057 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
19058         Log: metaconfig unit change for #15065.
19059      Branch: metaconfig
19060            ! U/compline/i_time.U
19061 ____________________________________________________________________________
19062 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
19063         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
19064      Branch: perl
19065            ! Configure config_h.SH
19066 ____________________________________________________________________________
19067 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
19068         Log: Must remove fallback.c also from here.
19069      Branch: perl
19070            ! MANIFEST
19071 ____________________________________________________________________________
19072 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
19073         Log: Subject: Re: perl@15047 WinCE
19074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19075              Date: Wed, 06 Mar 2002 13:41:30 +0100
19076              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
19077              
19078              Subject: Re: perl@15047 Win32
19079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19080              Date: Wed, 06 Mar 2002 13:46:02 +0100
19081              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
19082              
19083              Subject: Re: perl@15047 Epoc
19084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19085              Date: Wed, 06 Mar 2002 13:48:31 +0100
19086              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
19087              
19088              Subject: Re: perl@15047 NetWare
19089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19090              Date: Wed, 06 Mar 2002 13:55:46 +0100
19091              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
19092      Branch: perl
19093            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
19094            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19095            ! wince/Makefile.ce wince/config.h
19096 ____________________________________________________________________________
19097 [ 15062] By: ams                                   on 2002/03/06  09:26:49
19098         Log: Subject: Re: perl@15047
19099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19100              Date: Wed, 06 Mar 2002 11:25:50 +0100
19101              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
19102      Branch: perl
19103            ! cygwin/perlld.in
19104 ____________________________________________________________________________
19105 [ 15061] By: ams                                   on 2002/03/06  08:44:12
19106         Log: Subject: Re: perl@15047
19107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19108              Date: Wed, 06 Mar 2002 10:38:02 +0100
19109              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
19110      Branch: perl
19111            ! pod/perldelta.pod
19112 ____________________________________________________________________________
19113 [ 15060] By: ams                                   on 2002/03/06  08:30:33
19114         Log: Subject: Update perlhist.pod
19115              From: mjd@plover.com
19116              Date: 6 Mar 2002 07:11:55 -0000
19117              Message-Id: <20020306071155.10240.qmail@plover.com>
19118              
19119              Subject: [PATCH pod/perlvar.pod] $^V => string
19120              From: Stas Bekman <stas@stason.org>
19121              Date: Wed, 06 Mar 2002 14:56:55 +0800
19122              Message-Id: <3C85BDB7.7050700@stason.org>
19123      Branch: perl
19124            ! pod/perlhist.pod pod/perlvar.pod
19125 ____________________________________________________________________________
19126 [ 15059] By: ams                                   on 2002/03/06  04:15:38
19127         Log: Subject: [PATCH] assorted configure.com fix-ups
19128              From: "Craig A. Berry" <craigberry@mac.com>
19129              Date: Tue, 5 Mar 2002 23:11:22 -0600
19130              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
19131      Branch: perl
19132            ! configure.com
19133 ____________________________________________________________________________
19134 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
19135         Log: IRIX failure with long doubles.
19136      Branch: perl
19137            ! t/op/pack.t
19138 ____________________________________________________________________________
19139 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
19140         Log: Make reality and Changes coincide.
19141      Branch: perl
19142            ! Changes
19143 ____________________________________________________________________________
19144 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
19145         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
19146              From: Anton Tagunov <tagunov@motor.ru>
19147              Date: Wed, 6 Mar 2002 02:10:21 +0300
19148              Message-ID: <11152782757.20020306021021@motor.ru>
19149              
19150              (reworded)
19151      Branch: perl
19152            ! pod/perluniintro.pod
19153 ____________________________________________________________________________
19154 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
19155         Log: Subject: [PATCH] B::Lint doesn't work
19156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19157              Date: Tue, 5 Mar 2002 22:51:18 +0100
19158              Message-ID: <20020305225118.C733@rafael>
19159      Branch: perl
19160            ! ext/B/B/Lint.pm
19161 ____________________________________________________________________________
19162 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
19163         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
19164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19165              Date: Mon, 04 Mar 2002 16:24:32 -0800
19166              Message-ID: <ABBh8gzkgezX092yn@efn.org>
19167      Branch: perl
19168            ! op.h pp_ctl.c t/op/flip.t
19169 ____________________________________________________________________________
19170 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
19171         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
19172              From: Nicholas Clark <nick@unfortu.net>
19173              Date: Tue, 5 Mar 2002 22:30:49 +0000
19174              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
19175      Branch: perl
19176            ! pod/perldelta.pod
19177 ____________________________________________________________________________
19178 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
19179         Log: Subject: [PATCH] tests for Gconvert
19180              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19181              Date: Tue, 05 Mar 2002 16:35:45 -0800
19182              Message-ID: <hRWh8gzkgONX092yn@efn.org>
19183      Branch: perl
19184            ! t/base/num.t
19185 ____________________________________________________________________________
19186 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
19187         Log: Subject: [PATCH] toplevel Makefile.SH
19188              From: Paul_GreenVOS@vos.stratus.com
19189              Date: Tue, 5 Mar 02 17:34 est
19190              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
19191      Branch: perl
19192            ! Makefile.SH
19193 ____________________________________________________________________________
19194 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
19195         Log: Subject: [PATCH] pointer to perldelta in Changes
19196              From: Chris Nandor <pudge@pobox.com>
19197              Date: Tue, 05 Mar 2002 16:04:50 -0500
19198              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
19199      Branch: perl
19200            ! Changes
19201 ____________________________________________________________________________
19202 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
19203         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
19204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19205              Date: Tue, 5 Mar 2002 22:26:20 +0100
19206              Message-ID: <20020305222620.A733@rafael>
19207      Branch: perl
19208            ! pod/perldelta.pod
19209 ____________________________________________________________________________
19210 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
19211         Log: Solaris: allow for /usr/bin/df not to exist.
19212              
19213              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
19214              From: Kingpin <mthurn@copper.dulles.tasc.com>
19215              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
19216              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
19217      Branch: perl
19218            ! hints/solaris_2.sh
19219 ____________________________________________________________________________
19220 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
19221         Log: Update Changes.
19222      Branch: perl
19223            ! Changes patchlevel.h
19224 ____________________________________________________________________________
19225 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
19226         Log: Double MANIFESTing.
19227      Branch: perl
19228            ! ext/Encode/MANIFEST
19229 ____________________________________________________________________________
19230 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
19231         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
19232      Branch: perl
19233            - ext/Encode/Encode/7bit-kr.enc
19234            - ext/Encode/lib/Encode/Tcl/HanZi.pm
19235            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
19236 ____________________________________________________________________________
19237 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
19238         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
19239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19240              Date: Tue, 5 Mar 2002 14:35:57 +0100
19241              Message-ID: <20020305143557.C695@rafael>   
19242      Branch: perl
19243            ! pp_sys.c t/lib/warnings/pp_sys
19244 ____________________________________________________________________________
19245 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
19246         Log: Subject: [PATCH Devel::PPPort]
19247              From: Robin Barker <rmb1@cise.npl.co.uk>
19248              Date: Tue, 5 Mar 2002 13:37:59 GMT
19249              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
19250      Branch: perl
19251            ! ext/Devel/PPPort/Makefile.PL
19252 ____________________________________________________________________________
19253 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
19254         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
19255      Branch: perl
19256            ! ext/Encode/t/Tcl.t
19257 ____________________________________________________________________________
19258 [ 15041] By: nick                                  on 2002/03/05  07:23:58
19259         Log: Integrate mainline (5.7.3)
19260      Branch: perlio
19261           +> ext/Encode/lib/Encode/CN/HZ.pm
19262            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
19263           !> (integrate 54 files)
19264 ____________________________________________________________________________
19265 [ 15040] By: ams                                   on 2002/03/05  05:10:33
19266         Log: Subject: DOC PATCH 5.7.3 (perldelta)
19267              From: mjd@plover.com
19268              Date: 5 Mar 2002 05:35:58 -0000
19269              Message-Id: <20020305053558.31677.qmail@plover.com>
19270      Branch: perl
19271            ! pod/perldelta.pod
19272 ____________________________________________________________________________
19273 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
19274         Log: This is 5.7.3.
19275      Branch: perl
19276            ! patchlevel.h
19277 ____________________________________________________________________________
19278 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
19279         Log: Shoo.
19280      Branch: perl
19281            ! ext/Encode/t/Tcl.t
19282 ____________________________________________________________________________
19283 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
19284         Log: Update Changes.
19285      Branch: perl
19286            ! Changes patchlevel.h
19287 ____________________________________________________________________________
19288 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
19289         Log: Regen perlapi.
19290      Branch: perl
19291            ! pod/perlapi.pod
19292 ____________________________________________________________________________
19293 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
19294         Log: Tie::File doc tweak for Win32 from mjd. 
19295      Branch: perl
19296            ! lib/Tie/File.pm
19297 ____________________________________________________________________________
19298 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
19299         Log: Regen toc.
19300      Branch: perl
19301            ! pod/perltoc.pod
19302 ____________________________________________________________________________
19303 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
19304         Log: Decommission Encode::Tcl HZ testing for now.
19305      Branch: perl
19306            ! ext/Encode/t/Tcl.t
19307 ____________________________________________________________________________
19308 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
19309         Log: Must have a return.
19310      Branch: perl
19311            ! pp_pack.c
19312 ____________________________________________________________________________
19313 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
19314         Log: The very latest win32 score from Jan Dubois.
19315      Branch: perl
19316            ! pod/perldelta.pod
19317 ____________________________________________________________________________
19318 [ 15030] By: ams                                   on 2002/03/05  01:40:01
19319         Log: Subject: [PATCH] README.macos
19320              From: Chris Nandor <pudge@pobox.com>
19321              Date: Mon, 04 Mar 2002 17:37:59 -0500
19322              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
19323      Branch: perl
19324            ! README.macos
19325 ____________________________________________________________________________
19326 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
19327         Log: "The last pieces of Chinese puzzle" from Autrijus.
19328      Branch: perl
19329            + ext/Encode/lib/Encode/CN/HZ.pm
19330            - ext/Encode/Encode/HZ.enc
19331            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
19332            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
19333 ____________________________________________________________________________
19334 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
19335         Log: Known test failures updates.
19336      Branch: perl
19337            ! pod/perldelta.pod
19338 ____________________________________________________________________________
19339 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
19340         Log: One more nit from mjd.
19341      Branch: perl
19342            ! lib/Tie/File/t/16_handle.t
19343 ____________________________________________________________________________
19344 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
19345         Log: Upgrade to Tie::File 0.17 from mjd.
19346      Branch: perl
19347            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
19348            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19349 ____________________________________________________________________________
19350 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
19351         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19352              From: Nicholas Clark <nick@unfortu.net>
19353              Date: Mon, 4 Mar 2002 23:33:52 +0000
19354              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
19355      Branch: perl
19356            ! pod/perldelta.pod
19357 ____________________________________________________________________________
19358 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
19359         Log: Escapee.
19360      Branch: perl
19361            ! proto.h
19362 ____________________________________________________________________________
19363 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
19364         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
19365              From: Nicholas Clark <nick@unfortu.net>
19366              Date: Mon, 4 Mar 2002 22:48:38 +0000
19367              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
19368      Branch: perl
19369            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
19370            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
19371            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
19372            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
19373            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
19374            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
19375            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
19376 ____________________________________________________________________________
19377 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
19378         Log: Cleaner.
19379      Branch: perl
19380            ! Makefile.SH
19381 ____________________________________________________________________________
19382 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
19383         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
19384              From: Jeffrey Friedl <jfriedl@yahoo.com>
19385              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
19386              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
19387      Branch: perl
19388            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
19389            ! pod/perlvar.pod
19390 ____________________________________________________________________________
19391 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
19392         Log: More Han tweaks from Autrjius Tang: most importantly,
19393              gbk is identical to cp936, so gbk can be removed and
19394              taken care of by an alias.
19395      Branch: perl
19396            - ext/Encode/Encode/gbk.enc
19397            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19398            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
19399            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
19400            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19401 ____________________________________________________________________________
19402 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
19403         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19404              From: Nicholas Clark <nick@unfortu.net>
19405              Date: Mon, 4 Mar 2002 22:20:13 +0000
19406              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
19407      Branch: perl
19408            ! pod/perldelta.pod
19409 ____________________________________________________________________________
19410 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
19411         Log: Based on
19412              
19413              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
19414              From: Anton Tagunov <tagunov@motor.ru>
19415              Date: Mon, 4 Mar 2002 21:14:39 +0300
19416              Message-ID: <1814137429.20020304211439@motor.ru>
19417      Branch: perl
19418            ! pod/perlunicode.pod
19419 ____________________________________________________________________________
19420 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
19421         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19422              From: John Peacock <jpeacock@rowman.com>
19423              Date: Mon, 04 Mar 2002 16:18:42 -0500
19424              Message-ID: <3C83E4B2.3060700@rowman.com>
19425              
19426              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19427              From: John Peacock <jpeacock@rowman.com>
19428              Date: Mon, 04 Mar 2002 16:42:55 -0500
19429              Message-ID: <3C83EA5F.80303@rowman.com>
19430      Branch: perl
19431            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19432 ____________________________________________________________________________
19433 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
19434         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19435              From: "Craig A. Berry" <craigberry@mac.com>
19436              Date: Mon, 04 Mar 2002 14:47:59 -0600
19437              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
19438              
19439              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19440              From: "Craig A. Berry" <craigberry@mac.com>
19441              Date: Mon, 04 Mar 2002 15:04:58 -0600
19442              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
19443      Branch: perl
19444            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
19445 ____________________________________________________________________________
19446 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
19447         Log: metaconfig unit change for #15014.
19448      Branch: metaconfig/U/perl
19449            ! Extensions.U
19450 ____________________________________________________________________________
19451 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
19452         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
19453              of known extensions, where Encode::JP already is.
19454      Branch: perl
19455            ! Configure Porting/config.sh Porting/config_H uconfig.h
19456 ____________________________________________________________________________
19457 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
19458         Log: SJIS, from Dan Kogai.
19459      Branch: perl
19460            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19461 ____________________________________________________________________________
19462 [ 15012] By: nick                                  on 2002/03/04  17:35:50
19463         Log: Intergrate perlio's Encode/compile
19464      Branch: perl
19465           !> ext/Encode/compile
19466 ____________________________________________________________________________
19467 [ 15011] By: nick                                  on 2002/03/04  17:29:54
19468         Log: Avoid $Id$ cleverness and just have a $VERSION.
19469      Branch: perlio
19470            ! ext/Encode/compile
19471 ____________________________________________________________________________
19472 [ 15010] By: nick                                  on 2002/03/04  17:29:14
19473         Log: Integrate mainline
19474      Branch: perlio
19475           +> lib/Math/BigInt/t/isa.t
19476           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
19477           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
19478           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19479           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
19480           !> warnings.pl
19481 ____________________________________________________________________________
19482 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
19483         Log: Integrate ext/Encode/compile from perlio.
19484      Branch: perl
19485           !> ext/Encode/compile
19486 ____________________________________________________________________________
19487 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
19488         Log: Integrate perlio:
19489              
19490              [ 15002]
19491              Win32 tweak
19492              
19493              [ 14999]
19494              Win32 hack
19495              
19496              [ 14995]
19497              Remove debugging assert
19498      Branch: perl
19499           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
19500           !> lib/Tie/File/t/16_handle.t
19501 ____________________________________________________________________________
19502 [ 15007] By: nick                                  on 2002/03/04  17:08:17
19503         Log: Integrate mainline
19504      Branch: perlio
19505           !> AUTHORS Changes Porting/Glossary Porting/config.sh
19506           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
19507           !> pod/perltoc.pod
19508 ____________________________________________________________________________
19509 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
19510         Log: A new M::BI test.
19511      Branch: perl
19512            + lib/Math/BigInt/t/isa.t
19513            ! MANIFEST
19514 ____________________________________________________________________________
19515 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
19516         Log: Subject: VMS test and perldelta update
19517              From: "Craig A. Berry" <craigberry@mac.com>
19518              Date: Mon, 04 Mar 2002 11:03:37 -0600
19519              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
19520      Branch: perl
19521            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
19522 ____________________________________________________________________________
19523 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
19524         Log: Needed for threaded builds.
19525      Branch: perl
19526            ! embed.fnc embed.h
19527 ____________________________________________________________________________
19528 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
19529         Log: Subject: [PATCH] taint + deprecated warnings
19530              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19531              Date: Mon, 4 Mar 2002 16:33:23 -0000
19532              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
19533      Branch: perl
19534            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
19535            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19536            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
19537 ____________________________________________________________________________
19538 [ 15002] By: nick                                  on 2002/03/04  16:19:06
19539         Log: Win32 tweak
19540      Branch: perlio
19541            ! lib/Tie/File/t/16_handle.t
19542 ____________________________________________________________________________
19543 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
19544         Log: Update Changes.
19545      Branch: perl
19546            ! Changes patchlevel.h
19547 ____________________________________________________________________________
19548 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
19549         Log: AUTHORS updates.
19550      Branch: perl
19551            ! AUTHORS
19552 ____________________________________________________________________________
19553 [ 14999] By: nick                                  on 2002/03/04  15:26:43
19554         Log: Win32 hack
19555      Branch: perlio
19556            ! ext/Encode/compile ext/Encode/t/JP.t
19557 ____________________________________________________________________________
19558 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
19559         Log: Encode doc tweak from Autrijus Tang.
19560      Branch: perl
19561            ! ext/Encode/Encode.pm
19562 ____________________________________________________________________________
19563 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
19564         Log: Regen Glossary et al.  (It seems the #14875 didn't
19565              quite work in removing the double-dot?)
19566      Branch: perl
19567            ! Porting/Glossary Porting/config.sh Porting/config_H
19568 ____________________________________________________________________________
19569 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
19570         Log: Regen toc.
19571      Branch: perl
19572            ! pod/perltoc.pod
19573 ____________________________________________________________________________
19574 [ 14995] By: nick                                  on 2002/03/04  14:42:09
19575         Log: Remove debugging assert
19576      Branch: perlio
19577            ! ext/threads/shared/shared.xs
19578 ____________________________________________________________________________
19579 [ 14994] By: nick                                  on 2002/03/04  14:41:54
19580         Log: Integrate mainline
19581      Branch: perlio
19582           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
19583           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19584           !> lib/Tie/File/t/15_pushpop.t util.c
19585 ____________________________________________________________________________
19586 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
19587         Log: Han update from Autrijus Tang. 
19588      Branch: perl
19589            ! ext/Encode/Encode.pm
19590 ____________________________________________________________________________
19591 [ 14992] By: nick                                  on 2002/03/04  14:08:38
19592         Log: Integrate mainline - all tests pass - some noise from threads
19593              av_simple (SuSE7.3).
19594      Branch: perlio
19595           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19596           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19597           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19598           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19599           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19600           +> lib/Tie/File/t/11_rv_splice_rs.t
19601           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19602           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19603           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19604            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19605            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19606            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19607            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19608            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19609            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19610            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19611            - lib/Tie/File/15_pushpop.t
19612           !> (integrate 47 files)
19613 ____________________________________________________________________________
19614 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
19615         Log: Missing MANIFESTations.
19616      Branch: perl
19617            ! MANIFEST
19618 ____________________________________________________________________________
19619 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
19620         Log: Attempt at portability.
19621      Branch: perl
19622            ! util.c
19623 ____________________________________________________________________________
19624 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
19625         Log: Needed by #14985.
19626      Branch: perl
19627            ! embed.h global.sym proto.h
19628 ____________________________________________________________________________
19629 [ 14988] By: ams                                   on 2002/03/04  08:59:27
19630         Log: Upgrade to Tie::File 0.16.
19631      Branch: perl
19632            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19633            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
19634            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19635            ! lib/Tie/File/t/15_pushpop.t
19636 ____________________________________________________________________________
19637 [ 14987] By: ams                                   on 2002/03/04  08:48:11
19638         Log: Subject: [PATCH @14577] perly-fixer
19639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19640              Date: Mon, 4 Mar 2002 02:28:51 -0500
19641              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
19642      Branch: perl
19643            ! Makefile.SH perly.fixer
19644 ____________________________________________________________________________
19645 [ 14986] By: ams                                   on 2002/03/04  08:43:37
19646         Log: Subject: [PATCH @14577] xsubpp
19647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19648              Date: Mon, 4 Mar 2002 02:25:52 -0500
19649              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19650      Branch: perl
19651            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19652 ____________________________________________________________________________
19653 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19654         Log: Subject: [PATCH @14577] sv_cmp and friends
19655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19656              Date: Mon, 4 Mar 2002 02:31:04 -0500
19657              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19658      Branch: perl
19659            ! embed.fnc sv.c util.c
19660 ____________________________________________________________________________
19661 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19662         Log: Fix File::Path docs as suggested by Ronald Kimball.
19663      Branch: perl
19664            ! lib/File/Path.pm
19665 ____________________________________________________________________________
19666 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19667         Log: Update perldata fix as suggested by Benjamin Goldberg.
19668      Branch: perl
19669            ! pod/perldata.pod
19670 ____________________________________________________________________________
19671 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19672         Log: Faulty skip.
19673      Branch: perl
19674            ! ext/DB_File/t/db-recno.t
19675 ____________________________________________________________________________
19676 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19677         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19678              From: Anton Tagunov <tagunov@motor.ru>
19679              Date: Mon, 4 Mar 2002 05:41:41 +0300
19680              Message-Id: <7916563907.20020304054141@motor.ru>
19681              
19682              Subject: [ID 20020303.005] Patch perlinicode C API description
19683              From: Anton Tagunov <tagunov@motor.ru>
19684              Date: Mon, 4 Mar 2002 06:08:23 +0300
19685              Message-Id: <2018165510.20020304060823@motor.ru>
19686      Branch: perl
19687            ! lib/utf8.pm pod/perlunicode.pod
19688 ____________________________________________________________________________
19689 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19690         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19691              From: Anton Tagunov <tagunov@motor.ru>
19692              Date: Mon, 4 Mar 2002 02:17:40 +0300
19693              Message-Id: <1344322124.20020304021740@motor.ru>
19694      Branch: perl
19695            ! pod/perldata.pod
19696 ____________________________________________________________________________
19697 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19698         Log: Subject: RE: [PATCH] RE: DB_File breakage
19699              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19700              Date: Sun, 3 Mar 2002 23:56:31 -0000
19701              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19702      Branch: perl
19703            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19704            ! ext/DB_File/t/db-recno.t
19705 ____________________________________________________________________________
19706 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19707         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19708              From: Nicholas Clark <nick@unfortu.net>
19709              Date: Sun, 3 Mar 2002 23:29:25 +0000
19710              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19711      Branch: perl
19712            ! lib/ExtUtils/Manifest.pm
19713 ____________________________________________________________________________
19714 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19715         Log: Forgot from the M::BI 1.54 update.
19716      Branch: perl
19717            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19718            ! lib/Math/BigInt/t/upgrade.inc
19719 ____________________________________________________________________________
19720 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19721         Log: Subject: [PATCH] attr
19722              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19723              Date: Sun, 3 Mar 2002 22:09:58 -0000
19724              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19725      Branch: perl
19726            ! lib/warnings.pm warnings.pl
19727 ____________________________________________________________________________
19728 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19729         Log: Subject: [PATCH] File::Path documentation
19730              From: Colin Meyer <cmeyer@helvella.org>
19731              Date: Sun, 3 Mar 2002 14:54:24 -0800
19732              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19733      Branch: perl
19734            ! lib/File/Path.pm
19735 ____________________________________________________________________________
19736 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19737         Log: Typo.
19738      Branch: perl
19739            ! lib/Math/BigInt/t/upgrade.t
19740 ____________________________________________________________________________
19741 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19742         Log: Editing errors.
19743      Branch: perl
19744            ! MANIFEST
19745 ____________________________________________________________________________
19746 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19747         Log: Upgrade to Math::BigInt 1.54.
19748      Branch: perl
19749            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19750            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19751            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19752            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19753            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19754            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19755 ____________________________________________________________________________
19756 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19757         Log: Test tweak from Craig Berry.
19758      Branch: perl
19759            ! lib/Tie/File/t/15_pushpop.t
19760 ____________________________________________________________________________
19761 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
19762         Log: Upgrade to Tie::File 0.15.
19763      Branch: perl
19764            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19765            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19766            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19767            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19768            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19769            + lib/Tie/File/t/11_rv_splice_rs.t
19770            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19771            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19772            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19773            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19774            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19775            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19776            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19777            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19778            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19779            - lib/Tie/File/15_pushpop.t
19780            ! MANIFEST lib/Tie/File.pm
19781 ____________________________________________________________________________
19782 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
19783         Log: The EBCDIC gaps apply only to the real A-Z.
19784      Branch: perl
19785            ! ext/B/B/Deparse.pm
19786 ____________________________________________________________________________
19787 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
19788         Log: EBCDIC: deparse \cX correctly.
19789      Branch: perl
19790            ! ext/B/B/Deparse.pm
19791 ____________________________________________________________________________
19792 [ 14967] By: ams                                   on 2002/03/03  18:18:00
19793         Log: Subject: [PATCH] nit in perlsyn.pod
19794              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19795              Date: Sun, 03 Mar 2002 20:16:10 +0100
19796              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
19797      Branch: perl
19798            ! pod/perlsyn.pod
19799 ____________________________________________________________________________
19800 [ 14966] By: ams                                   on 2002/03/03  18:06:32
19801         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
19802              From: Michael G Schwern <schwern@pobox.com>
19803              Date: Sun, 3 Mar 2002 13:33:28 -0500
19804              Message-Id: <20020303183328.GA3296@blackrider>
19805      Branch: perl
19806            ! utils/h2xs.PL
19807 ____________________________________________________________________________
19808 [ 14965] By: ams                                   on 2002/03/03  18:00:03
19809         Log: Subject: [ PATCH ] HP back to default
19810              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19811              Date: Sun, 03 Mar 2002 18:48:34 +0100
19812              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
19813      Branch: perl
19814            ! hints/hpux.sh
19815 ____________________________________________________________________________
19816 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
19817         Log: EBCDIC: special cases of special cases.
19818      Branch: perl
19819            ! t/uni/case.pl
19820 ____________________________________________________________________________
19821 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
19822         Log: EBCDIC: the v-string components cannot exceed 2147483647.
19823      Branch: perl
19824            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
19825 ____________________________________________________________________________
19826 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
19827         Log: Remove the bogus "incorrect case" warning completely.
19828              The problem exists, but the cure, in which ever form
19829              it will be, needs to be something more subtle.
19830      Branch: perl
19831            ! op.c pod/perldiag.pod
19832 ____________________________________________________________________________
19833 [ 14961] By: ams                                   on 2002/03/03  13:39:09
19834         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
19835              From: Mark-Jason Dominus <mjd@plover.com>
19836              Date: Sun, 03 Mar 2002 09:32:16 -0500
19837              Message-Id: <20020303143216.10536.qmail@plover.com>
19838      Branch: perl
19839            ! t/op/tiearray.t
19840 ____________________________________________________________________________
19841 [ 14960] By: nick                                  on 2002/03/03  09:59:59
19842         Log: Integrate mainline
19843      Branch: perlio
19844           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19845            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19846            ! ext/Encode/compile
19847           !> (integrate 27 files)
19848 ____________________________________________________________________________
19849 [ 14959] By: ams                                   on 2002/03/03  08:11:34
19850         Log: Fix #14957.
19851      Branch: perl
19852            ! ext/DB_File/t/db-recno.t
19853 ____________________________________________________________________________
19854 [ 14958] By: ams                                   on 2002/03/03  05:51:00
19855         Log: Subject: [PATCH @14577] NL in debugger
19856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19857              Date: Sat, 2 Mar 2002 05:34:12 -0500
19858              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
19859      Branch: perl
19860            ! lib/perl5db.pl
19861 ____________________________________________________________________________
19862 [ 14957] By: ams                                   on 2002/03/03  05:00:04
19863         Log: Subject: Re: DB_File breakage
19864              From: Schuyler Erle <schuyler@oreilly.com>
19865              Date: Sat, 02 Mar 2002 21:50:30 -0800
19866              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
19867      Branch: perl
19868            ! ext/DB_File/t/db-recno.t
19869 ____________________________________________________________________________
19870 [ 14956] By: ams                                   on 2002/03/03  04:40:08
19871         Log: Subject: [PATCH @14577] Debugging OPs
19872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19873              Date: Sat, 2 Mar 2002 05:49:58 -0500
19874              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
19875      Branch: perl
19876            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
19877            ! pod/perlrun.pod sv.h
19878 ____________________________________________________________________________
19879 [ 14955] By: ams                                   on 2002/03/03  04:34:41
19880         Log: Subject: Tie::Array doc patch
19881              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
19882              Date: Sat, 02 Mar 2002 08:42:56 +0900
19883              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
19884      Branch: perl
19885            ! lib/Tie/Array.pm
19886 ____________________________________________________________________________
19887 [ 14954] By: ams                                   on 2002/03/03  04:23:33
19888         Log: Subject: Re: Smoke 14870
19889              From: Nicholas Clark <nick@unfortu.net>
19890              Date: Sat, 2 Mar 2002 20:00:53 +0000
19891              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
19892      Branch: perl
19893            ! README.hpux
19894 ____________________________________________________________________________
19895 [ 14953] By: ams                                   on 2002/03/03  04:15:49
19896         Log: Subject: RE: VERSION core
19897              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19898              Date: Sat, 2 Mar 2002 22:50:44 -0000
19899              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
19900      Branch: perl
19901            ! t/comp/use.t
19902 ____________________________________________________________________________
19903 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
19904         Log: The #14949 removed this error from non-Win32.
19905      Branch: perl
19906            ! t/lib/warnings/op
19907 ____________________________________________________________________________
19908 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
19909         Log: BeOS back on track.
19910      Branch: perl
19911            ! README.beos
19912 ____________________________________________________________________________
19913 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
19914         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
19915              higher is okay.
19916      Branch: perl
19917            ! ext/POSIX/t/posix.t
19918 ____________________________________________________________________________
19919 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
19920         Log: For now, make "incorrect case" a Win32-only warning.
19921      Branch: perl
19922            ! op.c
19923 ____________________________________________________________________________
19924 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19925         Log: Demand more before attempting socketpair().
19926      Branch: perl
19927            ! pp_sys.c
19928 ____________________________________________________________________________
19929 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19930         Log: Remove obsolete hack.
19931      Branch: perl
19932            ! makedepend.SH
19933 ____________________________________________________________________________
19934 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19935         Log: Forgot to delete encode.* from MANIFEST.
19936      Branch: perl
19937            ! MANIFEST
19938 ____________________________________________________________________________
19939 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19940         Log: Delete ex-test output.
19941      Branch: perl
19942            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19943 ____________________________________________________________________________
19944 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19945         Log: Subject: [PATCH] DB_File 1.803
19946              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19947              Date: Sat, 2 Mar 2002 14:33:32 -0000
19948              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19949      Branch: perl
19950            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19951            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19952 ____________________________________________________________________________
19953 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19954         Log: Upgrade to Tie::File 0.14.
19955      Branch: perl
19956            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19957            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19958            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19959 ____________________________________________________________________________
19960 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19961         Log: Integrate mainline
19962      Branch: perlio
19963           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19964           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19965           +> ext/Encode/t/table.utf8
19966           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19967           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19968           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19969           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19970           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19971           !> universal.c utils/perldoc.PL
19972 ____________________________________________________________________________
19973 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19974         Log: More CJK (just C, really) tables from Autrijus Tang
19975              (originally from iconv, used with permission of Bruno Haible)
19976      Branch: perl
19977            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19978            + ext/Encode/Encode/iso-ir-165.enc
19979            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19980            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19981            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19982 ____________________________________________________________________________
19983 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19984         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19985              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19986              Date: Fri, 1 Mar 2002 15:32:13 -0500
19987              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19988      Branch: perl
19989            ! utils/perldoc.PL
19990 ____________________________________________________________________________
19991 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19992         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19993              From: Schuyler Erle <schuyler@oreilly.com>
19994              Date: Fri, 01 Mar 2002 14:22:19 -0800
19995              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19996              
19997              Subject: Re: PATCH: "splice() offset past end of array" warning.
19998              From: Mark-Jason Dominus <mjd@plover.com>
19999              Date: Fri, 01 Mar 2002 17:19:49 -0500
20000              Message-ID: <20020301221949.7610.qmail@plover.com>
20001      Branch: perl
20002            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
20003 ____________________________________________________________________________
20004 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
20005         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
20006              From: Mark-Jason Dominus <mjd@plover.com>
20007              Date: Fri, 01 Mar 2002 18:35:35 -0500
20008              Message-ID: <20020301233535.15969.qmail@plover.com>
20009      Branch: perl
20010            ! av.c
20011 ____________________________________________________________________________
20012 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
20013         Log: Subject: RE: VERSION core
20014              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20015              Date: Fri, 1 Mar 2002 23:47:48 -0000
20016              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
20017      Branch: perl
20018            ! pod/perldiag.pod universal.c
20019 ____________________________________________________________________________
20020 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
20021         Log: Update Changes
20022      Branch: maint-5.6/macperl
20023            ! macos/Changes
20024 ____________________________________________________________________________
20025 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
20026         Log: Fix update to resources
20027      Branch: maint-5.6/macperl
20028            ! macos/macperl/MacPerl.r
20029 ____________________________________________________________________________
20030 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
20031         Log: metaconfig unit change for #14930.
20032      Branch: metaconfig
20033            ! U/modified/Init.U
20034 ____________________________________________________________________________
20035 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
20036         Log: Fix debugger to handle Mac OS psedofiles
20037      Branch: maint-5.6/macperl
20038            ! lib/DB.pm lib/perl5db.pl
20039 ____________________________________________________________________________
20040 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
20041         Log: Various fixes from Thomas Wegner
20042      Branch: maint-5.6/macperl
20043            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
20044 ____________________________________________________________________________
20045 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
20046         Log: Some resource updates
20047      Branch: maint-5.6/macperl
20048            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
20049            ! macos/macperl/MacPerl.rsrc
20050 ____________________________________________________________________________
20051 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
20052         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
20053              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20054              Date: Fri, 01 Mar 2002 09:38:59 -0800
20055              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
20056      Branch: perl
20057            ! Configure
20058 ____________________________________________________________________________
20059 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
20060         Log: Add some missing sfio symbols (Alan Fry)
20061      Branch: maint-5.6/macperl
20062            ! macos/macperl.sym
20063 ____________________________________________________________________________
20064 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
20065         Log: Update version and README
20066      Branch: maint-5.6/macperl
20067            ! README.macos macos/MPVersion.r
20068 ____________________________________________________________________________
20069 [ 14926] By: nick                                  on 2002/03/01  15:56:41
20070         Log: Integrate mainline
20071      Branch: perlio
20072           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
20073           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
20074           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
20075           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
20076           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
20077           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
20078           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
20079           +> lib/Tie/File/13_size_rs.t
20080           !> (integrate 80 files)
20081 ____________________________________________________________________________
20082 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
20083         Log: Better advertising.
20084      Branch: perl
20085            ! pod/perldelta.pod pod/perlfaq5.pod
20086 ____________________________________________________________________________
20087 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
20088         Log: Update Changes.
20089      Branch: perl
20090            ! Changes patchlevel.h
20091 ____________________________________________________________________________
20092 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
20093         Log: Lost in the shuffle.
20094      Branch: perl
20095            + lib/Math/BigInt/t/downgrade.t
20096            ! MANIFEST
20097 ____________________________________________________________________________
20098 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
20099         Log: Advertise Tie::File.
20100      Branch: perl
20101            ! pod/perldelta.pod pod/perlfaq5.pod
20102 ____________________________________________________________________________
20103 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
20104         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
20105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20106              Date: Thu, 28 Feb 2002 18:55:48 +0100
20107              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
20108      Branch: perl
20109            ! x2p/walk.c
20110 ____________________________________________________________________________
20111 [ 14920] By: ams                                   on 2002/03/01  09:06:01
20112         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
20113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20114              Date: Tue, 26 Feb 2002 19:54:31 -0500
20115              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
20116      Branch: perl
20117            ! embed.fnc ext/B/B/Deparse.pm gv.c
20118 ____________________________________________________________________________
20119 [ 14919] By: ams                                   on 2002/03/01  03:03:12
20120         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
20121      Branch: perl
20122            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
20123            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
20124            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
20125            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
20126            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
20127            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
20128            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
20129 ____________________________________________________________________________
20130 [ 14918] By: ams                                   on 2002/03/01  02:36:58
20131         Log: Add Tie::File 0.12 from MJD.
20132      Branch: perl
20133            + lib/Tie/File.pm lib/Tie/File/01_gen.t
20134            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
20135            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
20136            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
20137            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
20138            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
20139            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
20140            ! MANIFEST
20141 ____________________________________________________________________________
20142 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
20143         Log: Encoding name mapping tweaks.
20144      Branch: perl
20145            ! ext/Encode/Encode.pm
20146 ____________________________________________________________________________
20147 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
20148         Log: metaconfig unit change for #14915.
20149      Branch: metaconfig
20150            ! U/modified/Init.U
20151 ____________________________________________________________________________
20152 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
20153         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
20154              From: Paul_GreenVOS@vos.stratus.com
20155              Date: Thu, 28 Feb 02 15:05 est
20156              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
20157      Branch: perl
20158            ! Configure
20159 ____________________________________________________________________________
20160 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
20161         Log: PL_bostr was pointing to the wrong string
20162              (a string left around from the loading of the Unicode \w)
20163              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
20164              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
20165      Branch: perl
20166            ! regexec.c
20167 ____________________________________________________________________________
20168 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
20169         Log: Sync with libnet-1.10
20170      Branch: perl
20171            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
20172            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
20173            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
20174            ! lib/Net/t/netrc.t
20175 ____________________________________________________________________________
20176 [ 14912] By: ams                                   on 2002/02/28  13:02:50
20177         Log: Subject: [PATCH] perldelta.pod fixes
20178              From: Autrijus Tang <autrijus@autrijus.org>
20179              Date: Thu, 28 Feb 2002 21:44:15 +0800
20180              Message-Id: <20020228134415.GB16422@not.autrijus.org>
20181      Branch: perl
20182            ! pod/perldelta.pod
20183 ____________________________________________________________________________
20184 [ 14911] By: ams                                   on 2002/02/28  11:31:44
20185         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
20186              From: Stas Bekman <stas@stason.org>
20187              Date: Mon, 04 Feb 2002 16:18:53 +0800
20188              Message-Id: <3C7E1E5F.1000605@stason.org>
20189              (Applied by hand).
20190      Branch: perl
20191            ! lib/File/Copy.pm
20192 ____________________________________________________________________________
20193 [ 14910] By: ams                                   on 2002/02/28  11:26:47
20194         Log: Subject: [PATCH lib/Pod/Html.pm]
20195              From: Stas Bekman <stas@stason.org>
20196              Date: Thu, 28 Feb 2002 20:05:01 +0800
20197              Message-Id: <3C7E1CED.7000307@stason.org>
20198      Branch: perl
20199            ! lib/Pod/Html.pm
20200 ____________________________________________________________________________
20201 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
20202         Log: Tests for #14908.
20203      Branch: perl
20204            ! t/op/pat.t
20205 ____________________________________________________________________________
20206 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
20207         Log: Make shared hash keys to be \0-terminated:
20208              one possible resolution for
20209              "UTF-8, weird \w behaviour after HASH-KEY-ification"
20210              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
20211              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
20212              The hash keys weren't \0-terminated.  This meant that the EOL ($)
20213              in regmatch() got the nextchr beyond the last character.  Since
20214              the keys were UTF-8, the nextchr was \1, not the usual
20215              string-terminating \0.  Wham, no match.
20216              
20217              I think another possible resolution could be to stop the nextchr
20218              computation in regmatch() from peeking beyond the last character
20219              of the string:
20220              
20221              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
20222      Branch: perl
20223            ! hv.c hv.h
20224 ____________________________________________________________________________
20225 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
20226         Log: Subject: [PATCH] Perl interface to newIO()
20227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20228              Date: Wed, 27 Feb 2002 20:15:27 -0800
20229              Message-ID: <f7af8gzkgaET092yn@efn.org>
20230      Branch: perl
20231            ! lib/Symbol.pm
20232 ____________________________________________________________________________
20233 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
20234         Log: The "list" part of
20235              
20236              Subject: [PATCH perlop] .. returns a *list* of *integers*
20237              From: Mike Guy <mjtg@cam.ac.uk>
20238              Date: Tue, 26 Feb 2002 18:30:22 +0000
20239              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
20240              
20241              plus few nits.
20242      Branch: perl
20243            ! pod/perlop.pod
20244 ____________________________________________________________________________
20245 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
20246         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
20247              From: Abe Timmerman <abe@ztreet.demon.nl>
20248              Date: Thu, 28 Feb 2002 00:04:06 +0100
20249              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
20250      Branch: perl
20251            ! lib/File/stat.t
20252 ____________________________________________________________________________
20253 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
20254         Log: Integrate from maintperl.
20255      Branch: maint-5.6/macperl
20256           !> doio.c op.c t/io/open.t t/pragma/strict-subs
20257 ____________________________________________________________________________
20258 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
20259         Log: Upgrade to Math::BigInt 1.53.
20260      Branch: perl
20261            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20262            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20263            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20264            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
20265            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
20266            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
20267 ____________________________________________________________________________
20268 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
20269         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
20270              From: "Craig A. Berry" <craigberry@mac.com>
20271              Date: Wed, 27 Feb 2002 15:36:38 -0600
20272              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
20273      Branch: perl
20274            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
20275            ! vms/ext/filespec.t
20276 ____________________________________________________________________________
20277 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
20278         Log: Subject: [PATCH] Some minor changes for Cygwin
20279              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
20280              Date: Wed, 27 Feb 2002 22:25:41 +0100
20281              Message-ID: <14296492589.20020227222541@familiehaase.de>
20282      Branch: perl
20283            ! Makefile.SH README.cygwin cygwin/perlld.in
20284 ____________________________________________________________________________
20285 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
20286         Log: Update the UTF-8 explanation table.
20287      Branch: perl
20288            ! pod/perlunicode.pod utf8.h
20289 ____________________________________________________________________________
20290 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
20291         Log: Repatch from Robin Barker: anon subs in C<package;> are
20292              now __ANON__::__ANON__ (should help for mod_perl breakage
20293              since #12251)
20294      Branch: perl
20295            ! gv.c op.c t/op/runlevel.t toke.c
20296 ____________________________________________________________________________
20297 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
20298         Log: Update Changes.
20299      Branch: perl
20300            ! Changes patchlevel.h
20301 ____________________________________________________________________________
20302 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
20303         Log: perldelta updates.
20304      Branch: perl
20305            ! pod/perldelta.pod
20306 ____________________________________________________________________________
20307 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
20308         Log: Signedness nit.
20309      Branch: perl
20310            ! regexec.c
20311 ____________________________________________________________________________
20312 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
20313         Log: Subject: Re: Smoke 14870
20314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20315              Date: Wed, 27 Feb 2002 16:48:35 +0100
20316              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
20317              
20318              (with some additional garnish)
20319      Branch: perl
20320            ! README.hpux hints/hpux.sh
20321 ____________________________________________________________________________
20322 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
20323         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
20324              into perl.exp in AIX.
20325      Branch: perl
20326            ! makedef.pl perl.h
20327 ____________________________________________________________________________
20328 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
20329         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
20330              From: Robin Barker <rmb1@cise.npl.co.uk>
20331              Date: Wed, 27 Feb 2002 14:39:35 GMT
20332              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
20333      Branch: perl
20334            ! pod/perlrun.pod
20335 ____________________________________________________________________________
20336 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
20337         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
20338              From: Robin Barker <rmb1@cise.npl.co.uk>
20339              Date: Wed, 27 Feb 2002 12:25:30 GMT
20340              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
20341      Branch: perl
20342            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
20343            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
20344            ! pod/perlunicode.pod pod/perluniintro.pod
20345 ____________________________________________________________________________
20346 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
20347         Log: Only modify LD_LIBRARY_PATH in case there are directories.
20348      Branch: perl
20349            ! hints/dec_osf.sh
20350 ____________________________________________________________________________
20351 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
20352         Log: Subject: [PATCH] perl/hints/vos.sh
20353              From: Paul_GreenVOS@vos.stratus.com
20354              Date: Tue, 26 Feb 02 15:19 est
20355              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
20356      Branch: perl
20357            ! hints/vos.sh
20358 ____________________________________________________________________________
20359 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
20360         Log: Forgot from #14888.
20361      Branch: perl
20362            ! ext/Unicode/Normalize/mkheader
20363 ____________________________________________________________________________
20364 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
20365         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
20366      Branch: perl
20367            ! ext/Unicode/Normalize/Changes
20368            ! ext/Unicode/Normalize/Normalize.pm
20369            ! ext/Unicode/Normalize/Normalize.xs
20370            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
20371            ! ext/Unicode/Normalize/t/test.t
20372 ____________________________________________________________________________
20373 [ 14887] By: ams                                   on 2002/02/26  23:51:52
20374         Log: Subject: Missing diagnostics
20375              From: Simon Glover <scog@roe.ac.uk>
20376              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
20377              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
20378              
20379              Subject: [PATCH] Better wording for the lvalue vec diagnostic
20380              From: Simon Glover <scog@roe.ac.uk>
20381              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
20382              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
20383      Branch: perl
20384            ! doop.c pod/perldiag.pod t/op/vec.t
20385 ____________________________________________________________________________
20386 [ 14886] By: ams                                   on 2002/02/26  15:48:34
20387         Log: Subject: [PATCH] Not OK 5.7.2@14884
20388              From: andreas.koenig@anima.de (Andreas J. Koenig)
20389              Date: Tue, 26 Feb 2002 15:03:55 +0100
20390              Message-Id: <m38z9gfigk.fsf@anima.de>
20391      Branch: perl
20392            ! t/lib/access.t
20393 ____________________________________________________________________________
20394 [ 14885] By: nick                                  on 2002/02/26  13:48:55
20395         Log: Integrate mainline
20396      Branch: perlio
20397           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20398           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20399           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20400            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20401           !> (integrate 102 files)
20402 ____________________________________________________________________________
20403 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
20404         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
20405              1.1999999999999996, or thereabouts (yes, even sprintf).
20406      Branch: perl
20407            ! t/base/num.t
20408 ____________________________________________________________________________
20409 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
20410         Log: Neither.
20411      Branch: perl
20412            ! pod/perldelta.pod
20413 ____________________________________________________________________________
20414 [ 14882] By: ams                                   on 2002/02/26  08:46:55
20415         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
20416              From: Michael G Schwern <schwern@pobox.com>
20417              Date: Tue, 26 Feb 2002 01:01:28 -0500
20418              Message-Id: <20020226060128.GA2439@blackrider>
20419      Branch: perl
20420            ! hv.c pod/perldiag.pod
20421 ____________________________________________________________________________
20422 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
20423         Log: Subject: [PATCH B::Concise] docs, typos
20424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20425              Date: Mon, 25 Feb 2002 16:41:16 +0100
20426              Message-ID: <20020225164116.A1054@rafael>
20427      Branch: perl
20428            ! ext/B/B/Concise.pm
20429 ____________________________________________________________________________
20430 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
20431         Log: POSIX: add isatty to @EXPORT_OK, reformat.
20432      Branch: perl
20433            ! ext/POSIX/POSIX.pm
20434 ____________________________________________________________________________
20435 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
20436         Log: If using -Dloclibpth=... the directories need to
20437              be appended to LD_LIBRARY_PATH (and ickily, if those
20438              directories contain a (newer?) libdb.so, we need to
20439              prepend    /usr/shlib to loclibpth).
20440      Branch: perl
20441            ! hints/dec_osf.sh
20442 ____________________________________________________________________________
20443 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
20444         Log: Subject: [PATCH] Perl interface to newIO()
20445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
20446              Date: Mon, 25 Feb 2002 15:04:57 -0800
20447              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
20448      Branch: perl
20449            ! lib/Symbol.pm lib/Symbol.t
20450 ____________________________________________________________________________
20451 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
20452         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
20453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
20454              Date: Mon, 25 Feb 2002 21:58:30 +0100
20455              Message-ID: <20020225215830.A744@rafael>
20456      Branch: perl
20457            ! pod/perlvar.pod
20458 ____________________________________________________________________________
20459 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
20460         Log: Big5 tweaks from Autrijus Tang.
20461      Branch: perl
20462            ! ext/Encode/Encode/big5.enc
20463 ____________________________________________________________________________
20464 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
20465         Log: Subject: [PATCH Glossary configpm] cleanups
20466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20467              Date: Mon, 25 Feb 2002 23:27:15 +0100
20468              Message-ID: <20020225232715.C744@rafael>
20469      Branch: perl
20470            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
20471 ____________________________________________________________________________
20472 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
20473         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
20474              From: Nicholas Clark <nick@unfortu.net>
20475              Date: Mon, 25 Feb 2002 21:53:24 +0000
20476              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
20477      Branch: perl
20478            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
20479            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
20480            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
20481 ____________________________________________________________________________
20482 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
20483         Log: Upgrade to I18N::LangTags 0.27.
20484              (Causes one flipflop back to perl.com URL, must poke Sean.)
20485      Branch: perl
20486            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20487            ! lib/I18N/LangTags/List.pm
20488 ____________________________________________________________________________
20489 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
20490         Log: Upgrade to Getopt::Long 2.28.
20491      Branch: perl
20492            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
20493            ! lib/Getopt/Long/README
20494 ____________________________________________________________________________
20495 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
20496         Log: No =head.
20497      Branch: perl
20498            ! pod/perlebcdic.pod
20499 ____________________________________________________________________________
20500 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
20501         Log: Update Changes.
20502      Branch: perl
20503            ! Changes patchlevel.h
20504 ____________________________________________________________________________
20505 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
20506         Log: metaconfig unit change for #14868.
20507      Branch: metaconfig
20508            ! U/modified/Chk_MANI.U
20509 ____________________________________________________________________________
20510 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
20511         Log: Some hosts understand split -l 50, some only split -50
20512              (from Paul Eggert).
20513      Branch: perl
20514            ! Configure
20515 ____________________________________________________________________________
20516 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
20517         Log: Subject: Re: [PATCH bleadperl] socketpair.t
20518              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20519              Date: Sun, 24 Feb 2002 10:31:25 +0100
20520              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
20521              
20522              (the pid half only)
20523      Branch: perl
20524            ! win32/win32.c
20525 ____________________________________________________________________________
20526 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
20527         Log: Mention the new pack tricks.
20528      Branch: perl
20529            ! pod/perldelta.pod
20530 ____________________________________________________________________________
20531 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
20532         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
20533              From: Richard.Foley@t-online.de (Richard Foley)
20534              Date: Mon, 25 Feb 2002 13:47:03 +0100
20535              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
20536      Branch: perl
20537            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
20538            ! pod/perldebug.pod pod/perldelta.pod
20539 ____________________________________________________________________________
20540 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
20541         Log: Typo corrections from John P. Linderman.
20542      Branch: perl
20543            ! ext/IPC/SysV/Semaphore.pm
20544 ____________________________________________________________________________
20545 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
20546         Log: Upgrade to Math::BigInt 1.52.
20547      Branch: perl
20548            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20549            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20550            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20551            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20552            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
20553 ____________________________________________________________________________
20554 [ 14862] By: ams                                   on 2002/02/25  10:39:40
20555         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
20556              From: Robin Barker <rmb1@cise.npl.co.uk>
20557              Date: Mon, 25 Feb 2002 11:35:06 GMT
20558              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
20559              
20560              Subject: [PATCH Net/Cmd.pm]
20561              From: Robin Barker <rmb1@cise.npl.co.uk>
20562              Date: Mon, 25 Feb 2002 11:37:06 GMT
20563              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
20564      Branch: perl
20565            ! lib/Cwd.pm lib/Net/Cmd.pm
20566 ____________________________________________________________________________
20567 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
20568         Log: Cut-and-paste errors.
20569      Branch: perl
20570            ! t/op/pat.t
20571 ____________________________________________________________________________
20572 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
20573         Log: EBCDIC: the control characters are not that easy to find.
20574      Branch: perl
20575            ! t/op/pat.t
20576 ____________________________________________________________________________
20577 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
20578         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
20579              From: John Peacock <jpeacock@rowman.com>
20580              Date: Sun, 24 Feb 2002 22:08:28 -0500
20581              Message-ID: <3C79AAAC.6060903@rowman.com>
20582      Branch: perl
20583            ! sv.c
20584 ____________________________________________________________________________
20585 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
20586         Log: SvSetSV() is not returnable, but that's okay since
20587              sv_copypv() returns void.
20588      Branch: perl
20589            ! sv.c
20590 ____________________________________________________________________________
20591 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
20592         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
20593              From: John Peacock <jpeacock@rowman.com>                 
20594              Date: Sun, 24 Feb 2002 16:40:07 -0500
20595              Message-ID: <3C795DB7.40105@rowman.com>               
20596      Branch: perl
20597            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
20598            ! pp_hot.c proto.h sv.c
20599 ____________________________________________________________________________
20600 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
20601         Log: Tiny code cleanup.
20602      Branch: perl
20603            ! regexec.c
20604 ____________________________________________________________________________
20605 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
20606         Log: Use to_uni_fold().
20607      Branch: perl
20608            ! regcomp.c
20609 ____________________________________________________________________________
20610 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
20611         Log: Document the new taint behaviour of exec LIST and
20612              system LIST.
20613      Branch: perl
20614            ! pod/perldelta.pod
20615 ____________________________________________________________________________
20616 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
20617         Log: Subject: [PATCH] Re: taint news
20618              From: Rick Delaney <rick.delaney@rogers.com>             
20619              Date: 24 Feb 2002 11:35:00 -0500
20620              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
20621      Branch: perl
20622            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
20623 ____________________________________________________________________________
20624 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
20625         Log: EBCDIC tweak (native instead of uni) and comment update.
20626      Branch: perl
20627            ! regexec.c
20628 ____________________________________________________________________________
20629 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
20630         Log: Using uninitialized (and wrong) variables is not good.
20631      Branch: perl
20632            ! regcomp.c
20633 ____________________________________________________________________________
20634 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
20635         Log: EBCDIC: this seems to calm the last of the
20636              Malformed UTF-8 warnings.
20637      Branch: perl
20638            ! regcomp.c utf8.c
20639 ____________________________________________________________________________
20640 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
20641         Log: EBCDIC: document using Encode for character conversions.
20642      Branch: perl
20643            ! pod/perlebcdic.pod
20644 ____________________________________________________________________________
20645 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
20646         Log: EBCDIC: disable also Unicode::Collate and
20647              Unicode::Normalize for now.  Real users of
20648              EBCDIC have to decide what they want.
20649      Branch: perl
20650            ! ext/Unicode/Normalize/Normalize.pm
20651            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20652            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20653            ! lib/Unicode/Collate/t/test.t
20654 ____________________________________________________________________________
20655 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20656         Log: AUTHORS updates.
20657      Branch: perl
20658            ! AUTHORS
20659 ____________________________________________________________________________
20660 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20661         Log: Retract #14571: there may be a better solution than
20662              tweaking the test.
20663      Branch: perl
20664            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20665 ____________________________________________________________________________
20666 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20667         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20668              From: "Craig A. Berry" <craigberry@mac.com> 
20669              Date: Sat, 23 Feb 2002 14:14:35 -0600
20670              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20671      Branch: perl
20672            ! configure.com
20673 ____________________________________________________________________________
20674 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20675         Log: metaconfig unit change for #14843.
20676      Branch: metaconfig/U/perl
20677            ! Extensions.U
20678 ____________________________________________________________________________
20679 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20680         Log: Also Encode/JP needs to be listed explicitly.
20681              (Any other sub-Encode extensions?)
20682      Branch: perl
20683            ! Configure
20684 ____________________________________________________________________________
20685 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20686         Log: Document known UNICOS/mk deficiency.
20687      Branch: perl
20688            ! pod/perldelta.pod
20689 ____________________________________________________________________________
20690 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20691         Log: Subject: [PATCH] README mention version 5.0
20692              From: Autrijus Tang <autrijus@autrijus.org>
20693              Date: Sat, 23 Feb 2002 09:35:22 +0800
20694              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20695      Branch: perl
20696            ! README
20697 ____________________________________________________________________________
20698 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20699         Log: metaconfig unit change for #14839.
20700      Branch: metaconfig
20701            ! U/modified/Signal.U
20702 ____________________________________________________________________________
20703 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20704         Log: Old hosts like NeXT Classic don't have sort -k,
20705              from Paul Eggert.
20706      Branch: perl
20707            ! Configure
20708 ____________________________________________________________________________
20709 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20710         Log: Minor clarifications as suggested by Anton Tagunov.
20711      Branch: perl
20712            ! pod/perlsyn.pod
20713 ____________________________________________________________________________
20714 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20715         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20716              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20717              Date: Fri, 22 Feb 2002 23:01:07 +0100
20718              Message-Id: <20020222230107.A15069@rafael>
20719      Branch: perl
20720            ! sv.c t/op/gv.t
20721 ____________________________________________________________________________
20722 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20723         Log: metaconfig unit change for #14835.
20724      Branch: metaconfig
20725            ! U/modified/Chk_MANI.U
20726 ____________________________________________________________________________
20727 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20728         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20729      Branch: perl
20730            ! Configure
20731 ____________________________________________________________________________
20732 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20733         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20734              From: Michael G Schwern <schwern@pobox.com>
20735              Date: Fri, 22 Feb 2002 12:10:28 -0500
20736              Message-ID: <20020222171027.GB4181@blackrider>
20737      Branch: perl
20738            ! ext/Encode/compile
20739 ____________________________________________________________________________
20740 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20741         Log: Update Changes.
20742      Branch: perl
20743            ! Changes patchlevel.h
20744 ____________________________________________________________________________
20745 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20746         Log: Implement IV/UV/NV/long double pack/unpack with
20747              template letters j/J/F/D (the latter two have been
20748              undocumented aliases of f/d).
20749      Branch: perl
20750            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20751 ____________________________________________________________________________
20752 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20753         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20754              From: Nicholas Clark <nick@unfortu.net>
20755              Date: Fri, 22 Feb 2002 14:01:25 +0000
20756              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20757      Branch: perl
20758            ! ext/Encode/compile
20759 ____________________________________________________________________________
20760 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
20761         Log: NetWare change from Ananth Kesari.
20762      Branch: perl
20763            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20764            ! MANIFEST
20765 ____________________________________________________________________________
20766 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
20767         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
20768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20769              Date: Fri, 22 Feb 2002 03:55:13 -0500
20770              Message-ID: <20020222035513.A894@math.ohio-state.edu>
20771      Branch: perl
20772            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
20773 ____________________________________________________________________________
20774 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
20775         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
20776      Branch: perl
20777            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
20778 ____________________________________________________________________________
20779 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
20780         Log: Make measure_struct a file static.
20781      Branch: perl
20782            ! pp_pack.c
20783 ____________________________________________________________________________
20784 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
20785         Log: EBCDIC: someone who knows what they are doing
20786              and whether it is possible at all in the first
20787              place needs to figure these tests out on EBCDIC.
20788              The CJK encodings heavily abuse their knowledge
20789              of ASCII and that may require a translation layer
20790              or four to survive UTF-EBCDIC.
20791      Branch: perl
20792            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
20793 ____________________________________________________________________________
20794 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
20795         Log: croak() needs context.
20796      Branch: perl
20797            ! pp_pack.c
20798 ____________________________________________________________________________
20799 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
20800         Log: Subject: [PATCH @14577] pack with a human face: the sequel
20801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20802              Date: Thu, 21 Feb 2002 21:33:37 -0500
20803              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
20804      Branch: perl
20805            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
20806            ! proto.h t/op/pack.t
20807 ____________________________________________________________________________
20808 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
20809         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20810              From: Nicholas Clark <nick@unfortu.net> 
20811              Date: Fri, 22 Feb 2002 00:49:44 +0000
20812              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
20813      Branch: perl
20814            ! ext/Encode/compile
20815 ____________________________________________________________________________
20816 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
20817         Log: Test for #14795.
20818      Branch: perl
20819            ! t/op/pat.t
20820 ____________________________________________________________________________
20821 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
20822         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
20823      Branch: perl
20824            ! t/op/pat.t
20825 ____________________________________________________________________________
20826 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
20827         Log: Subject: [PATCH] next batch of bugfixes
20828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20829              Date: Thu, 21 Feb 2002 23:54:41 +0100
20830              Message-ID: <20020221235441.A17260@rafael>
20831      Branch: perl
20832            ! ext/B/B/Deparse.pm
20833 ____________________________________________________________________________
20834 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
20835         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)
20836              From: chromatic <chromatic@rmci.net>
20837              Date: Thu, 21 Feb 2002 14:17:35 -0700
20838              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
20839      Branch: perl
20840            ! lib/File/stat.pm lib/File/stat.t
20841 ____________________________________________________________________________
20842 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
20843         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
20844      Branch: perl
20845            ! ext/re/re.xs
20846 ____________________________________________________________________________
20847 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
20848         Log: Upgrade to Math::BigInt 1.51.
20849      Branch: perl
20850            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20851            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20852            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20853            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20854            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20855            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20856            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20857            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
20858            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
20859            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
20860            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
20861            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20862 ____________________________________________________________________________
20863 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
20864         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
20865              From: "Gerrit P. Haase" <gp@familiehaase.de>
20866              Date: Thu, 21 Feb 2002 21:20:25 +0100
20867              Message-ID: <69510538936.20020221212025@familiehaase.de>
20868      Branch: perl
20869            ! Makefile.SH
20870 ____________________________________________________________________________
20871 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
20872         Log: Subject: [PATCH @14577] grouping in pack/unpack
20873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20874              Date: Thu, 21 Feb 2002 06:06:14 -0500
20875              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
20876      Branch: perl
20877            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
20878            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
20879 ____________________________________________________________________________
20880 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
20881         Log: Subject: [PATCH propose] question about fs.t
20882              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20883              Date: Thu, 21 Feb 2002 15:10:21 +0100
20884              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
20885      Branch: perl
20886            ! t/io/fs.t
20887 ____________________________________________________________________________
20888 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
20889         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
20890              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
20891              Date: Thu, 21 Feb 2002 09:54:28 +0100
20892              Message-ID: <13576559576.20020221095428@familiehaase.de>     
20893      Branch: perl
20894            ! Makefile.SH
20895 ____________________________________________________________________________
20896 [ 14812] By: ams                                   on 2002/02/21  14:59:09
20897         Log: Subject: typo correction
20898              From: mjd@plover.com
20899              Date: 21 Feb 2002 15:43:49 -0000
20900              Message-Id: <20020221154349.22772.qmail@plover.com>
20901      Branch: perl
20902            ! pod/perldebug.pod
20903 ____________________________________________________________________________
20904 [ 14811] By: ams                                   on 2002/02/21  14:02:12
20905         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
20906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20907              Date: Thu, 21 Feb 2002 15:22:22 +0100
20908              Message-Id: <20020221152222.A15095@rafael>
20909      Branch: perl
20910            ! op.h toke.c
20911 ____________________________________________________________________________
20912 [ 14810] By: ams                                   on 2002/02/21  12:45:28
20913         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
20914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20915              Date: Thu, 21 Feb 2002 06:02:48 -0500
20916              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
20917      Branch: perl
20918            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20919 ____________________________________________________________________________
20920 [ 14809] By: nick                                  on 2002/02/21  09:31:08
20921         Log: Integrate mainline
20922      Branch: perlio
20923           +> lib/Pod/t/Select.t
20924           !> (integrate 37 files)
20925 ____________________________________________________________________________
20926 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20927         Log: metaconfig unit change for #14807.
20928      Branch: metaconfig
20929            ! U/modified/Signal.U
20930 ____________________________________________________________________________
20931 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20932         Log: Revert #14805, didn't quite work.
20933      Branch: perl
20934            ! Configure config_h.SH
20935 ____________________________________________________________________________
20936 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20937         Log: metaconfig changes for #14805.
20938      Branch: metaconfig
20939            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20940 ____________________________________________________________________________
20941 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20942         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20943              From: Paul Eggert <eggert@twinsun.com>
20944              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20945              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20946      Branch: perl
20947            ! Configure config_h.SH
20948 ____________________________________________________________________________
20949 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20950         Log: More advice.
20951      Branch: perl
20952            ! README.os390
20953 ____________________________________________________________________________
20954 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20955         Log: Missing MANIFESTation.
20956      Branch: perl
20957            ! MANIFEST
20958 ____________________________________________________________________________
20959 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20960         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20961              From: Autrijus Tang <autrijus@autrijus.org>
20962              Date: Thu, 21 Feb 2002 07:13:12 +0800
20963              Message-Id: <20020220231312.GA775@not.autrijus.org>
20964      Branch: perl
20965            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20966 ____________________________________________________________________________
20967 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20968         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20969              From: Abe Timmerman <abe@ztreet.demon.nl>
20970              Date: Thu, 21 Feb 2002 00:20:40 +0100
20971              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20972      Branch: perl
20973            + lib/Pod/t/Select.t
20974 ____________________________________________________________________________
20975 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20976         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20977              twice, causing the loop to skip every other character.
20978      Branch: perl
20979            ! utf8.c
20980 ____________________________________________________________________________
20981 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20982         Log: Better debugging info.
20983      Branch: perl
20984            ! t/uni/case.pl
20985 ____________________________________________________________________________
20986 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20987         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20988              From: Nicholas Clark <nick@unfortu.net>
20989              Date: Wed, 20 Feb 2002 22:13:05 +0000
20990              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20991      Branch: perl
20992            ! ext/Encode/compile
20993 ____________________________________________________________________________
20994 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20995         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20996              From: Paul Eggert <eggert@twinsun.com>
20997              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20998              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20999      Branch: perl
21000            ! pod/perlhack.pod
21001 ____________________________________________________________________________
21002 [ 14796] By: nick                                  on 2002/02/20  18:15:00
21003         Log: Integrate mainline
21004      Branch: perlio
21005           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21006           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
21007           +> lib/Locale/Country.pod lib/Locale/Currency.pod
21008           +> lib/Locale/Language.pod lib/Locale/Script.pm
21009           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
21010           +> t/uni/title.t t/uni/upper.t
21011           !> (integrate 41 files)
21012 ____________________________________________________________________________
21013 [ 14795] By: ams                                   on 2002/02/20  17:08:38
21014         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
21015              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21016              Date: Wed, 20 Feb 2002 18:06:59 +0000
21017              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
21018      Branch: perl
21019            ! pp_ctl.c
21020 ____________________________________________________________________________
21021 [ 14794] By: ams                                   on 2002/02/20  16:41:56
21022         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
21023              From: Paul_GreenVOS@vos.stratus.com
21024              Date: Wed, 20 Feb 02 12:21 est
21025              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
21026      Branch: perl
21027            ! Makefile.SH
21028 ____________________________________________________________________________
21029 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
21030         Log: Forgot from #14790.
21031      Branch: perl
21032            ! pp_pack.c
21033 ____________________________________________________________________________
21034 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
21035         Log: Update Changes.
21036      Branch: perl
21037            ! Changes patchlevel.h
21038 ____________________________________________________________________________
21039 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
21040         Log: Integrate change #14778 from maintperl;
21041              
21042              constant folding on the range operator had the effect of disabling
21043              peephole optimizations in all the siblings of the range OP; the
21044              effect of this was that barewords could escape strictures when
21045              they were hiding in such places
21046      Branch: perl
21047            ! t/lib/strict/subs
21048           !> op.c
21049 ____________________________________________________________________________
21050 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
21051         Log: Subject: Re: [ID 20020220.001] pack w with objects
21052              From: Ulrich Pfeifer <upf@de.uu.net>
21053              Date: 20 Feb 2002 11:21:15 +0100
21054              Message-ID: <p5g03wcv38.fsf@de.uu.net>
21055      Branch: perl
21056            ! t/op/pack.t
21057 ____________________________________________________________________________
21058 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
21059         Log: Subject: Re: [PATCH] go faster for Encode's compile
21060              From: Nicholas Clark <nick@unfortu.net> 
21061              Date: Tue, 19 Feb 2002 23:38:36 +0000
21062              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
21063      Branch: perl
21064            ! ext/Encode/compile
21065 ____________________________________________________________________________
21066 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
21067         Log: Regen Glossary.
21068      Branch: perl
21069            ! Porting/Glossary Porting/config.sh Porting/config_H
21070 ____________________________________________________________________________
21071 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
21072         Log: metaconfig unit change for #14786 (not visible yet,
21073              since Glossary needs regenerating)
21074      Branch: metaconfig
21075            ! U/compline/d_gconvert.U
21076 ____________________________________________________________________________
21077 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
21078         Log: Subject: d_Gconvert hints and Glossary
21079              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21080              Date: Tue, 19 Feb 2002 11:55:36 -0800
21081              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
21082      Branch: perl
21083            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
21084            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
21085            ! hints/svr5.sh
21086 ____________________________________________________________________________
21087 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
21088         Log: metaconfig unit changes for #14784.
21089      Branch: metaconfig
21090            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
21091 ____________________________________________________________________________
21092 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
21093         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
21094              From: Paul Eggert <eggert@twinsun.com>              
21095              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
21096              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
21097      Branch: perl
21098            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
21099            ! pod/perlhack.pod
21100 ____________________________________________________________________________
21101 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
21102         Log: metaconfig unit change for #14782.
21103      Branch: metaconfig/U/perl
21104            ! Mksymlinks.U
21105 ____________________________________________________________________________
21106 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
21107         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
21108              From: "Gerrit P. Haase" <gp@familiehaase.de>
21109              Date: Wed, 20 Feb 2002 00:23:29 +0100
21110              Message-ID: <70348722516.20020220002329@familiehaase.de>
21111      Branch: perl
21112            ! Configure
21113 ____________________________________________________________________________
21114 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
21115         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
21116              From: Nicholas Clark <nick@unfortu.net> 
21117              Date: Tue, 19 Feb 2002 19:27:42 +0000
21118              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
21119              
21120              (with modifications)
21121      Branch: perl
21122            ! pod/perlsub.pod
21123 ____________________________________________________________________________
21124 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
21125         Log: NetWare tweak from Ananth Kesari.
21126      Branch: perl
21127            ! lib/ExtUtils/MakeMaker.pm
21128 ____________________________________________________________________________
21129 [ 14779] By: ams                                   on 2002/02/20  06:51:55
21130         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
21131      Branch: perl
21132            ! pod/perlfaq4.pod
21133 ____________________________________________________________________________
21134 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
21135         Log: constant folding on the range operator had the effect of disabling
21136              peephole optimizations in all the siblings of the range OP; the
21137              effect of this was that barewords could escape strictures when
21138              they were hiding in such places
21139      Branch: maint-5.6/perl
21140            ! op.c t/pragma/strict-subs
21141 ____________________________________________________________________________
21142 [ 14777] By: ams                                   on 2002/02/20  00:56:21
21143         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
21144              From: Graham Barr <gbarr@pobox.com>
21145              Date: Tue, 19 Feb 2002 23:08:47 +0000
21146              Message-Id: <20020219230847.G66560@pobox.com>
21147      Branch: perl
21148            ! lib/Time/Local.pm
21149 ____________________________________________________________________________
21150 [ 14776] By: ams                                   on 2002/02/19  17:20:28
21151         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
21152              From: Nicholas Clark <nick@unfortu.net>
21153              Date: Tue, 19 Feb 2002 16:23:22 +0000
21154              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
21155      Branch: perl
21156            ! lib/Tie/Hash.pm
21157 ____________________________________________________________________________
21158 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
21159         Log: Regen doc, regen toc.
21160      Branch: perl
21161            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
21162 ____________________________________________________________________________
21163 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
21164         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21165              From: Dave Mitchell <davem@fdgroup.co.uk>
21166              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
21167              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
21168      Branch: perl
21169            ! pod/perlsub.pod
21170 ____________________________________________________________________________
21171 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
21172         Log: Detypo.
21173      Branch: perl
21174            ! lib/Tie/Memoize.pm
21175 ____________________________________________________________________________
21176 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
21177         Log: UTF-8 C API doc tweaks.
21178      Branch: perl
21179            ! pod/perlunicode.pod
21180 ____________________________________________________________________________
21181 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
21182         Log: Mention that the case-switchers know about Unicode, too.
21183      Branch: perl
21184            ! pod/perlop.pod
21185 ____________________________________________________________________________
21186 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
21187         Log: Upgrade to Locale::Codes 2.01.
21188      Branch: perl
21189            + lib/Locale/Constants.pod lib/Locale/Country.pod
21190            + lib/Locale/Currency.pod lib/Locale/Language.pod
21191            + lib/Locale/Script.pod
21192            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21193            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21194            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21195            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
21196 ____________________________________________________________________________
21197 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
21198         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21199              From: Dave Mitchell <davem@fdgroup.co.uk>
21200              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
21201              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
21202      Branch: perl
21203            ! pod/perlsub.pod
21204 ____________________________________________________________________________
21205 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
21206         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
21207              From: Sam Tregar <sam@tregar.com> 
21208              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
21209              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
21210      Branch: perl
21211            ! sv.h
21212 ____________________________________________________________________________
21213 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
21214         Log: The test requires perlio.
21215      Branch: perl
21216            ! ext/Encode/t/JP.t
21217 ____________________________________________________________________________
21218 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
21219         Log: Misplaced block end.
21220      Branch: perl
21221            ! utf8.c
21222 ____________________________________________________________________________
21223 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
21224         Log: The POSIX extensions are deadly.
21225      Branch: perl
21226            ! regcomp.c
21227 ____________________________________________________________________________
21228 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
21229         Log: Let's not overdo the growth.
21230      Branch: perl
21231            ! pp.c
21232 ____________________________________________________________________________
21233 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
21234         Log: Third time makes the charm.
21235      Branch: perl
21236            ! README.os390
21237 ____________________________________________________________________________
21238 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
21239         Log: Oops.
21240      Branch: perl
21241            ! utf8.c
21242 ____________________________________________________________________________
21243 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
21244         Log: Add back the new casing tests.
21245      Branch: perl
21246            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21247            ! MANIFEST
21248 ____________________________________________________________________________
21249 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
21250         Log: Prefer special case mappings.
21251      Branch: perl
21252            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21253            ! lib/unicore/To/Upper.pl lib/unicore/mktables
21254 ____________________________________________________________________________
21255 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
21256         Log: Try special casing first.
21257      Branch: perl
21258            ! utf8.c
21259 ____________________________________________________________________________
21260 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
21261         Log: Not extending enough.
21262      Branch: perl
21263            ! pp.c utf8.h
21264 ____________________________________________________________________________
21265 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
21266         Log: No need to store identity mappings.
21267      Branch: perl
21268            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21269            ! lib/unicore/mktables
21270 ____________________________________________________________________________
21271 [ 14756] By: ams                                   on 2002/02/18  20:21:17
21272         Log: Forward port #14704 from maint-5.6.
21273      Branch: perl
21274            ! doio.c
21275 ____________________________________________________________________________
21276 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
21277         Log: Regen Changes.
21278      Branch: perl
21279            ! Changes
21280 ____________________________________________________________________________
21281 [ 14754] By: ams                                   on 2002/02/18  19:01:09
21282         Log: Subject: [PATCH] VMS cando_by_name and current process privs
21283              From: "Craig A. Berry" <craigberry@mac.com>
21284              Date: Mon, 18 Feb 2002 14:03:30 -0600
21285              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
21286      Branch: perl
21287            ! vms/vms.c
21288 ____________________________________________________________________________
21289 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
21290         Log: Update Changes.
21291      Branch: perl
21292            ! Changes patchlevel.h
21293 ____________________________________________________________________________
21294 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
21295         Log: What do you know; these tests unearthed nasty problems.
21296              Will resolve those first.
21297      Branch: perl
21298            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21299            ! MANIFEST
21300 ____________________________________________________________________________
21301 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
21302         Log: Update Changes.
21303      Branch: perl
21304            ! Changes patchlevel.h
21305 ____________________________________________________________________________
21306 [ 14750] By: ams                                   on 2002/02/18  17:36:05
21307         Log: Subject: Re: IO::Poll: Removing Handles
21308              From: Matthew Sachs <matthewg@zevils.com>
21309              Date: Mon, 18 Feb 2002 13:19:01 -0500
21310              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
21311      Branch: perl
21312            ! ext/IO/lib/IO/t/io_poll.t
21313 ____________________________________________________________________________
21314 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
21315         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
21316              From: "Craig A. Berry" <craigberry@mac.com>
21317              Date: Mon, 18 Feb 2002 11:52:21 -0600
21318              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
21319      Branch: perl
21320            ! t/op/alarm.t t/op/glob.t
21321 ____________________________________________________________________________
21322 [ 14748] By: ams                                   on 2002/02/18  15:53:36
21323         Log: s/load_module/Perl_load_module/
21324      Branch: perl
21325            ! gv.c
21326 ____________________________________________________________________________
21327 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
21328         Log: Unused in ASCII, used in EBCDIC.
21329      Branch: perl
21330            ! utf8.c
21331 ____________________________________________________________________________
21332 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
21333         Log: Upgrade to Locale::Codes 2.00.
21334      Branch: perl
21335            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21336            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
21337            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
21338            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21339            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21340 ____________________________________________________________________________
21341 [ 14745] By: ams                                   on 2002/02/18  15:20:44
21342         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
21343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21344              Date: Sat, 16 Feb 2002 00:06:01 +0100
21345              Message-Id: <20020216000601.A17249@rafael>
21346      Branch: perl
21347            ! gv.c
21348 ____________________________________________________________________________
21349 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
21350         Log: More Unicode casing checks.
21351      Branch: perl
21352            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21353            ! MANIFEST
21354 ____________________________________________________________________________
21355 [ 14743] By: ams                                   on 2002/02/18  14:35:38
21356         Log: Subject: IO::Poll: Removing Handles
21357              From: Matthew Sachs <matthewg@zevils.com>
21358              Date: Sun, 17 Feb 2002 04:49:46 -0500
21359              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
21360      Branch: perl
21361            ! ext/IO/lib/IO/Poll.pm
21362 ____________________________________________________________________________
21363 [ 14741] By: ams                                   on 2002/02/18  13:59:48
21364         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
21365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21366              Date: Mon, 18 Feb 2002 15:41:26 +0100
21367              Message-Id: <20020218154126.A692@rafael>
21368      Branch: perl
21369            ! pp_ctl.c t/op/do.t
21370 ____________________________________________________________________________
21371 [ 14740] By: nick                                  on 2002/02/18  09:09:23
21372         Log: Integrate mainline
21373      Branch: perlio
21374           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21375           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21376           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21377           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21378           +> ext/Encode/lib/Encode/JP/Constants.pm
21379           +> ext/Encode/lib/Encode/JP/H2Z.pm
21380           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21381           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21382           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21383           +> os2/OS2/Process/t/os2_process.t
21384           +> os2/OS2/Process/t/os2_process_kid.t
21385           +> os2/OS2/Process/t/os2_process_text.t
21386            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21387            - ext/Encode/t/Japanese.t
21388           !> (integrate 47 files)
21389 ____________________________________________________________________________
21390 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
21391         Log: EBCDIC: now the worst seems to be over for
21392              the "Malformed" warnings.  Still a few of them,
21393              and plenty of test failures, but getting better.
21394      Branch: perl
21395            ! regcomp.c utf8.c
21396 ____________________________________________________________________________
21397 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
21398         Log: Upgrade to Net::Ping 2.12.
21399      Branch: perl
21400            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21401            ! lib/Net/Ping/t/110_icmp_inst.t
21402 ____________________________________________________________________________
21403 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
21404         Log: After much rewriting we are now pretty much
21405              back to where we started.
21406      Branch: perl
21407            ! utf8.c
21408 ____________________________________________________________________________
21409 [ 14736] By: ams                                   on 2002/02/18  01:23:00
21410         Log: Subject: [PATCH B::Deparse] two fixes
21411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21412              Date: Sun, 17 Feb 2002 23:58:59 +0100
21413              Message-Id: <20020217235859.A32513@rafael>
21414      Branch: perl
21415            ! ext/B/B/Deparse.pm
21416 ____________________________________________________________________________
21417 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
21418         Log: Buglet.
21419      Branch: perl
21420            ! ext/Encode/lib/Encode/JP/JIS.pm
21421 ____________________________________________________________________________
21422 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
21423         Log: Clearing up to_utf8_case() continues: this time use
21424              a single return, and EBCDICification for all paths.
21425      Branch: perl
21426            ! utf8.c
21427 ____________________________________________________________________________
21428 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
21429         Log: Small tweaks to get the test running (fix @INC and
21430              do not overwrite the table.utf8 and table.rnd).
21431      Branch: perl
21432            ! ext/Encode/t/JP.t
21433 ____________________________________________________________________________
21434 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
21435         Log: Tiny tweak.
21436      Branch: perl
21437            ! utf8.c
21438 ____________________________________________________________________________
21439 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
21440         Log: Redundant casts.
21441      Branch: perl
21442            ! utf8.c
21443 ____________________________________________________________________________
21444 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
21445         Log: More filename portability tips.
21446      Branch: perl
21447            ! pod/perlport.pod
21448 ____________________________________________________________________________
21449 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
21450         Log: FAQ sync.
21451      Branch: perl
21452            ! pod/perlfaq3.pod pod/perlfaq5.pod
21453 ____________________________________________________________________________
21454 [ 14728] By: ams                                   on 2002/02/17  16:15:09
21455         Log: Subject: podlators 1.21 released
21456              From: Russ Allbery <rra@stanford.edu>
21457              Date: Sat, 16 Feb 2002 21:42:56 -0800
21458              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
21459      Branch: perl
21460            ! lib/Pod/Text/Overstrike.pm
21461 ____________________________________________________________________________
21462 [ 14727] By: sky                                   on 2002/02/17  11:36:52
21463         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
21464              From: Autrijus Tang <autrijus@autrijus.org>
21465              Date: Sun, 17 Feb 2002 19:46:47 +0800
21466              Message-ID: <20020217194647.A1410@not.autrijus.org>
21467      Branch: perl
21468            ! pp_ctl.c t/op/tiehandle.t util.c
21469 ____________________________________________________________________________
21470 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
21471         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
21472              input in native code points, not Unicode.
21473      Branch: perl
21474            ! utf8.c
21475 ____________________________________________________________________________
21476 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
21477         Log: Regen Glossary.
21478      Branch: perl
21479            ! Porting/Glossary Porting/config.sh Porting/config_H
21480 ____________________________________________________________________________
21481 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
21482         Log: The #14715 and #14716 were okay: they just revealed
21483              a bug in the EXACTF matching.
21484      Branch: perl
21485            ! regexec.c utf8.c
21486 ____________________________________________________________________________
21487 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
21488         Log: Retreat, retreat! (retract #14715 and #14716)
21489      Branch: perl
21490            ! utf8.c
21491 ____________________________________________________________________________
21492 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
21493         Log: Encode 0.40, from Dan Kogai.
21494      Branch: perl
21495            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21496            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21497            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21498            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21499            + ext/Encode/lib/Encode/JP/Constants.pm
21500            + ext/Encode/lib/Encode/JP/H2Z.pm
21501            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21502            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21503            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21504            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
21505            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21506            - ext/Encode/t/Japanese.t
21507            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
21508            ! ext/Encode/t/Encode.t
21509 ____________________________________________________________________________
21510 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
21511         Log: metaconfig unit change for #14720.
21512      Branch: perl
21513            ! Configure
21514 ____________________________________________________________________________
21515 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
21516         Log: Regenerate Configure (small tweaks on Yitzchak's,
21517              main difference being that the preference variables are
21518              called gconvert_...).
21519      Branch: metaconfig
21520            ! U/compline/d_gconvert.U
21521 ____________________________________________________________________________
21522 [ 14719] By: ams                                   on 2002/02/16  14:11:01
21523         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
21524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21525              Date: Thu, 14 Feb 2002 22:27:33 -0800
21526              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
21527              (Applied by hand.)
21528      Branch: perl
21529            ! Configure
21530 ____________________________________________________________________________
21531 [ 14718] By: ams                                   on 2002/02/16  13:45:28
21532         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
21533              From: Philip Newton <Philip.Newton@gmx.net>
21534              Date: Sat, 16 Feb 2002 10:05:05 +0100
21535              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
21536              (Applied by hand.)
21537      Branch: perl
21538            ! pod/perlport.pod
21539 ____________________________________________________________________________
21540 [ 14717] By: ams                                   on 2002/02/16  04:30:23
21541         Log: Remove dubious test.
21542      Branch: perl
21543            ! t/io/open.t
21544 ____________________________________________________________________________
21545 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
21546         Log: Tiny tweak.
21547      Branch: perl
21548            ! utf8.c
21549 ____________________________________________________________________________
21550 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
21551         Log: Restructure to_utf8_case() for simpler execution paths.
21552      Branch: perl
21553            ! utf8.c
21554 ____________________________________________________________________________
21555 [ 14714] By: ams                                   on 2002/02/16  02:43:59
21556         Log: Absorb #14701 by Sarathy from maint-5.6.
21557      Branch: perl
21558            ! doio.c t/io/open.t
21559 ____________________________________________________________________________
21560 [ 14713] By: ams                                   on 2002/02/16  01:51:27
21561         Log: Subject: [PATCH] VOS patches for perl 5.8
21562              From: Paul_GreenVOS@vos.stratus.com
21563              Date: Fri, 15 Feb 02 17:41 est
21564              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
21565      Branch: perl
21566            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21567            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21568            ! vos/install_perl.cm
21569 ____________________________________________________________________________
21570 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
21571         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
21572              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21573              Date: Fri, 15 Feb 2002 23:05:44 +0100
21574              Message-ID: <20020215230544.A690@rafael>
21575      Branch: perl
21576            ! ext/B/B/Deparse.pm
21577 ____________________________________________________________________________
21578 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
21579         Log: Add $VERSION.
21580      Branch: perl
21581            ! lib/Tie/Memoize.pm
21582 ____________________________________________________________________________
21583 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
21584         Log: Update Changes.
21585      Branch: perl
21586            ! Changes patchlevel.h
21587 ____________________________________________________________________________
21588 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
21589         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
21590              From: Robin Barker <rmb1@cise.npl.co.uk>
21591              Date: Thu, 14 Feb 2002 19:07:40 GMT
21592              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
21593              
21594              (the hints part only)
21595      Branch: perl
21596            ! hints/solaris_2.sh
21597 ____________________________________________________________________________
21598 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
21599         Log: metaconfig unit changes for #14707.
21600      Branch: metaconfig
21601            ! U/modified/cc.U
21602      Branch: metaconfig/U/perl
21603            ! Checkcc.U
21604 ____________________________________________________________________________
21605 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
21606         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
21607              From: Robin Barker <rmb1@cise.npl.co.uk>
21608              Date: Fri, 15 Feb 2002 12:14:39 GMT
21609              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
21610              
21611              Split checking-for-gcc and checking-for-cc.
21612      Branch: perl
21613            ! Configure
21614 ____________________________________________________________________________
21615 [ 14706] By: ams                                   on 2002/02/15  13:57:15
21616         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21617              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
21618              Date: 15 Feb 2002 10:53:06 +0200
21619              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
21620      Branch: perl
21621            ! lib/Pod/Html.pm
21622 ____________________________________________________________________________
21623 [ 14705] By: ams                                   on 2002/02/15  08:42:55
21624         Log: Subject: [PATCH @14577] OS/2 tests and more
21625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21626              Date: Fri, 15 Feb 2002 03:56:24 -0500
21627              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
21628      Branch: perl
21629            + os2/OS2/Process/t/os2_process.t
21630            + os2/OS2/Process/t/os2_process_kid.t
21631            + os2/OS2/Process/t/os2_process_text.t
21632            ! MANIFEST configpm hints/os2.sh makedef.pl
21633            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21634            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
21635            ! os2/os2ish.h
21636 ____________________________________________________________________________
21637 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
21638         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
21639              avoid wasteful PL_fdpid fiddling where that is not warranted;
21640              mostly whitespace fixes
21641              
21642              these were longstanding todo items from:
21643              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
21644      Branch: maint-5.6/perl
21645            ! doio.c
21646 ____________________________________________________________________________
21647 [ 14702] By: nick                                  on 2002/02/15  08:31:41
21648         Log: Integrate mainline
21649      Branch: perlio
21650           +> lib/if.pm lib/if.t
21651           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21652           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21653           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21654           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21655           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21656           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21657           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21658           !> t/lib/warnings/pp_sys
21659 ____________________________________________________________________________
21660 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21661         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21662              (and also dies quickly on Windows); this bug crept in as
21663              change#610, a.k.a change#646
21664      Branch: maint-5.6/perl
21665            ! doio.c t/io/open.t
21666 ____________________________________________________________________________
21667 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21668         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21669              From: Ville "Skyttä" <ville.skytta@iki.fi>
21670              Date: Wed, 13 Feb 2002 22:29:39 +0200
21671              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21672      Branch: perl
21673            ! lib/Pod/Html.pm
21674 ____________________________________________________________________________
21675 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21676         Log: Document and test the C0 and C1.
21677      Branch: perl
21678            ! lib/charnames.pm lib/charnames.t
21679 ____________________________________________________________________________
21680 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21681         Log: metaconfig unit change for #14697.
21682      Branch: metaconfig
21683            ! U/modified/Init.U
21684 ____________________________________________________________________________
21685 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21686         Log: Also OS/2 seems to need exe set early.
21687      Branch: perl
21688            ! Configure
21689 ____________________________________________________________________________
21690 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21691         Log: Document pack U0U.
21692      Branch: perl
21693            ! pod/perluniintro.pod
21694 ____________________________________________________________________________
21695 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21696         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21698              Date: Thu, 14 Feb 2002 23:58:00 +0100
21699              Message-ID: <20020214235800.A12901@rafael>
21700      Branch: perl
21701            ! pp_sys.c t/lib/warnings/pp_sys
21702 ____________________________________________________________________________
21703 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21704         Log: Subject: [PATCH @13746] conditional pragmas
21705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21706              Date: Mon, 31 Dec 2001 18:18:09 -0500
21707              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21708      Branch: perl
21709            + lib/if.pm lib/if.t
21710            ! MANIFEST
21711 ____________________________________________________________________________
21712 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21713         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21714              I suspect there to be another deeper bug, must distill simpler
21715              test case.
21716      Branch: perl
21717            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21718 ____________________________________________________________________________
21719 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21720         Log: Integrate perlio:
21721              
21722              [ 14685]
21723              Make dependencies more precise (for nmake)
21724      Branch: perl
21725           !> ext/Encode/EUC_JP/Makefile.PL
21726 ____________________________________________________________________________
21727 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21728         Log: Just a guess.
21729      Branch: perl
21730            ! lib/Tie/Handle.pm
21731 ____________________________________________________________________________
21732 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21733         Log: Integrate mainline
21734      Branch: perlio
21735           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21736           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21737           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21738           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21739           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21740           !> utf8.c
21741 ____________________________________________________________________________
21742 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21743         Log: Upgrade to Net::Ping 2.11.
21744      Branch: perl
21745            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21746            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21747            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21748            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21749 ____________________________________________________________________________
21750 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21751         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21752              From: Robin Barker <rmb1@cise.npl.co.uk>
21753              Date: Wed, 13 Feb 2002 17:37:07 GMT
21754              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21755              
21756              (updated version of the above)
21757      Branch: perl
21758            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21759 ____________________________________________________________________________
21760 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
21761         Log: Excise inexact blather.
21762      Branch: perl
21763            ! utf8.c
21764 ____________________________________________________________________________
21765 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
21766         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
21767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21768              Date: Mon, 31 Dec 2001 20:28:46 -0500
21769              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
21770      Branch: perl
21771            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
21772            ! MANIFEST
21773 ____________________________________________________________________________
21774 [ 14685] By: nick                                  on 2002/02/14  14:20:20
21775         Log: Make dependencies more precise (for nmake)
21776      Branch: perlio
21777            ! ext/Encode/EUC_JP/Makefile.PL
21778 ____________________________________________________________________________
21779 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
21780         Log: Subject: [PATCH @13746] tied hashes
21781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
21782              Date: Mon, 31 Dec 2001 19:15:39 -0500
21783              Message-ID: <20011231191539.A46@math.ohio-state.edu>
21784      Branch: perl
21785            ! lib/Tie/Hash.pm pod/perltie.pod
21786 ____________________________________________________________________________
21787 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
21788         Log: Subject: Re: [PATCH] Configure followed by make minitest
21789              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21790              Date: Sun, 10 Feb 2002 23:22:05 -0800
21791              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
21792      Branch: perl
21793            ! Makefile.SH
21794 ____________________________________________________________________________
21795 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
21796         Log: Subject: Re: perl@14647
21797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21798              Date: Mon, 11 Feb 2002 19:30:36 +0100
21799              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
21800      Branch: perl
21801            ! t/op/groups.t
21802 ____________________________________________________________________________
21803 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
21804         Log: Update Changes.
21805      Branch: perl
21806            ! Changes patchlevel.h
21807 ____________________________________________________________________________
21808 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
21809         Log: Integrate perlio:
21810              
21811              [ 14677]
21812              Do not lc() the file names before doing dirname() or they don't match.
21813      Branch: perl
21814           !> lib/ExtUtils/t/Installed.t
21815 ____________________________________________________________________________
21816 [ 14679] By: sky                                   on 2002/02/13  12:56:13
21817         Log: rename mutex to make a bit more sense
21818      Branch: perl
21819            ! ext/threads/threads.xs
21820 ____________________________________________________________________________
21821 [ 14678] By: sky                                   on 2002/02/13  12:46:11
21822         Log: Track active threads....
21823      Branch: perl
21824            ! ext/threads/threads.pm ext/threads/threads.xs
21825 ____________________________________________________________________________
21826 [ 14677] By: nick                                  on 2002/02/13  09:30:42
21827         Log: Do not lc() the file names before doing dirname() or they don't match.
21828      Branch: perlio
21829            ! lib/ExtUtils/t/Installed.t
21830 ____________________________________________________________________________
21831 [ 14676] By: sky                                   on 2002/02/13  09:03:37
21832         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
21833              From: Michael G Schwern <schwern@pobox.com>
21834              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
21835              Message-Id: <20020213100017.GA6288@blackrider>
21836      Branch: perl
21837            ! lib/File/Spec/t/rel2abs2rel.t
21838 ____________________________________________________________________________
21839 [ 14675] By: sky                                   on 2002/02/13  09:00:24
21840         Log: Do not propagate END blocks to child threads, test.
21841      Branch: perl
21842            + ext/threads/t/end.t
21843            ! MANIFEST ext/threads/threads.xs
21844 ____________________________________________________________________________
21845 [ 14674] By: nick                                  on 2002/02/13  08:34:55
21846         Log: Integrate mainline
21847      Branch: perlio
21848           +> ext/threads/t/join.t
21849           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
21850           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
21851           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
21852 ____________________________________________________________________________
21853 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
21854         Log: metaconfig unit change for #14672.
21855      Branch: metaconfig
21856            ! U/modified/lns.U
21857 ____________________________________________________________________________
21858 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
21859         Log: $ln is supposed to be already set to $ln + executable suffix
21860              on platforms that need it, from Paul Green.
21861      Branch: perl
21862            ! Configure
21863 ____________________________________________________________________________
21864 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
21865         Log: Subject: New command syntax for 'x' command
21866              From: Mark-Jason Dominus <mjd@plover.com>
21867              Date: Tue, 12 Feb 2002 20:54:01 -0500
21868              Message-ID: <20020213015401.25685.qmail@plover.com>
21869      Branch: perl
21870            ! lib/perl5db.pl pod/perldebug.pod
21871 ____________________________________________________________________________
21872 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
21873         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
21874              From: Mark-Jason Dominus <mjd@plover.com>
21875              Date: Tue, 12 Feb 2002 20:20:42 -0500
21876              Message-ID: <20020213012042.25245.qmail@plover.com>
21877      Branch: perl
21878            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
21879 ____________________________________________________________________________
21880 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
21881         Log: Iteration continues.
21882      Branch: perl
21883            ! utf8.c
21884 ____________________________________________________________________________
21885 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
21886         Log: Duh.
21887      Branch: perl
21888            ! pp_pack.c t/op/length.t
21889 ____________________________________________________________________________
21890 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
21891         Log: Retract #14666.
21892      Branch: perl
21893            ! t/op/lc.t
21894 ____________________________________________________________________________
21895 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
21896         Log: (retracted by #14667)
21897      Branch: perl
21898            ! t/op/lc.t
21899 ____________________________________________________________________________
21900 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
21901         Log: Tiny test script tweaks.
21902      Branch: perl
21903            ! t/uni/fold.t
21904 ____________________________________________________________________________
21905 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
21906         Log: Rewrite the "special mapping" part of to_utf8_case(),
21907              this time with fewer bugs.  (See: The Law of Cybernetic
21908              Entymology.)
21909      Branch: perl
21910            ! utf8.c
21911 ____________________________________________________________________________
21912 [ 14663] By: sky                                   on 2002/02/12  18:26:16
21913         Log: Stop failures if you pass an object, sv_dup might not be the right 
21914              thing to use since I have a feeling we end up cloning far too much. 
21915              (Like the stash for example).... Maybe we need a lightweight sv_dup 
21916              that searches the target for things....
21917              Real fix is another option to perl_clone which controls if you should 
21918              save stashes.
21919      Branch: perl
21920            ! ext/threads/threads.xs
21921 ____________________________________________________________________________
21922 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21923         Log: Retract #14661.
21924      Branch: perl
21925            ! hints/solaris_2.sh
21926 ____________________________________________________________________________
21927 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21928         Log: (retracted by #14662)
21929      Branch: perl
21930            ! hints/solaris_2.sh
21931 ____________________________________________________________________________
21932 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21933         Log: EBCDIC: another "can't happen".
21934      Branch: perl
21935            ! utf8.c
21936 ____________________________________________________________________________
21937 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21938         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21939      Branch: perl
21940            + ext/threads/t/join.t
21941            ! MANIFEST ext/threads/threads.xs
21942 ____________________________________________________________________________
21943 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21944         Log: Integrate mainline
21945      Branch: perlio
21946           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21947           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21948           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21949 ____________________________________________________________________________
21950 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21951         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21952              From: Jan Dubois <JanD@ActiveState.com> 
21953              Date: Tue, 12 Feb 2002 00:56:31 -0800
21954              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21955      Branch: perl
21956            ! lib/Win32.pod win32/win32.c win32/win32.h
21957 ____________________________________________________________________________
21958 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21959         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21960              From: Michael G Schwern <schwern@pobox.com> 
21961              Date: Tue, 12 Feb 2002 05:37:36 -0500
21962              Message-ID: <20020212103736.GC14327@blackrider>
21963      Branch: perl
21964            ! lib/File/Spec/t/rel2abs2rel.t
21965 ____________________________________________________________________________
21966 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21967         Log: More unset installman[13]dir tweaks from chromatic.
21968      Branch: perl
21969            ! lib/ExtUtils/Installed.pm
21970 ____________________________________________________________________________
21971 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21972         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21973              From: Michael G Schwern <schwern@pobox.com>
21974              Date: Mon, 11 Feb 2002 12:23:02 -0500
21975              Message-ID: <20020211172302.GD9556@blackrider>
21976      Branch: perl
21977            ! lib/File/Spec/t/rel2abs2rel.t
21978 ____________________________________________________________________________
21979 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21980         Log: Use `` instead of -| to be a little bit more portable,
21981              from Michael Schwern.
21982      Branch: perl
21983            ! lib/ExtUtils/t/Embed.t
21984 ____________________________________________________________________________
21985 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21986         Log: EBCDIC: this change for \N{} in particular is now
21987              unnecessary because of the recent more general
21988              pack U change.
21989      Branch: perl
21990            ! toke.c
21991 ____________________________________________________________________________
21992 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21993         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21994              From: "Craig A. Berry" <craigberry@mac.com>
21995              Date: Mon, 11 Feb 2002 17:13:47 -0600
21996              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21997      Branch: perl
21998            ! t/test.pl
21999 ____________________________________________________________________________
22000 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
22001         Log: EBCDIC: pack U bytes change.
22002      Branch: perl
22003            ! t/op/length.t
22004 ____________________________________________________________________________
22005 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
22006         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
22007      Branch: perl
22008            ! t/op/each.t
22009 ____________________________________________________________________________
22010 [ 14648] By: nick                                  on 2002/02/11  16:14:50
22011         Log: Integrate mainline
22012      Branch: perlio
22013           !> Changes Configure Makefile.SH autodoc.pl
22014           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
22015           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
22016           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
22017 ____________________________________________________________________________
22018 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
22019         Log: Update Changes.
22020      Branch: perl
22021            ! Changes patchlevel.h
22022 ____________________________________________________________________________
22023 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
22024         Log: Regen toc.
22025      Branch: perl
22026            ! pod/perltoc.pod
22027 ____________________________________________________________________________
22028 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
22029         Log: Forgot from #14641.
22030      Branch: perl
22031            ! lib/ExtUtils/t/Embed.t
22032 ____________________________________________________________________________
22033 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
22034         Log: A forgotten metaconfig unit.
22035      Branch: metaconfig/U/perl
22036            + i_features.U
22037 ____________________________________________________________________________
22038 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
22039         Log: metaconfig unit changes for #14642.
22040      Branch: metaconfig
22041            + U/modified/lns.U
22042      Branch: metaconfig/U/perl
22043            ! issymlink.U
22044 ____________________________________________________________________________
22045 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
22046         Log: -Dmksymlinks was broken by #14628.
22047      Branch: perl
22048            ! Configure
22049 ____________________________________________________________________________
22050 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
22051         Log: Subject: [PATCH @14577] OS/2 build
22052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22053              Date: Mon, 11 Feb 2002 06:56:41 -0500
22054              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
22055              
22056              (sans the Configure, perlio.sym, and t/op/stat.t parts)
22057      Branch: perl
22058            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
22059            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
22060            ! os2/os2ish.h
22061 ____________________________________________________________________________
22062 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
22063         Log: Integrate perlio:
22064              
22065              [ 14639]
22066              Patch up the failing multi-byte write case, and un-skip
22067              the test.
22068              
22069              [ 14638]
22070              Add test for Japanese encoding (well euc-jp anyway).
22071              Fix one bug shown by above
22072              Skip test which does not pass yet.
22073              
22074              [ 14637]
22075              Split Japanese encodings - part 2
22076              - build separate .c files with separate 'compile' steps
22077              - overall Japanese.xs / Japanese.pm which loads them
22078              
22079              [ 14636]
22080              Re-structure Japanese encodings - part 1
22081      Branch: perl
22082           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
22083           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
22084            - ext/Encode/EUC_JP/EUC_JP.pm
22085           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22086 ____________________________________________________________________________
22087 [ 14639] By: nick                                  on 2002/02/11  11:59:18
22088         Log: Patch up the failing multi-byte write case, and un-skip
22089              the test.
22090      Branch: perlio
22091            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
22092 ____________________________________________________________________________
22093 [ 14638] By: nick                                  on 2002/02/11  10:55:39
22094         Log: Add test for Japanese encoding (well euc-jp anyway).
22095              Fix one bug shown by above
22096              Skip test which does not pass yet.
22097      Branch: perlio
22098            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
22099            + ext/Encode/t/table.ref
22100            ! MANIFEST ext/Encode/Encode.xs
22101 ____________________________________________________________________________
22102 [ 14637] By: nick                                  on 2002/02/11  09:07:04
22103         Log: Split Japanese encodings - part 2
22104              - build separate .c files with separate 'compile' steps
22105              - overall Japanese.xs / Japanese.pm which loads them
22106      Branch: perlio
22107            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
22108 ____________________________________________________________________________
22109 [ 14636] By: nick                                  on 2002/02/11  08:15:42
22110         Log: Re-structure Japanese encodings - part 1
22111      Branch: perlio
22112           +> ext/Encode/EUC_JP/Japanese.pm
22113            - ext/Encode/EUC_JP/EUC_JP.pm
22114            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
22115 ____________________________________________________________________________
22116 [ 14635] By: nick                                  on 2002/02/11  08:05:12
22117         Log: Integrate mainline
22118      Branch: perlio
22119           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
22120           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
22121           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
22122 ____________________________________________________________________________
22123 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
22124         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
22125              From: Mike Guy <mjtg@cam.ac.uk>
22126              Date: Mon, 11 Feb 2002 02:50:42 +0000
22127              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
22128      Branch: perl
22129            ! t/op/arith.t
22130 ____________________________________________________________________________
22131 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
22132         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
22133              Stepping backward in the string would be majorly bad.
22134      Branch: perl
22135            ! regcomp.c
22136 ____________________________________________________________________________
22137 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
22138         Log: The debugger part of
22139              
22140              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
22141              From: Michael G Schwern <schwern@pobox.com> 
22142              Date: Wed, 6 Feb 2002 17:32:12 -0500
22143              Message-ID: <20020206223212.GG1346@blackrider>
22144      Branch: perl
22145            ! lib/perl5db.pl
22146 ____________________________________________________________________________
22147 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
22148         Log: Integrate perlio:
22149              
22150              [ 14626]
22151              Move PerlIO_perlio to layer_syms where it belongs?
22152              
22153              [ 14625]
22154              Borland/Win32 tuning
22155      Branch: perl
22156           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22157 ____________________________________________________________________________
22158 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
22159         Log: EBCDIC: the low 256 needs to be shuffled also
22160              in pack/unpack U (this breaks the equivalence
22161              of pack U and v-strings, but I think if someone
22162              has to give, v-strings are a good victim)
22163      Branch: perl
22164            ! pp_pack.c t/op/pack.t
22165 ____________________________________________________________________________
22166 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
22167         Log: metaconfig unit changes for #14628.
22168      Branch: metaconfig/U/perl
22169            ! d_u32align.U issymlink.U
22170 ____________________________________________________________________________
22171 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
22172         Log: Two Configure tweaks; the u32align test was trying
22173              to write into a string literal, the ln -s test was
22174              failing in VOS.
22175      Branch: perl
22176            ! Configure
22177 ____________________________________________________________________________
22178 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
22179         Log: DJGPP tweaks from Laszlo Molnar.
22180      Branch: perl
22181            ! djgpp/djgpp.c lib/File/Spec.pm
22182 ____________________________________________________________________________
22183 [ 14626] By: nick                                  on 2002/02/10  18:36:47
22184         Log: Move PerlIO_perlio to layer_syms where it belongs?
22185      Branch: perlio
22186            ! makedef.pl
22187 ____________________________________________________________________________
22188 [ 14625] By: nick                                  on 2002/02/10  18:02:21
22189         Log: Borland/Win32 tuning
22190      Branch: perlio
22191            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22192 ____________________________________________________________________________
22193 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
22194         Log: Additional explanation for the [:...:] failure.
22195      Branch: perl
22196            ! pod/perldiag.pod
22197 ____________________________________________________________________________
22198 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
22199         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
22200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22201              Date: Sun, 10 Feb 2002 13:32:48 +0100
22202              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
22203      Branch: perl
22204            ! makedef.pl
22205 ____________________________________________________________________________
22206 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
22207         Log: Test tweaks from chromatic for cases where there
22208              are no installman1dir or installman3dir.
22209      Branch: perl
22210            ! lib/ExtUtils/t/Installed.t
22211 ____________________________________________________________________________
22212 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
22213         Log: Integrate perlio:
22214              
22215              [ 14618]
22216              Nick Clark's tweaks to Encode compile process
22217              1. Use decimal constants to unit string arrays rather than
22218              very long string litterals (latter having possible "\0"
22219              on end issues, and needing ANSI C line splicing).
22220              2. Replace tail-recursion during insert process with itteration.
22221              Nick C sees 12peedup from these.
22222      Branch: perl
22223           !> ext/Encode/Encode.pm ext/Encode/compile
22224 ____________________________________________________________________________
22225 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
22226         Log: Portability notes: filename characters, character sets.
22227      Branch: perl
22228            ! pod/perlport.pod
22229 ____________________________________________________________________________
22230 [ 14619] By: nick                                  on 2002/02/10  11:06:05
22231         Log: Integrate mainline
22232      Branch: perlio
22233            ! ext/Encode/Encode.pm
22234           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
22235           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
22236           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
22237           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
22238           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
22239 ____________________________________________________________________________
22240 [ 14618] By: nick                                  on 2002/02/10  10:48:15
22241         Log: Nick Clark's tweaks to Encode compile process
22242              1. Use decimal constants to unit string arrays rather than
22243              very long string litterals (latter having possible "\0"
22244              on end issues, and needing ANSI C line splicing).
22245              2. Replace tail-recursion during insert process with itteration.
22246              Nick C sees 12% speedup from these.
22247      Branch: perlio
22248            ! ext/Encode/compile
22249 ____________________________________________________________________________
22250 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
22251         Log: Use the "Unicode 1.0" name field for control characters,
22252              as suggested by Mark Davis.  Note that Unicode 3.2 will
22253              require some more legwork on this because of certain
22254              alternative names.
22255      Branch: perl
22256            ! lib/unicore/Name.pl lib/unicore/mktables
22257 ____________________________________________________________________________
22258 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
22259         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
22260      Branch: perl
22261            ! hints/os390.sh
22262 ____________________________________________________________________________
22263 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
22264         Log: EBCDIC: the non-printable characters are different.
22265      Branch: perl
22266            ! ext/B/B/Deparse.pm
22267 ____________________________________________________________________________
22268 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
22269         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
22270              From: Nicholas Clark <nick@unfortu.net> 
22271              Date: Sat, 9 Feb 2002 22:31:29 +0000
22272              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
22273      Branch: perl
22274            ! t/lib/warnings/pp_hot
22275 ____________________________________________________________________________
22276 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
22277         Log: Subject: [PATCH] Re: Modulus operator inconsistency
22278              From: Nicholas Clark <nick@unfortu.net>
22279              Date: Sat, 9 Feb 2002 21:00:13 +0000
22280              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
22281      Branch: perl
22282            ! op.c t/op/arith.t
22283 ____________________________________________________________________________
22284 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
22285         Log: Use the same escaping mechanism for all the *flags.
22286      Branch: perl
22287            ! lib/ExtUtils/Embed.pm
22288 ____________________________________________________________________________
22289 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
22290         Log: Protect possible parentheses in ccflags, ccdlflags, and
22291              ldflags.  (In OS/390 there are parentheses in ccflags.)
22292      Branch: perl
22293            ! lib/ExtUtils/Embed.pm
22294 ____________________________________________________________________________
22295 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
22296         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
22297              From: Peter Scott <Peter@PSDT.com>
22298              Date: Fri, 08 Feb 2002 19:20:19 -0800
22299              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
22300      Branch: perl
22301            ! lib/perl5db.pl
22302 ____________________________________________________________________________
22303 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
22304         Log: FAQ sync.
22305      Branch: perl
22306            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
22307 ____________________________________________________________________________
22308 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
22309         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
22310              From: Chris Nandor <pudge@pobox.com>
22311              Date: Fri, 08 Feb 2002 16:31:41 -0500
22312              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
22313      Branch: perl
22314            ! cop.h deb.c pp_ctl.c toke.c util.c
22315 ____________________________________________________________________________
22316 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
22317         Log: Redo CopFILE / MacPerl_MPWFIleName patch
22318      Branch: maint-5.6/macperl
22319            ! cop.h deb.c pp_ctl.c toke.c util.c
22320 ____________________________________________________________________________
22321 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
22322         Log: The metaconfig unit change to go with #14605.
22323      Branch: metaconfig/U/perl
22324            ! libperl.U
22325 ____________________________________________________________________________
22326 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
22327         Log: The Configure change to go with #14604.
22328      Branch: perl
22329            ! Configure
22330 ____________________________________________________________________________
22331 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
22332         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
22333              From: Andy Dougherty <doughera@lafayette.edu>
22334              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
22335              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
22336      Branch: perl
22337            ! hints/bsdos.sh
22338 ____________________________________________________________________________
22339 [ 14603] By: nick                                  on 2002/02/08  18:16:09
22340         Log: Integrate mainline
22341      Branch: perlio
22342           +> ext/threads/t/libc.t
22343           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
22344           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
22345 ____________________________________________________________________________
22346 [ 14602] By: sky                                   on 2002/02/08  15:19:15
22347         Log: Start testing for safe localtime functions, TODO, test more functions.
22348      Branch: perl
22349            + ext/threads/t/libc.t
22350            ! MANIFEST
22351 ____________________________________________________________________________
22352 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
22353         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
22354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22355              Date: Fri, 8 Feb 2002 00:21:07 +0100
22356              Message-ID: <20020208002107.E763@rafael>
22357      Branch: perl
22358            ! doio.c pp_sys.c t/io/argv.t
22359 ____________________________________________________________________________
22360 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
22361         Log: Subject: [PATCH] Configure followed by make minitest
22362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22363              Date: Wed, 06 Feb 2002 21:35:20 -0800
22364              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
22365      Branch: perl
22366            ! t/op/taint.t t/run/fresh_perl.t
22367 ____________________________________________________________________________
22368 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
22369         Log: Integrate perlio:
22370              
22371              [ 14595]
22372              Extract something from yesterdays effort - convert my mail on pad
22373              data structures (incoporating Sarathy's corrections/clarifications)
22374              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22375      Branch: perl
22376           !> cv.h pod/perlapi.pod pod/perlintern.pod
22377 ____________________________________________________________________________
22378 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
22379         Log: metaconfig unit changes for #14597.
22380      Branch: metaconfig
22381            ! U/modified/Loc.U
22382      Branch: metaconfig/U/perl
22383            ! libperl.U
22384 ____________________________________________________________________________
22385 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
22386         Log: Configure DJGPP tweak from Laszlo Molnar.
22387      Branch: perl
22388            ! Configure
22389 ____________________________________________________________________________
22390 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
22391         Log: DJGPP tweaks from Laszlo Molnar.
22392      Branch: perl
22393            ! djgpp/djgppsed.sh perl.c
22394 ____________________________________________________________________________
22395 [ 14595] By: nick                                  on 2002/02/08  09:19:29
22396         Log: Extract something from yesterdays effort - convert my mail on pad
22397              data structures (incoporating Sarathy's corrections/clarifications)
22398              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22399      Branch: perlio
22400            ! cv.h pod/perlapi.pod pod/perlintern.pod
22401 ____________________________________________________________________________
22402 [ 14594] By: nick                                  on 2002/02/08  08:34:49
22403         Log: Integrate mainline
22404      Branch: perlio
22405           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22406           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
22407           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
22408           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22409           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
22410           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
22411 ____________________________________________________________________________
22412 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
22413         Log: To really skip the test an exit() is needed.
22414      Branch: perl
22415            ! lib/encoding.t
22416 ____________________________________________________________________________
22417 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
22418         Log: More diagnostics from Nicholas Clark.
22419      Branch: perl
22420            ! lib/Benchmark.t
22421 ____________________________________________________________________________
22422 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
22423         Log: In case of failure be more verbose.
22424      Branch: perl
22425            ! t/base/num.t
22426 ____________________________________________________________________________
22427 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
22428         Log: Update Changes
22429      Branch: maint-5.6/macperl
22430            ! macos/Changes
22431 ____________________________________________________________________________
22432 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
22433         Log: Merge AEGizmos library into PPC binary
22434      Branch: maint-5.6/macperl
22435            ! macos/Makefile.mk
22436 ____________________________________________________________________________
22437 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
22438         Log: Add -ansifor for MrCpp options
22439      Branch: maint-5.6/macperl
22440            ! macos/BuildRules.mk
22441 ____________________________________________________________________________
22442 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
22443         Log: Check ownership of CatInfos (MacPerl Bug #494482)
22444      Branch: maint-5.6/macperl
22445            ! macos/ext/Mac/Files/Files.xs
22446 ____________________________________________________________________________
22447 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
22448         Log: Resource updates
22449      Branch: maint-5.6/macperl
22450            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
22451 ____________________________________________________________________________
22452 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
22453         Log: Empty path is ENOENT (MacPerl Bug #512351)
22454      Branch: maint-5.6/macperl
22455            ! macos/macperl/MPAppleEvents.c
22456 ____________________________________________________________________________
22457 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
22458         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
22459      Branch: maint-5.6/macperl
22460            ! macos/macperl/MPAEVTStream.cp
22461 ____________________________________________________________________________
22462 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
22463         Log: macify(ABSTRACT_FROM)
22464      Branch: maint-5.6/macperl
22465            ! macos/lib/ExtUtils/MM_MacOS.pm
22466 ____________________________________________________________________________
22467 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
22468         Log: Use correct Mac filenames in error messages, caller()
22469      Branch: maint-5.6/macperl
22470            ! deb.c pp_ctl.c toke.c util.c
22471 ____________________________________________________________________________
22472 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
22473         Log: Sanity checks to see that the IV/NV and the PV of numeric
22474              scalars stay in sync (unearthed this via the OS/390 gcvt()
22475              brokenness)
22476      Branch: perl
22477            + t/base/num.t
22478            ! MANIFEST
22479 ____________________________________________________________________________
22480 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
22481         Log: Retract the anon leak subpatch of #14418 and #14431
22482              (the latter came into bleadperl as part of #14433).
22483      Branch: perl
22484            ! op.c t/run/fresh_perl.t
22485 ____________________________________________________________________________
22486 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
22487         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
22488              mangles 0.1 to "10".  sprintf() seems more well-behaved.
22489      Branch: perl
22490            ! hints/os390.sh
22491 ____________________________________________________________________________
22492 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
22493         Log: Subject: [PATCH @14557] another Encode fix for VMS
22494              From: "Craig A. Berry" <craigberry@mac.com>
22495              Date: Wed, 06 Feb 2002 14:44:20 -0600
22496              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
22497      Branch: perl
22498            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
22499 ____________________________________________________________________________
22500 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
22501         Log: Integrate perlio:
22502              
22503              [ 14575]
22504              One way to avoid OS390 winge about #line directives.
22505      Branch: perl
22506           !> ext/Encode/EUC_JP/Makefile.PL
22507 ____________________________________________________________________________
22508 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
22509         Log: Update Changes.
22510      Branch: perl
22511            ! Changes patchlevel.h
22512 ____________________________________________________________________________
22513 [ 14575] By: nick                                  on 2002/02/06  15:23:24
22514         Log: One way to avoid OS390 winge about #line directives.
22515      Branch: perlio
22516            ! ext/Encode/EUC_JP/Makefile.PL
22517 ____________________________________________________________________________
22518 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
22519         Log: s/Netware/NetWare/
22520      Branch: perl
22521            ! MANIFEST
22522 ____________________________________________________________________________
22523 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
22524         Log: New Netware scripts.
22525      Branch: perl
22526            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22527            + NetWare/t/NWScripts-Exist.pl
22528            ! MANIFEST
22529 ____________________________________________________________________________
22530 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
22531         Log: EBCDIC: the encoding pragma would need some rethinking,
22532              probably a pass of EBCDIC->Unicode mapping.  For now,
22533              disable it on EBCDIC.
22534      Branch: perl
22535            ! lib/encoding.pm lib/encoding.t
22536 ____________________________________________________________________________
22537 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
22538         Log: (retracted by #14846)
22539              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
22540              for the low 256.  Now tweaked the tests, but maybe it's
22541              the module that needs few NATIVE_TO_UNI()s somewhere?
22542      Branch: perl
22543            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22544 ____________________________________________________________________________
22545 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
22546         Log: Subject: [PATCH utf8.c] format problem
22547              From: Robin Barker <rmb1@cise.npl.co.uk>
22548              Date: Wed, 6 Feb 2002 14:01:43 GMT
22549              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
22550      Branch: perl
22551            ! utf8.c
22552 ____________________________________________________________________________
22553 [ 14569] By: nick                                  on 2002/02/06  09:52:23
22554         Log: Integrate mainline
22555      Branch: perlio
22556           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
22557           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22558           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22559           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22560           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
22561           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
22562 ____________________________________________________________________________
22563 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
22564         Log: EBCDIC: 0x41 is not cricket.
22565      Branch: perl
22566            ! ext/Encode/t/Encode.t
22567 ____________________________________________________________________________
22568 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
22569         Log: NetWare update from Ananth Kesari.
22570      Branch: perl
22571            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
22572            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22573            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22574            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22575            ! NetWare/t/NWScripts.pl makedef.pl
22576 ____________________________________________________________________________
22577 [ 14566] By: sky                                   on 2002/02/05  18:39:13
22578         Log: Subject: Re: File::Spec::rel2abs2rel (?)
22579              From: Michael G Schwern <schwern@pobox.com>
22580              Date: Tue, 5 Feb 2002 13:47:39 -0500
22581              Message-ID: <20020205184739.GB17375@blackrider>
22582      Branch: perl
22583            ! lib/File/Spec/t/rel2abs2rel.t
22584 ____________________________________________________________________________
22585 [ 14565] By: nick                                  on 2002/02/05  17:31:24
22586         Log: Integrate mainline
22587      Branch: perlio
22588           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
22589           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
22590           !> utf8.h
22591 ____________________________________________________________________________
22592 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
22593         Log: Integrate perlio:
22594              
22595              [ 14563]
22596              More Encode tweaks:
22597              - make expensive and marginal substring search optional (-O)
22598              - enable -O for ASCII-oid encodings (search space is small)
22599              - add ASCII-oid jis0201 to basic Encode.so
22600              - add some other Japanese encodings to EUC_JP bundle (without -O)
22601      Branch: perl
22602           +> ext/Encode/Encode/jis0201.ucm
22603           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22604           !> ext/Encode/compile
22605 ____________________________________________________________________________
22606 [ 14563] By: nick                                  on 2002/02/05  16:01:15
22607         Log: More Encode tweaks:
22608              - make expensive and marginal substring search optional (-O)
22609              - enable -O for ASCII-oid encodings (search space is small)
22610              - add ASCII-oid jis0201 to basic Encode.so
22611              - add some other Japanese encodings to EUC_JP bundle (without -O)
22612      Branch: perlio
22613            + ext/Encode/Encode/jis0201.ucm
22614            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22615            ! ext/Encode/compile
22616 ____________________________________________________________________________
22617 [ 14562] By: sky                                   on 2002/02/05  14:50:36
22618         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
22619      Branch: perl
22620            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
22621 ____________________________________________________________________________
22622 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
22623         Log: EBCDIC: SHARP S is different.
22624      Branch: perl
22625            ! regexec.c utf8.h
22626 ____________________________________________________________________________
22627 [ 14560] By: sky                                   on 2002/02/05  13:49:40
22628         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
22629      Branch: perl
22630            ! t/op/filetest.t
22631 ____________________________________________________________________________
22632 [ 14559] By: sky                                   on 2002/02/05  11:39:24
22633         Log: Add . first to the PATH environment to test that we really
22634              get ./perl and not some other older perl.
22635      Branch: perl
22636            ! lib/File/Spec/t/rel2abs2rel.t
22637 ____________________________________________________________________________
22638 [ 14558] By: sky                                   on 2002/02/05  11:20:21
22639         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...
22640      Branch: perl
22641            ! ext/POSIX/t/posix.t
22642 ____________________________________________________________________________
22643 [ 14557] By: sky                                   on 2002/02/05  10:30:58
22644         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
22645      Branch: perl
22646            ! hints/darwin.sh perl.h
22647 ____________________________________________________________________________
22648 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22649         Log: Integrate mainline
22650      Branch: perlio
22651           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22652           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22653           !> lib/File/Find/t/taint.t
22654 ____________________________________________________________________________
22655 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22656         Log: Integrate change #14439 from maintperl
22657      Branch: maint-5.6/macperl
22658           !> op.c
22659 ____________________________________________________________________________
22660 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22661         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22663              Date: Mon, 4 Feb 2002 22:09:07 +0100
22664              Message-ID: <20020204220907.A8288@rafael>
22665      Branch: perl
22666            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22667 ____________________________________________________________________________
22668 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22669         Log: Signedness mumblings from Tru64.
22670      Branch: perl
22671            ! ext/Encode/Encode.xs
22672 ____________________________________________________________________________
22673 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22674         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22675              From: "Craig A. Berry" <craigberry@mac.com>
22676              Date: Mon, 04 Feb 2002 17:16:00 -0600
22677              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22678      Branch: perl
22679            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22680            ! ext/Encode/Encode.xs
22681 ____________________________________________________________________________
22682 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22683         Log: Integrate mainline
22684      Branch: perlio
22685           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22686           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22687           !> regcomp.c
22688 ____________________________________________________________________________
22689 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22690         Log: Update Changes.
22691      Branch: perl
22692            ! Changes patchlevel.h
22693 ____________________________________________________________________________
22694 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22695         Log: Comment microtweaks.
22696      Branch: perl
22697            ! lib/locale.t
22698 ____________________________________________________________________________
22699 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22700         Log: Subject: trivial docu patch
22701              From: andreas.koenig@anima.de (Andreas J. Koenig)
22702              Date: 04 Feb 2002 08:15:19 +0100
22703              Message-ID: <m3pu3l7m60.fsf@anima.de>
22704      Branch: perl
22705            ! pod/perluniintro.pod
22706 ____________________________________________________________________________
22707 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22708         Log: Subject: [PATCH] (??{ }) anomaly
22709              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22710              Date: Sun, 03 Feb 2002 20:21:45 -0800
22711              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22712      Branch: perl
22713            ! regcomp.c
22714 ____________________________________________________________________________
22715 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22716         Log: Integrate perlio:
22717              
22718              [ 14545]
22719              Remove debugging warning, be consistent about API fails.
22720              
22721              [ 14544]
22722              Carry on where we left off if we have to grow destination SV during XS encode/decode
22723      Branch: perl
22724           !> ext/Encode/Encode.xs
22725 ____________________________________________________________________________
22726 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22727         Log: Remove debugging warning, be consistent about API fails.
22728      Branch: perlio
22729            ! ext/Encode/Encode.xs
22730 ____________________________________________________________________________
22731 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22732         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22733      Branch: perlio
22734            ! ext/Encode/Encode.xs
22735 ____________________________________________________________________________
22736 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22737         Log: Subject: PATCH CPAN.pm
22738              From: Mark-Jason Dominus <mjd@plover.com>
22739              Date: Sun, 03 Feb 2002 12:36:36 -0500
22740              Message-ID: <20020203173636.27451.qmail@plover.com>
22741      Branch: perl
22742            ! lib/CPAN.pm
22743 ____________________________________________________________________________
22744 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22745         Log: Must search further back.
22746      Branch: perl
22747            ! lib/h2xs.t
22748 ____________________________________________________________________________
22749 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22750         Log: Integrate mainline
22751      Branch: perlio
22752           !> (integrate 29 files)
22753 ____________________________________________________________________________
22754 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22755         Log: EBCDIC: more natification.
22756      Branch: perl
22757            ! regcomp.c
22758 ____________________________________________________________________________
22759 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
22760         Log: Debug noise.
22761      Branch: perl
22762            ! ext/Encode/Encode.xs
22763 ____________________________________________________________________________
22764 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
22765         Log: Integrate perlio:
22766              
22767              [ 14536]
22768              Stable intermediate point in Encode cleanup.
22769              :encode(euc-jp) works on Dan's table.euc
22770              Much buffer copying and other silliness remains.
22771      Branch: perl
22772           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22773           !> ext/Encode/lib/Encode/Encoding.pm
22774 ____________________________________________________________________________
22775 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
22776         Log: Prettify.
22777      Branch: perl
22778            ! lib/unicore/mktables
22779 ____________________________________________________________________________
22780 [ 14536] By: nick                                  on 2002/02/03  17:32:03
22781         Log: Stable intermediate point in Encode cleanup.
22782              :encode(euc-jp) works on Dan's table.euc
22783              Much buffer copying and other silliness remains.
22784      Branch: perlio
22785            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22786            ! ext/Encode/lib/Encode/Encoding.pm
22787 ____________________________________________________________________________
22788 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
22789         Log: EBCDIC: it's much nicer to compare Unicode code points
22790              to Unicode code points.
22791      Branch: perl
22792            ! regexec.c
22793 ____________________________________________________________________________
22794 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
22795         Log: EBCDIC: character classes must remap the low 256.
22796      Branch: perl
22797            ! regcomp.c
22798 ____________________________________________________________________________
22799 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
22800         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
22801      Branch: perl
22802            ! lib/I18N/LangTags/List.pm
22803 ____________________________________________________________________________
22804 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
22805         Log: FAQ sync.
22806      Branch: perl
22807            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
22808            ! pod/perlfaq6.pod pod/perlfaq7.pod
22809 ____________________________________________________________________________
22810 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
22811         Log: Integrate perlio:
22812              
22813              [ 14526]
22814              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22815              (Mis-feature discovered by Encode.)
22816              
22817              [ 14518]
22818              indent -kr -nce and some manual tweaks to match perl style.
22819      Branch: perl
22820           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
22821 ____________________________________________________________________________
22822 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
22823         Log: Subject: [PATCH] lstat FH and -l FH warnings
22824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22825              Date: Sat, 2 Feb 2002 22:24:54 +0100           
22826              Message-ID: <20020202222454.A11608@rafael>       
22827      Branch: perl
22828            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
22829            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
22830 ____________________________________________________________________________
22831 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
22832         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
22833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22834              Date: Sat, 2 Feb 2002 13:11:01 +0100           
22835              Message-ID: <20020202131101.A722@rafael>               
22836              
22837              Subject: [PATCH t/op/ver.t] another false positive
22838              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22839              Date: Sat, 2 Feb 2002 13:38:22 +0100           
22840              Message-ID: <20020202133822.E722@rafael>         
22841              
22842              Subject: [PATCH] t/test.pl:ok() doesn't work
22843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
22844              Date: Sun, 03 Feb 2002 00:02:38 -0800          
22845              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
22846      Branch: perl
22847            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
22848            ! t/test.pl
22849 ____________________________________________________________________________
22850 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
22851         Log: Subject: [PATCH @13746] OS2::Process's constants
22852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22853              Date: Sat, 2 Feb 2002 01:00:55 -0500           
22854              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
22855      Branch: perl
22856            ! os2/OS2/Process/Makefile.PL
22857 ____________________________________________________________________________
22858 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
22859         Log: Subject: [PATCH @13746] h2xs   
22860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22861              Date: Sat, 2 Feb 2002 00:58:44 -0500           
22862              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
22863      Branch: perl
22864            ! utils/h2xs.PL
22865 ____________________________________________________________________________
22866 [ 14526] By: nick                                  on 2002/02/03  14:54:18
22867         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22868              (Mis-feature discovered by Encode.)
22869      Branch: perlio
22870            ! sv.c
22871 ____________________________________________________________________________
22872 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
22873         Log: EBCDIC: since #14519 made \N{...} to remap,
22874              the test cannot expect an ASCII code point.
22875      Branch: perl
22876            ! lib/charnames.t
22877 ____________________________________________________________________________
22878 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
22879         Log: Sub-MANIFEST-tweak.
22880      Branch: perl
22881            ! ext/Encode/MANIFEST
22882 ____________________________________________________________________________
22883 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
22884         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
22885              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22886              Date: Fri, 01 Feb 2002 23:51:03 +0900
22887              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
22888      Branch: perl
22889            ! ext/Encode/lib/Encode/Tcl/Escape.pm
22890 ____________________________________________________________________________
22891 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
22892         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
22893              From: Andy Dougherty <doughera@lafayette.edu>
22894              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
22895              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
22896      Branch: perl
22897            ! README.solaris hints/solaris_2.sh
22898 ____________________________________________________________________________
22899 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
22900         Log: EBCDIC: no hope to get the low 256 right in unifolding.
22901      Branch: perl
22902            ! t/uni/fold.t
22903 ____________________________________________________________________________
22904 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
22905         Log: todo entry for missing pack formats.
22906      Branch: perl
22907            ! pod/perltodo.pod
22908 ____________________________________________________________________________
22909 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
22910         Log: EBCDIC: the low 256 \N{...} need to be remapped.
22911      Branch: perl
22912            ! toke.c
22913 ____________________________________________________________________________
22914 [ 14518] By: nick                                  on 2002/02/01  18:32:03
22915         Log: indent -kr -nce and some manual tweaks to match perl style.
22916      Branch: perlio
22917            ! ext/Encode/Encode.xs
22918 ____________________________________________________________________________
22919 [ 14517] By: nick                                  on 2002/02/01  18:20:46
22920         Log: Integrate mainline
22921      Branch: perlio
22922           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22923           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22924           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22925           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22926           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22927           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22928           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22929 ____________________________________________________________________________
22930 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22931         Log: Integrate perlio:
22932              
22933              [ 14515]
22934              Minor Encode tweaks:
22935              - move Encode.pm back to top of Encode like normal XS extension
22936              - avoid .def as a file extension (Win32 builds)
22937      Branch: perl
22938            ! MANIFEST
22939           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22940           !> ext/Encode/Makefile.PL ext/Encode/compile
22941 ____________________________________________________________________________
22942 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22943         Log: Minor Encode tweaks:
22944              - move Encode.pm back to top of Encode like normal XS extension
22945              - avoid .def as a file extension (Win32 builds)
22946      Branch: perlio
22947           +> ext/Encode/Encode.pm
22948            - ext/Encode/lib/Encode.pm
22949            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22950            ! ext/Encode/Makefile.PL ext/Encode/compile
22951 ____________________________________________________________________________
22952 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22953         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22955              Date: Fri, 1 Feb 2002 15:47:46 +0100
22956              Message-ID: <20020201154746.A24079@rafael>
22957      Branch: perl
22958            ! t/io/utf8.t
22959 ____________________________________________________________________________
22960 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22961         Log: Subject: [PATCH] make "lstat FH" croak
22962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22963              Date: Fri, 1 Feb 2002 15:12:50 +0100
22964              Message-ID: <20020201151250.A738@rafael>
22965      Branch: perl
22966            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22967 ____________________________________________________________________________
22968 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22969         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22970              From: Kay Röpke <kroepke@dolphin-services.de>
22971              Date: Fri, 1 Feb 2002 01:10:43 +0100
22972              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22973      Branch: perl
22974            ! t/op/stat.t
22975 ____________________________________________________________________________
22976 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22977         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22978              I got it in Tru64 + ithreads but only without -g, took
22979              some debugging by printf (which was no fun either since
22980              adding some debug printfs hid the error)
22981      Branch: perl
22982            ! regexec.c utf8.c
22983 ____________________________________________________________________________
22984 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22985         Log: Subject: Re: [PATCH] perl -V:
22986              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22987              Date: Thu, 31 Jan 2002 12:10:20 -0800
22988              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22989              
22990              Subject: Re: [PATCH] perl -V:
22991              From: Michael G Schwern <schwern@pobox.com>
22992              Date: Thu, 31 Jan 2002 16:43:13 -0500
22993              Message-ID: <20020131214313.GH6498@blackrider>
22994      Branch: perl
22995            ! t/run/switches.t
22996 ____________________________________________________________________________
22997 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22998         Log: #14505 effect.
22999      Branch: perl
23000            ! pod/perluniintro.pod
23001 ____________________________________________________________________________
23002 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
23003         Log: Daniel S. Lewart adopts the Math::Complex.
23004      Branch: perl
23005            ! lib/Math/Complex.pm
23006 ____________________________________________________________________________
23007 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
23008         Log: More Complex DWIMmery.
23009      Branch: perl
23010            ! lib/Math/Complex.pm lib/Math/Complex.t
23011 ____________________________________________________________________________
23012 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
23013         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
23014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23015              Date: Thu, 31 Jan 2002 14:37:52 +0100
23016              Message-ID: <20020131143752.A1452@rafael>
23017      Branch: perl
23018            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
23019 ____________________________________________________________________________
23020 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
23021         Log: Turn the I/O Unicode error by default on, but the
23022              character-generating Unicode error by default off,
23023              as Larry suggested.
23024      Branch: perl
23025            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
23026            ! utf8.c
23027 ____________________________________________________________________________
23028 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
23029         Log: Subject: [PATCH] open.pm minor cleanup
23030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23031              Date: Thu, 31 Jan 2002 15:03:02 +0100
23032              Message-ID: <20020131150302.C1452@rafael>
23033      Branch: perl
23034            ! lib/open.pm
23035 ____________________________________________________________________________
23036 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
23037         Log: Update Changes.
23038      Branch: perl
23039            ! Changes patchlevel.h
23040 ____________________________________________________________________________
23041 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
23042         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
23043              From: Robin Barker <rmb1@cise.npl.co.uk>
23044              Date: Wed, 30 Jan 2002 11:58:33 GMT
23045              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
23046      Branch: perl
23047            ! lib/CPAN.pm
23048 ____________________________________________________________________________
23049 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
23050         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
23051              re-sort MANIFEST.
23052      Branch: perl
23053            + ext/Encode/Encode.pm
23054            - ext/Encode/lib/Encode.pm
23055            ! MANIFEST ext/Encode/Makefile.PL
23056 ____________________________________________________________________________
23057 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
23058         Log: Integrate perlio:
23059              
23060              [ 14499]
23061              Collect some stats during compile process.
23062              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
23063              as one XS - inconclusive - marginal win?
23064              Add some comments to encode.h
23065              
23066              [ 14490]
23067              Basics of a compiled Encode XS extension
23068      Branch: perl
23069           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
23070           !> ext/Encode/encode.h
23071 ____________________________________________________________________________
23072 [ 14499] By: nick                                  on 2002/01/30  09:57:47
23073         Log: Collect some stats during compile process.
23074              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
23075              as one XS - inconclusive - marginal win?
23076              Add some comments to encode.h
23077      Branch: perlio
23078            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
23079            ! ext/Encode/encode.h
23080 ____________________________________________________________________________
23081 [ 14498] By: nick                                  on 2002/01/30  07:27:55
23082         Log: Integrate Jarkko's path/INC tweaks
23083      Branch: perlio
23084           !> ext/Encode/compile
23085 ____________________________________________________________________________
23086 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
23087         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
23088              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23089              Date: Tue, 29 Jan 2002 01:13:09 -0800
23090              Message-ID: <lemV8gzkgu/K092yn@efn.org>
23091      Branch: perl
23092            ! configpm
23093 ____________________________________________________________________________
23094 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
23095         Log: Subject: [PATCH t/op/inccode.t] new test
23096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23097              Date: Tue, 29 Jan 2002 22:03:45 +0100
23098              Message-ID: <20020129220345.A704@rafael>
23099      Branch: perl
23100            ! t/op/inccode.t
23101 ____________________________________________________________________________
23102 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
23103         Log: EBCDIC: t/op/lc.t now passes.
23104      Branch: perl
23105            ! t/op/lc.t
23106 ____________________________________________________________________________
23107 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
23108         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
23109      Branch: perl
23110            ! utf8.c
23111 ____________________________________________________________________________
23112 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
23113         Log: Must find stuff during build.
23114      Branch: perl
23115            ! ext/Encode/compile
23116 ____________________________________________________________________________
23117 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
23118         Log: Integrate with perlio;
23119              
23120              Basics of a compiled Encode XS extension
23121      Branch: perl
23122           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
23123           +> ext/Encode/Encode/euc-jp.ucm
23124           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
23125           !> ext/Encode/encode.h
23126 ____________________________________________________________________________
23127 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
23128         Log: EBCDIC tweaks-- no new test passes, but getting closer.
23129      Branch: perl
23130            ! utf8.c
23131 ____________________________________________________________________________
23132 [ 14490] By: nick                                  on 2002/01/29  21:20:57
23133         Log: Basics of a compiled Encode XS extension
23134      Branch: perlio
23135            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
23136            + ext/Encode/Encode/euc-jp.ucm
23137            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
23138            ! ext/Encode/encode.h
23139 ____________________________________________________________________________
23140 [ 14489] By: nick                                  on 2002/01/29  18:40:54
23141         Log: Integrate mainline
23142      Branch: perlio
23143           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
23144           +> ext/Encode/lib/Encode/Encoding.pm
23145           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
23146           +> ext/Encode/lib/Encode/Tcl/Escape.pm
23147           +> ext/Encode/lib/Encode/Tcl/Extended.pm
23148           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
23149           +> ext/Encode/lib/Encode/Tcl/Table.pm
23150           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
23151           +> ext/Encode/lib/Encode/iso10646_1.pm
23152           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23153           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23154           +> ext/Encode/t/Tcl.t
23155            - ext/Encode.t ext/Encode/Encode.pm
23156            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23157            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23158           !> (integrate 33 files)
23159 ____________________________________________________________________________
23160 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
23161         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
23162              From: Richard Clamp <richardc@unixbeard.net>
23163              Date: Mon, 28 Jan 2002 02:17:55 +0000
23164              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
23165      Branch: perl
23166            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23167 ____________________________________________________________________________
23168 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
23169         Log: OS/390 seems to do length 0 udp reads, Nicholas says
23170              skippage is for now the best cause of action.
23171      Branch: perl
23172            ! ext/Socket/socketpair.t
23173 ____________________________________________________________________________
23174 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
23175         Log: Encode cleanup from Dan Kogai; reworked even further.
23176      Branch: perl
23177            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
23178            + ext/Encode/lib/Encode/Encoding.pm
23179            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
23180            + ext/Encode/lib/Encode/Tcl/Escape.pm
23181            + ext/Encode/lib/Encode/Tcl/Extended.pm
23182            + ext/Encode/lib/Encode/Tcl/HanZi.pm
23183            + ext/Encode/lib/Encode/Tcl/Table.pm
23184            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
23185            + ext/Encode/lib/Encode/iso10646_1.pm
23186            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23187            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23188            + ext/Encode/t/Tcl.t
23189            - ext/Encode.t ext/Encode/Encode.pm
23190            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23191            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23192            ! MANIFEST ext/Encode/Encode/8859-1.ucm
23193            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
23194            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
23195            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
23196            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
23197            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
23198            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
23199            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
23200            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
23201            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
23202            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
23203            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
23204            ! ext/Encode/compile
23205 ____________________________________________________________________________
23206 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
23207         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
23208      Branch: perl
23209            ! djgpp/djgpp.c perlio.c
23210 ____________________________________________________________________________
23211 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
23212         Log: Prettier printing from Michael Schwern.
23213      Branch: perl
23214            ! t/test.pl
23215 ____________________________________________________________________________
23216 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
23217         Log: Show also the debug and debugcolor as known pragmas.
23218      Branch: perl
23219            ! ext/re/re.pm
23220 ____________________________________________________________________________
23221 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
23222         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
23223              From: "Craig A. Berry" <craigberry@mac.com>
23224              Date: Mon, 28 Jan 2002 16:30:30 -0600
23225              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
23226      Branch: perl
23227            ! ext/B/t/assembler.t
23228 ____________________________________________________________________________
23229 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
23230         Log: metaconfig unit change for #14480.
23231      Branch: metaconfig
23232            ! U/modified/Init.U
23233 ____________________________________________________________________________
23234 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
23235         Log: DJGPP needs to know its exe soon, too.
23236      Branch: perl
23237            ! Configure
23238 ____________________________________________________________________________
23239 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
23240         Log: Round #2 on EBCDICation.
23241      Branch: perl
23242            ! t/op/append.t
23243 ____________________________________________________________________________
23244 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
23245         Log: Integrate perlio:
23246              
23247              [ 14477]
23248              Set makefile.mk CCHOME etc. for default locations of MinGW and free
23249              Borland compilers. (Borland builds one or two oddities.)
23250      Branch: perl
23251           !> win32/config.bc win32/makefile.mk
23252 ____________________________________________________________________________
23253 [ 14477] By: nick                                  on 2002/01/28  20:12:31
23254         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
23255              Borland compilers. (Borland builds one or two oddities.)
23256      Branch: perlio
23257            ! win32/config.bc win32/makefile.mk
23258 ____________________________________________________________________________
23259 [ 14476] By: nick                                  on 2002/01/28  18:43:47
23260         Log: Integrate mainline
23261      Branch: perlio
23262           !> Configure hints/hpux.sh
23263 ____________________________________________________________________________
23264 [ 14475] By: nick                                  on 2002/01/28  17:15:12
23265         Log: Integrate mainline
23266      Branch: perlio
23267           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
23268           !> patchlevel.h pp_sys.c t/lib/warnings/perl
23269 ____________________________________________________________________________
23270 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
23271         Log: metaconfig unit change for #14472.
23272      Branch: metaconfig/U/perl
23273            ! d_u32align.U
23274 ____________________________________________________________________________
23275 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
23276         Log: Misunderstood Merijn's patch.
23277      Branch: perl
23278            ! hints/hpux.sh
23279 ____________________________________________________________________________
23280 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
23281         Log: Misapplied Merijn's patch.
23282      Branch: perl
23283            ! Configure
23284 ____________________________________________________________________________
23285 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
23286         Log: Update Changes.
23287      Branch: perl
23288            ! Changes patchlevel.h
23289 ____________________________________________________________________________
23290 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
23291         Log: BeOS has sockets but not true ones.
23292      Branch: perl
23293            ! pp_sys.c
23294 ____________________________________________________________________________
23295 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
23296         Log: metaconfig unit change for #14467.
23297      Branch: metaconfig/U/perl
23298            ! d_u32align.U
23299 ____________________________________________________________________________
23300 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
23301         Log: For some strange reason under the smoke harness the alignment
23302              test hangs in HP-UX 10.20.  So hint it to avoid the test.
23303      Branch: perl
23304            ! hints/hpux.sh
23305 ____________________________________________________________________________
23306 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
23307         Log: Allow d_u32align to be hinted.
23308      Branch: perl
23309            ! Configure
23310 ____________________________________________________________________________
23311 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
23312         Log: The shift key is important.
23313      Branch: perl
23314            ! ext/B/B.xs
23315 ____________________________________________________________________________
23316 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
23317         Log: The "used only once" warnings (from gv_check) come
23318              in pseudorandom hash order-- in EBCDIC the order
23319              is different.  Add a new option that allow the warnings
23320              to come in any order (Paul Marquess).
23321      Branch: perl
23322            ! lib/warnings.t t/lib/warnings/perl
23323 ____________________________________________________________________________
23324 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
23325         Log: Integrate perlio:
23326              
23327              [ 14462]
23328              1st attempt at skipping broke threads case.
23329              
23330              [ 14461]
23331              Skip new threads::shared test unless -Duseithreads
23332      Branch: perl
23333           !> ext/threads/shared/t/0nothread.t
23334 ____________________________________________________________________________
23335 [ 14463] By: nick                                  on 2002/01/28  08:22:36
23336         Log: Integrate mainline
23337      Branch: perlio
23338           !> (integrate 37 files)
23339 ____________________________________________________________________________
23340 [ 14462] By: nick                                  on 2002/01/28  08:09:53
23341         Log: 1st attempt at skipping broke threads case.
23342      Branch: perlio
23343            ! ext/threads/shared/t/0nothread.t
23344 ____________________________________________________________________________
23345 [ 14461] By: nick                                  on 2002/01/28  07:25:58
23346         Log: Skip new threads::shared test unless -Duseithreads
23347      Branch: perlio
23348            ! ext/threads/shared/t/0nothread.t
23349 ____________________________________________________________________________
23350 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
23351         Log: FAQ sync.
23352      Branch: perl
23353            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23354            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23355            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23356            ! pod/perlfaq9.pod
23357 ____________________________________________________________________________
23358 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
23359         Log: Upgrade to podlators 1.20.
23360      Branch: perl
23361            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
23362 ____________________________________________________________________________
23363 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
23364         Log: Retract #14448, a better patch coming up.
23365      Branch: perl
23366            ! lib/Pod/t/basic.t
23367 ____________________________________________________________________________
23368 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
23369         Log: EBCDIC portability.
23370      Branch: perl
23371            ! t/op/append.t
23372 ____________________________________________________________________________
23373 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
23374         Log: Further cygwin installperl tweak from Gerrit P. Haase.
23375      Branch: perl
23376            ! installperl
23377 ____________________________________________________________________________
23378 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
23379         Log: A bug in Bulgarian EBCDIC locale (this sounds like
23380              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
23381              locales failed, too.  The patch works around the bug by
23382              skipping the test, but the real problem may be deeper
23383              (affecting probably only EBCDIC platforms, though):
23384              see the comment in locale.t for more details.
23385      Branch: perl
23386            ! lib/locale.t
23387 ____________________________________________________________________________
23388 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
23389         Log: metaconfig unit change for #14453.
23390      Branch: metaconfig/U/perl
23391            ! libperl.U
23392 ____________________________________________________________________________
23393 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
23394         Log: Subject: Bleadperl on Cygwin today
23395              From: "Gerrit P. Haase" <gp@familiehaase.de>              
23396              Date: Sun, 27 Jan 2002 22:30:41 +0100
23397              Message-ID: <462007239437.20020127223041@familiehaase.de>
23398      Branch: perl
23399            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
23400            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
23401            ! lib/ExtUtils/t/MM_Cygwin.t
23402 ____________________________________________________________________________
23403 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
23404         Log: Unfinished EBCDIC branch.
23405      Branch: perl
23406            ! t/op/ver.t
23407 ____________________________________________________________________________
23408 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
23409         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
23410      Branch: perl
23411            ! ext/B/B.xs ext/B/B/Deparse.pm
23412 ____________________________________________________________________________
23413 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
23414         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
23415              platforms.
23416      Branch: perl
23417            ! ext/B/t/stash.t
23418 ____________________________________________________________________________
23419 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
23420         Log: Apparently no need for EBCDIC exception any more.
23421      Branch: perl
23422            ! ext/B/t/showlex.t
23423 ____________________________________________________________________________
23424 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
23425         Log: (retracted by #14458)
23426              (Russ Allbery) OS/390 is using a high-bit character for ESC,
23427              skip the test for now.  A better fix would be to override
23428              the notion of the platform's escape sequence in the test
23429              of Pod::Text::Termcap.  We may have to apply a filter to
23430              the output to substitute back in the ESC character that
23431              the test expects, but only on OS/390.
23432      Branch: perl
23433            ! lib/Pod/t/basic.t
23434 ____________________________________________________________________________
23435 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
23436         Log: Detypo.
23437      Branch: perl
23438            ! ext/Devel/Peek/Peek.t
23439 ____________________________________________________________________________
23440 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
23441         Log: OS/390 USS has a different idea of the pw* functions.
23442              Also, test the name with eq, not with ==.
23443      Branch: perl
23444            ! lib/User/pwent.t
23445 ____________________________________________________________________________
23446 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
23447         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
23448      Branch: perl
23449            ! doio.c
23450 ____________________________________________________________________________
23451 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
23452         Log: ASCIIisms.
23453      Branch: perl
23454            ! ext/PerlIO/t/encoding.t
23455 ____________________________________________________________________________
23456 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
23457         Log: chr(42) ne '*'  if one is in EBCDIC.
23458      Branch: perl
23459            ! t/op/pack.t
23460 ____________________________________________________________________________
23461 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
23462         Log: Subject: [PATCH] Fix up recent op/stat.t failures
23463              From: Andy Dougherty <doughera@lafayette.edu>
23464              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
23465              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
23466      Branch: perl
23467            ! t/op/stat.t
23468 ____________________________________________________________________________
23469 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
23470         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
23471              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23472              Date: Sun, 27 Jan 2002 15:03:18 +0100
23473              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
23474      Branch: perl
23475            ! lib/ExtUtils/t/Command.t
23476 ____________________________________________________________________________
23477 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
23478         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
23479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23480              Date: Sun, 27 Jan 2002 14:51:10 +0100
23481              Message-ID: <20020127145110.A16332@rafael>
23482      Branch: perl
23483            ! ext/B/B/Deparse.pm
23484 ____________________________________________________________________________
23485 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
23486         Log: integrate change#14431 from perlio branch (Nick's fix for
23487              change#13474 to be more defensive about looking at pad entries
23488              that may not exist yet)
23489      Branch: maint-5.6/perl
23490            ! op.c
23491 ____________________________________________________________________________
23492 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
23493         Log: Comment to avoid later "cleanups."
23494      Branch: perl
23495            ! lib/ExtUtils/MakeMaker.pm
23496 ____________________________________________________________________________
23497 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
23498         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
23499              instead of just FOO=... cmd ...
23500      Branch: perl
23501            ! Makefile.SH
23502 ____________________________________________________________________________
23503 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
23504         Log: Overquoting bad (in UNIX one would get
23505              Can't open perl script "'-I../lib'": No such file or directory)
23506      Branch: perl
23507            ! lib/Pod/t/Usage.t
23508 ____________________________________________________________________________
23509 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
23510         Log: Integrate perlio:
23511              
23512              [ 14434]
23513              "All tests successful" VC6.0 Win32
23514              (Update config.vc to need cppstdin so those tests are skipped...)
23515      Branch: perl
23516           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23517           !> win32/config_H.vc
23518 ____________________________________________________________________________
23519 [ 14434] By: nick                                  on 2002/01/26  22:27:08
23520         Log: "All tests successful" VC6.0 Win32
23521              (Update config.vc to need cppstdin so those tests are skipped...)
23522      Branch: perlio
23523            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23524            ! win32/config_H.vc
23525 ____________________________________________________________________________
23526 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
23527         Log: Integrate perlio:
23528              
23529              [ 14432]
23530              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23531              for CRLF line endings.
23532              
23533              [ 14431]
23534              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23535              Should really be looked at by someone that knows about pads.
23536              
23537              [ 14429]
23538              Tinkering with thread cleanup mutex-ing - not the problem 
23539              (op.c is) but could have been...
23540              
23541              [ 14428]
23542              Win32 signal emulation cleanup.
23543              
23544              [ 14427]
23545              If we get to sighandler by mistake (no perl handler set) then
23546              warn() and exit() rather than die() - should never happen
23547              but if it does context needed to die is likely to be trashed
23548              as well.
23549              
23550              [ 14425]
23551              1st two tests of File/Find/t/find.t and taint.t were run after 
23552              calling cleanup(). If previous fail had left for_find directory,
23553              but no content in it then cleanup() returned cd'ed to that directory.
23554              So tests failed. Fixed cleanup()-s.
23555      Branch: perl
23556           !> ext/threads/threads.xs lib/File/Find/t/find.t
23557           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
23558           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23559 ____________________________________________________________________________
23560 [ 14432] By: nick                                  on 2002/01/26  21:10:38
23561         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23562              for CRLF line endings.
23563      Branch: perlio
23564            ! lib/Filter/Simple.pm
23565 ____________________________________________________________________________
23566 [ 14431] By: nick                                  on 2002/01/26  21:08:35
23567         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23568              Should really be looked at by someone that knows about pads.
23569      Branch: perlio
23570            ! op.c
23571 ____________________________________________________________________________
23572 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
23573         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
23574              From: "Craig A. Berry" <craigberry@mac.com>       
23575              Date: Sat, 26 Jan 2002 11:19:44 -0600
23576              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
23577      Branch: perl
23578            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
23579 ____________________________________________________________________________
23580 [ 14429] By: nick                                  on 2002/01/26  18:04:22
23581         Log: Tinkering with thread cleanup mutex-ing - not the problem 
23582              (op.c is) but could have been...
23583      Branch: perlio
23584            ! ext/threads/threads.xs
23585 ____________________________________________________________________________
23586 [ 14428] By: nick                                  on 2002/01/26  18:03:13
23587         Log: Win32 signal emulation cleanup.
23588      Branch: perlio
23589            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23590 ____________________________________________________________________________
23591 [ 14427] By: nick                                  on 2002/01/26  13:59:33
23592         Log: If we get to sighandler by mistake (no perl handler set) then
23593              warn() and exit() rather than die() - should never happen
23594              but if it does context needed to die is likely to be trashed
23595              as well.
23596      Branch: perlio
23597            ! mg.c
23598 ____________________________________________________________________________
23599 [ 14426] By: nick                                  on 2002/01/26  13:56:23
23600         Log: Integrate mainline
23601      Branch: perlio
23602           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
23603           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
23604           !> t/run/fresh_perl.t
23605 ____________________________________________________________________________
23606 [ 14425] By: nick                                  on 2002/01/26  08:11:33
23607         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
23608              calling cleanup(). If previous fail had left for_find directory,
23609              but no content in it then cleanup() returned cd'ed to that directory.
23610              So tests failed. Fixed cleanup()-s.
23611      Branch: perlio
23612            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23613 ____________________________________________________________________________
23614 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
23615         Log: Integrate perlio:
23616              
23617              [ 14422]
23618              Save $! so that other syscalls don't disturb it before 
23619              we test it.
23620              
23621              [ 14421]
23622              More Win32 tuning
23623              
23624              [ 14420]
23625              Fix winsystem.t's attempt to build showav.exe to work 
23626              with gcc (which writes a.exe unless told with -o ).
23627              Also put in a few more fail-safes to check .exe got 
23628              built somehow.
23629      Branch: perl
23630           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
23631           !> t/op/winsystem.t
23632 ____________________________________________________________________________
23633 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
23634         Log: Subject: [PATCH] new test in op/universal.t
23635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23636              Date: Fri, 25 Jan 2002 23:17:33 +0100
23637              Message-ID: <20020125231733.A11733@rafael>
23638      Branch: perl
23639            ! t/op/universal.t
23640 ____________________________________________________________________________
23641 [ 14422] By: nick                                  on 2002/01/25  21:37:03
23642         Log: Save $! so that other syscalls don't disturb it before 
23643              we test it.
23644      Branch: perlio
23645            ! ext/Socket/socketpair.t
23646 ____________________________________________________________________________
23647 [ 14421] By: nick                                  on 2002/01/25  19:05:57
23648         Log: More Win32 tuning
23649      Branch: perlio
23650            ! t/op/stat.t t/op/taint.t
23651 ____________________________________________________________________________
23652 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23653         Log: Fix winsystem.t's attempt to build showav.exe to work 
23654              with gcc (which writes a.exe unless told with -o ).
23655              Also put in a few more fail-safes to check .exe got 
23656              built somehow.
23657      Branch: perlio
23658            ! t/op/winsystem.t
23659 ____________________________________________________________________________
23660 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23661         Log: Subject: [Patch Encode.xs] calculation of need overflows
23662              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23663              Date: Sat, 26 Jan 2002 00:58:50 +0900
23664              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23665      Branch: perl
23666            ! ext/Encode/Encode.xs
23667 ____________________________________________________________________________
23668 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23669         Log: Integrate changes 13474+13478+13584 from maintperl;
23670              anon sub leakage.
23671      Branch: perl
23672            ! op.c t/run/fresh_perl.t
23673 ____________________________________________________________________________
23674 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23675         Log: Update Changes.
23676      Branch: perl
23677            ! Changes patchlevel.h
23678 ____________________________________________________________________________
23679 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23680         Log: Integrate perlio:
23681              
23682              [ 14411]
23683              Linux/NFS hackery was not faking right number of passes.
23684              
23685              [ 14410]
23686              threads::shared tidy up:
23687              - Add _id() function to shared.xs so we can test refs point at same thing.
23688              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23689              - Allow no_share to pass if sharing to works despite mis-ordering.
23690              - Change docs of threads to document ->create() (as used in tests),
23691              and not mention "new".
23692              
23693              [ 14401]
23694              Expand command line test globs on Win32.
23695              
23696              [ 14393]
23697              Except Win32 from echo tests. (Alarm does not break into connect)
23698              
23699              [ 14392]
23700              SvTEMP_off to stop private PV's being stolen and stored in shared space
23701              
23702              [ 14387]
23703              thread::shared nearly working again - remaining issue
23704              is references withing shared space.
23705              Added bulk test with no threads involved (for debugging)
23706              Tuned tests to skip those needing _thrcnt
23707              
23708              [ 14378]
23709              Implement recursive lock and use of scope for PL_sharedsv_space,
23710              so now croak() from asserts does not leave locks.
23711              Make hv_simple compile (new prototype for debugging probe).
23712              
23713              [ 14377]
23714              Shared scalars working, some shared array ops working.
23715              
23716              [ 14373]
23717              Miss mg_len == 0 meaning don't Safefree
23718              
23719              [ 14372]
23720              XS side of new threads::shared designed, coded and compiles,
23721              and mostly commented but is totaly untested.
23722              submit in case anyone wants a preview.
23723              
23724              [ 14363]
23725              Add new threads/typemap to MANIFEST
23726              
23727              [ 14357]
23728              #14352 deleted ext/threads/threads.h
23729              
23730              [ 14356]
23731              Eradicate sharedsv.*
23732              
23733              [ 14355]
23734              threads work again on Win32. (Not threads::shared yet)
23735              Submit to see if they do on Linux.
23736              
23737              [ 14352]
23738              Nearly-working threads re-structuring. Do not integrate,
23739              submit-ing to get to Win32, and as "off site" backup.
23740      Branch: perl
23741           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23742           +> ext/threads/typemap
23743            - ext/threads/threads.h sharedsv.c sharedsv.h
23744            ! NetWare/config_H.wc
23745           !> (integrate 38 files)
23746 ____________________________________________________________________________
23747 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23748         Log: Subject: Re: perldebguts minor tweaks
23749              From: Joe McMahon <mcmahon@metalab.unc.edu>
23750              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23751              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23752      Branch: perl
23753            ! pod/perldebguts.pod
23754 ____________________________________________________________________________
23755 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23756         Log: metaconfig unit change for #14413.
23757      Branch: metaconfig
23758            ! U/modified/prototype.U
23759 ____________________________________________________________________________
23760 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
23761         Log: Okay, you can come home now, _().
23762      Branch: perl
23763            ! config_h.SH
23764 ____________________________________________________________________________
23765 [ 14412] By: nick                                  on 2002/01/25  11:01:49
23766         Log: Integrate mainline
23767              All but ../lib/Unicode/UCD.t pass.
23768      Branch: perlio
23769           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23770           +> lib/unicore/CaseFolding.txt
23771           +> lib/unicore/CompositionExclusions.txt
23772           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23773           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23774           +> vos/vos.c
23775            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23776            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23777            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23778            - lib/unicore/NamesList.html lib/unicore/PropList.html
23779            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23780            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23781            - lib/unicore/rename
23782           !> (integrate 424 files)
23783 ____________________________________________________________________________
23784 [ 14411] By: nick                                  on 2002/01/25  09:45:13
23785         Log: Linux/NFS hackery was not faking right number of passes.
23786      Branch: perlio
23787            ! t/io/fs.t
23788 ____________________________________________________________________________
23789 [ 14410] By: nick                                  on 2002/01/25  09:35:07
23790         Log: threads::shared tidy up:
23791              - Add _id() function to shared.xs so we can test refs point at same thing.
23792              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23793              - Allow no_share to pass if sharing to works despite mis-ordering.
23794              - Change docs of threads to document ->create() (as used in tests),
23795              and not mention "new".
23796      Branch: perlio
23797            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23798            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
23799            ! ext/threads/threads.pm
23800 ____________________________________________________________________________
23801 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
23802         Log: Subject: perldebguts minor tweaks
23803              From: Joe McMahon <mcmahon@metalab.unc.edu>
23804              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
23805              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
23806      Branch: perl
23807            ! pod/perldebguts.pod
23808 ____________________________________________________________________________
23809 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
23810         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
23811              From: Peter Scott <Peter@PSDT.com>
23812              Date: Thu, 24 Jan 2002 08:51:34 -0800
23813              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
23814      Branch: perl
23815            ! pod/perldebguts.pod
23816 ____________________________________________________________________________
23817 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
23818         Log: Few more paranoia checks for Unicode hash keys.
23819      Branch: perl
23820            ! t/op/each.t
23821 ____________________________________________________________________________
23822 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
23823         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
23824              From: Andy Dougherty <doughera@lafayette.edu>
23825              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
23826              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
23827      Branch: perl
23828            ! t/op/stat.t
23829 ____________________________________________________________________________
23830 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
23831         Log: The
23832              
23833              Subject: Very old debugger UTF-8 bug
23834              From: andreas.koenig@anima.de (Andreas J. Koenig)
23835              Date: 24 Jan 2002 12:45:44 +0100
23836              Message-ID: <m3y9iot1jr.fsf@anima.de>
23837              
23838              still broken, but this should work as a stopgap
23839              measure to stop pp_match accessing naughty data.
23840      Branch: perl
23841            ! pod/perldiag.pod pp_hot.c
23842 ____________________________________________________________________________
23843 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
23844         Log: metaconfig unit change for #14403.
23845      Branch: metaconfig/U/perl
23846            ! d_u32align.U
23847 ____________________________________________________________________________
23848 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
23849         Log: Pacify picky compilers (this time Sun Workshop).
23850      Branch: perl
23851            ! Configure
23852 ____________________________________________________________________________
23853 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
23854         Log: Subject: Very old debugger UTF-8 bug
23855              From: andreas.koenig@anima.de (Andreas J. Koenig)
23856              Date: 24 Jan 2002 12:45:44 +0100
23857              Message-ID: <m3y9iot1jr.fsf@anima.de>
23858      Branch: perl
23859            ! lib/dumpvar.pl
23860 ____________________________________________________________________________
23861 [ 14401] By: nick                                  on 2002/01/24  07:50:38
23862         Log: Expand command line test globs on Win32.
23863      Branch: perlio
23864            ! t/harness
23865 ____________________________________________________________________________
23866 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
23867         Log: Sprinkle some copyrights (use the oldest timestamp to
23868              be found in the repository, which is most often not right,
23869              but at least consistent)
23870      Branch: perl
23871            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
23872            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
23873            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
23874            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
23875            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
23876            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
23877            ! unixish.h xsutils.c
23878 ____________________________________________________________________________
23879 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
23880         Log: Don't crash on Help for long text (bug #506672)
23881      Branch: maint-5.6/macperl
23882            ! macos/macperl/MPHelp.c
23883 ____________________________________________________________________________
23884 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
23885         Log: Fix minor path problem
23886      Branch: maint-5.6/macperl
23887            ! macos/macperl/Droplets/tarzipme.plx
23888 ____________________________________________________________________________
23889 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
23890         Log: Minor text changes
23891      Branch: maint-5.6/macperl
23892            ! macos/Perl.r
23893 ____________________________________________________________________________
23894 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
23895         Log: Bump versions, dates, etc.
23896      Branch: maint-5.6/macperl
23897            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
23898 ____________________________________________________________________________
23899 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
23900         Log: coderefs in @INC and absolute paths
23901      Branch: maint-5.6/macperl
23902            ! embed.h pp_ctl.c proto.h
23903 ____________________________________________________________________________
23904 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
23905         Log: Minor module thingys
23906      Branch: maint-5.6/macperl
23907            ! macos/ext/Mac/Controls/Controls.xs
23908            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
23909            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
23910            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23911            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
23912            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
23913            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
23914            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
23915            ! macos/ext/Mac/Movies/Movies.xs
23916            ! macos/ext/Mac/Navigation/Navigation.pm
23917            ! macos/ext/Mac/Navigation/Navigation.xs
23918            ! macos/ext/Mac/Notification/Notification.xs
23919            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
23920            ! macos/ext/Mac/Processes/Processes.xs
23921            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23922            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23923            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23924            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23925            ! macos/ext/Mac/Resources/Resources.pm
23926            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23927            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23928            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23929            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23930            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23931 ____________________________________________________________________________
23932 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23933         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23934      Branch: perlio
23935            ! ext/Socket/Socket.t
23936 ____________________________________________________________________________
23937 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23938         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23939      Branch: perlio
23940            ! ext/threads/shared/shared.xs
23941 ____________________________________________________________________________
23942 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23943         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23944      Branch: perl
23945            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23946            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23947            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23948            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23949            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23950            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23951            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23952            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23953            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23954            ! x2p/util.c x2p/util.h x2p/walk.c
23955 ____________________________________________________________________________
23956 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23957         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23958              therefore quite probably also obsolete code.
23959      Branch: perl
23960            ! sv.c
23961 ____________________________________________________________________________
23962 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23963         Log: Update Changes.
23964      Branch: perl
23965            ! Changes patchlevel.h
23966 ____________________________________________________________________________
23967 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23968         Log: Small update on todo.  Could use a lot more.
23969      Branch: perl
23970            ! pod/perltodo.pod
23971 ____________________________________________________________________________
23972 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23973         Log: thread::shared nearly working again - remaining issue
23974              is references withing shared space.
23975              Added bulk test with no threads involved (for debugging)
23976              Tuned tests to skip those needing _thrcnt
23977      Branch: perlio
23978            + ext/threads/shared/t/0nothread.t
23979            ! MANIFEST ext/threads/shared/shared.pm
23980            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23981            ! ext/threads/shared/t/hv_refs.t
23982            ! ext/threads/shared/t/hv_simple.t
23983            ! ext/threads/shared/t/sv_simple.t
23984 ____________________________________________________________________________
23985 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23986         Log: Subject: [ID 20020121.003] perldata doco bug
23987              From: John Stumbles <jstumbles@bluearc.com>
23988              Date: Mon, 21 Jan 2002 14:19:56 -0000
23989              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23990      Branch: perl
23991            ! pod/perldata.pod
23992 ____________________________________________________________________________
23993 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23994         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23995              From: Michael G Schwern <schwern@pobox.com>
23996              Date: Mon, 21 Jan 2002 15:16:42 -0500
23997              Message-ID: <20020121201642.GA6659@blackrider>
23998      Branch: perl
23999            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
24000 ____________________________________________________________________________
24001 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
24002         Log: Subject: [PATCH] Re: eval not catching warnings?
24003              From: abigail@foad.org
24004              Date: Wed, 23 Jan 2002 15:35:47 +0100
24005              Message-ID: <20020123143547.24798.qmail@foad.org>
24006      Branch: perl
24007            ! pod/perlfunc.pod
24008 ____________________________________________________________________________
24009 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
24010         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
24011              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24012              Date: Tue, 22 Jan 2002 17:00:54 -0800            
24013              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
24014      Branch: perl
24015            ! t/run/fresh_perl.t
24016 ____________________________________________________________________________
24017 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
24018         Log: metaconfig unit change for #14381.
24019      Branch: metaconfig/U/perl
24020            ! d_u32align.U
24021 ____________________________________________________________________________
24022 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
24023         Log: HP-UX 10.20 cc pacifying from Merijn.
24024      Branch: perl
24025            ! Configure
24026 ____________________________________________________________________________
24027 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
24028         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
24029              From: "Craig A. Berry" <craigberry@mac.com> 
24030              Date: Tue, 22 Jan 2002 22:14:26 -0600
24031              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
24032      Branch: perl
24033            ! vms/test.com
24034 ____________________________________________________________________________
24035 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
24036         Log: AIX cpp bug: having macro arguments and character constants
24037              "the same" means trouble (here s and 's')
24038              What broke now was 841 and 842 of t/op/pat.t, because of the
24039              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
24040              (note that breakage happened only under cc_r and usethreads+
24041              useithreads)
24042      Branch: perl
24043            ! utf8.h
24044 ____________________________________________________________________________
24045 [ 14378] By: nick                                  on 2002/01/22  20:33:15
24046         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
24047              so now croak() from asserts does not leave locks.
24048              Make hv_simple compile (new prototype for debugging probe).
24049      Branch: perlio
24050            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24051            ! ext/threads/shared/t/hv_simple.t
24052 ____________________________________________________________________________
24053 [ 14377] By: nick                                  on 2002/01/22  17:32:21
24054         Log: Shared scalars working, some shared array ops working.
24055      Branch: perlio
24056            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24057            ! ext/threads/shared/t/sv_refs.t
24058            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
24059 ____________________________________________________________________________
24060 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
24061         Log: Subject: [PATCH] Support truncate() in VOS port
24062              From: Paul_GreenVOS@vos.stratus.com
24063              Date: Mon, 21 Jan 02 23:27 est
24064              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
24065      Branch: perl
24066            + vos/vos.c
24067            ! MANIFEST hints/vos.sh vos/vosish.h
24068 ____________________________________________________________________________
24069 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
24070         Log: metaconfig unit changes for #14374.  Couldn't figure
24071              how to get completely rid of _() (some weird dependency
24072              pulling it in?) so renamed it as PROTO_().
24073      Branch: metaconfig
24074            + U/modified/d_shmat.U U/modified/prototype.U
24075            ! U/protos/d_drand48proto.U
24076      Branch: metaconfig/U/perl
24077            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
24078 ____________________________________________________________________________
24079 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
24080         Log: Get rid of the _() macro since (1) we require ANSI anyway
24081              (2) Other software (GNU) seems to use it and we don't need it,
24082              so let's give it up.
24083      Branch: perl
24084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24085            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
24086            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
24087            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
24088            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
24089            ! wince/config.h wince/config_H.ce
24090 ____________________________________________________________________________
24091 [ 14373] By: nick                                  on 2002/01/22  10:10:48
24092         Log: Miss mg_len == 0 meaning don't Safefree
24093      Branch: perlio
24094            ! mg.c
24095 ____________________________________________________________________________
24096 [ 14372] By: nick                                  on 2002/01/21  22:34:06
24097         Log: XS side of new threads::shared designed, coded and compiles,
24098              and mostly commented but is totaly untested.
24099              submit in case anyone wants a preview.
24100      Branch: perlio
24101            + ext/threads/shared/typemap
24102            ! MANIFEST ext/threads/shared/shared.pm
24103            ! ext/threads/shared/shared.xs
24104 ____________________________________________________________________________
24105 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
24106         Log: Subject: [BUG] /\_/ an unrecognized escape?
24107              From: Michael G Schwern <schwern@pobox.com>
24108              Date: Mon, 21 Jan 2002 15:22:54 -0500
24109              Message-ID: <20020121202254.GA6731@blackrider>
24110      Branch: perl
24111            ! t/lib/warnings/toke toke.c
24112 ____________________________________________________________________________
24113 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
24114         Log: Undo the renaming of the Unicode data files; the simple
24115              solution being not including the *.html files.  This means
24116              that in the future there is no need for any renamings
24117              (well, assuming that the Consortium doesn't cause any),
24118              and the files are named like they are in the Consortium
24119              website, thus alleviating confusion.
24120      Branch: perl
24121            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
24122            + lib/unicore/CaseFolding.txt
24123            + lib/unicore/CompositionExclusions.txt
24124            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
24125            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
24126            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
24127            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
24128            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
24129            - lib/unicore/NamesList.html lib/unicore/PropList.html
24130            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
24131            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
24132            - lib/unicore/rename
24133            ! (edit 285 files)
24134 ____________________________________________________________________________
24135 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
24136         Log: Update Changes.
24137      Branch: perl
24138            ! Changes patchlevel.h
24139 ____________________________________________________________________________
24140 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
24141         Log: Subject: RE: BCC for Win32 is unhappy @14331
24142              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
24143              Date: Mon, 21 Jan 2002 09:48:40 +0300
24144              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
24145              
24146              (using IV instead of int)
24147      Branch: perl
24148            ! hv.h
24149 ____________________________________________________________________________
24150 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
24151         Log: path_is_absolute() needs a prototype (and maybe
24152              a better name, but that's another story).
24153      Branch: perl
24154            ! embed.fnc embed.h pp_ctl.c proto.h
24155 ____________________________________________________________________________
24156 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
24157         Log: Subject: Re: coderefs in @INC
24158              From: Chris Nandor <pudge@pobox.com>
24159              Date: Thu, 17 Jan 2002 11:26:02 -0500
24160              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
24161      Branch: perl
24162            ! pp_ctl.c
24163 ____________________________________________________________________________
24164 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
24165         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
24166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24167              Date: Sun, 20 Jan 2002 22:53:56 +0100
24168              Message-ID: <20020120225356.A12093@rafael>
24169      Branch: perl
24170            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
24171            ! t/lib/warnings/9enabled warnings.h warnings.pl
24172 ____________________________________________________________________________
24173 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
24174         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
24175              From: "Craig A. Berry" <craigberry@mac.com>
24176              Date: Sun, 20 Jan 2002 22:49:42 -0600
24177              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
24178      Branch: perl
24179            ! lib/ExtUtils/MakeMaker.pm
24180 ____________________________________________________________________________
24181 [ 14363] By: nick                                  on 2002/01/20  20:38:23
24182         Log: Add new threads/typemap to MANIFEST
24183      Branch: perlio
24184            ! MANIFEST
24185 ____________________________________________________________________________
24186 [ 14362] By: nick                                  on 2002/01/20  20:34:36
24187         Log: Integrate mainline
24188      Branch: perlio
24189           +> lib/Pod/t/Usage.t
24190           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
24191           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
24192           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
24193           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
24194           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
24195           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
24196           !> util.c
24197 ____________________________________________________________________________
24198 [ 14361] By: nick                                  on 2002/01/20  18:51:47
24199         Log: Integrate MANIFEST
24200      Branch: perlio
24201           !> MANIFEST
24202 ____________________________________________________________________________
24203 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
24204         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
24205              From: Paul_GreenVOS@vos.stratus.com
24206              Date: Sat, 19 Jan 02 17:17 est
24207              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
24208              
24209              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
24210              From: Paul_GreenVOS@vos.stratus.com
24211              Date: Sat, 19 Jan 02 17:19 est
24212              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
24213      Branch: perl
24214            ! lib/ExtUtils/t/Command.t
24215 ____________________________________________________________________________
24216 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
24217         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
24218              From: Paul_GreenVOS@vos.stratus.com
24219              Date: Sat, 19 Jan 02 14:30 est
24220              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
24221      Branch: perl
24222            ! lib/AnyDBM_File.t
24223 ____________________________________________________________________________
24224 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
24225         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
24227              Date: Sun, 20 Jan 2002 13:51:36 +0100
24228              Message-ID: <20020120135136.A710@rafael>
24229      Branch: perl
24230            ! ext/File/Glob/t/basic.t
24231 ____________________________________________________________________________
24232 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
24233         Log: #14352 deleted ext/threads/threads.h
24234      Branch: perlio
24235            ! MANIFEST
24236 ____________________________________________________________________________
24237 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
24238         Log: Eradicate sharedsv.*
24239      Branch: perlio
24240            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
24241 ____________________________________________________________________________
24242 [ 14355] By: nick                                  on 2002/01/20  11:50:22
24243         Log: threads work again on Win32. (Not threads::shared yet)
24244              Submit to see if they do on Linux.
24245      Branch: perlio
24246            ! ext/threads/shared/shared.xs ext/threads/threads.xs
24247            ! win32/makefile.mk
24248 ____________________________________________________________________________
24249 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
24250         Log: Make also hex() and oct() to croak if their arguments
24251              cannot be downgraded (that is, if they contain wide
24252              characters), just like crypt() does (and use the croak
24253              feature of sv_utf8_downgrade()).
24254      Branch: perl
24255            ! pp.c t/op/oct.t
24256 ____________________________________________________________________________
24257 [ 14353] By: nick                                  on 2002/01/19  22:20:09
24258         Log: Integrate Time/Local and its test
24259      Branch: perlio
24260           !> lib/Time/Local.pm lib/Time/Local.t
24261 ____________________________________________________________________________
24262 [ 14352] By: nick                                  on 2002/01/19  22:17:07
24263         Log: Nearly-working threads re-structuring. Do not integrate,
24264              submit-ing to get to Win32, and as "off site" backup.
24265      Branch: perlio
24266            + ext/threads/typemap
24267            - ext/threads/threads.h sharedsv.c sharedsv.h
24268            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
24269            ! embedvar.h ext/threads/shared/shared.pm
24270            ! ext/threads/shared/shared.xs ext/threads/threads.pm
24271            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
24272            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
24273            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
24274 ____________________________________________________________________________
24275 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
24276         Log: Regen toc.
24277      Branch: perl
24278            ! pod/perltoc.pod
24279 ____________________________________________________________________________
24280 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
24281         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
24282              From: David Dyck <dcd@tc.fluke.com>
24283              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
24284              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
24285      Branch: perl
24286            ! pod/perl5004delta.pod pod/perl5005delta.pod
24287            ! pod/perl561delta.pod pod/perl56delta.pod
24288 ____________________________________________________________________________
24289 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
24290         Log: FAQ sync.
24291      Branch: perl
24292            ! pod/perlfaq1.pod pod/perlfaq2.pod
24293 ____________________________________________________________________________
24294 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
24295         Log: Subject: [PATCH lib/Pod/t/Usage.t]
24296              From: Abe Timmerman <abe@ztreet.demon.nl>
24297              Date: Sat, 19 Jan 2002 19:57:57 +0100
24298              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
24299      Branch: perl
24300            + lib/Pod/t/Usage.t
24301            ! MANIFEST
24302 ____________________________________________________________________________
24303 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
24304         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
24305              From: Paul_GreenVOS@vos.stratus.com
24306              Date: Sat, 19 Jan 02 13:15 est
24307              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
24308      Branch: perl
24309            ! ext/SDBM_File/sdbm.t
24310 ____________________________________________________________________________
24311 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
24312         Log: Integrate perlio:
24313              
24314              [ 14335]
24315              Split out core of sv_magic() into sv_magicext().
24316              sv_magic provides the extra restictions (no READONLY, only
24317              one of each type, canned set of vtables), and sv_magicext()
24318              does the actual data twiddling.
24319              Also enhances semantics of ->mg_ptr setting via name/namlen
24320              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24321              scratch area (namlen > 0 && name == NULL).
24322              sv_magicext also returns the MAGIC * it added.
24323              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24324              To come sv_unmagicext() - which will remove just one magic
24325              of particular type, and additionaly match against ->mg_ptr,
24326              or the MAGIC * (need to experiment as to which is more natural).
24327      Branch: perl
24328           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24329           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24330 ____________________________________________________________________________
24331 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
24332         Log: Alternative Time::Local algorithm that uses matemathical formula
24333              for timegm instead of progressive guessing
24334      Branch: perl
24335            ! lib/Time/Local.pm
24336 ____________________________________________________________________________
24337 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
24338         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24339              From: Paul_GreenVOS@vos.stratus.com
24340              Date: Sat, 19 Jan 02 11:20 est
24341              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
24342      Branch: perl
24343            ! ext/File/Glob/t/basic.t
24344 ____________________________________________________________________________
24345 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
24346         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
24347              From: Paul_GreenVOS@vos.stratus.com
24348              Date: Fri, 18 Jan 02 22:56 est
24349              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
24350      Branch: perl
24351            ! ext/Cwd/t/cwd.t
24352 ____________________________________________________________________________
24353 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
24354         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
24355              From: Paul_GreenVOS@vos.stratus.com
24356              Date: Fri, 18 Jan 02 22:48 est
24357              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
24358      Branch: perl
24359            ! lib/Time/Local.t
24360 ____________________________________________________________________________
24361 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
24362         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
24363              From: Paul_GreenVOS@vos.stratus.com
24364              Date: Fri, 18 Jan 02 16:22 est
24365              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
24366      Branch: perl
24367            ! ext/Devel/DProf/DProf.t
24368 ____________________________________________________________________________
24369 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
24370         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
24371              From: Tels <perl_dummy@bloodgate.com>
24372              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
24373              Message-Id: <200201182106.XAA19133@taku.hut.fi>
24374      Branch: perl
24375            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
24376 ____________________________________________________________________________
24377 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
24378         Log: Don't do socketpair udp unless you've got all what it takes.
24379      Branch: perl
24380            ! util.c
24381 ____________________________________________________________________________
24382 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
24383         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
24384              From: Tels <perl_dummy@bloodgate.com>
24385              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
24386              Message-Id: <200201182206.AAA15310@taku.hut.fi>
24387      Branch: perl
24388            ! lib/ExtUtils/MM_BeOS.pm
24389 ____________________________________________________________________________
24390 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
24391         Log: metaconfig unit change for #14336.
24392      Branch: metaconfig
24393            ! U/modified/myhostname.U
24394 ____________________________________________________________________________
24395 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
24396         Log: Avoid bare "set", and kiss .uucp goodbye.
24397      Branch: perl
24398            ! Configure
24399 ____________________________________________________________________________
24400 [ 14335] By: nick                                  on 2002/01/18  22:11:42
24401         Log: Split out core of sv_magic() into sv_magicext().
24402              sv_magic provides the extra restictions (no READONLY, only
24403              one of each type, canned set of vtables), and sv_magicext()
24404              does the actual data twiddling.
24405              Also enhances semantics of ->mg_ptr setting via name/namlen
24406              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24407              scratch area (namlen > 0 && name == NULL).
24408              sv_magicext also returns the MAGIC * it added.
24409              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24410              
24411              To come sv_unmagicext() - which will remove just one magic
24412              of particular type, and additionaly match against ->mg_ptr,
24413              or the MAGIC * (need to experiment as to which is more natural).
24414      Branch: perlio
24415            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24416            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24417 ____________________________________________________________________________
24418 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
24419         Log: Retract #14327 for now, going to the limit seems
24420              to be too much for many platforms.
24421      Branch: perl
24422            ! lib/Time/Local.t
24423 ____________________________________________________________________________
24424 [ 14333] By: nick                                  on 2002/01/18  18:58:33
24425         Log: Integrate mainline
24426      Branch: perlio
24427           !> Changes patchlevel.h
24428 ____________________________________________________________________________
24429 [ 14332] By: nick                                  on 2002/01/18  16:19:06
24430         Log: Integrate mainline
24431      Branch: perlio
24432           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
24433           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
24434            - lib/ExtUtils/inst
24435           !> (integrate 32 files)
24436 ____________________________________________________________________________
24437 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
24438         Log: Update Changes.
24439      Branch: perl
24440            ! Changes patchlevel.h
24441 ____________________________________________________________________________
24442 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
24443         Log: Try to make the connect/read/write timeouting.
24444      Branch: perl
24445            ! ext/Socket/Socket.t
24446 ____________________________________________________________________________
24447 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
24448         Log: Netware Makefile tweak from Ananth Kesari.
24449      Branch: perl
24450            ! NetWare/Makefile
24451 ____________________________________________________________________________
24452 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
24453         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
24454              From: Michael G Schwern <schwern@pobox.com>
24455              Date: Fri, 18 Jan 2002 03:10:27 -0500
24456              Message-ID: <20020118081027.GE7226@blackrider>
24457      Branch: perl
24458            ! lib/File/Find.pm
24459 ____________________________________________________________________________
24460 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
24461         Log: (retracted by #14334)
24462              
24463              Subject: [PATCH] Improving lib/Time/Local.t
24464              From: Paul_GreenVOS@vos.stratus.com        
24465              Date: Thu, 17 Jan 02 22:36 est
24466              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
24467      Branch: perl
24468            ! lib/Time/Local.t
24469 ____________________________________________________________________________
24470 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
24471         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
24472              From: Abe Timmerman <abe@ztreet.demon.nl>  
24473              Date: Fri, 18 Jan 2002 13:18:47 +0100
24474              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
24475      Branch: perl
24476            ! lib/ExtUtils/t/MM_Win32.t
24477 ____________________________________________________________________________
24478 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
24479         Log: Subject: [PATCH] Syncing with bleadperl 
24480              From: Michael G Schwern <schwern@pobox.com> 
24481              Date: Fri, 18 Jan 2002 03:04:33 -0500
24482              Message-ID: <20020118080432.GC7226@blackrider>
24483      Branch: perl
24484            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
24485            - lib/ExtUtils/inst
24486            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
24487            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24488            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
24489            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
24490            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
24491            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
24492            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
24493            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
24494            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
24495            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
24496            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
24497            ! lib/ExtUtils/testlib.pm
24498 ____________________________________________________________________________
24499 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
24500         Log: Detypo.
24501      Branch: perl
24502            ! AUTHORS
24503 ____________________________________________________________________________
24504 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
24505         Log: Subject: [PATCH] MM check_hints test
24506              From: Michael G Schwern <schwern@pobox.com>
24507              Date: Thu, 17 Jan 2002 20:25:57 -0500
24508              Message-ID: <20020118012557.GE32762@blackrider>
24509      Branch: perl
24510            + lib/ExtUtils/t/hints.t
24511            ! MANIFEST
24512 ____________________________________________________________________________
24513 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
24514         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
24515              From: Michael G Schwern <schwern@pobox.com> 
24516              Date: Thu, 17 Jan 2002 20:12:20 -0500
24517              Message-ID: <20020118011220.GC32762@blackrider>
24518              
24519              (#14317 replaced with this)
24520      Branch: perl
24521            ! lib/ExtUtils/MakeMaker.pm
24522 ____________________________________________________________________________
24523 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
24524         Log: Subject: [PATCH perldiag] overload.pm warnings
24525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24526              Date: Thu, 17 Jan 2002 23:53:49 +0100
24527              Message-ID: <20020117235349.A14530@rafael>
24528      Branch: perl
24529            ! pod/perldiag.pod
24530 ____________________________________________________________________________
24531 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
24532         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
24533              From: Michael G Schwern <schwern@pobox.com>
24534              Date: Thu, 17 Jan 2002 16:35:47 -0500
24535              Message-ID: <20020117213546.GD23830@blackrider>
24536      Branch: perl
24537            ! lib/File/Find.pm
24538 ____________________________________________________________________________
24539 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
24540         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
24541              From: chromatic <chromatic@rmci.net>
24542              Date: Thu, 17 Jan 2002 13:04:22 -0700
24543              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
24544      Branch: perl
24545            ! pod/perltodo.pod
24546 ____________________________________________________________________________
24547 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
24548         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
24549              From: chromatic <chromatic@rmci.net>
24550              Date: Thu, 17 Jan 2002 12:59:04 -0700
24551              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
24552      Branch: perl
24553            ! lib/ExtUtils/t/Mkbootstrap.t
24554 ____________________________________________________________________________
24555 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
24556         Log: (replaced by #14322)
24557              The #14300 broke hints file handling.
24558      Branch: perl
24559            ! lib/ExtUtils/MakeMaker.pm
24560 ____________________________________________________________________________
24561 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
24562         Log: metaconfig unit change for #14315.
24563      Branch: metaconfig/U/perl
24564            ! uselongdbl.U
24565 ____________________________________________________________________________
24566 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
24567         Log: Subject: [PATCH] long doubles
24568              From: Nicholas Clark <nick@unfortu.net>
24569              Date: Thu, 17 Jan 2002 17:06:28 +0000
24570              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
24571      Branch: perl
24572            ! Configure
24573 ____________________________________________________________________________
24574 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
24575         Log: metaconfig unit change for #14313.
24576      Branch: metaconfig
24577            ! U/modified/i_ndbm.U
24578 ____________________________________________________________________________
24579 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
24580         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
24581              From: Andy Dougherty <doughera@lafayette.edu>
24582              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
24583              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
24584      Branch: perl
24585            ! Configure
24586 ____________________________________________________________________________
24587 [ 14312] By: nick                                  on 2002/01/17  21:38:38
24588         Log: Integrate mainline (for ndbm fixes etc.)
24589      Branch: perlio
24590           +> t/run/fresh_perl.t
24591            - t/run/kill_perl.t
24592           !> Changes MANIFEST ext/Opcode/Opcode.xs
24593           !> ext/SDBM_File/sdbm/Makefile.PL
24594           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
24595           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
24596           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
24597           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
24598           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
24599 ____________________________________________________________________________
24600 [ 14311] By: sky                                   on 2002/01/17  21:01:00
24601         Log: Simplify the code that duplicates the threads 
24602              init function and the parameters to the thread by using sv_dup. 
24603              Note,what happens if you pass a shared variable as a parameter?
24604      Branch: perl
24605            ! ext/threads/threads.xs
24606 ____________________________________________________________________________
24607 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
24608         Log: Update Changes.
24609      Branch: perl
24610            ! Changes patchlevel.h
24611 ____________________________________________________________________________
24612 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
24613         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
24614              with fresh_perl_is() and fresh_perl_like().
24615      Branch: perl
24616            + t/run/fresh_perl.t
24617            - t/run/kill_perl.t
24618            ! MANIFEST t/test.pl
24619 ____________________________________________________________________________
24620 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
24621         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
24622              From: Benjamin Goldberg <goldbb2@earthlink.net>
24623              Date: Wed, 09 Jan 2002 21:03:16 -0500
24624              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
24625      Branch: perl
24626            ! ext/Unicode/Normalize/Normalize.pm
24627 ____________________________________________________________________________
24628 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
24629         Log: Retract #14144 as Hugo isn't happy with it.
24630      Branch: perl
24631            ! scope.c t/run/kill_perl.t
24632 ____________________________________________________________________________
24633 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
24634         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
24635              From: Richard Clamp <richardc@unixbeard.net>
24636              Date: Wed, 16 Jan 2002 17:34:31 +0000
24637              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
24638      Branch: perl
24639            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
24640 ____________________________________________________________________________
24641 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
24642         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
24643              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24644              Date: Tue, 15 Jan 2002 21:23:30 +0100
24645              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
24646      Branch: perl
24647            ! ext/Opcode/Opcode.xs
24648 ____________________________________________________________________________
24649 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24650         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24651              From: Paul_GreenVOS@vos.stratus.com
24652              Date: Wed, 16 Jan 02 6:42 est
24653              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24654      Branch: perl
24655            ! t/io/fs.t t/op/crypt.t
24656 ____________________________________________________________________________
24657 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24658         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24660              Date: Wed, 16 Jan 2002 13:43:39 +0100
24661              Message-ID: <20020116134339.A704@rafael>
24662              
24663              (replaces #14302)
24664      Branch: perl
24665            ! mg.c t/lib/warnings/mg
24666 ____________________________________________________________________________
24667 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24668         Log: (replaced by #14303)
24669              Subject: [PATCH] length of undefined $(digit) should warn
24670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24671              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24672              Message-ID: <20020115230244.A31786@rafael>     
24673      Branch: perl
24674            ! mg.c t/lib/warnings/mg
24675 ____________________________________________________________________________
24676 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24677         Log: The non-MakeMaker.pm parts of
24678              
24679              Subject: [PATCH] Re: MM_Beos.pm?
24680              From: Tels <perl_dummy@bloodgate.com>
24681              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24682              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24683      Branch: perl
24684            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24685            ! lib/ExtUtils/t/MM_Unix.t
24686 ____________________________________________________________________________
24687 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24688         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24689              From: Michael G Schwern <schwern@pobox.com>    
24690              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24691              Message-ID: <20020116010750.GH625@blackrider>  
24692      Branch: perl
24693            ! lib/ExtUtils/MakeMaker.pm
24694 ____________________________________________________________________________
24695 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24696         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24697              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24698              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24699              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24700      Branch: perl
24701            ! lib/Text/Tabs.pm
24702 ____________________________________________________________________________
24703 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24704         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24705              From: "Green, Paul" <Paul.Green@stratus.com>
24706              Date: Tue, 15 Jan 2002 22:28:10 -0500
24707              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24708      Branch: perl
24709            ! lib/ExtUtils/MM_Unix.pm
24710 ____________________________________________________________________________
24711 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24712         Log: Integrate perlio:
24713              
24714              [ 14296]
24715              offsetof() is in <stddef.h>
24716      Branch: perl
24717           !> ext/Socket/Socket.xs
24718 ____________________________________________________________________________
24719 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24720         Log: offsetof() is in <stddef.h>
24721      Branch: perlio
24722            ! ext/Socket/Socket.xs
24723 ____________________________________________________________________________
24724 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24725         Log: Integrate mainline
24726      Branch: perlio
24727           +> (branch 262 files)
24728            - (delete 285 files)
24729           !> (integrate 34 files)
24730 ____________________________________________________________________________
24731 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24732         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24733              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24734              Canonical.pl and Exact.pl.
24735      Branch: perl
24736            + (add 259 files)
24737            - (delete 288 files)
24738            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24739            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24740            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24741            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24742 ____________________________________________________________________________
24743 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24744         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24745      Branch: perl
24746            ! ext/Socket/Socket.xs
24747 ____________________________________________________________________________
24748 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24749         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24750              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24751              Date: Tue, 15 Jan 2002 21:59:19 +0100
24752              Message-ID: <3C44A637.16602.25EB208@localhost>
24753      Branch: perl
24754            ! embed.fnc embed.h proto.h
24755 ____________________________________________________________________________
24756 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24757         Log: Duh.  The updated In/*.pl weren't checked in.
24758      Branch: perl
24759            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
24760            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
24761            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
24762            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
24763            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
24764            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
24765            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
24766            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
24767            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
24768            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
24769            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
24770            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
24771            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
24772            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
24773            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
24774            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
24775            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
24776            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
24777            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
24778            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
24779            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
24780            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
24781            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
24782            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
24783            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
24784            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
24785            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
24786            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
24787            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
24788            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
24789            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
24790            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
24791            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
24792            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
24793            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
24794            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
24795            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
24796            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
24797            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
24798            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
24799            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
24800            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
24801            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
24802            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
24803            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
24804            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
24805            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
24806            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
24807 ____________________________________________________________________________
24808 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
24809         Log: Update Changes.
24810      Branch: perl
24811            ! Changes patchlevel.h
24812 ____________________________________________________________________________
24813 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
24814         Log: Jeffrey is trying very hard to avoid working on his
24815              book, it would seem :-) (better naming, better comments
24816              in the files)
24817      Branch: perl
24818            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
24819            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
24820            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
24821            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
24822            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
24823            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24824            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
24825            - lib/unicore/Is/IDStart.pl
24826            ! (edit 200 files)
24827 ____________________________________________________________________________
24828 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
24829         Log: metaconfig unit changes for #14287.
24830      Branch: metaconfig
24831            + U/modified/Chk_MANI.U
24832            ! U/modified/Extract.U U/modified/Finish.U
24833      Branch: metaconfig/U/perl
24834            ! Extensions.U dlsrc.U
24835 ____________________________________________________________________________
24836 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
24837         Log: Some protection against spaces in directory names.
24838              (Tru64 still has some makedepend problems in such
24839              cases but that looks like Tru64's problem.)
24840      Branch: perl
24841            ! Configure Makefile.SH
24842 ____________________________________________________________________________
24843 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
24844         Log: Should have been in #14285 but I have sausages for fingers.
24845      Branch: perl
24846            + lib/ExtUtils/MM_BeOS.pm
24847 ____________________________________________________________________________
24848 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
24849         Log: MM_BeOS from Tels.
24850      Branch: perl
24851            + lib/ExtUtils/t/MM_BeOS.t
24852            ! MANIFEST
24853 ____________________________________________________________________________
24854 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
24855         Log: Integrate perlio:
24856              
24857              [ 14281]
24858              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24859              e.g. -Duse64bitint on a 32-bit platform.
24860              Now uses I32 for use-count and is more careful with its casts.
24861              
24862              [ 14277]
24863              Correct name of PL_OP_SLAB_ALLOC
24864              
24865              [ 14271]
24866              Regen embed enable slab for PERL_IMPLICIT_SYS
24867              
24868              [ 14269]
24869              Typo in #else branch of PL_SLAB_ALLOC
24870              
24871              [ 14268]
24872              const-ness fix in savepv's passing of NULL
24873              
24874              [ 14267]
24875              Hand merge of non slab allocator stuff
24876              
24877              [ 14259]
24878              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24879              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24880              Add new scope type and add support for it to scope.c and scope stack
24881              dup-er in sv.c. Add savesharedpv().
24882              Also zealous version of Win32's vmem.h to catch all the abuses.
24883              With this t/op/fork.t passes even with zealous checking and 
24884              checker is point a finger at various threads/shared issues.
24885              PL_curcop->cop_io is still an issue.
24886              
24887              [ 14257]
24888              Inverted sense of special-ness of specialCopIO - supposed to 
24889              be true if value is "special" i.e. NOT an SV.
24890      Branch: perl
24891           !> (integrate 28 files)
24892 ____________________________________________________________________________
24893 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
24894         Log: Add Shuck URL
24895      Branch: maint-5.6/macperl
24896            ! macos/macperl/MacPerl.podhelp
24897 ____________________________________________________________________________
24898 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
24899         Log: Remove obsolete docs
24900      Branch: maint-5.6/macperl
24901            ! ext/File/Glob/Glob.pm
24902 ____________________________________________________________________________
24903 [ 14281] By: nick                                  on 2002/01/15  15:08:43
24904         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24905              e.g. -Duse64bitint on a 32-bit platform.
24906              Now uses I32 for use-count and is more careful with its casts.
24907      Branch: perlio
24908            ! intrpvar.h op.c
24909 ____________________________________________________________________________
24910 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
24911         Log: Update bundled modules.  Yow!
24912      Branch: maint-5.6/macperl
24913            + macos/bundled_ext/Compress/Zlib/constants.h
24914            + macos/bundled_ext/Compress/Zlib/constants.xs
24915            + macos/bundled_ext/Filter/Util/Call/ppport.h
24916            + macos/bundled_ext/Storable/t/compat-0.6.t
24917            + macos/bundled_ext/Storable/t/dump.pl
24918            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
24919            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
24920            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
24921            + macos/bundled_lib/blib/lib/URI/ssh.pm
24922            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24923            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24924            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24925            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24926            + macos/bundled_lib/t/Filter/Simple/data.t
24927            + macos/bundled_lib/t/Filter/Simple/export.t
24928            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24929            + macos/bundled_lib/t/Filter/Simple/import.t
24930            + macos/bundled_lib/t/NEXT/actual.t
24931            + macos/bundled_lib/t/NEXT/actuns.t
24932            + macos/bundled_lib/t/NEXT/next.t
24933            + macos/bundled_lib/t/NEXT/unseen.t
24934            + macos/bundled_lib/t/libnet/netrc.t
24935            + macos/bundled_lib/t/libwww-perl/base/http.t
24936            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24937            - macos/bundled_ext/Filter/t/FilterTest.pm
24938            - macos/bundled_ext/Storable/t/compat06.t
24939            - macos/bundled_ext/Storable/t/st-dump.pl
24940            - macos/bundled_lib/t/NEXT/test.pl
24941            - macos/bundled_lib/t/libwww-perl/live/google.t
24942            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24943            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24944            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24945            ! macos/bundled_ext/Compress/Zlib/README
24946            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24947            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24948            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24949            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24950            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24951            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24952            ! macos/bundled_ext/Filter/t/call.t
24953            ! macos/bundled_ext/Filter/t/filter-util.pl
24954            ! macos/bundled_ext/Storable/ChangeLog
24955            ! macos/bundled_ext/Storable/README
24956            ! macos/bundled_ext/Storable/Storable.pm
24957            ! macos/bundled_ext/Storable/t/blessed.t
24958            ! macos/bundled_ext/Storable/t/canonical.t
24959            ! macos/bundled_ext/Storable/t/dclone.t
24960            ! macos/bundled_ext/Storable/t/forgive.t
24961            ! macos/bundled_ext/Storable/t/freeze.t
24962            ! macos/bundled_ext/Storable/t/lock.t
24963            ! macos/bundled_ext/Storable/t/overload.t
24964            ! macos/bundled_ext/Storable/t/recurse.t
24965            ! macos/bundled_ext/Storable/t/retrieve.t
24966            ! macos/bundled_ext/Storable/t/store.t
24967            ! macos/bundled_ext/Storable/t/tied.t
24968            ! macos/bundled_ext/Storable/t/tied_hook.t
24969            ! macos/bundled_ext/Storable/t/tied_items.t
24970            ! macos/bundled_ext/Storable/t/utf8.t
24971            ! macos/bundled_lib/blib/lib/File/Sort.pm
24972            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24973            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24974            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24975            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24976            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24977            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24978            ! macos/bundled_lib/blib/lib/LWP.pm
24979            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24980            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24981            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24982            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24983            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24984            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24985            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24986            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24987            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24988            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24989            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24990            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24991            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24992            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24993            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24994            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24995            ! macos/bundled_lib/blib/lib/NEXT.pm
24996            ! macos/bundled_lib/blib/lib/Net/Config.pm
24997            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24998            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24999            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
25000            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
25001            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
25002            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
25003            ! macos/bundled_lib/blib/lib/Net/POP3.pm
25004            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
25005            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
25006            ! macos/bundled_lib/blib/lib/Switch.pm
25007            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
25008            ! macos/bundled_lib/blib/lib/URI/Escape.pm
25009            ! macos/bundled_lib/blib/lib/URI/ftp.pm
25010            ! macos/bundled_lib/blib/lib/lwpcook.pod
25011            ! macos/bundled_lib/t/Filter/Simple/filter.t
25012            ! macos/bundled_lib/t/Switch/t/nested.t
25013            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
25014            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
25015            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
25016            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
25017            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
25018            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
25019            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
25020            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
25021            ! macos/bundled_lib/t/libnet/config.t
25022            ! macos/bundled_lib/t/libnet/ftp.t
25023            ! macos/bundled_lib/t/libnet/hostname.t
25024            ! macos/bundled_lib/t/libnet/nntp.t
25025            ! macos/bundled_lib/t/libnet/require.t
25026            ! macos/bundled_lib/t/libnet/smtp.t
25027            ! macos/bundled_lib/t/libwww-perl/base/headers.t
25028            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
25029            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
25030            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
25031            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
25032            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
25033            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
25034            ! macos/bundled_lib/t/libwww-perl/live/validator.t
25035            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
25036 ____________________________________________________________________________
25037 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
25038         Log: Subject: [PATCH] Socket::sockaddr_family
25039              From: Gisle Aas <gisle@ActiveState.com> 
25040              Date: 15 Jan 2002 06:35:28 -0800
25041              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
25042      Branch: perl
25043            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
25044 ____________________________________________________________________________
25045 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
25046         Log: Subject: [PATCH perldiag] Style issue
25047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25048              Date: Tue, 15 Jan 2002 15:36:30 +0100                
25049              Message-ID: <20020115153630.A11568@rafael>
25050      Branch: perl
25051            ! pod/perldiag.pod
25052 ____________________________________________________________________________
25053 [ 14277] By: nick                                  on 2002/01/15  14:30:51
25054         Log: Correct name of PL_OP_SLAB_ALLOC
25055      Branch: perlio
25056            ! perl.h
25057 ____________________________________________________________________________
25058 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
25059         Log: NetWare tweak from Ananth Kesari.
25060      Branch: perl
25061            ! lib/ExtUtils/MakeMaker.pm
25062 ____________________________________________________________________________
25063 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
25064         Log: Throwback.
25065      Branch: perl
25066            ! MANIFEST
25067 ____________________________________________________________________________
25068 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
25069         Log: A couple of additional character classes from Jeffrey,
25070              hopefully useful in future for internal use for implementing
25071              some special cases of casing.
25072              
25073              Also regenerate once more all the character classes,
25074              now without the timestamp.  A timestamp would be kind of
25075              nice but it's not: having a timestamp in a file means that
25076              even if the effective contents of file really didn't
25077              change, the file looks as if it changed.
25078      Branch: perl
25079            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
25080            + lib/unicore/Is/CombAbov.pl
25081            ! (edit 304 files)
25082 ____________________________________________________________________________
25083 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
25084         Log: Make the test harder.
25085      Branch: perl
25086            ! t/op/pat.t
25087 ____________________________________________________________________________
25088 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
25089         Log: Additional utf8_heavy.pl tweak from Jeffrey.
25090      Branch: perl
25091            ! lib/utf8_heavy.pl
25092 ____________________________________________________________________________
25093 [ 14271] By: nick                                  on 2002/01/15  11:29:47
25094         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
25095      Branch: perlio
25096            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
25097            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
25098 ____________________________________________________________________________
25099 [ 14270] By: nick                                  on 2002/01/15  08:19:08
25100         Log: Integrate rest of mainline
25101      Branch: perlio
25102           !> (integrate 28 files)
25103 ____________________________________________________________________________
25104 [ 14269] By: nick                                  on 2002/01/15  08:02:44
25105         Log: Typo in #else branch of PL_SLAB_ALLOC
25106      Branch: perlio
25107            ! op.c
25108 ____________________________________________________________________________
25109 [ 14268] By: nick                                  on 2002/01/15  07:57:47
25110         Log: const-ness fix in savepv's passing of NULL
25111      Branch: perlio
25112            ! util.c
25113 ____________________________________________________________________________
25114 [ 14267] By: nick                                  on 2002/01/15  07:42:17
25115         Log: Hand merge of non slab allocator stuff
25116      Branch: perlio
25117            ! op.c
25118 ____________________________________________________________________________
25119 [ 14266] By: nick                                  on 2002/01/15  07:39:33
25120         Log: Slab allocator submit after resolve -ay to keep it!
25121      Branch: perlio
25122           !> op.c
25123 ____________________________________________________________________________
25124 [ 14265] By: nick                                  on 2002/01/15  07:05:06
25125         Log: Blind integrate of bulk of mainline.
25126      Branch: perlio
25127           +> (branch 173 files)
25128            - (delete 184 files)
25129           !> (integrate 146 files)
25130 ____________________________________________________________________________
25131 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
25132         Log: Pod nits.
25133      Branch: perl
25134            ! lib/Unicode/UCD.pm pod/perlunicode.pod
25135 ____________________________________________________________________________
25136 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
25137         Log: The Unicode categories doc patch to go with #14254,
25138              from Jeffrey.
25139      Branch: perl
25140            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
25141 ____________________________________________________________________________
25142 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
25143         Log: There isn't going to be perl.third.exe.
25144      Branch: perl
25145            ! Makefile.SH
25146 ____________________________________________________________________________
25147 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
25148         Log: Subject: [PATCH] small coredump correction
25149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25150              Date: Tue, 15 Jan 2002 00:22:52 +0100
25151              Message-ID: <20020115002252.I691@rafael>
25152      Branch: perl
25153            ! op.c
25154 ____________________________________________________________________________
25155 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
25156         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
25157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25158              Date: Mon, 14 Jan 2002 23:03:04 +0100
25159              Message-ID: <20020114230304.A691@rafael>   
25160              
25161              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
25162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25163              Date: Mon, 14 Jan 2002 23:18:43 +0100
25164              Message-ID: <20020114231843.E691@rafael>   
25165      Branch: perl
25166            ! pod/perlsub.pod t/op/override.t toke.c
25167 ____________________________________________________________________________
25168 [ 14259] By: nick                                  on 2002/01/14  22:02:49
25169         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
25170              Need to use CopXXXXX macros everywhere and add CopSTASH_free
25171              Add new scope type and add support for it to scope.c and scope stack
25172              dup-er in sv.c. Add savesharedpv().
25173              Also zealous version of Win32's vmem.h to catch all the abuses.
25174              With this t/op/fork.t passes even with zealous checking and 
25175              checker is point a finger at various threads/shared issues.
25176              
25177              PL_curcop->cop_io is still an issue.
25178      Branch: perlio
25179            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
25180            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
25181            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
25182            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
25183            ! win32/vmem.h win32/win32.c win32/win32.h
25184 ____________________________________________________________________________
25185 [ 14258] By: nick                                  on 2002/01/14  20:24:28
25186         Log: Integrate build parts of mainline
25187      Branch: perlio
25188           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
25189           !> lib/ExtUtils/t/MM_Win32.t
25190 ____________________________________________________________________________
25191 [ 14257] By: nick                                  on 2002/01/14  16:10:54
25192         Log: Inverted sense of special-ness of specialCopIO - supposed to 
25193              be true if value is "special" i.e. NOT an SV.
25194      Branch: perlio
25195            ! perlio.h
25196 ____________________________________________________________________________
25197 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
25198         Log: Update Changes.
25199      Branch: perl
25200            ! Changes patchlevel.h
25201 ____________________________________________________________________________
25202 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
25203         Log: Retract #14251 (the op slab allocator from perlio)
25204              until we figure out why 2.2.19 x86 debian gets
25205              a circular sibling chain and therefore hangs in
25206              the Perl_ck_subr() sibling for-loop.
25207      Branch: perl
25208            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25209            ! perlapi.c perlapi.h proto.h
25210 ____________________________________________________________________________
25211 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
25212         Log: Big mktables rewrite from Jeffrey;
25213              documentation not yet updated.
25214      Branch: perl
25215            + (add 171 files)
25216            - (delete 182 files)
25217            ! (edit 135 files)
25218 ____________________________________________________________________________
25219 [ 14253] By: ams                                   on 2002/01/14  03:15:05
25220         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
25221              From: Michael G Schwern <schwern@pobox.com>
25222              Date: Sun, 13 Jan 2002 21:00:07 -0500
25223              Message-Id: <20020114020007.GB2877@blackrider>
25224      Branch: perl
25225            ! lib/Cwd.pm
25226 ____________________________________________________________________________
25227 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
25228         Log: Subject: Re: Win32 status - progress !
25229              From: Abe Timmerman <abe@ztreet.demon.nl>       
25230              Date: Mon, 14 Jan 2002 02:29:51 +0100
25231              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
25232      Branch: perl
25233            ! lib/ExtUtils/t/MM_Win32.t
25234 ____________________________________________________________________________
25235 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
25236         Log: Integrate perlio:
25237              
25238              [ 14250]
25239              Slab allocator for ops
25240              - moved the statics to intrpvar.h
25241              - implemented Slab_Free()
25242              - uses PerlMemShared (for now) if distinction exists.
25243      Branch: perl
25244           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25245           !> perlapi.c perlapi.h proto.h
25246 ____________________________________________________________________________
25247 [ 14250] By: nick                                  on 2002/01/13  23:22:34
25248         Log: Slab allocator for ops
25249              - moved the statics to intrpvar.h
25250              - implemented Slab_Free()
25251              - uses PerlMemShared (for now) if distinction exists.
25252      Branch: perlio
25253            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25254            ! perlapi.c perlapi.h proto.h
25255 ____________________________________________________________________________
25256 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
25257         Log: Start a new test category: uni.  Much of t/op/pat
25258              should probably be moved here, but holding on that
25259              until Jeffrey finishes his big mktables rewrite.
25260              Bits and pieces of op/split, op/pack, op/append,
25261              op/join, could probably be moved to respective uni
25262              tests, too.
25263      Branch: perl
25264            + t/uni/fold.t t/uni/sprintf.t
25265            - t/op/unifold.t t/op/unisprintf.t
25266            ! MANIFEST t/TEST t/harness
25267 ____________________________________________________________________________
25268 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
25269         Log: Subject: [PATCH] enable Win32 to build again
25270              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25271              Date: Sun, 13 Jan 2002 21:49:24 +0100
25272              Message-ID: <3C4200E4.15926.23F6131@localhost>
25273              
25274              miniperl.exe.exe does not exe that well.
25275      Branch: perl
25276            ! lib/ExtUtils/MM_Unix.pm
25277 ____________________________________________________________________________
25278 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
25279         Log: Mention some of the load-affected tests.
25280      Branch: perl
25281            ! INSTALL
25282 ____________________________________________________________________________
25283 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
25284         Log: Move the UTF-8 conversion code earlier so that
25285              op/ver is happy.
25286      Branch: perl
25287            ! sv.c t/op/ver.t
25288 ____________________________________________________________________________
25289 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
25290         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
25291              have diverged quite a bit so no updates there.
25292      Branch: perl
25293            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
25294            ! ext/List/Util/lib/List/Util.pm
25295            ! ext/List/Util/lib/Scalar/Util.pm
25296 ____________________________________________________________________________
25297 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
25298         Log: Make the crypt() pickier: if downgrading doesn't work,
25299              croak.
25300      Branch: perl
25301            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
25302 ____________________________________________________________________________
25303 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
25304         Log: Grow the buffer in case Unicode caused size changes
25305              (and it very probably did).
25306      Branch: perl
25307            ! sv.c
25308 ____________________________________________________________________________
25309 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
25310         Log: Future-proofing from Jeffrey Friedl (for conflicting
25311              In* and Is* names).
25312      Branch: perl
25313            ! lib/utf8_heavy.pl
25314 ____________________________________________________________________________
25315 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
25316         Log: Subject: [PATCH] Re: Warning in B.xs
25317              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25318              Date: Sun, 13 Jan 2002 19:39:52 +0100
25319              Message-ID: <3C41E288.20562.1C8C895@localhost>
25320      Branch: perl
25321            ! ext/B/B.xs
25322 ____________________________________________________________________________
25323 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
25324         Log: Subject: Re: lookbehind broken with latest bleedperl
25325              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25326              Date: Sun, 13 Jan 2002 18:06:22 +0000
25327              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
25328      Branch: perl
25329            ! regexec.c t/op/re_tests
25330 ____________________________________________________________________________
25331 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
25332         Log: Subject: [PATCH] more MM_Unix.t tests
25333              From: Tels <perl_dummy@bloodgate.com>
25334              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
25335              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
25336              
25337              Subject: [PATCH] 14220 misunderstood, I bet          
25338              From: andreas.koenig@anima.de (Andreas J. Koenig)
25339              Date: 12 Jan 2002 21:31:58 +0100
25340              Message-ID: <m3k7un8g5d.fsf@anima.de>
25341      Branch: perl
25342            ! lib/ExtUtils/t/MM_Unix.t
25343 ____________________________________________________________________________
25344 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
25345         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
25346              From: Tels <perl_dummy@bloodgate.com>
25347              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
25348              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
25349              
25350              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
25351              From: Tels <perl_dummy@bloodgate.com>
25352              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
25353              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
25354      Branch: perl
25355            ! lib/ExtUtils/MM_Unix.pm
25356 ____________________________________________________________________________
25357 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
25358         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
25359              From: Nicholas Clark <nick@unfortu.net> 
25360              Date: Sun, 13 Jan 2002 15:58:34 +0000
25361              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
25362      Branch: perl
25363            ! lib/Benchmark.t
25364 ____________________________________________________________________________
25365 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
25366         Log: Anton Berezin did more reading and the uid setting story
25367              gets more complex.
25368      Branch: perl
25369            ! pod/perltodo.pod utils/perldoc.PL
25370 ____________________________________________________________________________
25371 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
25372         Log: Integrate perlio:
25373              
25374              [ 14232]
25375              Win32 fixes:
25376              - vmem.h hack to handle free-by-wrong-thread after eval "".
25377              - Initialize timerid 
25378      Branch: perl
25379           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25380 ____________________________________________________________________________
25381 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
25382         Log: Subject: Re: HiRes
25383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25384              Date: Sun, 13 Jan 2002 10:18:46 +0100
25385              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
25386              
25387              Give up on socketpair in HP-UX.
25388      Branch: perl
25389            ! ext/Socket/socketpair.t
25390 ____________________________________________________________________________
25391 [ 14233] By: nick                                  on 2002/01/13  16:29:30
25392         Log: Integrate mainline
25393      Branch: perlio
25394           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
25395           !> (integrate 46 files)
25396 ____________________________________________________________________________
25397 [ 14232] By: nick                                  on 2002/01/13  15:37:48
25398         Log: Win32 fixes:
25399              - vmem.h hack to handle free-by-wrong-thread after eval "".
25400              - Initialize timerid 
25401      Branch: perlio
25402            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25403 ____________________________________________________________________________
25404 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
25405         Log: *groan*
25406      Branch: perl
25407            ! t/op/pat.t
25408 ____________________________________________________________________________
25409 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
25410         Log: One more sharp s case found by Jeffrey.
25411      Branch: perl
25412            ! regexec.c t/op/pat.t
25413 ____________________________________________________________________________
25414 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
25415         Log: Comment tweak.
25416      Branch: perl
25417            ! regexec.c
25418 ____________________________________________________________________________
25419 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
25420         Log: Don't bother checking for the Greek special
25421              cases if the node is too short.
25422      Branch: perl
25423            ! regcomp.c
25424 ____________________________________________________________________________
25425 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
25426         Log: Update Changes.
25427      Branch: perl
25428            ! Changes patchlevel.h
25429 ____________________________________________________________________________
25430 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
25431         Log: metaconfig unit change for #14225.
25432      Branch: metaconfig
25433            + U/modified/i_ndbm.U
25434 ____________________________________________________________________________
25435 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
25436         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
25437              From: Jonathan Stowe <gellyfish@gellyfish.com>
25438              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
25439              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
25440      Branch: perl
25441            ! Configure config_h.SH
25442 ____________________________________________________________________________
25443 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
25444         Log: Quick reformat using indent -kr -nce, as requested
25445              by Dan Kogai and suggest by NI-S.
25446      Branch: perl
25447            ! ext/Encode/encengine.c
25448 ____________________________________________________________________________
25449 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
25450         Log: Couple more Unicode lookbehind tests.
25451      Branch: perl
25452            ! t/op/pat.t
25453 ____________________________________________________________________________
25454 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
25455         Log: Sharp S as a special treat for our German UTF-8 testers :-)
25456      Branch: perl
25457            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
25458 ____________________________________________________________________________
25459 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
25460         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
25461              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25462              Date: Sat, 12 Jan 2002 20:37:32 +0100
25463              Message-ID: <3C409E8C.16203.196C2D3@localhost>
25464      Branch: perl
25465            ! ext/B/B/Deparse.pm
25466 ____________________________________________________________________________
25467 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
25468         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
25469              really worth the bits it's printed on?
25470      Branch: perl
25471            ! lib/ExtUtils/t/MM_Unix.t
25472 ____________________________________________________________________________
25473 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
25474         Log: Special treatment for U+03B0 and U+0390 in //i,
25475              this means that we can remove the minlen pessimisations
25476              introduced by the #14096.
25477      Branch: perl
25478            ! pp_hot.c regcomp.c regexec.c
25479 ____________________________________________________________________________
25480 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
25481         Log: Integrate perlio:
25482              
25483              [ 14214]
25484              Win32-ize socketpair test
25485              - Win32 can fork even though $Config{d_fork} is undef
25486              - SOCK_DGRAM does not work - skip those tests.
25487              
25488              [ 14213]
25489              Abstract out the cloning of SvPVX and handle shared pv in a 
25490              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25491      Branch: perl
25492           !> ext/Socket/socketpair.t sv.c
25493 ____________________________________________________________________________
25494 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
25495         Log: One should first drop the real uid, not the effective uid.
25496              [ID 20020110.003]
25497      Branch: perl
25498            ! utils/perldoc.PL
25499 ____________________________________________________________________________
25500 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
25501         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
25502              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25503              Date: Fri, 11 Jan 2002 23:29:48 +0100
25504              Message-ID: <3C3F756C.4581.2E2A938@localhost>
25505      Branch: perl
25506            + ext/B/C/C.xs ext/B/C/Makefile.PL
25507            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
25508            ! utils/perlcc.PL
25509 ____________________________________________________________________________
25510 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
25511         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25512              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
25513              Date: Fri, 11 Jan 2002 14:29:30 -0800
25514              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
25515      Branch: perl
25516            ! ext/B/t/concise.t
25517 ____________________________________________________________________________
25518 [ 14214] By: nick                                  on 2002/01/12  12:31:12
25519         Log: Win32-ize socketpair test
25520              - Win32 can fork even though $Config{d_fork} is undef
25521              - SOCK_DGRAM does not work - skip those tests.
25522      Branch: perlio
25523            ! ext/Socket/socketpair.t
25524 ____________________________________________________________________________
25525 [ 14213] By: nick                                  on 2002/01/12  11:46:28
25526         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
25527              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25528      Branch: perlio
25529            ! sv.c
25530 ____________________________________________________________________________
25531 [ 14212] By: ams                                   on 2002/01/12  06:10:52
25532         Log: Subject: [PATCH] More fixes for Stratus VOS
25533              From: "Green, Paul" <Paul.Green@stratus.com>
25534              Date: Fri, 11 Jan 2002 17:30:37 -0500
25535              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
25536      Branch: perl
25537            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
25538 ____________________________________________________________________________
25539 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
25540         Log: Upgrade to CGI.pm 2.80.
25541      Branch: perl
25542            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
25543 ____________________________________________________________________________
25544 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
25545         Log: FAQ sync.
25546      Branch: perl
25547            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25548            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25549            ! pod/perlfaq8.pod
25550 ____________________________________________________________________________
25551 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
25552         Log: This is getting embarrassing.
25553      Branch: perl
25554            ! t/op/pat.t
25555 ____________________________________________________________________________
25556 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
25557         Log: Doc tweaks.
25558      Branch: perl
25559            ! pod/perlunicode.pod
25560 ____________________________________________________________________________
25561 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
25562         Log: Updating the test count is good; also rephrasing
25563              so that there is no ok output containing "not".
25564      Branch: perl
25565            ! t/op/pat.t
25566 ____________________________________________________________________________
25567 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
25568         Log: Andreas is busy :-)
25569      Branch: perl
25570            ! doop.c t/op/unisprintf.t
25571 ____________________________________________________________________________
25572 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
25573         Log: Unicode lookbehind looked bad.
25574      Branch: perl
25575            ! regexec.c t/op/pat.t
25576 ____________________________________________________________________________
25577 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
25578         Log: Garbage collection.
25579      Branch: perl
25580            ! t/run/kill_perl.t
25581 ____________________________________________________________________________
25582 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
25583         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
25584              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25585              Date: Fri, 11 Jan 2002 23:29:48 +0100
25586              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
25587      Branch: perl
25588            ! embed.fnc global.sym makedef.pl
25589 ____________________________________________________________________________
25590 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
25591         Log: Subject: [PATCH] perldelta nit?
25592              From: Robert Spier <rspier@pobox.com>
25593              Date: Fri, 11 Jan 2002 15:19:16 -0800
25594              Message-ID: <15423.29428.164185.251700@rls.cx>
25595      Branch: perl
25596            ! pod/perldelta.pod
25597 ____________________________________________________________________________
25598 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
25599         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25600              From: Michael G Schwern <schwern@pobox.com>
25601              Date: Fri, 11 Jan 2002 17:08:17 -0500
25602              Message-ID: <20020111220817.GG2838@blackrider>
25603      Branch: perl
25604            ! t/run/kill_perl.t t/test.pl
25605 ____________________________________________________________________________
25606 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
25607         Log: Subject: [PATCH] Correct misleading error message
25608              From: Mike Guy <mjtg@cam.ac.uk>
25609              Date: Fri, 11 Jan 2002 18:36:33 +0000
25610              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
25611              
25612              hash assignment -> anonymous hash
25613      Branch: perl
25614            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
25615 ____________________________________________________________________________
25616 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
25617         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
25618              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25619              Date: Fri, 11 Jan 2002 16:58:14 +0100
25620              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
25621      Branch: perl
25622            ! ext/Unicode/Normalize/mkheader
25623 ____________________________________________________________________________
25624 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
25625         Log: Add a new test for is-sprintf-preserving Unicodeness:
25626              #14194 and an old one from kill_perl.t (I could have used
25627              sprintf.t, but it's format was quite fixed, and I didn't
25628              feel like breaking the format)
25629      Branch: perl
25630            + t/op/unisprintf.t
25631            ! MANIFEST t/run/kill_perl.t
25632 ____________________________________________________________________________
25633 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
25634         Log: Integrate perlio:
25635              
25636              [ 14196]
25637              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25638              as C runtime seems to get its hands on them even though we said
25639              they were handled.
25640              Still an issue with "die" out of signal handler - get panic: pp_iter
25641      Branch: perl
25642           !> win32/win32.c
25643 ____________________________________________________________________________
25644 [ 14196] By: nick                                  on 2002/01/11  20:58:20
25645         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25646              as C runtime seems to get its hands on them even though we said
25647              they were handled.
25648              Still an issue with "die" out of signal handler - get panic: pp_iter
25649      Branch: perlio
25650            ! win32/win32.c
25651 ____________________________________________________________________________
25652 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25653         Log: Integrate perlio:
25654              
25655              [ 14192]
25656              A mostly-stable version of "new" Win32 signal/kill support.
25657      Branch: perl
25658           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25659           !> win32/config.gc win32/config.vc win32/config_H.bc
25660           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25661           !> win32/makefile.mk win32/win32.c win32/win32.h
25662 ____________________________________________________________________________
25663 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25664         Log: Fix for
25665              
25666              Subject: UTF-8 sprintf bug in bleadperl
25667              From: andreas.koenig@anima.de (Andreas J. Koenig)
25668              Date: 11 Jan 2002 15:47:15 +0100
25669              Message-ID: <m3vge99c7g.fsf@anima.de>
25670              
25671              I have tests, have just to figure out where to put them
25672              since op/sprintf looks a bit unfriendly for tests of
25673              somewhat freer form.
25674      Branch: perl
25675            ! doop.c sv.c
25676 ____________________________________________________________________________
25677 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25678         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25679              Builds and passes a few tests.
25680      Branch: perlio
25681           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25682           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25683           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25684           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25685           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25686           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25687           +> t/lib/sample-tests/lone_not_bug
25688           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25689           +> t/lib/sample-tests/vms_nit
25690           !> (integrate 63 files)
25691 ____________________________________________________________________________
25692 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25693         Log: A mostly-stable version of "new" Win32 signal/kill support.
25694      Branch: perlio
25695            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25696            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25697            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25698            ! win32/win32.h
25699 ____________________________________________________________________________
25700 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25701         Log: Update Changes.
25702      Branch: perl
25703            ! Changes patchlevel.h
25704 ____________________________________________________________________________
25705 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25706         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25707              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25708              Date: Thu, 10 Jan 2002 18:21:34 -0800
25709              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25710      Branch: perl
25711            + ext/B/t/concise.t
25712            ! MANIFEST
25713 ____________________________________________________________________________
25714 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25715         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25716              necessary in form.t and html.t @INC setups.
25717      Branch: perl
25718            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25719 ____________________________________________________________________________
25720 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25721         Log: Yet another twist.
25722      Branch: perl
25723            ! t/test.pl
25724 ____________________________________________________________________________
25725 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25726         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25728              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25729              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25730      Branch: perl
25731            ! hints/aix.sh
25732 ____________________________________________________________________________
25733 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25734         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25735              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25736              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25737              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25738      Branch: perl
25739            ! lib/AnyDBM_File.t
25740 ____________________________________________________________________________
25741 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25742         Log: Arguments were being mangled.
25743      Branch: perl
25744            ! t/test.pl
25745 ____________________________________________________________________________
25746 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25747         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25748              From: Jonathan Stowe <gellyfish@gellyfish.com>
25749              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25750              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25751      Branch: perl
25752            ! lib/AnyDBM_File.t
25753 ____________________________________________________________________________
25754 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25755         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25756              From: Michael G Schwern <schwern@pobox.com> 
25757              Date: Fri, 11 Jan 2002 04:26:27 -0500
25758              Message-ID: <20020111092626.GA16544@blackrider>
25759      Branch: perl
25760            ! t/run/kill_perl.t t/test.pl
25761 ____________________________________________________________________________
25762 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
25763         Log: Subject: [PATCH] Test::Harness 2.01
25764              From: Michael G Schwern <schwern@pobox.com> 
25765              Date: Thu, 10 Jan 2002 21:11:24 -0500
25766              Message-ID: <20020111021123.GA30666@blackrider>
25767      Branch: perl
25768            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
25769            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
25770            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25771            + lib/Test/Harness/t/nonumbers.t
25772            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25773            + t/lib/sample-tests/lone_not_bug
25774            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25775            + t/lib/sample-tests/vms_nit
25776            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25777            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
25778 ____________________________________________________________________________
25779 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
25780         Log: patch is silly when creating new files: don't run
25781              patch more than once.
25782      Branch: perl
25783            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25784 ____________________________________________________________________________
25785 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
25786         Log: Forgot from #14179.
25787      Branch: perl
25788            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
25789 ____________________________________________________________________________
25790 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
25791         Log: Subject: [PATCH] is() undef/'' behavior change
25792              From: Michael G Schwern <schwern@pobox.com> 
25793              Date: Fri, 11 Jan 2002 03:35:51 -0500
25794              Message-ID: <20020111083551.GC30666@blackrider>
25795              
25796              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
25797              From: Michael G Schwern <schwern@pobox.com> 
25798              Date: Fri, 11 Jan 2002 03:37:44 -0500
25799              Message-ID: <20020111083744.GD30666@blackrider>
25800      Branch: perl
25801            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
25802            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
25803            ! lib/Pod/t/InputObjects.t lib/blib.t
25804 ____________________________________________________________________________
25805 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
25806         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
25807              From: Michael G Schwern <schwern@pobox.com> 
25808              Date: Thu, 10 Jan 2002 19:56:23 -0500
25809              Message-ID: <20020111005623.GA13192@blackrider>
25810      Branch: perl
25811            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25812            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25813            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25814            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
25815            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25816            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25817            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
25818            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
25819            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
25820            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
25821            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
25822            ! lib/Test/Simple/t/plan_is_noplan.t
25823            ! lib/Test/Simple/t/plan_no_plan.t
25824            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
25825            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
25826            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
25827            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
25828            ! lib/Test/Tutorial.pod
25829 ____________________________________________________________________________
25830 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
25831         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
25832              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
25833              
25834              turns out even the malloc() was never really needed to begin with,
25835              so get rid of it
25836      Branch: perl
25837            ! sv.c
25838 ____________________________________________________________________________
25839 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
25840         Log: Small doc tweaks.
25841      Branch: perl
25842            ! pod/perluniintro.pod
25843 ____________________________________________________________________________
25844 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
25845         Log: support using the CRT's malloc() family of functions instead of
25846              the internal one when ithreads is enabled; allocate large blocks
25847              using VirtualAlloc() since the Heap*() functions may only be tuned
25848              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
25849              
25850              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
25851              also see comments at the top of win32/vmem.h for other options that
25852              can be set
25853      Branch: perl
25854            ! win32/vmem.h
25855 ____________________________________________________________________________
25856 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
25857         Log: Subject: micropatch
25858              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25859              Date: Thu, 10 Jan 2002 18:20:58 +0000
25860              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
25861      Branch: perl
25862            ! regcomp.c
25863 ____________________________________________________________________________
25864 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
25865         Log: Subject: [PATCH] Embed.t on Win32
25866              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25867              Date: Thu, 10 Jan 2002 18:56:21 +0100
25868              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
25869      Branch: perl
25870            ! lib/ExtUtils/t/Embed.t
25871 ____________________________________________________________________________
25872 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
25873         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
25874              From: Gisle Aas <gisle@ActiveState.com>
25875              Date: 10 Jan 2002 08:56:05 -0800
25876              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
25877      Branch: perl
25878            ! toke.c
25879 ____________________________________________________________________________
25880 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
25881         Log: Subject: [PATCH] doc fixes
25882              From: "Brendan O'Dea" <bod@debian.org>
25883              Date: Fri, 11 Jan 2002 03:49:54 +1100
25884              Message-ID: <20020110164954.GA21891@compusol.com.au>
25885      Branch: perl
25886            ! lib/I18N/Collate.pm pod/perlfunc.pod
25887 ____________________________________________________________________________
25888 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
25889         Log: Integrate perlio:
25890              
25891              [ 14167]
25892              More signal hackery
25893      Branch: perl
25894           !> win32/win32.c
25895 ____________________________________________________________________________
25896 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
25897         Log: No need to show internal encodings, or return them
25898              in random order.
25899      Branch: perl
25900            ! ext/Encode/Encode.pm
25901 ____________________________________________________________________________
25902 [ 14168] By: nick                                  on 2002/01/10  17:33:31
25903         Log: Integrate mainline
25904      Branch: perlio
25905            - ext/Unicode/Normalize/Normalize.pod
25906           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25907           !> ext/Unicode/Normalize/Makefile.PL
25908           !> ext/Unicode/Normalize/Normalize.pm
25909           !> ext/Unicode/Normalize/Normalize.xs
25910           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
25911           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
25912           !> t/run/kill_perl.t toke.c
25913 ____________________________________________________________________________
25914 [ 14167] By: nick                                  on 2002/01/10  17:08:35
25915         Log: More signal hackery
25916      Branch: perlio
25917            ! win32/win32.c
25918 ____________________________________________________________________________
25919 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
25920         Log: I think we can claim to be supporting Unicode
25921              "loose matching" now.
25922      Branch: perl
25923            ! pod/perlunicode.pod
25924 ____________________________________________________________________________
25925 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25926         Log: Subject: doc patch
25927              From: mjd@plover.com
25928              Date: 10 Jan 2002 15:12:27 -0000
25929              Message-ID: <20020110151227.14850.qmail@plover.com>
25930      Branch: perl
25931            ! pod/perlrun.pod
25932 ____________________________________________________________________________
25933 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25934         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25935              From: Andy Dougherty <doughera@lafayette.edu>
25936              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25937              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25938      Branch: perl
25939            ! hints/linux.sh
25940 ____________________________________________________________________________
25941 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25942         Log: Integrate perlio:
25943              
25944              [ 14160]
25945              Skeleton coding of more kill() support on Win32.
25946      Branch: perl
25947           !> win32/win32.c
25948 ____________________________________________________________________________
25949 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25950         Log: Subject: [PATCH] Magic numbers in B::Concise
25951              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25952              Date: Wed, 9 Jan 2002 23:04:01 -0800
25953              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25954      Branch: perl
25955            ! ext/B/B/Concise.pm ext/B/O.pm
25956 ____________________________________________________________________________
25957 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25958         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25959              From: Gisle Aas <gisle@ActiveState.com>
25960              Date: 09 Jan 2002 21:52:40 -0800
25961              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25962      Branch: perl
25963            ! t/lib/strict/vars toke.c
25964 ____________________________________________________________________________
25965 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25966         Log: Skeleton coding of more kill() support on Win32.
25967      Branch: perlio
25968            ! win32/win32.c
25969 ____________________________________________________________________________
25970 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25971         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25972              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25973              Date: Wed, 9 Jan 2002 23:24:32 +0100
25974              Message-ID: <20020109232432.A692@rafael>
25975      Branch: perl
25976            ! ext/B/B/Deparse.pm
25977 ____________________________________________________________________________
25978 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25979         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25980              From: Jonathan Stowe <gellyfish@gellyfish.com>
25981              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25982              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25983      Branch: perl
25984            ! t/run/kill_perl.t
25985 ____________________________________________________________________________
25986 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25987         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25988              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25989              Date: Wed, 09 Jan 2002 20:16:54 +0000
25990              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25991      Branch: perl
25992            ! regexec.c
25993 ____________________________________________________________________________
25994 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25995         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25996              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25997              Date: Thu, 10 Jan 2002 01:08:56 +0900
25998              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25999      Branch: perl
26000            - ext/Unicode/Normalize/Normalize.pod
26001            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
26002            ! ext/Unicode/Normalize/Normalize.pm
26003            ! ext/Unicode/Normalize/Normalize.xs
26004            ! ext/Unicode/Normalize/mkheader
26005 ____________________________________________________________________________
26006 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
26007         Log: Integrate perlio:
26008              
26009              [ 14151]
26010              (Re-)implement alarm() for Win32.
26011      Branch: perl
26012           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
26013           !> win32/win32iop.h
26014 ____________________________________________________________________________
26015 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
26016         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
26017              From: Nicholas Clark <nick@unfortu.net>
26018              Date: Wed, 9 Jan 2002 17:56:04 +0000
26019              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
26020      Branch: perl
26021            ! t/op/readdir.t
26022 ____________________________________________________________________________
26023 [ 14153] By: nick                                  on 2002/01/09  16:18:57
26024         Log: Integrate mainline
26025      Branch: perlio
26026           +> ext/threads/t/stress_re.t t/op/unifold.t
26027            - lib/unifold.t
26028           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
26029           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
26030           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
26031 ____________________________________________________________________________
26032 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
26033         Log: Update Changes.
26034      Branch: perl
26035            ! Changes patchlevel.h
26036 ____________________________________________________________________________
26037 [ 14151] By: nick                                  on 2002/01/09  14:27:36
26038         Log: (Re-)implement alarm() for Win32.
26039      Branch: perlio
26040            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
26041            ! win32/win32iop.h
26042 ____________________________________________________________________________
26043 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
26044         Log: Thinko.
26045      Branch: perl
26046            ! ext/threads/t/stress_re.t
26047 ____________________________________________________________________________
26048 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
26049         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
26050              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
26051              Date: Wed, 09 Jan 2002 13:37:17 +0000                
26052              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
26053      Branch: perl
26054            ! regexec.c t/op/re_tests
26055 ____________________________________________________________________________
26056 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
26057         Log: Subject: Re: Weird Malformed warning in bleadperl    
26058              From: andreas.koenig@anima.de (Andreas J. Koenig)    
26059              Date: 09 Jan 2002 11:12:37 +0100
26060              Message-ID: <m3itabbzoq.fsf@anima.de>
26061      Branch: perl
26062            ! regexec.c t/op/pat.t
26063 ____________________________________________________________________________
26064 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
26065         Log: Forgot stress_re.t from MANIFEST.
26066      Branch: perl
26067            ! MANIFEST
26068 ____________________________________________________________________________
26069 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
26070         Log: In dumping use isPRINT() instead of isprint() so that locale
26071              does not come into play.
26072      Branch: perl
26073            ! utf8.c
26074 ____________________________________________________________________________
26075 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
26076         Log: Add a threads stress test for regular expressions
26077              (mostly just a modified stress_string.t) and doesn't
26078              test that much of regular expressions, just that $1
26079              doesn't get stomped by competing threads (as it does
26080              in the 5005threads of old).
26081      Branch: perl
26082            + ext/threads/t/stress_re.t
26083            ! MANIFEST
26084 ____________________________________________________________________________
26085 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
26086         Log: (retracted by #14307)
26087              Subject: Re: [ID 20010912.007] substr reference core dump
26088              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26089              Date: Tue, 08 Jan 2002 19:17:50 +0000
26090              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
26091      Branch: perl
26092            ! scope.c t/run/kill_perl.t
26093 ____________________________________________________________________________
26094 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
26095         Log: SANY (. with /s) wasn't happy on Unicode.
26096      Branch: perl
26097            ! regexec.c t/op/pat.t
26098 ____________________________________________________________________________
26099 [ 14142] By: ams                                   on 2002/01/08  22:42:10
26100         Log: Subject: [PATCH] perldebug nit
26101              From: Tels <tels@bloodgate.com>
26102              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
26103      Branch: perl
26104            ! pod/perldebug.pod
26105 ____________________________________________________________________________
26106 [ 14141] By: ams                                   on 2002/01/08  21:32:59
26107         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
26108              From: "Green, Paul" <Paul.Green@stratus.com>
26109              Date: Tue, 8 Jan 2002 17:31:35 -0500
26110              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
26111      Branch: perl
26112            ! Makefile.SH
26113 ____________________________________________________________________________
26114 [ 14140] By: ams                                   on 2002/01/08  21:27:57
26115         Log: Subject: [PATCH] Re: Slight chokage from Deparse
26116              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26117              Date: Tue, 8 Jan 2002 23:04:45 +0100
26118              Message-Id: <20020108230445.A4798@rafael>
26119      Branch: perl
26120            ! ext/B/B/Deparse.pm
26121 ____________________________________________________________________________
26122 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
26123         Log: Subject: [patch] peep() is rude
26124              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
26125              Date: Tue, 08 Jan 2002 19:17:50 +0000            
26126              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
26127      Branch: perl
26128            ! op.c t/run/kill_perl.t
26129 ____________________________________________________________________________
26130 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
26131         Log: unifold is really an op test since it requires
26132              no external modules for its actual testing:
26133              only the unicore CaseFold.txt file, and File::Spec
26134              to portably access that file.
26135      Branch: perl
26136            + t/op/unifold.t
26137            - lib/unifold.t
26138            ! MANIFEST
26139 ____________________________________________________________________________
26140 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
26141         Log: Subject: [patch] save a test 
26142              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26143              Date: Tue, 08 Jan 2002 16:18:47 +0000
26144              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
26145      Branch: perl
26146            ! regcomp.c
26147 ____________________________________________________________________________
26148 [ 14136] By: nick                                  on 2002/01/08  16:11:55
26149         Log: Integrate mainline
26150      Branch: perlio
26151           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26152           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26153           !> (integrate 37 files)
26154 ____________________________________________________________________________
26155 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
26156         Log: Subject: Not OK 13843 
26157              From: andreas.koenig@anima.de (Andreas J. Koenig)
26158              Date: 08 Jan 2002 14:12:29 +0100
26159              Message-ID: <m38zb9c7gi.fsf@anima.de>
26160      Branch: perl
26161            ! op.c t/op/subst.t
26162 ____________________________________________________________________________
26163 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
26164         Log: Missed one variant of the fold testing, noticed bu Hugo.
26165      Branch: perl
26166            ! lib/unifold.t
26167 ____________________________________________________________________________
26168 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
26169         Log: Enchance the Storable magic description.
26170      Branch: perl
26171            ! ext/Storable/Storable.pm
26172 ____________________________________________________________________________
26173 [ 14132] By: ams                                   on 2002/01/08  09:16:12
26174         Log: Subject: [PATCH] don't installperl pods
26175              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26176              Date: Tue, 08 Jan 2002 10:36:01 +0100
26177              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
26178      Branch: perl
26179            ! installperl
26180 ____________________________________________________________________________
26181 [ 14131] By: ams                                   on 2002/01/08  03:38:40
26182         Log: Subject: Math-BigInt v1.49 released
26183              From: Tels <perl_dummy@bloodgate.com>
26184              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
26185      Branch: perl
26186            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26187            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26188            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26189            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
26190            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
26191            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
26192            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
26193            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
26194            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
26195            ! t/lib/Math/BigInt/Subclass.pm
26196 ____________________________________________________________________________
26197 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
26198         Log: A little better comments.
26199      Branch: perl
26200            ! regexec.c
26201 ____________________________________________________________________________
26202 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
26203         Log: No normalization form DNF.
26204      Branch: perl
26205            ! ext/Unicode/Normalize/Normalize.pm
26206 ____________________________________________________________________________
26207 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
26208         Log: Extension nits found by -Wall (several from threads
26209              and threads::shared, but leaving them to Arthur).
26210      Branch: perl
26211            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
26212            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
26213            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
26214            ! ext/Unicode/Normalize/mkheader x2p/str.c
26215 ____________________________________________________________________________
26216 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
26217         Log: Sync up Changes etc.
26218      Branch: maint-5.6/macperl
26219            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
26220 ____________________________________________________________________________
26221 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
26222         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
26223      Branch: maint-5.6/macperl
26224            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
26225 ____________________________________________________________________________
26226 [ 14125] By: ams                                   on 2002/01/07  22:03:22
26227         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
26228              From: Nicholas Clark (sans From field in mail header)
26229              Date: Mon, 7 Jan 2002 16:18:23 +0000
26230              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
26231      Branch: perl
26232            ! lib/Exporter.pm
26233 ____________________________________________________________________________
26234 [ 14124] By: ams                                   on 2002/01/07  21:46:11
26235         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
26236              From: "Green, Paul" <Paul.Green@stratus.com>
26237              Date: Mon, 7 Jan 2002 16:59:38 -0500
26238              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
26239      Branch: perl
26240            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
26241 ____________________________________________________________________________
26242 [ 14123] By: nick                                  on 2002/01/07  18:49:55
26243         Log: Integrate mainline
26244      Branch: perlio
26245           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
26246           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
26247           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
26248           !> regexec.c t/op/re_tests utf8.c utf8.h
26249 ____________________________________________________________________________
26250 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
26251         Log: Update Changes.
26252      Branch: perl
26253            ! Changes patchlevel.h
26254 ____________________________________________________________________________
26255 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
26256         Log: Subject: [PATCH] Correct module name in perldelta*
26257              From: Mike Guy <mjtg@cam.ac.uk>
26258              Date: Mon, 07 Jan 2002 17:02:43 +0000
26259              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
26260      Branch: perl
26261            ! pod/perl561delta.pod pod/perl56delta.pod
26262 ____________________________________________________________________________
26263 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
26264         Log: AUTHORS update.
26265      Branch: perl
26266            ! AUTHORS
26267 ____________________________________________________________________________
26268 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
26269         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
26270      Branch: perl
26271            ! ext/Storable/Storable.pm
26272 ____________________________________________________________________________
26273 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
26274         Log: perldelta updates.
26275      Branch: perl
26276            ! pod/perldelta.pod
26277 ____________________________________________________________________________
26278 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
26279         Log: Document the flags of pv_uni_display().
26280      Branch: perl
26281            ! pod/perlapi.pod utf8.c
26282 ____________________________________________________________________________
26283 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
26284         Log: Forgot from #14115.
26285      Branch: perl
26286            ! t/op/re_tests
26287 ____________________________________________________________________________
26288 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
26289         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
26290              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26291              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
26292              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
26293      Branch: perl
26294            ! regcomp.c
26295 ____________________________________________________________________________
26296 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
26297         Log: More regex and utf8 debug dumping.
26298      Branch: perl
26299            ! dump.c regcomp.c regexec.c utf8.c utf8.h
26300 ____________________________________________________________________________
26301 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
26302         Log: Unused variable.
26303      Branch: perl
26304            ! regcomp.c
26305 ____________________________________________________________________________
26306 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
26307         Log: Regen toc.
26308      Branch: perl
26309            ! pod/perltoc.pod
26310 ____________________________________________________________________________
26311 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
26312         Log: capitalize correctly, noticed by David Dyck.
26313      Branch: perl
26314            ! lib/sort.pm
26315 ____________________________________________________________________________
26316 [ 14110] By: nick                                  on 2002/01/06  22:05:19
26317         Log: Integrate mainline - threads mended, DB_File sick?
26318      Branch: perlio
26319           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
26320           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26321           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26322           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
26323           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
26324 ____________________________________________________________________________
26325 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
26326         Log: No need to overqualify.
26327      Branch: perl
26328            ! lib/sort.pm
26329 ____________________________________________________________________________
26330 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
26331         Log: PL_debug_pad wasn't initialized to zeroes which broke
26332              ithreads + DEBUGGING.
26333      Branch: perl
26334            ! sv.c
26335 ____________________________________________________________________________
26336 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
26337         Log: Update Changes.
26338      Branch: perl
26339            ! Changes patchlevel.h
26340 ____________________________________________________________________________
26341 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
26342         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
26343              From: Jonathan Stowe <gellyfish@gellyfish.com>
26344              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
26345              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
26346      Branch: perl
26347            ! pp_sys.c
26348 ____________________________________________________________________________
26349 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
26350         Log: DB_File sync from Paul Marquess.
26351      Branch: perl
26352            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26353            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26354            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
26355 ____________________________________________________________________________
26356 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
26357         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
26358              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
26359              Date: Sun, 6 Jan 2002 11:44:30 +0100
26360              Message-ID: <3C38389E.7831.493570@localhost>
26361      Branch: perl
26362            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
26363            ! utils/perlcc.PL
26364 ____________________________________________________________________________
26365 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
26366         Log: Tests for #14098.
26367      Branch: perl
26368            ! t/op/lc.t
26369 ____________________________________________________________________________
26370 [ 14102] By: nick                                  on 2002/01/06  11:33:55
26371         Log: Integrate mainline (PPPort still multi-building).
26372      Branch: perlio
26373           +> lib/unifold.t
26374           !> (integrate 30 files)
26375 ____________________________________________________________________________
26376 [ 14101] By: ams                                   on 2002/01/06  04:52:50
26377         Log: Subject: [PATCH] Bad prototype detection now an optional warning
26378              From: Sam Tregar <sam@tregar.com>
26379              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
26380              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
26381      Branch: perl
26382            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
26383            ! t/comp/proto.t toke.c
26384 ____________________________________________________________________________
26385 [ 14100] By: ams                                   on 2002/01/06  01:56:59
26386         Log: Subject: [PATCH] Correct several Stratus VOS build issues
26387              From: "Green, Paul" <Paul.Green@stratus.com>
26388              Date: Sat, 5 Jan 2002 21:30:56 -0500
26389              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
26390      Branch: perl
26391            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
26392 ____________________________________________________________________________
26393 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
26394         Log: Further perl.org URL elaboration from Ask.
26395      Branch: perl
26396            ! pod/perlfaq1.pod pod/perlfaq2.pod
26397 ____________________________________________________________________________
26398 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
26399         Log: The same problem with To{Lower,Title,Upper}
26400              as earlier with ToFold.
26401      Branch: perl
26402            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
26403            ! lib/unicore/To/Upper.pl lib/unicore/mktables
26404 ____________________________________________________________________________
26405 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
26406         Log: Retract #14057 for now; the alarm/setitimer timers
26407              seen to be the same in many systems, which leads into
26408              hangups.
26409      Branch: perl
26410            ! ext/Time/HiRes/HiRes.t
26411 ____________________________________________________________________________
26412 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
26413         Log: Finish up (ha!) the Unicode case folding;
26414              enhance regex dumping code.
26415      Branch: perl
26416            + lib/unifold.t
26417            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
26418            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
26419 ____________________________________________________________________________
26420 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
26421         Log: Use the perl.org news gw instead of the perl.com one
26422              (from Ask).
26423      Branch: perl
26424            ! pod/perlfaq1.pod pod/perlfaq2.pod
26425 ____________________________________________________________________________
26426 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
26427         Log: Zero() wasn't documented.
26428      Branch: perl
26429            ! pod/perlclib.pod
26430 ____________________________________________________________________________
26431 [ 14093] By: ams                                   on 2002/01/05  17:58:35
26432         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
26433              From: Nicholas Clark <nick@unfortu.net>
26434              Date: Sat, 5 Jan 2002 18:55:39 +0000
26435              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
26436      Branch: perl
26437            ! lib/Memoize/t/tie_ndbm.t
26438 ____________________________________________________________________________
26439 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
26440         Log: Also UNICOS/mk has deviant socketpair().
26441      Branch: perl
26442            ! ext/Socket/socketpair.t
26443 ____________________________________________________________________________
26444 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
26445         Log: Ooops.  Retract the regex parts of #14090.
26446      Branch: perl
26447            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
26448 ____________________________________________________________________________
26449 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
26450         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
26451              From: Nicholas Clark <nick@unfortu.net> 
26452              Date: Sat, 5 Jan 2002 18:10:13 +0000
26453              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
26454      Branch: perl
26455            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
26456            ! regcomp.h regexec.c
26457 ____________________________________________________________________________
26458 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
26459         Log: Integrate perlio:
26460              
26461              [ 14088]
26462              One missing aTHX_
26463      Branch: perl
26464           !> op.c
26465 ____________________________________________________________________________
26466 [ 14088] By: nick                                  on 2002/01/05  12:35:01
26467         Log: One missing aTHX_
26468      Branch: perlio
26469            ! op.c
26470 ____________________________________________________________________________
26471 [ 14087] By: nick                                  on 2002/01/05  12:00:48
26472         Log: Raw integrate of mainline - op.c looks dodgy.
26473      Branch: perlio
26474           +> lib/Pod/t/Functions.t t/op/winsystem.t
26475            - lib/File/Spec/NW5.pm t/op/system.t
26476           !> (integrate 77 files)
26477 ____________________________________________________________________________
26478 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
26479         Log: integrate changes from maint-5.6/macperl branch
26480      Branch: maint-5.6/perl
26481           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
26482           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
26483 ____________________________________________________________________________
26484 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
26485         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
26486              found by Marc Lehmann.
26487      Branch: perl
26488            ! pp.c
26489 ____________________________________________________________________________
26490 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
26491         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
26492              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26493              Date: Sat, 5 Jan 2002 00:31:12 +0100
26494              Message-ID: <20020105003112.E1850@rafael>              
26495      Branch: perl
26496            ! t/comp/proto.t
26497 ____________________________________________________________________________
26498 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
26499         Log: A bit of "perl.com" cleanup.
26500      Branch: perl
26501            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
26502            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26503            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
26504            ! pod/perlmodlib.PL pod/perlmodlib.pod
26505 ____________________________________________________________________________
26506 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
26507         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
26508              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26509              Date: Fri, 4 Jan 2002 23:35:19 +0100
26510              Message-ID: <20020104233519.A1850@rafael>
26511      Branch: perl
26512            ! op.c
26513 ____________________________________________________________________________
26514 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
26515         Log: Integrate change #14062 from macperl;
26516              Define setbuf, setvbuf for Mac OS
26517      Branch: perl
26518           !> ext/IO/IO.xs
26519 ____________________________________________________________________________
26520 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
26521         Log: Bump version, update Changes
26522      Branch: maint-5.6/macperl
26523            ! macos/Changes macos/MPVersion.r
26524 ____________________________________________________________________________
26525 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
26526         Log: Add more droplets
26527      Branch: maint-5.6/macperl
26528            + macos/macperl/Droplets/gluedialect.plx
26529            + macos/macperl/Droplets/glueedit.plx
26530            + macos/macperl/Droplets/gluemac.plx
26531            + macos/macperl/Droplets/gluescriptadds.plx
26532            + macos/macperl/Droplets/installme.plx
26533            + macos/macperl/Droplets/show_glue_pods.plx
26534            + macos/macperl/Droplets/tarzipme.plx
26535            + macos/macperl/Droplets/untarzipme.plx
26536 ____________________________________________________________________________
26537 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
26538         Log: Display the native pwd command.
26539      Branch: perl
26540            ! ext/Cwd/t/cwd.t
26541 ____________________________________________________________________________
26542 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
26543         Log: Under Mac OS X /dev/stdout is normally a symlink,
26544              but when running the test it seems to become a socket.
26545              So let's extend our censorship.
26546      Branch: perl
26547            ! t/op/stat.t
26548 ____________________________________________________________________________
26549 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
26550         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
26551      Branch: maint-5.6/macperl
26552            + macos/HandleSocket.cp
26553            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
26554            ! macos/macperl.sym
26555 ____________________________________________________________________________
26556 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
26557         Log: Doc updates
26558      Branch: maint-5.6/macperl
26559            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
26560 ____________________________________________________________________________
26561 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
26562         Log: Update libraries
26563      Branch: maint-5.6/macperl
26564            ! macos/macperl/Makefile.mk
26565 ____________________________________________________________________________
26566 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
26567         Log: Update tests to Mac::StandardFile from StandardFile.pl,
26568              plus other fixes
26569      Branch: maint-5.6/macperl
26570            ! macos/ext/Mac/Menus/t/MenuBar.t
26571            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
26572            ! macos/ext/Mac/Movies/t/PlayMovie.t
26573            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
26574            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
26575            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
26576            ! macos/ext/Mac/Resources/t/Resources.t
26577 ____________________________________________________________________________
26578 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
26579         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
26580      Branch: maint-5.6/macperl
26581            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
26582            ! macos/ext/Mac/Movies/Movies.xs
26583            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
26584            ! macos/ext/Mac/StandardFile/StandardFile.xs
26585            ! macos/ext/Mac/Windows/Windows.xs
26586 ____________________________________________________________________________
26587 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
26588         Log: Updates for Universal Headers 3.4 (forgot one)
26589      Branch: maint-5.6/macperl
26590            ! macos/macperl/MPConsole.cp
26591 ____________________________________________________________________________
26592 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
26593         Log: Updates for Universal Headers 3.4
26594      Branch: maint-5.6/macperl
26595            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
26596            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
26597            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
26598            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
26599            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
26600            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
26601            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
26602            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
26603            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
26604 ____________________________________________________________________________
26605 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
26606         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
26607              from <200112112327.JAA25434@gpo.metropolis.net.au>;
26608              don't crash on quit for 68K (MacPerl Bug #490013)
26609      Branch: maint-5.6/macperl
26610            ! macos/macish.c macos/macperl/MPConsole.cp
26611 ____________________________________________________________________________
26612 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
26613         Log: If we do have socketpair(), make my_socketpair()
26614              just call the real socketpair().  This way we always
26615              have real code behind my_socketpair() and a symbol
26616              corresponding to the my_socketpair in global.sym.
26617      Branch: perl
26618            ! embed.fnc embed.h makedef.pl proto.h util.c
26619 ____________________________________________________________________________
26620 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
26621         Log: Disable sigaction (MacPerl Bug #470321)
26622      Branch: maint-5.6/macperl
26623            ! macos/config.h macos/config.sh
26624 ____________________________________________________________________________
26625 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
26626         Log: Make GUSI resource work (MacPerl Bug #464638)
26627      Branch: maint-5.6/macperl
26628            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
26629            ! macos/macperl/MacPerl.rsrc
26630 ____________________________________________________________________________
26631 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
26632         Log: Make AutoSplit go a little deeper
26633      Branch: maint-5.6/macperl
26634            ! macos/Makefile.mk
26635 ____________________________________________________________________________
26636 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
26637         Log: A few doc updates from bleadperl
26638      Branch: maint-5.6/macperl
26639            ! pod/perlmodinstall.pod pod/perlport.pod
26640 ____________________________________________________________________________
26641 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
26642         Log: Sync up to latest changes from bleadperl
26643      Branch: maint-5.6/macperl
26644            ! lib/File/Find.pm
26645 ____________________________________________________________________________
26646 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
26647         Log: Define setbuf, setvbuf for Mac OS
26648      Branch: maint-5.6/macperl
26649            ! ext/IO/IO.xs
26650 ____________________________________________________________________________
26651 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26652         Log: Delete by request of Mark-Jason Dominus (change #13676)
26653      Branch: maint-5.6/macperl
26654            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26655 ____________________________________________________________________________
26656 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26657         Log: Spread the good word of "env".
26658      Branch: perl
26659            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26660 ____________________________________________________________________________
26661 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26662         Log: Till the system tests do something non-Win*, better rename
26663              the test so that people on other platforms don't get confused.
26664              (Not win32system, because assumedly there's win64, too.)
26665      Branch: perl
26666            + t/op/winsystem.t
26667            - t/op/system.t
26668            ! MANIFEST
26669 ____________________________________________________________________________
26670 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26671         Log: Some tweaks.
26672      Branch: perl
26673            ! lib/Pod/t/Functions.t
26674 ____________________________________________________________________________
26675 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26676         Log: (retracted by #14057)
26677              
26678              Subject: [PATCH] Time/HiRes/HiRes.t
26679              From: Nicholas Clark <nick@unfortu.net>
26680              Date: Fri, 4 Jan 2002 17:28:46 +0000
26681              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26682      Branch: perl
26683            ! ext/Time/HiRes/HiRes.t
26684 ____________________________________________________________________________
26685 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26686         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26687              From: Abe Timmerman <abe@ztreet.demon.nl>
26688              Date: Fri, 04 Jan 2002 18:42:33 +0100
26689              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26690      Branch: perl
26691            + lib/Pod/t/Functions.t
26692            ! MANIFEST lib/Pod/Functions.pm
26693 ____________________________________________________________________________
26694 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26695         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26696              From: "Craig A. Berry" <craigberry@mac.com>
26697              Date: Thu, 3 Jan 2002 17:32:20 -0600
26698              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26699      Branch: perl
26700            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26701 ____________________________________________________________________________
26702 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26703         Log: Document the U+0085, U+2028, and U+2029.
26704      Branch: perl
26705            ! pod/perlre.pod pod/perlretut.pod
26706 ____________________________________________________________________________
26707 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26708         Log: Subject: [PATCH] warn if not CORE::dump
26709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26710              Date: Thu, 3 Jan 2002 22:04:00 +0100
26711              Message-Id: <20020103220400.A13958@rafael>
26712      Branch: perl
26713            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26714 ____________________________________________________________________________
26715 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26716         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26717      Branch: perl
26718            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26719 ____________________________________________________________________________
26720 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26721         Log: Subject: [PATCH] File::Compare::VERSION
26722              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26723              Date: Thu, 3 Jan 2002 23:42:52 +0100
26724              Message-Id: <20020103234252.G13958@rafael>
26725      Branch: perl
26726            ! lib/File/Compare.pm
26727 ____________________________________________________________________________
26728 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26729         Log: Subject: [PATCH @14042] threads::shared doc
26730              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26731              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26732              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26733      Branch: perl
26734            ! ext/threads/shared/shared.pm
26735 ____________________________________________________________________________
26736 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26737         Log: #14048 exposed few false positives, to be fixed soonish.
26738      Branch: perl
26739            ! t/op/pat.t
26740 ____________________________________________________________________________
26741 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26742         Log: Do not add the first characters of multicharacter foldings
26743              into character classes.
26744      Branch: perl
26745            ! regcomp.c
26746 ____________________________________________________________________________
26747 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26748         Log: A bit of testing for #14046.
26749      Branch: perl
26750            ! t/op/pat.t
26751 ____________________________________________________________________________
26752 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26753         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26754              (among others, another example would be \x{fb00} -> "ff")
26755      Branch: perl
26756            ! regcomp.c
26757 ____________________________________________________________________________
26758 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26759         Log: Subject: [PATCH] File::Spec & NetWare
26760              From: Dave Rolsky <autarch@urth.org>
26761              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
26762              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
26763      Branch: perl
26764            - lib/File/Spec/NW5.pm
26765            ! MANIFEST lib/File/Spec.pm
26766 ____________________________________________________________________________
26767 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
26768         Log: FAQ sync (RCS Ids only?)
26769      Branch: perl
26770            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
26771 ____________________________________________________________________________
26772 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
26773         Log: AUTHORs updates.
26774      Branch: perl
26775            ! AUTHORS
26776 ____________________________________________________________________________
26777 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
26778         Log: Update Changes.
26779      Branch: perl
26780            ! Changes patchlevel.h
26781 ____________________________________________________________________________
26782 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
26783         Log: Missed the =head1 additions.
26784      Branch: perl
26785            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
26786            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
26787            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
26788            ! util.c
26789 ____________________________________________________________________________
26790 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
26791         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
26792              From: Robin Barker <rmb1@cise.npl.co.uk>
26793              Date: Thu, 3 Jan 2002 15:26:20 GMT
26794              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
26795      Branch: perl
26796            ! lib/Carp.t lib/Carp/Heavy.pm
26797 ____________________________________________________________________________
26798 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
26799         Log: Subject: [PATCH hv.c] 
26800              From: Robin Barker <rmb1@cise.npl.co.uk>
26801              Date: Thu, 3 Jan 2002 14:49:06 GMT
26802              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
26803              
26804              -Wformat check.
26805      Branch: perl
26806            ! hv.c
26807 ____________________________________________________________________________
26808 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
26809         Log: NetWare tweaks from Ananth Kesari.
26810      Branch: perl
26811            ! NetWare/t/NWScripts.pl lib/File/Find.pm
26812 ____________________________________________________________________________
26813 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
26814         Log: Cast.
26815      Branch: perl
26816            ! regexec.c
26817 ____________________________________________________________________________
26818 [ 14036] By: ams                                   on 2002/01/03  12:12:31
26819         Log: Grammar fix suggested by Gwyn Judd.
26820      Branch: perl
26821            ! pod/perldiag.pod
26822 ____________________________________________________________________________
26823 [ 14035] By: nick                                  on 2002/01/03  09:22:42
26824         Log: More strange perlio != mainline differences where
26825              I have not been.
26826      Branch: perlio
26827           !> hints/unicos.sh hints/unicosmk.sh
26828 ____________________________________________________________________________
26829 [ 14034] By: nick                                  on 2002/01/03  09:19:37
26830         Log: Integrate mainline (including force integrate of
26831              lib/charnames.pm which had got out-of-step)
26832      Branch: perlio
26833           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
26834 ____________________________________________________________________________
26835 [ 14033] By: ams                                   on 2002/01/03  08:24:24
26836         Log: Subject: Not ok 14031: PPPort Makefile.PL
26837              From: andreas.koenig@anima.de (Andreas J. Koenig)
26838              Date: 03 Jan 2002 10:17:46 +0100
26839              Message-Id: <m3sn9n94jp.fsf@anima.de>
26840      Branch: perl
26841            ! ext/Devel/PPPort/Makefile.PL
26842 ____________________________________________________________________________
26843 [ 14032] By: nick                                  on 2002/01/03  08:24:00
26844         Log: Integrate mainline.
26845      Branch: perlio
26846           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
26847           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
26848           !> (integrate 31 files)
26849 ____________________________________________________________________________
26850 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
26851         Log: Off-by-one is my middle name.
26852      Branch: perl
26853            ! regexec.c
26854 ____________________________________________________________________________
26855 [ 14030] By: ams                                   on 2002/01/02  23:56:37
26856         Log: Subject: [PATCH @14015] threads::shared disabling
26857              From: Andy Bussey <andybussey@yahoo.co.uk>
26858              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
26859              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
26860      Branch: perl
26861            + ext/threads/shared/t/no_share.t
26862            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
26863 ____________________________________________________________________________
26864 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
26865         Log: Simon's new perlapi scheme, I hope I got all the pieces.
26866      Branch: perl
26867            + autodoc.pl embed.fnc
26868            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
26869 ____________________________________________________________________________
26870 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
26871         Log: Integrate perlio:
26872              
26873              [ 14022]
26874              More PPPort Makefile source dependence removal
26875      Branch: perl
26876           !> ext/Devel/PPPort/Makefile.PL perl.h
26877 ____________________________________________________________________________
26878 [ 14027] By: ams                                   on 2002/01/02  21:42:50
26879         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
26880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26881              Date: Wed, 2 Jan 2002 23:09:13 +0100
26882              Message-Id: <20020102230913.A17373@rafael>
26883      Branch: perl
26884            ! pod/perldiag.pod
26885 ____________________________________________________________________________
26886 [ 14026] By: ams                                   on 2002/01/02  21:38:34
26887         Log: Subject: Re: PATCH: lib/Term/Cap.pm
26888              From: Jonathan Stowe <gellyfish@gellyfish.com>
26889              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
26890              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
26891      Branch: perl
26892            ! lib/Term/Cap.pm
26893 ____________________________________________________________________________
26894 [ 14025] By: ams                                   on 2002/01/02  18:34:26
26895         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
26896              From: Sam Tregar <sam@tregar.com>
26897              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
26898              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
26899      Branch: perl
26900            ! pod/perldiag.pod t/comp/proto.t toke.c
26901 ____________________________________________________________________________
26902 [ 14024] By: ams                                   on 2002/01/02  18:16:12
26903         Log: Subject: PATCH: lib/Term/Cap.pm
26904              From: Norton Allen <allen@huarp.harvard.edu>
26905              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
26906              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
26907      Branch: perl
26908            ! lib/Term/Cap.pm
26909 ____________________________________________________________________________
26910 [ 14023] By: ams                                   on 2002/01/02  18:12:31
26911         Log: Subject: PATCH: lib/Cwd.pm for QNX4
26912              From: Norton Allen <allen@huarp.harvard.edu>
26913              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
26914              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
26915      Branch: perl
26916            ! lib/Cwd.pm
26917 ____________________________________________________________________________
26918 [ 14022] By: nick                                  on 2002/01/02  18:01:21
26919         Log: More PPPort Makefile source dependence removal
26920      Branch: perlio
26921            ! ext/Devel/PPPort/Makefile.PL
26922 ____________________________________________________________________________
26923 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26924         Log: Sort out muddle of editing on three machines ...
26925      Branch: perlio
26926           !> Changes MANIFEST cygwin/Makefile.SHs
26927           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26928           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26929           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26930 ____________________________________________________________________________
26931 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26932         Log: Fix misplaced application of #14016.
26933      Branch: perl
26934            ! op.c
26935 ____________________________________________________________________________
26936 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26937         Log: Integrate perlio:
26938              
26939              [ 14017]
26940              Avoid un-init perl_debug_pad in clones
26941      Branch: perl
26942           !> sv.c
26943 ____________________________________________________________________________
26944 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26945         Log: makedepend VOS fix from Paul Green.
26946      Branch: perl
26947            ! makedepend.SH
26948 ____________________________________________________________________________
26949 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26950         Log: Avoid un-init perl_debug_pad in clones
26951      Branch: perlio
26952            ! sv.c
26953 ____________________________________________________________________________
26954 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26955         Log: Subject: [PATCH] random crash in B::LISTOP::last
26956              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26957              Date: Wed, 2 Jan 2002 17:37:28 +0100
26958              Message-Id: <3C334558.3906.19CB98D@localhost>
26959      Branch: perl
26960            ! op.c
26961 ____________________________________________________________________________
26962 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26963         Log: Update Changes.
26964      Branch: perl
26965            ! Changes patchlevel.h
26966 ____________________________________________________________________________
26967 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26968         Log: One more iteration of the ibcmp_utf8() interface,
26969              hopefully this is a convergent iteration...
26970      Branch: perl
26971            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26972 ____________________________________________________________________________
26973 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26974         Log: Upgrade to podlators-1.19.
26975      Branch: perl
26976            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26977            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26978            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26979            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26980            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26981 ____________________________________________________________________________
26982 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26983         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26984              From: martyn@inpharmatica.co.uk
26985              Date: Wed, 19 Dec 2001 19:05:00 +0000
26986              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26987      Branch: perl
26988            ! lib/Pod/Usage.pm
26989 ____________________________________________________________________________
26990 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26991         Log: Integrate mainline
26992      Branch: perlio
26993           !> (integrate 28 files)
26994 ____________________________________________________________________________
26995 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26996         Log: Make ibcmp_utf8() optionally progress in either string for
26997              as long as it takes and optionally record how far it got.
26998      Branch: perl
26999            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
27000 ____________________________________________________________________________
27001 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
27002         Log: Once more try to get the PPPort Makefile right.
27003      Branch: perl
27004            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
27005 ____________________________________________________________________________
27006 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
27007         Log: -Wall silencing.
27008      Branch: perl
27009            ! utf8.c
27010 ____________________________________________________________________________
27011 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
27012         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
27013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27014              Date: Tue, 1 Jan 2002 22:45:21 +0100       
27015              Message-ID: <20020101224521.A691@rafael>
27016      Branch: perl
27017            ! ext/B/B/Deparse.pm
27018 ____________________________________________________________________________
27019 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
27020         Log: VOS tweak from Paul Green: VOS has different O_BINARY
27021              and O_TEXT, but VOS always uses LF, never CRLF.
27022      Branch: perl
27023            ! perl.h
27024 ____________________________________________________________________________
27025 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
27026         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
27027      Branch: perl
27028            ! regexec.c utf8.c
27029 ____________________________________________________________________________
27030 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
27031         Log: Now that to_utf8_fold() was fixed.
27032      Branch: perl
27033            ! regcomp.c regexec.c
27034 ____________________________________________________________________________
27035 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
27036         Log: Integrate perlio:
27037              
27038              [ 13991]
27039              Experimental binmode() re-coding (UNIX okay - but it would be...)
27040      Branch: perl
27041           !> perlio.c
27042 ____________________________________________________________________________
27043 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
27044         Log: Document the to_utf8_*() functions.
27045      Branch: perl
27046            ! embed.pl pod/perlapi.pod utf8.c
27047 ____________________________________________________________________________
27048 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
27049         Log: Better support for multicharacter foldings.
27050              Now all but two of the CaseFold.txt cases work-- but
27051              only when the target string is single-character, more
27052              debugging needed.
27053      Branch: perl
27054            ! regexec.c
27055 ____________________________________________________________________________
27056 [ 14000] By: ams                                   on 2002/01/01  15:59:43
27057         Log: Subject: [PATCH] don't installperl pods
27058              From: Nicholas Clark <nick@unfortu.net>
27059              Date: Tue, 1 Jan 2002 16:44:12 +0000
27060              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
27061      Branch: perl
27062            ! installperl
27063 ____________________________________________________________________________
27064 [ 13999] By: ams                                   on 2002/01/01  14:34:04
27065         Log: Subject: [PATCH] perldiag.pod transposition
27066              From: Nicholas Clark <nick@unfortu.net>
27067              Date: Tue, 1 Jan 2002 15:03:52 +0000
27068              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
27069      Branch: perl
27070            ! pod/perldiag.pod
27071 ____________________________________________________________________________
27072 [ 13998] By: ams                                   on 2002/01/01  13:36:49
27073         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
27074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27075              Date: Tue, 1 Jan 2002 15:12:36 +0100
27076              Message-Id: <20020101151236.A951@rafael>
27077      Branch: perl
27078            ! pod/perldiag.pod
27079 ____________________________________________________________________________
27080 [ 13997] By: ams                                   on 2002/01/01  13:33:06
27081         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
27082              From: Nicholas Clark <nick@unfortu.net>
27083              Date: Tue, 1 Jan 2002 13:13:17 +0000
27084              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
27085      Branch: perl
27086            ! ext/Socket/socketpair.t
27087 ____________________________________________________________________________
27088 [ 13996] By: ams                                   on 2002/01/01  04:44:28
27089         Log: Subject: [PATCH @13746] Leaner exporter
27090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27091              Date: Mon, 31 Dec 2001 18:16:08 -0500
27092              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
27093      Branch: perl
27094            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
27095 ____________________________________________________________________________
27096 [ 13995] By: ams                                   on 2002/01/01  04:29:44
27097         Log: Subject: [PATCH @13746] h2xs broken
27098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27099              Date: Mon, 31 Dec 2001 17:48:55 -0500
27100              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
27101      Branch: perl
27102            ! utils/h2xs.PL
27103 ____________________________________________________________________________
27104 [ 13994] By: ams                                   on 2002/01/01  04:25:46
27105         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
27106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27107              Date: Mon, 31 Dec 2001 17:42:25 -0500
27108              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
27109      Branch: perl
27110            ! lib/ExtUtils/MM_Unix.pm
27111 ____________________________________________________________________________
27112 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
27113         Log: Rename the variables to be a bit more consistent.
27114      Branch: perl
27115            ! utf8.c
27116 ____________________________________________________________________________
27117 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
27118         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
27119              (found by Jeffrey Friedl)
27120      Branch: perl
27121            ! regexec.c t/op/pat.t utf8.c
27122 ____________________________________________________________________________
27123 [ 13991] By: nick                                  on 2001/12/31  18:08:55
27124         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
27125      Branch: perlio
27126            ! perlio.c
27127 ____________________________________________________________________________
27128 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
27129         Log: Update Changes.
27130      Branch: perl
27131            ! Changes patchlevel.h
27132 ____________________________________________________________________________
27133 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
27134         Log: Less unused ones.
27135      Branch: perl
27136            ! regexec.c
27137 ____________________________________________________________________________
27138 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
27139         Log: Unused variable.
27140      Branch: perl
27141            ! regcomp.c
27142 ____________________________________________________________________________
27143 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
27144         Log: Forgotten file.
27145      Branch: perl
27146            ! MANIFEST
27147 ____________________________________________________________________________
27148 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
27149         Log: Subject: Re: Cygwin: one down one to go 
27150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27151              Date: Mon, 31 Dec 2001 18:34:36 +0100
27152              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
27153      Branch: perl
27154            ! cygwin/Makefile.SHs
27155 ____________________________________________________________________________
27156 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
27157         Log: Add some comments to the recent Unicode case-folding saga.
27158      Branch: perl
27159            ! regcomp.c regexec.c
27160 ____________________________________________________________________________
27161 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
27162         Log: Slight comment tweakage.
27163      Branch: perl
27164            ! ext/I18N/Langinfo/Langinfo.t
27165 ____________________________________________________________________________
27166 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
27167         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
27168      Branch: perl
27169            ! perl.h
27170 ____________________________________________________________________________
27171 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
27172         Log: Subject: [ PATCH] Cygwin: one down one to go
27173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27174              Date: Mon, 31 Dec 2001 17:03:40 +0100
27175              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
27176      Branch: perl
27177            ! lib/Pod/t/basic.t
27178 ____________________________________________________________________________
27179 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
27180         Log: Tweak the dependencies not to recompile everytime,
27181              as suggested by NI-S.
27182      Branch: perl
27183            ! ext/Devel/PPPort/Makefile.PL
27184 ____________________________________________________________________________
27185 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
27186         Log: Planning still not right.
27187      Branch: perl
27188            ! lib/User/grent.t
27189 ____________________________________________________________________________
27190 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
27191         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
27192              From: Michael G Schwern <schwern@pobox.com>
27193              Date: Sun, 30 Dec 2001 18:07:55 -0500
27194              Message-ID: <20011230230755.GG12840@blackrider>
27195              
27196              (lib/User/grent, really)
27197      Branch: perl
27198            ! lib/User/grent.t
27199 ____________________________________________________________________________
27200 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
27201         Log: Integrate perlio:
27202              
27203              [ 13975]
27204              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27205              if PerlIONext is NULL.
27206      Branch: perl
27207           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
27208 ____________________________________________________________________________
27209 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
27210         Log: Subject: typo in IO::Socket::INET.pm
27211              From: mjd@plover.com
27212              Date: 31 Dec 2001 14:31:10 -0000
27213              Message-ID: <20011231143110.4989.qmail@plover.com>
27214      Branch: perl
27215            ! ext/IO/lib/IO/Socket/INET.pm
27216 ____________________________________________________________________________
27217 [ 13976] By: nick                                  on 2001/12/31  13:56:11
27218         Log: Integrate mainline
27219      Branch: perlio
27220           !> (integrate 29 files)
27221 ____________________________________________________________________________
27222 [ 13975] By: nick                                  on 2001/12/31  12:40:50
27223         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27224              if PerlIONext is NULL.
27225      Branch: perlio
27226            ! perlio.c perliol.h
27227 ____________________________________________________________________________
27228 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
27229         Log: Subject: Re: [PATCH] Basic bad prototype detection
27230              From: Sam Tregar <sam@tregar.com>
27231              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
27232              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
27233      Branch: perl
27234            ! t/comp/proto.t toke.c
27235 ____________________________________________________________________________
27236 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
27237         Log: Subject: [PATCH] configure.com / scriptdirexp
27238              From: "Craig A. Berry" <craigberry@mac.com>
27239              Date: Sun, 30 Dec 2001 15:47:28 -0600
27240              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
27241      Branch: perl
27242            ! configure.com
27243 ____________________________________________________________________________
27244 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
27245         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
27246              From: Abe Timmerman <abe@ztreet.demon.nl>
27247              Date: Mon, 31 Dec 2001 03:55:27 +0100
27248              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
27249      Branch: perl
27250            ! lib/ExtUtils/t/MM_Win32.t
27251 ____________________________________________________________________________
27252 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
27253         Log: Subject: [PATCH] Basic bad prototype detection
27254              From: Sam Tregar <sam@tregar.com> 
27255              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
27256              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
27257      Branch: perl
27258            ! pod/perldiag.pod t/comp/proto.t toke.c
27259 ____________________________________________________________________________
27260 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
27261         Log: Makefiles are sloppy about the exe suffix
27262              (from Paul Green)
27263      Branch: perl
27264            ! Makefile.SH x2p/Makefile.SH
27265 ____________________________________________________________________________
27266 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
27267         Log: Delay folding until necessary; start of handling
27268              folding into several characters.
27269      Branch: perl
27270            ! regcomp.c regexec.c
27271 ____________________________________________________________________________
27272 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
27273         Log: gcc -Wall dewhine.
27274      Branch: perl
27275            ! regexec.c
27276 ____________________________________________________________________________
27277 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
27278         Log: More Unicode folding tweaks, avoid potential false matches.
27279      Branch: perl
27280            ! regexec.c
27281 ____________________________________________________________________________
27282 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
27283         Log: Make that six wrongs.
27284      Branch: perl
27285            ! regexec.c utf8.c
27286 ____________________________________________________________________________
27287 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
27288         Log: Four wrongs can make a right.
27289      Branch: perl
27290            ! regexec.c utf8.c
27291 ____________________________________________________________________________
27292 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
27293         Log: Fix all the I case foldings as per CaseFold.txt.
27294      Branch: perl
27295            ! regcomp.c regexec.c
27296 ____________________________________________________________________________
27297 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
27298         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
27299      Branch: perl
27300            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
27301            ! regexec.c utf8.c
27302 ____________________________________________________________________________
27303 [ 13962] By: nick                                  on 2001/12/30  18:33:41
27304         Log: Integrate 8.3 fix for PPPort fix
27305      Branch: perlio
27306           +> ext/Devel/PPPort/ppport_h.PL
27307            - ext/Devel/PPPort/ppport.h.PL
27308            ! ext/Devel/PPPort/MANIFEST
27309           !> ext/Devel/PPPort/Makefile.PL
27310 ____________________________________________________________________________
27311 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
27312         Log: Integrate perlio:
27313              
27314              [ 13959]
27315              Win32 stuff:
27316              A. Use Perl_my_socketpair()
27317              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27318              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27319              take special measures to set it during pseudo-fork.
27320      Branch: perl
27321           !> util.c win32/perlhost.h
27322 ____________________________________________________________________________
27323 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
27324         Log: Fix ppport.h for Unix.
27325      Branch: perl
27326            + ext/Devel/PPPort/ppport_h.PL
27327            - ext/Devel/PPPort/ppport.h.PL
27328            ! MANIFEST ext/Devel/PPPort/Makefile.PL
27329 ____________________________________________________________________________
27330 [ 13959] By: nick                                  on 2001/12/30  16:53:42
27331         Log: Win32 stuff:
27332              A. Use Perl_my_socketpair()
27333              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27334              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27335              take special measures to set it during pseudo-fork.
27336      Branch: perlio
27337            ! util.c win32/perlhost.h
27338 ____________________________________________________________________________
27339 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
27340         Log: Integrate perlio:
27341              
27342              [ 13950]
27343              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27344              This gets them into Errno.pm - yet to prove they end up in $!.
27345              
27346              [ 13948]
27347              remove embed.pl duplicates
27348              
27349              [ 13944]
27350              "Port" Devel::PPPort to Win32:
27351              - need to set @INC before use in the test
27352              - {} are special to dmake, so use ppport.h.PL
27353              rather than commandline 
27354      Branch: perl
27355           +> ext/Devel/PPPort/ppport.h.PL
27356           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
27357           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
27358           !> proto.h
27359 ____________________________________________________________________________
27360 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
27361         Log: metaconfig unit change for #13956.
27362      Branch: metaconfig
27363            ! U/modified/spitshell.U
27364 ____________________________________________________________________________
27365 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
27366         Log: Must look for cat also in $PATH (noticed by Philip Newton).
27367      Branch: perl
27368            ! Configure
27369 ____________________________________________________________________________
27370 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
27371         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
27372              From: Blair Zajac <blair@orcaware.com>
27373              Date: Sat, 29 Dec 2001 22:37:03 -0800
27374              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
27375      Branch: perl
27376            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
27377 ____________________________________________________________________________
27378 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
27379         Log: Regen files.
27380      Branch: perl
27381            ! embed.h global.sym pod/perlapi.pod uconfig.h
27382 ____________________________________________________________________________
27383 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
27384         Log: Subject: [PATCH] -t without -w 
27385              From: Michael G Schwern <schwern@pobox.com>
27386              Date: Sat, 29 Dec 2001 23:46:25 -0500
27387              Message-ID: <20011230044625.GA14386@blackrider>
27388      Branch: perl
27389            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
27390            ! warnings.pl
27391 ____________________________________________________________________________
27392 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
27393         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
27394              From: Dave Rolsky <autarch@urth.org>               
27395              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
27396              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
27397              
27398              $^O is NetWare, not Netware.
27399      Branch: perl
27400            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
27401 ____________________________________________________________________________
27402 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
27403         Log: Sarathy thinks undoing C++ comments from C++ files
27404              is a bit too zealous.
27405      Branch: perl
27406            ! win32/perlhost.h win32/vmem.h
27407 ____________________________________________________________________________
27408 [ 13950] By: nick                                  on 2001/12/30  14:30:02
27409         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27410              This gets them into Errno.pm - yet to prove they end up in $!.
27411      Branch: perlio
27412            ! ext/Errno/Errno_pm.PL
27413 ____________________________________________________________________________
27414 [ 13949] By: nick                                  on 2001/12/30  12:02:21
27415         Log: Integrate Cwd muddle
27416      Branch: perlio
27417           !> MANIFEST installperl lib/Cwd.pm
27418 ____________________________________________________________________________
27419 [ 13948] By: nick                                  on 2001/12/30  11:51:40
27420         Log: remove embed.pl duplicates
27421      Branch: perlio
27422            ! embed.h embed.pl global.sym proto.h
27423 ____________________________________________________________________________
27424 [ 13947] By: nick                                  on 2001/12/30  11:35:51
27425         Log: More Cwd tidy up
27426      Branch: perl
27427            ! MANIFEST installperl
27428 ____________________________________________________________________________
27429 [ 13946] By: nick                                  on 2001/12/30  11:12:42
27430         Log: Undo a mess trying Cwd.pm in its ext directory
27431      Branch: perl
27432            + lib/Cwd.pm
27433            - ext/Cwd/Cwd.pm
27434 ____________________________________________________________________________
27435 [ 13945] By: nick                                  on 2001/12/30  10:03:43
27436         Log: Integrate mainline
27437      Branch: perl
27438           +> ext/Cwd/Cwd.pm
27439            - lib/Cwd.pm
27440            ! MANIFEST
27441      Branch: perlio
27442           !> (integrate 45 files)
27443 ____________________________________________________________________________
27444 [ 13944] By: nick                                  on 2001/12/30  09:27:16
27445         Log: "Port" Devel::PPPort to Win32:
27446              - need to set @INC before use in the test
27447              - {} are special to dmake, so use ppport.h.PL
27448              rather than commandline 
27449      Branch: perlio
27450            + ext/Devel/PPPort/ppport.h.PL
27451            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
27452 ____________________________________________________________________________
27453 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
27454         Log: Update Changes.
27455      Branch: perl
27456            ! Changes patchlevel.h
27457 ____________________________________________________________________________
27458 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
27459         Log: Subject: [PATCH] cleaner close on tests, take 2
27460              From: andreas.koenig@anima.de (Andreas J. Koenig)
27461              Date: 29 Dec 2001 21:42:37 +0100
27462              Message-ID: <m33d1tvjuq.fsf@anima.de>
27463              
27464              (the DB_File patches)
27465      Branch: perl
27466            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27467            ! ext/DB_File/t/db-recno.t
27468 ____________________________________________________________________________
27469 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
27470         Log: Integrate perlio:
27471              
27472              [ 13936]
27473              Routine regen_config_h - no real differences other than order of crypt 
27474      Branch: perl
27475           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27476 ____________________________________________________________________________
27477 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
27478         Log: Subject: [PATCH] cleaner close on tests, take 2             
27479              From: andreas.koenig@anima.de (Andreas J. Koenig)
27480              Date: 29 Dec 2001 21:42:37 +0100
27481              Message-ID: <m33d1tvjuq.fsf@anima.de>
27482              
27483              (except for the three DB_File patch fragments)
27484      Branch: perl
27485            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
27486            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
27487            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
27488            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
27489            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
27490            ! t/op/runlevel.t t/op/write.t t/run/switches.t
27491 ____________________________________________________________________________
27492 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
27493         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
27494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27495              Date: Sat, 29 Dec 2001 20:38:59 +0100
27496              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
27497              
27498              (NetWare tree not touched because it's very //)
27499      Branch: perl
27500            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
27501            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
27502            ! wince/include/errno.h wince/include/netdb.h
27503            ! wince/include/sys/socket.h wince/include/sys/stat.h
27504            ! wince/perllib.c wince/perlmain.c wince/win32.h
27505            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
27506            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
27507 ____________________________________________________________________________
27508 [ 13938] By: nick                                  on 2001/12/29  19:23:32
27509         Log: Integrate mainline (ok linux)
27510      Branch: perlio
27511           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
27512           !> (integrate 33 files)
27513 ____________________________________________________________________________
27514 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
27515         Log: Give up on serious testing of langinfo().  Leave the old
27516              code in place, though.
27517      Branch: perl
27518            ! ext/I18N/Langinfo/Langinfo.t
27519 ____________________________________________________________________________
27520 [ 13936] By: nick                                  on 2001/12/29  18:20:33
27521         Log: Routine regen_config_h - no real differences other than order of crypt 
27522      Branch: perlio
27523            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27524 ____________________________________________________________________________
27525 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
27526         Log: Integrate perlio:
27527              
27528              [ 13934]
27529              Fudge Config.pm so File::Spec does not croak.
27530              
27531              [ 13931]
27532              Define the two socket error numbers in terms of WSAEXXXXX equivalents
27533              (just to get util.c to compile)
27534      Branch: perl
27535           !> win32/FindExt.pm win32/win32.h
27536 ____________________________________________________________________________
27537 [ 13934] By: nick                                  on 2001/12/29  17:27:50
27538         Log: Fudge Config.pm so File::Spec does not croak.
27539      Branch: perlio
27540            ! win32/FindExt.pm
27541 ____________________________________________________________________________
27542 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
27543         Log: metaconfig unit changes for #13932.
27544      Branch: metaconfig
27545            + U/modified/Init.U
27546            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
27547 ____________________________________________________________________________
27548 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
27549         Log: VOS tweaks from Paul Green.
27550              
27551              The Configure tweaks: the _exe needs to be
27552              set after the init; VOS has fd 3 hardwired to /dev/tty;
27553              the grep/ln/make substitutions really need to stick.
27554      Branch: perl
27555            ! Configure hints/vos.sh perl.h util.c vos/build.cm
27556            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27557            ! vos/config.ga.h vos/vosish.h
27558 ____________________________________________________________________________
27559 [ 13931] By: nick                                  on 2001/12/29  17:00:38
27560         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
27561              (just to get util.c to compile)
27562      Branch: perlio
27563            ! win32/win32.h
27564 ____________________________________________________________________________
27565 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
27566         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
27567              From: coral@eekeek.org
27568              Date: Fri, 28 Dec 2001 19:58:22 -0500      
27569              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
27570      Branch: perl
27571            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
27572            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
27573            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
27574            ! pod/perlunicode.pod pod/perlxs.pod util.c
27575 ____________________________________________________________________________
27576 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
27577         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
27578      Branch: perl
27579            ! t/op/exec.t
27580 ____________________________________________________________________________
27581 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
27582         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
27583              From: Abe Timmerman <abe@ztreet.demon.nl>
27584              Date: Sat, 29 Dec 2001 13:10:06 +0100
27585              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
27586      Branch: perl
27587            + lib/Pod/t/InputObjects.t
27588 ____________________________________________________________________________
27589 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
27590         Log: Integrate perlio:
27591              
27592              [ 13926]
27593              Nick Clark's embed.pl fix for my_socketpair
27594              
27595              [ 13923]
27596              Quick fix (after couple of clever fixes failed) for
27597              "accept leaks memory" fail [ID 20011223.001]
27598      Branch: perl
27599           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
27600 ____________________________________________________________________________
27601 [ 13926] By: nick                                  on 2001/12/29  15:23:21
27602         Log: Nick Clark's embed.pl fix for my_socketpair
27603      Branch: perlio
27604            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
27605 ____________________________________________________________________________
27606 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
27607         Log: Slight tweaks on the MM_Win32.t.
27608      Branch: perl
27609            ! lib/ExtUtils/t/MM_Win32.t
27610 ____________________________________________________________________________
27611 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
27612         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
27613              From: Abe Timmerman <abe@ztreet.demon.nl>
27614              Date: Sat, 29 Dec 2001 12:51:36 +0100
27615              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
27616      Branch: perl
27617            + lib/ExtUtils/t/MM_Win32.t
27618            ! MANIFEST
27619 ____________________________________________________________________________
27620 [ 13923] By: nick                                  on 2001/12/29  15:12:07
27621         Log: Quick fix (after couple of clever fixes failed) for
27622              "accept leaks memory" fail [ID 20011223.001]
27623      Branch: perlio
27624            ! pp_sys.c
27625 ____________________________________________________________________________
27626 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
27627         Log: Subject: [PATCH] Module names and other nits
27628              From: Autrijus Tang <autrijus@autrijus.org>                 
27629              Date: Sat, 29 Dec 2001 01:59:28 +0800
27630              Message-ID: <20011229015928.A29712@geb.elixus.org>              
27631      Branch: perl
27632            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
27633            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
27634            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
27635            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
27636            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
27637 ____________________________________________________________________________
27638 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
27639         Log: socketpair tweaks from Nicholas Clark.
27640      Branch: perl
27641            ! ext/Socket/socketpair.t util.c
27642 ____________________________________________________________________________
27643 [ 13920] By: nick                                  on 2001/12/29  12:36:21
27644         Log: Integrate mainline
27645      Branch: perlio
27646           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
27647           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
27648           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27649           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27650           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27651           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27652           !> t/op/sysio.t
27653 ____________________________________________________________________________
27654 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27655         Log: Retract #13917.
27656      Branch: perl
27657            ! doop.c
27658 ____________________________________________________________________________
27659 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27660         Log: Subject: provisional MakeMaker patch for VMS
27661              From: "Craig A. Berry" <craigberry@mac.com> 
27662              Date: Thu, 27 Dec 2001 22:29:37 -0600
27663              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27664      Branch: perl
27665            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27666 ____________________________________________________________________________
27667 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27668         Log: (retracted by #13919)
27669      Branch: perl
27670            ! doop.c
27671 ____________________________________________________________________________
27672 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27673         Log: metaconfig unit change for #13915.
27674      Branch: metaconfig/U/perl
27675            ! d_u32align.U
27676 ____________________________________________________________________________
27677 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27678         Log: Remove debris in any case.
27679      Branch: perl
27680            ! Configure
27681 ____________________________________________________________________________
27682 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27683         Log: Subject: [PATCH] Re: B::walksymtable oddness
27684              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27685              Date: Thu, 27 Dec 2001 19:14:24 +0100
27686              Message-ID: <3C2B7310.861.18820D0@localhost>
27687      Branch: perl
27688            ! ext/B/B.pm
27689 ____________________________________________________________________________
27690 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27691         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27692              From: Nicholas Clark <nick@unfortu.net> 
27693              Date: Fri, 28 Dec 2001 00:43:02 +0000
27694              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27695      Branch: perl
27696            ! ext/Socket/socketpair.t
27697 ____________________________________________________________________________
27698 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27699         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27700      Branch: perl
27701            ! pod/perluniintro.pod
27702 ____________________________________________________________________________
27703 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27704         Log: Update Changes.
27705      Branch: perl
27706            ! Changes patchlevel.h
27707 ____________________________________________________________________________
27708 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27709         Log: More wait status trickery for BeOS.
27710      Branch: perl
27711            ! ext/POSIX/POSIX.xs
27712 ____________________________________________________________________________
27713 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27714         Log: metaconfig unit change for #13908.
27715      Branch: metaconfig/U/perl
27716            ! d_u32align.U
27717 ____________________________________________________________________________
27718 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27719         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27720      Branch: perl
27721            ! Configure
27722 ____________________________________________________________________________
27723 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27724         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27725              From: gbarr@monty.mutatus.co.uk
27726              Date: 27 Dec 2001 14:41:36 -0000
27727              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27728      Branch: perl
27729            ! lib/ExtUtils/t/Embed.t
27730 ____________________________________________________________________________
27731 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27732         Log: Subject: [PATCH] Re: socketpair emulation
27733              From: Nicholas Clark <nick@unfortu.net> 
27734              Date: Wed, 26 Dec 2001 20:08:14 +0000
27735              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27736      Branch: perl
27737            ! ext/Socket/socketpair.t
27738 ____________________________________________________________________________
27739 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27740         Log: Subject: [DOC PATCH] left is right and right is left
27741              From: Philip Newton <Philip.Newton@gmx.net>
27742              Date: Thu, 27 Dec 2001 10:04:17 +0100
27743              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27744      Branch: perl
27745            ! pod/perlfunc.pod pod/perlport.pod
27746 ____________________________________________________________________________
27747 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27748         Log: Subject: [PATCH] check return of close
27749              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27750              Date: 27 Dec 2001 09:47:30 +0100
27751              Message-ID: <m3ellhgicd.fsf@anima.de> 
27752              
27753              Subject: [PATCH] improve error reporting
27754              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27755              Date: 27 Dec 2001 09:54:55 +0100
27756              Message-ID: <m3adw5gi00.fsf@anima.de> 
27757              
27758              Subject: [PATCH] check return value of close
27759              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27760              Date: 27 Dec 2001 10:03:55 +0100
27761              Message-ID: <m3666tghl0.fsf@anima.de> 
27762              
27763              Subject: [PATCH] return of close
27764              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27765              Date: 27 Dec 2001 10:22:15 +0100
27766              Message-ID: <m31yhhggqg.fsf@anima.de> 
27767      Branch: perl
27768            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
27769            ! t/io/fflush.t
27770 ____________________________________________________________________________
27771 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
27772         Log: Subject: [PATCH] check return of close
27773              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27774              Date: 27 Dec 2001 09:47:30 +0100
27775              Message-ID: <m3ellhgicd.fsf@anima.de> 
27776      Branch: perl
27777            ! t/base/rs.t
27778 ____________________________________________________________________________
27779 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
27780         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
27781              From: andreas.koenig@anima.de (Andreas J. Koenig)
27782              Date: 27 Dec 2001 09:21:16 +0100
27783              Message-ID: <m3n105gjk3.fsf@anima.de>
27784      Branch: perl
27785            ! t/op/sysio.t
27786 ____________________________________________________________________________
27787 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
27788         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
27789              From: "Gerrit P. Haase" <gp@familiehaase.de>
27790              Date: Thu, 27 Dec 2001 09:23:55 +0100 
27791              Message-ID: <98211521662.20011227092355@familiehaase.de>
27792      Branch: perl
27793            ! lib/ExtUtils/t/MM_Cygwin.t
27794 ____________________________________________________________________________
27795 [ 13900] By: nick                                  on 2001/12/27  11:11:51
27796         Log: Integrate mainline
27797      Branch: perlio
27798           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
27799           +> lib/File/Spec/NW5.pm
27800           !> (integrate 52 files)
27801 ____________________________________________________________________________
27802 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
27803         Log: Replace the awful (most likely generated and not very persistent)
27804              URL with something tangible.
27805      Branch: perl
27806            ! README.hpux
27807 ____________________________________________________________________________
27808 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
27809         Log: Naughty /dev/printer (ls -l, really) of IRIX.
27810      Branch: perl
27811            ! t/op/stat.t
27812 ____________________________________________________________________________
27813 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
27814         Log: Upgrade to Net::Ping 2.10.
27815      Branch: perl
27816            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
27817            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
27818            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
27819            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
27820 ____________________________________________________________________________
27821 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
27822         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
27823              (this showed up in Benchmark.t)
27824      Branch: perl
27825            ! pp_sys.c
27826 ____________________________________________________________________________
27827 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
27828         Log: BeOS updates.
27829      Branch: perl
27830            ! README.beos beos/beos.c
27831 ____________________________________________________________________________
27832 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
27833         Log: Subject: Re: bleadperl doesn't compile
27834              From: "Gerrit P. Haase" <gp@familiehaase.de>
27835              Date: Wed, 26 Dec 2001 21:29:08 +0100
27836              Message-ID: <22168634623.20011226212908@familiehaase.de>
27837              
27838              Cygwin with multiplicity.
27839      Branch: perl
27840            ! perlio.c
27841 ____________________________________________________________________________
27842 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
27843         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27844              From: Nicholas Clark <nick@ccl4.org>
27845              Date: Wed, 26 Dec 2001 19:07:33 +0000
27846              Message-ID: <20011226190732.J48842@plum.flirble.org>            
27847              
27848              socketpair() (un)signedness nit.
27849      Branch: perl
27850            ! util.c
27851 ____________________________________________________________________________
27852 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
27853         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27854              From: Nicholas Clark <nick@ccl4.org>
27855              Date: Wed, 26 Dec 2001 19:19:47 +0000
27856              Message-ID: <20011226191946.K48842@plum.flirble.org>
27857              
27858              Use report_evil_fh().
27859      Branch: perl
27860            ! doio.c
27861 ____________________________________________________________________________
27862 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
27863         Log: Bad $? assumptions.
27864      Branch: perl
27865            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
27866 ____________________________________________________________________________
27867 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
27868         Log: Net::Ping isn't going to work much without
27869              the Socket extension; fail more gracefully.
27870      Branch: perl
27871            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27872            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27873            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27874            ! lib/Net/Ping/t/300_ping_stream.t
27875 ____________________________________________________________________________
27876 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
27877         Log: metaconfig unit change for #13888.
27878      Branch: metaconfig
27879            ! U/modified/Oldconfig.U
27880 ____________________________________________________________________________
27881 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
27882         Log: test -d /system is a bit too generic test for VOS
27883              (false hit in BeOS)
27884      Branch: perl
27885            ! Configure
27886 ____________________________________________________________________________
27887 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
27888         Log: No AF_UNIX in BeOS.
27889      Branch: perl
27890            ! util.c
27891 ____________________________________________________________________________
27892 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
27893         Log: FAQ sync.
27894      Branch: perl
27895            ! pod/perlfaq5.pod
27896 ____________________________________________________________________________
27897 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
27898         Log: Update Changes.
27899      Branch: perl
27900            ! Changes patchlevel.h
27901 ____________________________________________________________________________
27902 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
27903         Log: Make -t equal -tw.
27904      Branch: perl
27905            ! perl.c pod/perlrun.pod
27906 ____________________________________________________________________________
27907 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
27908         Log: Subject: Re: Not OK 13881
27909              From: John Peacock <jpeacock@rowman.com>
27910              Date: Tue, 25 Dec 2001 06:02:12 -0500
27911              Message-ID: <3C285CB4.8040006@rowman.com>
27912      Branch: perl
27913            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
27914 ____________________________________________________________________________
27915 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
27916         Log: Subject: Re: Not OK 13881
27917              From: andreas.koenig@anima.de (Andreas J. Koenig)
27918              Date: 25 Dec 2001 07:33:23 +0100
27919              Message-ID: <m3bsgnajws.fsf@anima.de>
27920      Branch: perl
27921            ! op.c
27922 ____________________________________________________________________________
27923 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27924         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27925              From: Mark-Jason Dominus <mjd@plover.com>    
27926              Date: Mon, 24 Dec 2001 18:14:48 -0500
27927              Message-ID: <20011224231448.25826.qmail@plover.com>
27928      Branch: perl
27929            ! op.c t/op/eval.t
27930 ____________________________________________________________________________
27931 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27932         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27933              From: Dave Rolsky <autarch@urth.org>
27934              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27935              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27936      Branch: perl
27937            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27938            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27939            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27940            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27941            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27942 ____________________________________________________________________________
27943 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27944         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27945              From: Jeffrey Friedl <jfriedl@yahoo.com>
27946              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27947              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27948              
27949              The rest of the tests for plus few extras.
27950      Branch: perl
27951            ! t/op/pat.t
27952 ____________________________________________________________________________
27953 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27954         Log: metaconfig unit change for #13877.
27955      Branch: metaconfig
27956            ! U/modified/Unix.U
27957 ____________________________________________________________________________
27958 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27959         Log: No-op.
27960      Branch: perl
27961            ! Configure
27962 ____________________________________________________________________________
27963 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27964         Log: More constant casting.
27965      Branch: perl
27966            ! regexec.c
27967 ____________________________________________________________________________
27968 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27969         Log: Subject: perlhack.pod 
27970              From: "John P. Linderman" <jpl@research.att.com>
27971              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27972              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27973      Branch: perl
27974            ! pod/perlhack.pod
27975 ____________________________________________________________________________
27976 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27977         Log: File::Find patch patches from Thomas Wegner.
27978      Branch: perl
27979            ! lib/File/Find.pm
27980 ____________________________________________________________________________
27981 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27982         Log: Subject: Re: socketpair emulation 
27983              From: Nicholas Clark <nick@unfortu.net>                 
27984              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27985              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27986      Branch: perl
27987            ! ext/Socket/socketpair.t
27988 ____________________________________________________________________________
27989 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27990         Log: Must cast constants if they can be quads.
27991      Branch: perl
27992            ! regcomp.c
27993 ____________________________________________________________________________
27994 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27995         Log: Promote the e/uid to wide enough un/signed integers
27996              and printf them as such.
27997      Branch: perl
27998            ! taint.c
27999 ____________________________________________________________________________
28000 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
28001         Log: metaconfig unit change for #13869.
28002      Branch: metaconfig/U/perl
28003            ! d_u32align.U
28004 ____________________________________________________________________________
28005 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
28006         Log: The U32 alignment test wasn't really working, noticed
28007              by Paul Green.  Now the test works, but this means that
28008              we may see coredumps from the test.   I sure hope MMUless
28009              places don't crash on the test.
28010      Branch: perl
28011            ! Configure
28012 ____________________________________________________________________________
28013 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
28014         Log: metaconfig unit changes for #13867.
28015      Branch: metaconfig
28016            ! U/compline/nblock_io.U U/modified/Unix.U
28017            ! U/modified/spitshell.U
28018 ____________________________________________________________________________
28019 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
28020         Log: More VOS tweaks.
28021      Branch: perl
28022            ! Configure
28023 ____________________________________________________________________________
28024 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
28025         Log: The funky final sigma casefolding.
28026      Branch: perl
28027            ! regcomp.c regexec.c t/op/pat.t utf8.h
28028 ____________________________________________________________________________
28029 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
28030         Log: Update Changes.
28031      Branch: perl
28032            ! Changes patchlevel.h
28033 ____________________________________________________________________________
28034 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
28035         Log: Move the \C and \X to pat.t.
28036      Branch: perl
28037            ! t/op/pat.t t/op/re_tests
28038 ____________________________________________________________________________
28039 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
28040         Log: More logical test ordering.
28041      Branch: perl
28042            ! perl.h
28043 ____________________________________________________________________________
28044 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
28045         Log: Integrate perlio:
28046              
28047              [ 13854]
28048              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
28049              
28050              [ 13853]
28051              Put PerlIO stuff inside EXTERN C
28052              
28053              [ 13852]
28054              Add at least the "important" PerlIO_xxxx functions to embed.pl
28055              so that they get implicit pTHX_ and we can avoid slow dTHX.
28056      Branch: perl
28057           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
28058           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
28059           !> win32/win32.c
28060 ____________________________________________________________________________
28061 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
28062         Log: Even more \X fixing.
28063      Branch: perl
28064            ! regexec.c t/op/pat.t
28065 ____________________________________________________________________________
28066 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
28067         Log: More \X fixing.
28068      Branch: perl
28069            ! regexec.c t/op/pat.t
28070 ____________________________________________________________________________
28071 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
28072         Log: Fix encoding pragma.
28073      Branch: perl
28074            ! regcomp.c
28075 ____________________________________________________________________________
28076 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
28077         Log: Subject: socketpair emulation
28078              From: Nicholas Clark <nick@unfortu.net>
28079              Date: Sat, 22 Dec 2001 18:38:18 +0000
28080              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
28081      Branch: perl
28082            + ext/Socket/socketpair.t
28083            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
28084            ! pp_sys.c proto.h util.c
28085 ____________________________________________________________________________
28086 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
28087         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
28088              From: Jeffrey Friedl <jfriedl@yahoo.com>
28089              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
28090              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
28091              
28092              (partially applied, most of the new tests need to be rethought)
28093      Branch: perl
28094            ! regcomp.c t/op/re_tests
28095 ____________________________________________________________________________
28096 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
28097         Log: Small tweaks.
28098      Branch: perl
28099            ! handy.h regexec.c
28100 ____________________________________________________________________________
28101 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
28102         Log: Unicode casefolding continues.
28103              (lib/encoding.t still failing.)
28104      Branch: perl
28105            ! regexec.c t/op/pat.t
28106 ____________________________________________________________________________
28107 [ 13854] By: nick                                  on 2001/12/22  20:01:27
28108         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
28109      Branch: perlio
28110            ! makedef.pl perlio.h perlio.sym win32/win32.c
28111 ____________________________________________________________________________
28112 [ 13853] By: nick                                  on 2001/12/22  19:58:53
28113         Log: Put PerlIO stuff inside EXTERN C
28114      Branch: perlio
28115            ! embed.pl proto.h
28116 ____________________________________________________________________________
28117 [ 13852] By: nick                                  on 2001/12/22  18:04:34
28118         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
28119              so that they get implicit pTHX_ and we can avoid slow dTHX.
28120      Branch: perlio
28121            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
28122            ! perlio.h pod/perlapi.pod proto.h
28123 ____________________________________________________________________________
28124 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
28125         Log: metaconfig unit change for #13850.
28126      Branch: metaconfig
28127            ! U/modified/Loc.U
28128 ____________________________________________________________________________
28129 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
28130         Log: Rework the make logic (again).
28131      Branch: perl
28132            ! Configure
28133 ____________________________________________________________________________
28134 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
28135         Log: Integrate perlio:
28136              
28137              [ 13848]
28138              The CR at EOF fix earlier broke CR at end-of-buffer.
28139              This should be okay for both?
28140              
28141              [ 13847]
28142              Correct checking code which Ilya spotted was tripped by CR at EOF.
28143              Also tone down perl -DP tracing of sv_gets.
28144              
28145              [ 13846]
28146              Fix mis-parse of autoloaded usage code by declaring the sub
28147      Branch: perl
28148            ! regexec.c
28149           !> ext/POSIX/POSIX.pm perlio.c sv.c
28150 ____________________________________________________________________________
28151 [ 13848] By: nick                                  on 2001/12/22  15:11:17
28152         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
28153              This should be okay for both?
28154      Branch: perlio
28155            ! perlio.c
28156 ____________________________________________________________________________
28157 [ 13847] By: nick                                  on 2001/12/22  12:26:32
28158         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
28159              Also tone down perl -DP tracing of sv_gets.
28160      Branch: perlio
28161            ! perlio.c sv.c
28162 ____________________________________________________________________________
28163 [ 13846] By: nick                                  on 2001/12/22  10:49:27
28164         Log: Fix mis-parse of autoloaded usage code by declaring the sub
28165      Branch: perlio
28166            ! ext/POSIX/POSIX.pm
28167 ____________________________________________________________________________
28168 [ 13845] By: nick                                  on 2001/12/22  10:44:11
28169         Log: Integrate mainline - some fails:
28170              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
28171              -------------------------------------------------------------------------------
28172              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
28173              ../lib/encoding.t                    19    2  10.53%  17-18
28174              op/pat.t                            770    3   0.39%  754-755 757
28175      Branch: perlio
28176           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
28177           !> (integrate 36 files)
28178 ____________________________________________________________________________
28179 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
28180         Log: More Unicode casing fixes.
28181      Branch: perl
28182            ! regexec.c t/op/pat.t
28183 ____________________________________________________________________________
28184 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
28185         Log: Unicode casefolding fixes.
28186      Branch: perl
28187            ! op.c regcomp.c regexec.c t/op/pat.t
28188 ____________________________________________________________________________
28189 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
28190         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
28191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28192              Date: Sat, 22 Dec 2001 00:01:29 +0100
28193              Message-ID: <20011222000129.A713@rafael>
28194      Branch: perl
28195            ! ext/B/B/Deparse.pm
28196 ____________________________________________________________________________
28197 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
28198         Log: VOS config from Paul Green.
28199      Branch: perl
28200            ! hints/vos.sh
28201 ____________________________________________________________________________
28202 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
28203         Log: Subject: [PATCH @13746] CreateTTY on OS/2
28204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28205              Date: Fri, 21 Dec 2001 15:59:45 -0500
28206              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
28207      Branch: perl
28208            ! lib/perl5db.pl
28209 ____________________________________________________________________________
28210 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
28211         Log: Subject: [PATCH @13746] uninstalled build of modules broken
28212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28213              Date: Fri, 21 Dec 2001 15:49:09 -0500
28214              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
28215      Branch: perl
28216            ! lib/ExtUtils/MM_Unix.pm
28217 ____________________________________________________________________________
28218 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
28219         Log: Subject: [PATCH @13746] OS/2 File::* modules
28220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28221              Date: Fri, 21 Dec 2001 15:43:24 -0500
28222              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
28223      Branch: perl
28224            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
28225 ____________________________________________________________________________
28226 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
28227         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
28228              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28229              Date: Fri, 21 Dec 2001 17:29:07 +0100
28230              Message-ID: <3C236353.6625C4C0@alcatel.at>
28231      Branch: perl
28232            ! pod/perltie.pod
28233 ____________________________________________________________________________
28234 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
28235         Log: metaconfig unit changes for #13835
28236      Branch: metaconfig
28237            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
28238            ! U/modified/sh.U
28239 ____________________________________________________________________________
28240 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
28241         Log: Further VOS tweaks: the _exe needs to be introduced
28242              in the very beginning, and the make/gmake needs special
28243              VOS logic.
28244      Branch: perl
28245            ! Configure Makefile.SH
28246 ____________________________________________________________________________
28247 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
28248         Log: Update Changes.
28249      Branch: perl
28250            ! Changes patchlevel.h
28251 ____________________________________________________________________________
28252 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
28253         Log: metaconfig unit change for #13832.
28254      Branch: metaconfig
28255            ! U/modified/spitshell.U
28256 ____________________________________________________________________________
28257 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
28258         Log: Also the search for cat needs to be _exe-aware.
28259      Branch: perl
28260            ! Configure
28261 ____________________________________________________________________________
28262 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
28263         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
28264              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28265              Date: Fri, 21 Dec 2001 14:02:01 +0100
28266              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
28267      Branch: perl
28268            ! ext/B/B/Xref.pm
28269 ____________________________________________________________________________
28270 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
28271         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
28272      Branch: perl
28273            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28274            ! ext/B/t/assembler.t
28275 ____________________________________________________________________________
28276 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
28277         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
28278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28279              Date: Fri, 21 Dec 2001 11:15:38 +0100
28280              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
28281      Branch: perl
28282            ! hv.c
28283 ____________________________________________________________________________
28284 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
28285         Log: A plan is good.
28286      Branch: perl
28287            ! ext/re/re.t
28288 ____________________________________________________________________________
28289 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
28290         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
28291              From: chromatic <chromatic@rmci.net>
28292              Date: Thu, 20 Dec 2001 16:16:48 -0700
28293              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
28294      Branch: perl
28295            + ext/re/re.t
28296            ! MANIFEST
28297 ____________________________________________________________________________
28298 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
28299         Log: Synchronize the skippage message.
28300      Branch: perl
28301            ! lib/ExtUtils/t/MM_OS2.t
28302 ____________________________________________________________________________
28303 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
28304         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
28305              From: chromatic <chromatic@rmci.net>
28306              Date: Thu, 20 Dec 2001 16:09:10 -0700
28307              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
28308      Branch: perl
28309            + lib/ExtUtils/t/MM_OS2.t
28310            ! MANIFEST
28311 ____________________________________________________________________________
28312 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
28313         Log: Subject: perlfunc.pod patch re flock via fcntl
28314              From: "Tye McQueen" <tye@metronet.com>
28315              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
28316              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
28317      Branch: perl
28318            ! pod/perlfunc.pod
28319 ____________________________________________________________________________
28320 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
28321         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
28322              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
28323              (the Unicode maximum code point) warnable offenses.
28324      Branch: perl
28325            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
28326            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
28327 ____________________________________________________________________________
28328 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
28329         Log: Sterner admonishment on -t.
28330      Branch: perl
28331            ! pod/perlrun.pod
28332 ____________________________________________________________________________
28333 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
28334         Log: Subject: [PATCH B::Dpparse] minor qr// fix
28335              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28336              Date: Thu, 20 Dec 2001 22:53:34 +0100
28337              Message-ID: <20011220225334.A735@rafael>
28338      Branch: perl
28339            ! ext/B/B/Deparse.pm
28340 ____________________________________________________________________________
28341 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
28342         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
28343              From: Robert Spier <rspier@pobox.com>
28344              Date: Thu, 20 Dec 2001 08:10:00 -0800
28345              Message-ID: <15394.3416.693353.107334@rls.cx>
28346      Branch: perl
28347            ! lib/Carp/Heavy.pm
28348 ____________________________________________________________________________
28349 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
28350         Log: Integrate perlio:
28351              
28352              [ 13815]
28353              pTHX_ fixes for :win32 layer
28354      Branch: perl
28355           !> win32/win32io.c
28356 ____________________________________________________________________________
28357 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
28358         Log: Subject: Re: [PATCH pod/perliol.pod] resend
28359              From: Stas Bekman <stas@stason.org>
28360              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
28361              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
28362      Branch: perl
28363            ! pod/perliol.pod
28364 ____________________________________________________________________________
28365 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
28366         Log: Fix up the APIs noone hopefully uses.
28367      Branch: perl
28368            ! utf8.c
28369 ____________________________________________________________________________
28370 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
28371         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
28372              Date: Wed, 19 Dec 2001 14:13:38 -0800
28373              From: Robert Spier <rspier@pobox.com>
28374              Message-ID: <15393.4370.605214.548582@rls.cx>
28375      Branch: perl
28376            ! lib/Carp.t lib/Carp/Heavy.pm
28377 ____________________________________________________________________________
28378 [ 13815] By: nick                                  on 2001/12/20  10:23:42
28379         Log: pTHX_ fixes for :win32 layer
28380      Branch: perlio
28381            ! win32/win32io.c
28382 ____________________________________________________________________________
28383 [ 13814] By: nick                                  on 2001/12/20  08:20:11
28384         Log: Integrate mainline (mostly) utf8.c does not compile.
28385      Branch: perlio
28386           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
28387           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28388           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28389           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28390           +> lib/Net/Ping/t/300_ping_stream.t
28391           !> Changes MANIFEST embed.h embed.pl embedvar.h
28392           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
28393           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
28394           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
28395           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
28396           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
28397 ____________________________________________________________________________
28398 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
28399         Log: Some bincompat clawbacks.
28400      Branch: perl
28401            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
28402            ! wince/perldll.def
28403 ____________________________________________________________________________
28404 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
28405         Log: gcc pacifying (RH 7.1/ia64).
28406      Branch: perl
28407            ! pp.c
28408 ____________________________________________________________________________
28409 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
28410         Log: Update Changes.
28411      Branch: perl
28412            ! Changes patchlevel.h
28413 ____________________________________________________________________________
28414 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
28415         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28416              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28417              Date: Wed, 19 Dec 2001 12:35:07 +0100
28418              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
28419              
28420              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28421              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28422              Date: Wed, 19 Dec 2001 17:34:51 +0000
28423              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
28424      Branch: perl
28425            ! pod/perlre.pod
28426 ____________________________________________________________________________
28427 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
28428         Log: Integrate perlio:
28429              
28430              [ 13808]
28431              Add pTHX to all vtable functions for future-proofing and
28432              consistency of PerlIO layers.
28433              
28434              [ 13797]
28435              Remove the sometimes-lvalue cast
28436              
28437              [ 13796]
28438              alarm.t with -Uuseperlio fix
28439              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28440              not USE_PERLIO
28441              
28442              [ 13795]
28443              Fix READONLY hashes:
28444              1. Discovered need for disabled scope.c part of Jeff's patch.
28445              2. Corrected hv_delete* - entry was being de-linked from
28446              chain (patch program not smart enough?)
28447      Branch: perl
28448           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28449           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
28450 ____________________________________________________________________________
28451 [ 13808] By: nick                                  on 2001/12/19  16:08:27
28452         Log: Add pTHX to all vtable functions for future-proofing and
28453              consistency of PerlIO layers.
28454      Branch: perlio
28455            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28456            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
28457 ____________________________________________________________________________
28458 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
28459         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
28460      Branch: perl
28461            ! ext/B/B/Assembler.pm
28462 ____________________________________________________________________________
28463 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
28464         Log: Reword the alarm explanation.
28465      Branch: perl
28466            ! pod/perlfunc.pod
28467 ____________________________________________________________________________
28468 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
28469         Log: Subject: [PATCH @13746] OS/2 build
28470              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
28471              Date: Wed, 19 Dec 2001 02:45:41 -0500
28472              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
28473              
28474              (skipped the t/TEST change)
28475      Branch: perl
28476            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
28477            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
28478            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
28479 ____________________________________________________________________________
28480 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
28481         Log: Upgrade to Net::Ping 2.09.
28482      Branch: perl
28483            + lib/Net/Ping/CHANGES lib/Net/Ping/README
28484            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28485            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28486            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28487            + lib/Net/Ping/t/300_ping_stream.t
28488            ! MANIFEST lib/Net/Ping.pm
28489 ____________________________________________________________________________
28490 [ 13803] By: nick                                  on 2001/12/19  14:43:24
28491         Log: Integrate mainline
28492      Branch: perlio
28493           +> ext/B/t/assembler.t lib/lib.t
28494           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28495           !> lib/lib_pm.PL t/op/glob.t utf8.c
28496 ____________________________________________________________________________
28497 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
28498         Log: B::Assembler/B::Disassembler patches and test;
28499              from Wolfgang Laun.
28500              
28501              TODO: getting perlcc working.
28502      Branch: perl
28503            + ext/B/t/assembler.t
28504            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28505 ____________________________________________________________________________
28506 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
28507         Log: Can't printf U8s as UVs.
28508      Branch: perl
28509            ! utf8.c
28510 ____________________________________________________________________________
28511 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
28512         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28513              From: Robin Houston <robin@kitsite.com> 
28514              Date: Wed, 19 Dec 2001 13:48:55 +0000
28515              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
28516              
28517              Not exactly a glob test but internal-logically correct.
28518      Branch: perl
28519            ! t/op/glob.t
28520 ____________________________________________________________________________
28521 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
28522         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
28523              From: Michael G Schwern <schwern@pobox.com> 
28524              Date: Wed, 19 Dec 2001 07:42:54 -0500
28525              Message-ID: <20011219124254.GF8630@blackrider>
28526      Branch: perl
28527            + lib/lib.t
28528            ! MANIFEST lib/lib_pm.PL
28529 ____________________________________________________________________________
28530 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
28531         Log: Integrate with perlio.
28532      Branch: perl
28533           !> hv.c hv.h scope.c util.c
28534 ____________________________________________________________________________
28535 [ 13797] By: nick                                  on 2001/12/19  12:03:21
28536         Log: Remove the sometimes-lvalue cast
28537      Branch: perlio
28538            ! hv.h
28539 ____________________________________________________________________________
28540 [ 13796] By: nick                                  on 2001/12/19  11:02:27
28541         Log: alarm.t with -Uuseperlio fix
28542              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28543              not USE_PERLIO
28544      Branch: perlio
28545            ! util.c
28546 ____________________________________________________________________________
28547 [ 13795] By: nick                                  on 2001/12/19  10:19:40
28548         Log: Fix READONLY hashes:
28549              1. Discovered need for disabled scope.c part of Jeff's patch.
28550              2. Corrected hv_delete* - entry was being de-linked from
28551              chain (patch program not smart enough?)
28552      Branch: perlio
28553            ! hv.c scope.c
28554 ____________________________________________________________________________
28555 [ 13794] By: nick                                  on 2001/12/19  09:35:13
28556         Log: Integrate mainline
28557      Branch: perlio
28558           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
28559           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
28560           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
28561           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
28562           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
28563 ____________________________________________________________________________
28564 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
28565         Log: Regen toc.
28566      Branch: perl
28567            ! pod/perltoc.pod
28568 ____________________________________________________________________________
28569 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
28570         Log: FAQ sync.
28571      Branch: perl
28572            ! pod/perlfaq5.pod
28573 ____________________________________________________________________________
28574 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
28575         Log: Reformat round.
28576      Branch: perl
28577            ! pod/perlunicode.pod
28578 ____________________________________________________________________________
28579 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
28580         Log: Subject: [PATCH] pod/perlunicode.pod
28581              From: Jeffrey Friedl <jfriedl@yahoo.com>
28582              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
28583              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
28584      Branch: perl
28585            ! pod/perlunicode.pod
28586 ____________________________________________________________________________
28587 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
28588         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28589              From: Jeffrey Friedl <jfriedl@yahoo.com>
28590              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
28591              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
28592      Branch: perl
28593            ! pod/perluniintro.pod
28594 ____________________________________________________________________________
28595 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
28596         Log: Slight pod reformatting.
28597      Branch: perl
28598            ! pod/perluniintro.pod
28599 ____________________________________________________________________________
28600 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
28601         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28602              From: Jeffrey Friedl <jfriedl@yahoo.com>    
28603              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
28604              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
28605      Branch: perl
28606            ! pod/perluniintro.pod
28607 ____________________________________________________________________________
28608 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
28609         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
28610              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28611              Date: Wed, 19 Dec 2001 01:45:23 +0000
28612              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
28613      Branch: perl
28614            ! sv.c
28615 ____________________________________________________________________________
28616 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
28617         Log: Subject: Porting/checkURL.pl
28618              From: abigail@foad.org
28619              Date: Tue, 18 Dec 2001 19:03:22 +0100          
28620              Message-ID: <20011218180322.8278.qmail@foad.org> 
28621      Branch: perl
28622            ! Porting/checkURL.pl
28623 ____________________________________________________________________________
28624 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
28625         Log: metaconfig unit change for #13783.
28626      Branch: metaconfig
28627            ! U/modified/Loc.U
28628 ____________________________________________________________________________
28629 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
28630         Log: A bit too oversweeping matching in #13778.
28631      Branch: perl
28632            ! Configure
28633 ____________________________________________________________________________
28634 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
28635         Log: Re-gen Configure based on #13778..13781.
28636      Branch: perl
28637            ! Configure config_h.SH
28638 ____________________________________________________________________________
28639 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
28640         Log: First assume that crypt() can live happy normal life in
28641              the libc or the moral equivalent; only then try magic.
28642      Branch: metaconfig
28643            + U/modified/d_crypt.U
28644 ____________________________________________________________________________
28645 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
28646         Log: In VOS ACLs confuse the testing.
28647      Branch: metaconfig
28648            ! U/modified/Findhdr.U
28649 ____________________________________________________________________________
28650 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28651         Log: Either make or gmake.
28652      Branch: metaconfig
28653            ! U/modified/Loc.U
28654 ____________________________________________________________________________
28655 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28656         Log: If your _exe is different from .exe and your test -f $foo
28657              doesn't do magic to recognize $foo$_exe, you will need to
28658              specify -D_exe=... on command line-- and this patch.
28659      Branch: metaconfig
28660            + U/modified/sh.U
28661            ! U/modified/Loc.U
28662 ____________________________________________________________________________
28663 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28664         Log: Fix the bugs in #13768..13776, and regen Configure.
28665      Branch: metaconfig
28666            ! U/compline/nblock_io.U U/modified/Findhdr.U
28667            ! U/modified/spitshell.U
28668      Branch: metaconfig/U/perl
28669            ! issymlink.U perlpath.U
28670      Branch: perl
28671            ! Configure config_h.SH
28672 ____________________________________________________________________________
28673 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28674         Log: Must test with $_exe. (There are plenty of similar
28675              spots earlier but they are a tad more complex to fix
28676              since they come before the hints are run.)
28677      Branch: metaconfig
28678            + U/modified/yacc.U
28679 ____________________________________________________________________________
28680 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28681         Log: F_SETFL might require <fcntl.h>
28682      Branch: metaconfig
28683            ! U/compline/nblock_io.U
28684 ____________________________________________________________________________
28685 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28686         Log: Don't require make; have both make and gmake optional.
28687              (Maybe have a check that at least one of them is available?)
28688      Branch: metaconfig
28689            ! U/modified/Loc.U
28690 ____________________________________________________________________________
28691 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28692         Log: cat might be farther than /bin or /usr/bin.
28693      Branch: metaconfig
28694            ! U/modified/spitshell.U
28695 ____________________________________________________________________________
28696 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28697         Log: In VOS the path component separator is >, not /.
28698      Branch: metaconfig
28699            ! U/modified/Findhdr.U
28700 ____________________________________________________________________________
28701 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28702         Log: The VOS shell doesn't implement the ? wildcard
28703              (? is used for other purposes, I assume); but
28704              it does implement the * wildcard, and that works
28705              in the general case just fine.
28706      Branch: metaconfig/U/perl
28707            ! d_dlsymun.U
28708 ____________________________________________________________________________
28709 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28710         Log: VOS detection.
28711      Branch: metaconfig
28712            ! U/modified/Oldconfig.U
28713 ____________________________________________________________________________
28714 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28715         Log: Proper path for VOS.
28716      Branch: metaconfig
28717            ! U/modified/Head.U
28718 ____________________________________________________________________________
28719 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28720         Log: Change s/>& 4/>&4/g for consistency.
28721      Branch: metaconfig
28722            + U/modified/d_dosuid.U
28723            ! U/modified/d_socket.U
28724      Branch: metaconfig/U/perl
28725            ! issymlink.U perlxvf.U
28726 ____________________________________________________________________________
28727 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28728         Log: Subject: Re: Benchmark.t failure on Linux
28729              From: Nicholas Clark <nick@ccl4.org>
28730              Date: Tue, 18 Dec 2001 22:51:25 +0000
28731              Message-ID: <20011218225124.N21702@plum.flirble.org>
28732      Branch: perl
28733            ! lib/Benchmark.t
28734 ____________________________________________________________________________
28735 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28736         Log: Re-applying #13752 until a better solution can be found.
28737      Branch: perl
28738            ! lib/ExtUtils/t/MM_Unix.t
28739 ____________________________________________________________________________
28740 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28741         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28742              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28743              Date: Tue, 18 Dec 2001 12:05:40 -0500
28744              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28745      Branch: perl
28746            ! lib/Exporter.pm
28747 ____________________________________________________________________________
28748 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28749         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28750              findings -- some of the warnings I can't explain except
28751              by NVgf being detected wrong, though.
28752      Branch: perl
28753            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28754 ____________________________________________________________________________
28755 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28756         Log: Subject: [PATCH] pod/perluniintro.pod
28757              From: Jeffrey Friedl <jfriedl@yahoo.com>
28758              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28759              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
28760      Branch: perl
28761            ! pod/perluniintro.pod
28762 ____________________________________________________________________________
28763 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
28764         Log: ".pm" is the native executable suffix in VOS.
28765      Branch: perl
28766            ! hints/vos.sh
28767 ____________________________________________________________________________
28768 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
28769         Log: Integrate perlio:
28770              
28771              [ 13760]
28772              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28773              - added delete of READONLY value inhibit & test for same
28774              - re-tabbed
28775      Branch: perl
28776           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28777 ____________________________________________________________________________
28778 [ 13760] By: nick                                  on 2001/12/18  15:55:22
28779         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28780              - added delete of READONLY value inhibit & test for same
28781              - re-tabbed
28782      Branch: perlio
28783            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28784 ____________________________________________________________________________
28785 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
28786         Log: (Undone by #13766.)
28787              Retract #13752.
28788      Branch: perl
28789            ! lib/ExtUtils/t/MM_Unix.t
28790 ____________________________________________________________________________
28791 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
28792         Log: Echoes of #13757.
28793      Branch: perl
28794            ! t/lib/warnings/utf8
28795 ____________________________________________________________________________
28796 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
28797         Log: Make the utf8 malformedness messages more verbose.
28798      Branch: perl
28799            ! lib/utf8.t utf8.c
28800 ____________________________________________________________________________
28801 [ 13756] By: nick                                  on 2001/12/18  14:43:58
28802         Log: Integrate mainline
28803      Branch: perlio
28804           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28805           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28806           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28807           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28808           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28809           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
28810            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28811            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28812            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
28813            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28814            - lib/ExtUtils/testlib.t
28815           !> (integrate 28 files)
28816 ____________________________________________________________________________
28817 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
28818         Log: README.aix updates from Jens-Uwe Mager.
28819      Branch: perl
28820            ! README.aix
28821 ____________________________________________________________________________
28822 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
28823         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
28824              From: Michael G Schwern <schwern@pobox.com>
28825              Date: Tue, 18 Dec 2001 00:58:18 -0500
28826              Message-ID: <20011218055818.GC4362@blackrider>
28827      Branch: perl
28828            ! lib/Benchmark.t
28829 ____________________________________________________________________________
28830 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
28831         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
28832              From: Michael G Schwern <schwern@pobox.com>
28833              Date: Tue, 18 Dec 2001 00:40:38 -0500
28834              Message-ID: <20011218054038.GB4362@blackrider>
28835      Branch: perl
28836            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
28837 ____________________________________________________________________________
28838 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
28839         Log: (reintroduced by #13766)
28840              (retracted by #13759)
28841              
28842              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
28843              From: Michael G Schwern <schwern@pobox.com>  
28844              Date: Tue, 18 Dec 2001 00:00:23 -0500
28845              Message-ID: <20011218050023.GA27893@blackrider>
28846      Branch: perl
28847            ! lib/ExtUtils/t/MM_Unix.t
28848 ____________________________________________________________________________
28849 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
28850         Log: Re-patch #13749.
28851      Branch: perl
28852            ! t/op/glob.t
28853 ____________________________________________________________________________
28854 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
28855         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
28856              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28857              Date: Tue, 18 Dec 2001 12:55:43 +0000
28858              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
28859      Branch: perl
28860            ! ext/Devel/Peek/Peek.pm
28861 ____________________________________________________________________________
28862 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
28863         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
28864              From: Robin Houston <robin@kitsite.com> 
28865              Date: Tue, 18 Dec 2001 14:54:33 +0000
28866              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
28867      Branch: perl
28868            ! t/op/glob.t
28869 ____________________________________________________________________________
28870 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
28871         Log: Subject: [PATCH] slightly more for Exporter.pm
28872              From: Nicholas Clark <nick@ccl4.org>
28873              Date: Tue, 18 Dec 2001 00:22:03 +0000
28874              Message-ID: <20011218002203.M21702@plum.flirble.org>
28875      Branch: perl
28876            ! lib/Exporter.pm
28877 ____________________________________________________________________________
28878 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
28879         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
28880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28881              Date: Mon, 17 Dec 2001 16:37:18 +0100
28882              Message-ID: <20011217163718.A2292@rafael>
28883              
28884              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
28885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28886              Date: Mon, 17 Dec 2001 23:17:06 +0100
28887              Message-ID: <20011217231706.A730@rafael>
28888      Branch: perl
28889            ! pod/perlsub.pod pp.c toke.c
28890 ____________________________________________________________________________
28891 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
28892         Log: Update Changes.
28893      Branch: perl
28894            ! Changes patchlevel.h
28895 ____________________________________________________________________________
28896 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
28897         Log: New test warrants a MANIFEST entry.
28898      Branch: perl
28899            ! MANIFEST
28900 ____________________________________________________________________________
28901 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
28902         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28903              From: Robin Houston <robin@kitsite.com>
28904              Date: Mon, 17 Dec 2001 20:27:30 +0000
28905              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
28906              
28907              Can't portably unlink open files.
28908      Branch: perl
28909            ! t/op/glob.t
28910 ____________________________________________________________________________
28911 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
28912         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
28913      Branch: perl
28914            ! pod/perluniintro.pod
28915 ____________________________________________________________________________
28916 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
28917         Log: Move typeglob test from glob.t to gv.t.
28918      Branch: perl
28919            ! t/op/glob.t t/op/gv.t
28920 ____________________________________________________________________________
28921 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28922         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28923              From: Robin Houston <robin@kitsite.com> 
28924              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28925              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28926      Branch: perl
28927            ! t/op/glob.t
28928 ____________________________________________________________________________
28929 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28930         Log: Demote the surrogate and non-character errors to warnings.
28931      Branch: perl
28932            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28933 ____________________________________________________________________________
28934 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28935         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28936              From: Nicholas Clark <nick@ccl4.org>
28937              Date: Mon, 17 Dec 2001 18:27:47 +0000
28938              Message-ID: <20011217182747.D21702@plum.flirble.org>
28939      Branch: perl
28940            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28941 ____________________________________________________________________________
28942 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28943         Log: Subject: [PATCH] ...while $var = glob(...)
28944              From: Robin Houston <robin@kitsite.com> 
28945              Date: Mon, 17 Dec 2001 15:51:54 +0000
28946              Message-ID: <20011217155153.A311@robin.kitsite.com>
28947      Branch: perl
28948            ! op.c
28949 ____________________________________________________________________________
28950 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28951         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28953              Date: Mon, 17 Dec 2001 15:23:01 +0100
28954              Message-ID: <20011217152301.A704@rafael>
28955      Branch: perl
28956            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28957 ____________________________________________________________________________
28958 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28959         Log: The system() vs $SIG{ARLM} is no more a todo.
28960      Branch: perl
28961            ! t/op/alarm.t
28962 ____________________________________________________________________________
28963 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28964         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28965              From: Michael G Schwern <schwern@pobox.com>
28966              Date: Sun, 16 Dec 2001 23:59:01 -0500
28967              Message-ID: <20011217045901.GL17232@blackrider>
28968      Branch: perl
28969            + t/op/alarm.t
28970            ! MANIFEST
28971 ____________________________________________________________________________
28972 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28973         Log: s/UNIX/Unix/
28974      Branch: perl
28975            ! MANIFEST
28976 ____________________________________________________________________________
28977 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28978         Log: Move ExtUtils tests to lib/ExtUtils/t.
28979      Branch: perl
28980            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28981            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28982            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28983            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28984            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28985            + lib/ExtUtils/t/testlib.t
28986            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28987            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28988            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28989            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28990            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28991            ! MANIFEST
28992 ____________________________________________________________________________
28993 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28994         Log: Subject: [PATCH] MM_Unix tests, and some questions
28995              From: Tels <perl_dummy@bloodgate.com>
28996              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28997              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28998              
28999              Subject: Re: [PATCH] MM_Unix tests, and some questions
29000              From: Tels <perl_dummy@bloodgate.com>
29001              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
29002              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
29003      Branch: perl
29004            + lib/ExtUtils/MM_Unix.t
29005            ! MANIFEST lib/ExtUtils/MM_Unix.pm
29006 ____________________________________________________________________________
29007 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
29008         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
29009              From: Michael G Schwern <schwern@pobox.com>
29010              Date: Sun, 16 Dec 2001 17:53:55 -0500
29011              Message-ID: <20011216225354.GE8900@blackrider>
29012      Branch: perl
29013            ! lib/ExtUtils/MM_Unix.pm
29014 ____________________________________________________________________________
29015 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
29016         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
29017              From: Michael G Schwern <schwern@pobox.com>                
29018              Date: Sun, 16 Dec 2001 16:12:55 -0500
29019              Message-ID: <20011216211255.GV8900@blackrider>
29020      Branch: perl
29021            ! ext/B/B/Deparse.pm
29022 ____________________________________________________________________________
29023 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
29024         Log: Subject: [PATCH] Exporter.pm
29025              From: Nicholas Clark <nick@ccl4.org>
29026              Date: Sun, 16 Dec 2001 19:24:25 +0000
29027              Message-ID: <20011216192425.R21702@plum.flirble.org>
29028      Branch: perl
29029            ! lib/Exporter.pm
29030 ____________________________________________________________________________
29031 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
29032         Log: Subject: [PATCH] Exporter.t (and question)
29033              From: Nicholas Clark <nick@ccl4.org>
29034              Date: Sun, 16 Dec 2001 17:24:55 +0000
29035              Message-ID: <20011216172455.P21702@plum.flirble.org>
29036      Branch: perl
29037            ! lib/Exporter.t
29038 ____________________________________________________________________________
29039 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
29040         Log: Subject: Re: perl@13661
29041              From: "John P. Linderman" <jpl@research.att.com>              
29042              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
29043              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
29044      Branch: perl
29045            ! pp_sort.c
29046 ____________________________________________________________________________
29047 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
29048         Log: Subject: Will the real Unicode encoding please stand up?
29049              From: Jeffrey Friedl <jfriedl@yahoo.com>
29050              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
29051              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
29052      Branch: perl
29053            ! pod/perluniintro.pod
29054 ____________________________________________________________________________
29055 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
29056         Log: Integrate perlio:
29057              
29058              [ 13724]
29059              Fix for alarm() breaking into wait*().
29060              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
29061              signal handler before caller re-does the system call.
29062      Branch: perl
29063           !> util.c
29064 ____________________________________________________________________________
29065 [ 13724] By: nick                                  on 2001/12/17  09:16:50
29066         Log: Fix for alarm() breaking into wait*().
29067              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
29068              signal handler before caller re-does the system call.
29069      Branch: perlio
29070            ! util.c
29071 ____________________________________________________________________________
29072 [ 13723] By: nick                                  on 2001/12/17  07:45:13
29073         Log: Integrate mainline
29074      Branch: perlio
29075           +> (branch 26 files)
29076           !> (integrate 47 files)
29077 ____________________________________________________________________________
29078 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
29079         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
29080              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
29081              and characters beyond 0x10FFF should be disallowed, too,
29082              but some tests would need changing, but more importantly some
29083              APIs would need remodeling since one can easily generate such
29084              characters either by bitwise complements, tr complements, or
29085              v-strings.
29086      Branch: perl
29087            ! pod/perldiag.pod utf8.c
29088 ____________________________________________________________________________
29089 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
29090         Log: Make surrogates illegal also on EBCDIC.
29091      Branch: perl
29092            ! utf8.c
29093 ____________________________________________________________________________
29094 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
29095         Log: Subject: [patch @13687] Unicode::Collate 0.10
29096              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
29097              Date: Sun, 16 Dec 2001 21:22:12 +0900
29098              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
29099      Branch: perl
29100            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29101            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29102 ____________________________________________________________________________
29103 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
29104         Log: More documentation for the encoding pragma.
29105      Branch: perl
29106            ! lib/encoding.pm
29107 ____________________________________________________________________________
29108 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
29109         Log: Subject: [PATCH] lib/open.pm 
29110              From: Jeffrey Friedl <jfriedl@yahoo.com>
29111              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
29112              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
29113      Branch: perl
29114            ! lib/open.pm
29115 ____________________________________________________________________________
29116 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
29117         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
29118              From: chromatic <chromatic@rmci.net>
29119              Date: Sat, 15 Dec 2001 23:24:40 -0700
29120              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
29121      Branch: perl
29122            + lib/ExtUtils/Installed.t
29123            ! MANIFEST
29124 ____________________________________________________________________________
29125 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
29126         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
29127              From: Michael G Schwern <schwern@pobox.com>
29128              Date: Sun, 16 Dec 2001 01:14:00 -0500
29129              Message-ID: <20011216061400.GC8900@blackrider>
29130      Branch: perl
29131            ! lib/diagnostics.pm
29132 ____________________________________________________________________________
29133 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
29134         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
29135              From: Michael G Schwern <schwern@pobox.com>
29136              Date: Sun, 16 Dec 2001 01:12:42 -0500
29137              Message-ID: <20011216061242.GB8900@blackrider>
29138      Branch: perl
29139            ! t/test.pl
29140 ____________________________________________________________________________
29141 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
29142         Log: I sometimes outsmart myself.
29143      Branch: perl
29144            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
29145 ____________________________________________________________________________
29146 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
29147         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
29148              From: Michael G Schwern <schwern@pobox.com>
29149              Date: Sat, 15 Dec 2001 15:08:29 -0500
29150              Message-ID: <20011215200829.GK1548@blackrider>
29151      Branch: perl
29152            ! lib/AutoSplit.pm
29153 ____________________________________________________________________________
29154 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
29155         Log: perlunicode enchancements suggested by Jeffrey Friedl.
29156      Branch: perl
29157            ! pod/perlunicode.pod
29158 ____________________________________________________________________________
29159 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
29160         Log: Subject: [PATCH] perlunicode.pod
29161              From: Jeffrey Friedl <jfriedl@yahoo.com>
29162              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
29163              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
29164      Branch: perl
29165            ! pod/perlunicode.pod
29166 ____________________________________________________________________________
29167 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
29168         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
29169              From: Jeffrey Friedl <jfriedl@yahoo.com>
29170              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
29171              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
29172      Branch: perl
29173            ! lib/utf8_heavy.pl
29174 ____________________________________________________________________________
29175 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
29176         Log: Can't create surrogates; so can't match them, either.
29177      Branch: perl
29178            ! pod/perlunicode.pod
29179 ____________________________________________________________________________
29180 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
29181         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
29182              From: Michael G Schwern <schwern@pobox.com>
29183              Date: Sat, 15 Dec 2001 21:20:35 -0500
29184              Message-ID: <20011216022035.GE5672@blackrider>
29185      Branch: perl
29186            ! t/test.pl
29187 ____________________________________________________________________________
29188 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
29189         Log: Make creating UTF-8 surrogates a punishable act.
29190      Branch: perl
29191            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
29192 ____________________________________________________________________________
29193 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
29194         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
29195      Branch: perl
29196            + lib/unicore/In/172.pl lib/unicore/In/173.pl
29197            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
29198            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
29199            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
29200            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
29201            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
29202 ____________________________________________________________________________
29203 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
29204         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
29205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29206              Date: Sat, 15 Dec 2001 23:21:43 +0100
29207              Message-ID: <20011215232143.A11790@rafael>
29208      Branch: perl
29209            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
29210 ____________________________________________________________________________
29211 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
29212         Log: Make charnames more robust.
29213      Branch: perl
29214            ! lib/charnames.pm
29215 ____________________________________________________________________________
29216 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
29217         Log: The hoops one has to jump through.
29218      Branch: perl
29219            ! ext/I18N/Langinfo/Langinfo.pm
29220 ____________________________________________________________________________
29221 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
29222         Log: Subject: [PATCH] perlstyle.pod nit on warnings
29223              From: Autrijus Tang <autrijus@egb.elixus.org>
29224              Date: Sat, 15 Dec 2001 04:24:34 -0800
29225              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
29226      Branch: perl
29227            ! pod/perlstyle.pod
29228 ____________________________________________________________________________
29229 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
29230         Log: I don't think we are in FooOS, Toto.
29231      Branch: perl
29232            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
29233 ____________________________________________________________________________
29234 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
29235         Log: Subject: Re: Untested modules update:  There's more than we thought
29236              From: chromatic <chromatic@rmci.net>
29237              Date: Fri, 14 Dec 2001 17:20:24 -0700
29238              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
29239      Branch: perl
29240            + lib/ExtUtils/MM_Cygwin.t
29241            ! MANIFEST
29242 ____________________________________________________________________________
29243 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
29244         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
29245              From: Michael G Schwern <schwern@pobox.com> 
29246              Date: Fri, 14 Dec 2001 20:59:42 -0500
29247              Message-ID: <20011215015942.GF28596@blackrider>
29248      Branch: perl
29249            ! t/TEST
29250 ____________________________________________________________________________
29251 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
29252         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
29253              From: Michael G Schwern <schwern@pobox.com> 
29254              Date: Fri, 14 Dec 2001 20:03:46 -0500
29255              Message-ID: <20011215010346.GD28596@blackrider>
29256      Branch: perl
29257            + ext/B/t/bblock.t
29258            ! MANIFEST
29259 ____________________________________________________________________________
29260 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
29261         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
29262              From: Michael G Schwern <schwern@pobox.com> 
29263              Date: Fri, 14 Dec 2001 19:59:13 -0500
29264              Message-ID: <20011215005913.GC28596@blackrider>
29265      Branch: perl
29266            ! ext/B/B/Bblock.pm
29267 ____________________________________________________________________________
29268 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
29269         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
29270              From: Michael G Schwern <schwern@pobox.com> 
29271              Date: Fri, 14 Dec 2001 19:36:12 -0500
29272              Message-ID: <20011215003611.GA28596@blackrider>
29273      Branch: perl
29274            + ext/B/t/asmdata.t
29275            ! MANIFEST
29276 ____________________________________________________________________________
29277 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
29278         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
29279              From: Michael G Schwern <schwern@pobox.com> 
29280              Date: Fri, 14 Dec 2001 19:14:14 -0500
29281              Message-ID: <20011215001414.GA25077@blackrider>
29282      Branch: perl
29283            ! bytecode.pl ext/B/B/Asmdata.pm
29284 ____________________________________________________________________________
29285 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
29286         Log: Permissions.
29287      Branch: perl
29288            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29289            ! ext/Devel/PPPort/module3.c
29290 ____________________________________________________________________________
29291 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
29292         Log: Benchmark test from Nicholas Clark.
29293      Branch: perl
29294            + lib/Benchmark.t
29295            ! MANIFEST lib/Benchmark.pm
29296 ____________________________________________________________________________
29297 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
29298         Log: Mithing.
29299      Branch: perl
29300            + lib/Attribute/Handlers/demo/demo2.pl
29301            + lib/Attribute/Handlers/demo/demo3.pl
29302            + lib/Attribute/Handlers/demo/demo4.pl
29303 ____________________________________________________________________________
29304 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
29305         Log: Silence compiler worries found by Schwern/Digital cc.
29306      Branch: perl
29307            ! perlio.c sv.c x2p/str.c
29308 ____________________________________________________________________________
29309 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
29310         Log: User may not have a valid home directory even if
29311              getpwuid() succedds.
29312      Branch: perl
29313            ! ext/File/Glob/t/basic.t
29314 ____________________________________________________________________________
29315 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
29316         Log: Integrate with perlio.  (No changes, but that's okay.)
29317      Branch: perl
29318           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
29319 ____________________________________________________________________________
29320 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
29321         Log: Add a Configure hints file for VOS: the POSIX support
29322              of VOS is getting close to the point where it can run
29323              Configure (some Configure tweaks will be required).
29324      Branch: perl
29325            + hints/vos.sh
29326            ! MANIFEST
29327 ____________________________________________________________________________
29328 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
29329         Log: Update Changes.
29330      Branch: perl
29331            ! Changes patchlevel.h
29332 ____________________________________________________________________________
29333 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
29334         Log: Reintroduce Attribute::Handlers with Spider's fixes.
29335      Branch: perl
29336            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29337            + lib/Attribute/Handlers/README
29338            + lib/Attribute/Handlers/demo/Demo.pm
29339            + lib/Attribute/Handlers/demo/Descriptions.pm
29340            + lib/Attribute/Handlers/demo/MyClass.pm
29341            + lib/Attribute/Handlers/demo/demo.pl
29342            + lib/Attribute/Handlers/demo/demo_call.pl
29343            + lib/Attribute/Handlers/demo/demo_chain.pl
29344            + lib/Attribute/Handlers/demo/demo_cycle.pl
29345            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29346            + lib/Attribute/Handlers/demo/demo_phases.pl
29347            + lib/Attribute/Handlers/demo/demo_range.pl
29348            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29349            + lib/Attribute/Handlers/t/multi.t
29350            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29351 ____________________________________________________________________________
29352 [ 13685] By: nick                                  on 2001/12/14  15:57:00
29353         Log: Integrate mainline
29354      Branch: perlio
29355           +> t/run/switcht.t
29356           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29357           !> perlapi.h pod/perlrun.pod t/TEST taint.c
29358 ____________________________________________________________________________
29359 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
29360         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
29361              From: Michael G Schwern <schwern@pobox.com> 
29362              Date: Thu, 13 Dec 2001 19:27:08 -0500
29363              Message-ID: <20011214002707.GA10532@blackrider>
29364              
29365              (reword the perlrun -t description a bit,
29366              and move the Itaint_warn to the bottom of
29367              the intrpvar.h for binary compatibility)
29368      Branch: perl
29369            + t/run/switcht.t
29370            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29371            ! perlapi.h pod/perlrun.pod t/TEST taint.c
29372 ____________________________________________________________________________
29373 [ 13683] By: nick                                  on 2001/12/14  12:29:41
29374         Log: Integrate mainline
29375      Branch: perlio
29376           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
29377           +> lib/Term/ReadLine.t t/op/hashassign.t
29378            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29379            - lib/Attribute/Handlers/README
29380            - lib/Attribute/Handlers/demo/Demo.pm
29381            - lib/Attribute/Handlers/demo/Descriptions.pm
29382            - lib/Attribute/Handlers/demo/MyClass.pm
29383            - lib/Attribute/Handlers/demo/demo.pl
29384            - lib/Attribute/Handlers/demo/demo2.pl
29385            - lib/Attribute/Handlers/demo/demo3.pl
29386            - lib/Attribute/Handlers/demo/demo4.pl
29387            - lib/Attribute/Handlers/demo/demo_call.pl
29388            - lib/Attribute/Handlers/demo/demo_chain.pl
29389            - lib/Attribute/Handlers/demo/demo_cycle.pl
29390            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29391            - lib/Attribute/Handlers/demo/demo_phases.pl
29392            - lib/Attribute/Handlers/demo/demo_range.pl
29393            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29394            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
29395           !> (integrate 101 files)
29396 ____________________________________________________________________________
29397 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
29398         Log: Detypo.
29399      Branch: perl
29400            ! utf8.c
29401 ____________________________________________________________________________
29402 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
29403         Log: Buffer overflow checks.
29404      Branch: perl
29405            ! utf8.c
29406 ____________________________________________________________________________
29407 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
29408         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
29409              From: Spider Boardman <spider@leggy.zk3.dec.com>
29410              Date: Thu, 13 Dec 2001 15:32:51 -0500
29411              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
29412      Branch: perl
29413            ! lib/ExtUtils/Embed.t
29414 ____________________________________________________________________________
29415 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
29416         Log: More on the Unicode "line" definition.
29417      Branch: perl
29418            ! pod/perlunicode.pod
29419 ____________________________________________________________________________
29420 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
29421         Log: Open-ended VERSION?
29422      Branch: perl
29423            ! lib/ExtUtils/Install.pm
29424 ____________________________________________________________________________
29425 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
29426         Log: Subject: [PATCH] Better make distclean
29427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29428              Date: Thu, 13 Dec 2001 21:10:18 +0100
29429              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
29430      Branch: perl
29431            ! Makefile.SH
29432 ____________________________________________________________________________
29433 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
29434         Log: Remove Memoize::Saves as requested by mjd.
29435      Branch: perl
29436            - lib/Memoize/Saves.pm
29437            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
29438 ____________________________________________________________________________
29439 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
29440         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
29441              From: Michael G Schwern <schwern@pobox.com>
29442              Date: Tue, 11 Dec 2001 23:17:32 -0500
29443              Message-ID: <20011212041732.GS17250@blackrider>
29444      Branch: perl
29445            ! lib/ExtUtils/Install.pm
29446 ____________________________________________________________________________
29447 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
29448         Log: Subject: [PATCH] Re: use utf8; with bad utf8
29449              From: Nicholas Clark <nick@ccl4.org>
29450              Date: Thu, 13 Dec 2001 17:09:39 +0000
29451              Message-ID: <20011213170939.L21702@plum.flirble.org>
29452      Branch: perl
29453            ! t/lib/1_compile.t
29454 ____________________________________________________________________________
29455 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
29456         Log: Subject: (LONG!) Sort benchmarks and patch
29457              From: "John P. Linderman" <jpl@research.att.com>
29458              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
29459              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
29460      Branch: perl
29461            ! pp_sort.c
29462 ____________________________________________________________________________
29463 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
29464         Log: Unadorned numbers evil.
29465      Branch: perl
29466            ! pp.c regcomp.c regexec.c utf8.c utf8.h
29467 ____________________________________________________________________________
29468 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
29469         Log: "preprocessing directive not recognized within macro arg"
29470      Branch: perl
29471            ! ext/Data/Dumper/Dumper.xs
29472 ____________________________________________________________________________
29473 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
29474         Log: Subject: Clarifying the documentation of goto            
29475              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
29476              Date: Thu, 13 Dec 2001 08:57:38 -0500
29477              Message-ID: <3C18BD8B@operamail.com>
29478      Branch: perl
29479            ! pod/perlfunc.pod
29480 ____________________________________________________________________________
29481 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
29482         Log: It could be possible for the case-insensitive
29483              Unicode-aware string comparison to wander off
29484              to the la-la land.
29485      Branch: perl
29486            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
29487            ! regexec.c utf8.c
29488 ____________________________________________________________________________
29489 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
29490         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
29491              From: Michael G Schwern <schwern@pobox.com> 
29492              Date: Wed, 12 Dec 2001 21:53:46 -0500
29493              Message-ID: <20011213025346.GH25129@blackrider>
29494      Branch: perl
29495            ! lib/Net/hostent.t t/op/stat.t t/test.pl
29496 ____________________________________________________________________________
29497 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
29498         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
29499              From: Michael G Schwern <schwern@pobox.com> 
29500              Date: Wed, 12 Dec 2001 20:33:42 -0500
29501              Message-ID: <20011213013342.GX25129@blackrider>
29502      Branch: perl
29503            ! t/io/fs.t
29504 ____________________________________________________________________________
29505 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
29506         Log: Subject: Re: [PATCH] use utf8; tests
29507              From: Nicholas Clark <nick@ccl4.org>
29508              Date: Thu, 13 Dec 2001 00:16:58 +0000
29509              Message-ID: <20011213001658.I21702@plum.flirble.org>
29510      Branch: perl
29511            ! lib/utf8.t
29512 ____________________________________________________________________________
29513 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
29514         Log: EPOC fixes from Olaf Flebbe.
29515      Branch: perl
29516            ! README.epoc epoc/config.sh epoc/createpkg.pl
29517            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
29518 ____________________________________________________________________________
29519 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
29520         Log: Subject: [PATCH perl@13661] VMS test fix-ups
29521              From: "Craig A. Berry" <craigberry@mac.com>
29522              Date: Wed, 12 Dec 2001 16:27:48 -0600
29523              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
29524      Branch: perl
29525            ! lib/Net/hostent.t t/io/fs.t
29526 ____________________________________________________________________________
29527 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
29528         Log: Subject: Re: Next cygwin round.
29529              From: "Gerrit P. Haase" <gp@familiehaase.de>
29530              Date: Wed, 12 Dec 2001 21:59:00 +0100
29531              Message-ID: <122343874595.20011212215900@familiehaase.de>
29532      Branch: perl
29533            ! t/io/fs.t
29534 ____________________________________________________________________________
29535 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
29536         Log: Subject: [PATCH] use utf8; tests
29537              From: Nicholas Clark <nick@ccl4.org>
29538              Date: Wed, 12 Dec 2001 20:07:04 +0000
29539              Message-ID: <20011212200704.E21702@plum.flirble.org>
29540      Branch: perl
29541            ! lib/utf8.t t/test.pl
29542 ____________________________________________________________________________
29543 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
29544         Log: Update Changes.
29545      Branch: perl
29546            ! Changes patchlevel.h
29547 ____________________________________________________________________________
29548 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
29549         Log: Subject: [PATCH] Passing in env to perl_parse did not work
29550              From: Gisle Aas <gisle@ActiveState.com>
29551              Date: 11 Dec 2001 20:52:57 -0800
29552              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
29553      Branch: perl
29554            ! perl.c perl.h
29555 ____________________________________________________________________________
29556 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
29557         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
29558              mostly gcc -Wall complaining about the argument of %p not
29559              being a void *.
29560      Branch: perl
29561            ! perlio.c regcomp.c taint.c toke.c
29562 ____________________________________________________________________________
29563 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
29564         Log: metaconfig unit change for #13657.
29565      Branch: metaconfig
29566            ! U/modified/nis.U
29567 ____________________________________________________________________________
29568 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
29569         Log: Try YP/NIS also from /usr/lib/yp.
29570      Branch: perl
29571            ! Configure
29572 ____________________________________________________________________________
29573 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
29574         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
29575              From: Michael G Schwern <schwern@pobox.com>                
29576              Date: Wed, 12 Dec 2001 05:27:02 -0500      
29577              Message-ID: <20011212102702.GW17250@blackrider>
29578              
29579              (the op/grent part)
29580      Branch: perl
29581            ! t/op/grent.t
29582 ____________________________________________________________________________
29583 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
29584         Log: Weed out .files from ls and readdir() results.
29585      Branch: perl
29586            ! t/op/stat.t
29587 ____________________________________________________________________________
29588 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
29589         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
29590              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29591              Date: Wed, 12 Dec 2001 10:52:21 +0100
29592              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
29593      Branch: perl
29594            ! lib/File/Find.pm
29595 ____________________________________________________________________________
29596 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
29597         Log: Subject: [PATCH] doio fatal on cygwin for 13651
29598              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
29599              Date: Wed, 12 Dec 2001 11:28:13 +0100      
29600              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
29601      Branch: perl
29602            ! doio.c
29603 ____________________________________________________________________________
29604 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
29605         Log: Get the whole line of ls, makes debugging easier
29606              (from Schwern)
29607      Branch: perl
29608            ! t/op/stat.t
29609 ____________________________________________________________________________
29610 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
29611         Log: rename() must be tested even without link()
29612              or the utime() and rename-directory tests fail.
29613              (Also got the BeOS utime atime/time the wrong way round.)
29614      Branch: perl
29615            ! t/io/fs.t
29616 ____________________________________________________________________________
29617 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
29618         Log: Now that the beos.c is compiled at the main level
29619              the header is in the beos/
29620      Branch: perl
29621            ! beos/beos.c
29622 ____________________________________________________________________________
29623 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
29624         Log: Must remember to require Socket.
29625      Branch: perl
29626            ! ext/Sys/Syslog/syslog.t
29627 ____________________________________________________________________________
29628 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
29629         Log: In BeOS Errno must resort to actual compilation
29630              and execution for some of the error constants.
29631      Branch: perl
29632            ! ext/Errno/Errno_pm.PL
29633 ____________________________________________________________________________
29634 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
29635         Log: BeOS still has no good sockets.
29636      Branch: perl
29637            ! ext/IO/lib/IO/t/io_sel.t
29638 ____________________________________________________________________________
29639 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
29640         Log: BeOS sockets are not true sockets.
29641      Branch: perl
29642            ! ext/IO/lib/IO/t/io_poll.t
29643 ____________________________________________________________________________
29644 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
29645         Log: No Socket, no Syslog.
29646      Branch: perl
29647            ! ext/Sys/Syslog/syslog.t
29648 ____________________________________________________________________________
29649 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29650         Log: (On some platforms) missing truncate FH.
29651      Branch: perl
29652            ! pod/perltodo.pod
29653 ____________________________________________________________________________
29654 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29655         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29656              and vms would be muchly appreciated.
29657      Branch: perl
29658            ! t/io/fs.t
29659 ____________________________________________________________________________
29660 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29661         Log: utime() updates only the mtime in BeOS. 
29662      Branch: perl
29663            ! pod/perlport.pod
29664 ____________________________________________________________________________
29665 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29666         Log: No link(), no need to dSP.
29667      Branch: perl
29668            ! pp_sys.c
29669 ____________________________________________________________________________
29670 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29671         Log: Missing argument.
29672      Branch: perl
29673            ! utf8.c
29674 ____________________________________________________________________________
29675 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29676         Log: (1) To assume any setuid programs is silly.
29677              (2) Chaining tests with booleans means that some
29678              of them may not get run which means getting out
29679              of test count sync.
29680      Branch: perl
29681            ! t/op/stat.t
29682 ____________________________________________________________________________
29683 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29684         Log: The beos.c needs to be in the main directory.
29685      Branch: perl
29686            ! hints/beos.sh
29687 ____________________________________________________________________________
29688 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29689         Log: Detypo and rename.
29690      Branch: perl
29691            ! doio.c perl.h perlio.c perliol.h
29692 ____________________________________________________________________________
29693 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29694         Log: This time I test compiled.  Honest.
29695      Branch: perl
29696            ! beos/beos.c
29697 ____________________________________________________________________________
29698 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29699         Log: Subject: [PATCH] slightly more pack tests
29700              From: Nicholas Clark <nick@ccl4.org>
29701              Date: Tue, 11 Dec 2001 23:41:23 +0000
29702              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29703      Branch: perl
29704            ! t/op/pack.t
29705 ____________________________________________________________________________
29706 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29707         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29708              From: "Craig A. Berry" <craigberry@mac.com>
29709              Date: Tue, 11 Dec 2001 16:39:13 -0600
29710              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29711      Branch: perl
29712            ! configure.com
29713 ____________________________________________________________________________
29714 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29715         Log: metaconfig unit change for #13632.
29716      Branch: metaconfig/U/perl
29717            ! perlpath.U
29718 ____________________________________________________________________________
29719 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29720         Log: Subject: $Config{perlpath} and -Dversiononly
29721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29722              Date: Tue, 11 Dec 2001 23:32:33 +0100
29723              Message-ID: <20011211233233.A11587@rafael>
29724      Branch: perl
29725            ! Configure
29726 ____________________________________________________________________________
29727 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29728         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29729              From: Nicholas Clark <nick@ccl4.org>
29730              Date: Tue, 11 Dec 2001 21:59:36 +0000
29731              Message-ID: <20011211215935.W21702@plum.flirble.org>
29732      Branch: perl
29733            ! t/op/pack.t
29734 ____________________________________________________________________________
29735 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29736         Log: More UTF-8 API docs.
29737      Branch: perl
29738            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29739 ____________________________________________________________________________
29740 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29741         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29742              From: Nicholas Clark <nick@ccl4.org>
29743              Date: Tue, 11 Dec 2001 20:08:59 +0000
29744              Message-ID: <20011211200859.S21702@plum.flirble.org>
29745      Branch: perl
29746            ! t/op/pack.t
29747 ____________________________________________________________________________
29748 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29749         Log: Subject: Re: use utf8; with bad utf8
29750              From: Nicholas Clark <nick@ccl4.org>
29751              Date: Tue, 11 Dec 2001 19:49:21 +0000
29752              Message-ID: <20011211194921.R21702@plum.flirble.org>
29753      Branch: perl
29754            ! lib/utf8.t
29755 ____________________________________________________________________________
29756 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29757         Log: Can't spell worth a dam.  (Try Three Gorges.)
29758      Branch: perl
29759            ! beos/beos.c
29760 ____________________________________________________________________________
29761 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
29762         Log: We need DWIM cpps.
29763      Branch: perl
29764            ! perlio.c
29765 ____________________________________________________________________________
29766 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
29767         Log: The unixish.h needs to be found and the waitpid wrapper
29768              could use a proto.
29769      Branch: perl
29770            ! beos/beosish.h
29771 ____________________________________________________________________________
29772 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
29773         Log: The BeOS waitpid() seems to be broken,
29774              have a wrapper for it.
29775      Branch: perl
29776            + beos/beos.c beos/beosish.h
29777            ! MANIFEST hints/beos.sh perl.h
29778 ____________________________________________________________________________
29779 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
29780         Log: Unlean the leaning tower of Babel.
29781      Branch: perl
29782            ! perl.h
29783 ____________________________________________________________________________
29784 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
29785         Log: Retract #13607 until we figure out what to do with autouse.
29786      Branch: perl
29787            ! lib/Carp.pm
29788 ____________________________________________________________________________
29789 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
29790         Log: Try to handle platforms that have O_TEXT != O_BINARY but
29791              which are not DOSish, BeOS being one of such platforms.
29792              Ideally this should be a Configure test, not a hardwired
29793              cpp symbol test... 
29794      Branch: perl
29795            ! doio.c perl.h perlio.c perliol.h
29796 ____________________________________________________________________________
29797 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
29798         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
29799              From: Jonathan Stowe <gellyfish@gellyfish.com>
29800              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
29801              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
29802      Branch: perl
29803            ! lib/Term/Cap.pm lib/Term/Cap.t
29804 ____________________________________________________________________________
29805 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
29806         Log: Subject: [patch perlio.c] test for NULL before derefencing
29807              From: Stas Bekman <stas@stason.org>
29808              Date: Tue, 11 Dec 2001 16:17:55 +0800
29809              Message-ID: <3C15C133.8@stason.org>
29810      Branch: perl
29811            ! perlio.c
29812 ____________________________________________________________________________
29813 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
29814         Log: metaconfig unit change for #13617.
29815      Branch: metaconfig/U/perl
29816            ! Extensions.U
29817 ____________________________________________________________________________
29818 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
29819         Log: BeOS has socket() but not enough to build a working Socket.
29820              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
29821              new networking implementation, which is rumored to fix the
29822              non-standardness of sockets, but it's apparently not publicly
29823              available, and anything to do with BeOS has become quite
29824              complicated with the sale of the Be assets to Palm.)
29825      Branch: perl
29826            ! Configure
29827 ____________________________________________________________________________
29828 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
29829         Log: Update changes
29830      Branch: maint-5.6/macperl
29831            ! macos/Changes
29832 ____________________________________________________________________________
29833 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
29834         Log: Add extra pod to help
29835      Branch: maint-5.6/macperl
29836            ! macos/macperl/MacPerl.podhelp
29837 ____________________________________________________________________________
29838 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
29839         Log: Return DoAppleScript errors in $@
29840      Branch: maint-5.6/macperl
29841            ! macos/ext/MacPerl/OSA.xs
29842 ____________________________________________________________________________
29843 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
29844         Log: Clear out $^E before each script run
29845      Branch: maint-5.6/macperl
29846            ! macos/macperl/MPScript.c
29847 ____________________________________________________________________________
29848 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
29849         Log: Integrate various changes from maint-5.6/perl/.
29850      Branch: maint-5.6/macperl
29851           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
29852           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
29853 ____________________________________________________________________________
29854 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
29855         Log: Subject: Exporter's documentation shouldn't lie               
29856              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29857              Date: Mon, 10 Dec 2001 21:30:20 -0500
29858              Message-ID: <3C4AA201@operamail.com>
29859      Branch: perl
29860            ! lib/Exporter.pm
29861 ____________________________________________________________________________
29862 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
29863         Log: Make Errno better in BeOS (the second hunk is
29864              good on any platform).  Still not working in BeOS
29865              are the E constants that refer BeOS native error
29866              constants (B_...) which are enums (*groan*).
29867      Branch: perl
29868            ! ext/Errno/Errno_pm.PL
29869 ____________________________________________________________________________
29870 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
29871         Log: The BeOS linker seems to link the last seen symbol,
29872              not the first (so the symbols of op.o from libperl.so
29873              would get linked to miniperl instead of the symbols of
29874              opmini.o)-- use the same trick as for NeXT4 for linking
29875              miniperl.
29876      Branch: perl
29877            ! Makefile.SH
29878 ____________________________________________________________________________
29879 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
29880         Log: Subject: Re: [PATCH] tests for hash assignment
29881              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29882              Date: Tue, 11 Dec 2001 01:48:55 +0000
29883              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
29884      Branch: perl
29885            ! utf8.c
29886 ____________________________________________________________________________
29887 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
29888         Log: (retracted by #13622)
29889              
29890              Subject: RE: More verbose POD for Carp
29891              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29892              Date: Mon, 10 Dec 2001 20:23:20 -0500
29893              Message-ID: <3C4A3566@operamail.com>
29894      Branch: perl
29895            ! lib/Carp.pm
29896 ____________________________________________________________________________
29897 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
29898         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
29899              From: "Craig A. Berry" <craigberry@mac.com>
29900              Date: Mon, 10 Dec 2001 18:25:37 -0600
29901              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
29902      Branch: perl
29903            ! t/op/write.t t/test.pl
29904 ____________________________________________________________________________
29905 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
29906         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
29907              From: Michael G Schwern <schwern@pobox.com>
29908              Date: Mon, 10 Dec 2001 08:00:01 -0500
29909              Message-ID: <20011210130000.GK1770@blackrider>
29910      Branch: perl
29911            ! t/comp/multiline.t
29912 ____________________________________________________________________________
29913 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
29914         Log: Subject: Re: [PATCH] tests for hash assignment
29915              From: Nicholas Clark <nick@ccl4.org>
29916              Date: Mon, 10 Dec 2001 23:22:28 +0000
29917              Message-ID: <20011210232228.M21702@plum.flirble.org>
29918      Branch: perl
29919            + t/op/hashassign.t
29920            ! MANIFEST t/op/each.t t/test.pl
29921 ____________________________________________________________________________
29922 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29923         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29924              From: "Craig A. Berry" <craigberry@mac.com>
29925              Date: Mon, 10 Dec 2001 16:38:14 -0600
29926              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29927      Branch: perl
29928            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29929 ____________________________________________________________________________
29930 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29931         Log: Subject: [PATCH perl@13600] configure.com fixes
29932              From: "Craig A. Berry" <craigberry@mac.com>
29933              Date: Mon, 10 Dec 2001 14:40:20 -0600
29934              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29935      Branch: perl
29936            ! configure.com
29937 ____________________________________________________________________________
29938 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29939         Log: Silence BeOS compilation moaning.
29940      Branch: perl
29941            ! perl.h
29942 ____________________________________________________________________________
29943 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29944         Log: Update Changes.
29945      Branch: perl
29946            ! Changes patchlevel.h
29947 ____________________________________________________________________________
29948 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29949         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29950              From: Michael G Schwern <schwern@pobox.com>
29951              Date: Mon, 10 Dec 2001 01:21:03 -0500
29952              Message-ID: <20011210062103.GC1770@blackrider>
29953      Branch: perl
29954            ! lib/ExtUtils/Command.t
29955 ____________________________________________________________________________
29956 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29957         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29958              From: Michael G Schwern <schwern@pobox.com>
29959              Date: Mon, 10 Dec 2001 01:10:57 -0500
29960              Message-ID: <20011210061057.GB1770@blackrider>
29961      Branch: perl
29962            ! t/op/groups.t
29963 ____________________________________________________________________________
29964 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29965         Log: Retract #13596, #13593 should do the trick.
29966      Branch: perl
29967            ! t/op/stat.t
29968 ____________________________________________________________________________
29969 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29970         Log: (retracted by #13597, #13593 does the job better)
29971              
29972              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29973              From: Michael G Schwern <schwern@pobox.com>
29974              Date: Mon, 10 Dec 2001 00:53:16 -0500
29975              Message-ID: <20011210055316.GA1770@blackrider>
29976      Branch: perl
29977            ! t/op/stat.t
29978 ____________________________________________________________________________
29979 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29980         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29981              From: Michael G Schwern <schwern@pobox.com> 
29982              Date: Mon, 10 Dec 2001 02:19:14 -0500
29983              Message-ID: <20011210071914.GF1770@blackrider>
29984      Branch: perl
29985            ! lib/AutoSplit.t
29986 ____________________________________________________________________________
29987 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29988         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29989              From: Michael G Schwern <schwern@pobox.com>
29990              Date: Mon, 10 Dec 2001 02:47:40 -0500
29991              Message-ID: <20011210074739.GH1770@blackrider>
29992      Branch: perl
29993            ! t/op/pack.t
29994 ____________________________________________________________________________
29995 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29996         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29997              From: Michael G Schwern <schwern@pobox.com>
29998              Date: Mon, 10 Dec 2001 02:54:22 -0500
29999              Message-ID: <20011210075422.GI1770@blackrider>
30000      Branch: perl
30001            ! t/test.pl
30002 ____________________________________________________________________________
30003 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
30004         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
30005              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30006              Date: Mon, 10 Dec 2001 08:45:20 +0100
30007              Message-ID: <3C146810.60B5B7C0@alcatel.at>
30008      Branch: perl
30009            ! pp_pack.c
30010 ____________________________________________________________________________
30011 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
30012         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
30013              From: Michael G Schwern <schwern@pobox.com>
30014              Date: Mon, 10 Dec 2001 03:27:02 -0500
30015              Message-ID: <20011210082702.GN1770@blackrider>
30016      Branch: perl
30017            ! t/io/openpid.t
30018 ____________________________________________________________________________
30019 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
30020         Log: More chmod +w.
30021      Branch: perl
30022            ! Porting/makerel
30023 ____________________________________________________________________________
30024 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
30025         Log: Just skip the readability test if running as root.
30026      Branch: perl
30027            ! lib/Net/t/netrc.t
30028 ____________________________________________________________________________
30029 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
30030         Log: Tell about the downside of safe signals.
30031      Branch: perl
30032            ! pod/perldelta.pod
30033 ____________________________________________________________________________
30034 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
30035         Log: Make the whole -lperl thing NetBSD only until we
30036              find some other platform that needs the same.
30037      Branch: perl
30038            ! lib/ExtUtils/MM_Unix.pm
30039 ____________________________________________________________________________
30040 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
30041         Log: Subject: [PATCH t/op/pack.t] Cleanup
30042              From: Michael G Schwern <schwern@pobox.com> 
30043              Date: Sun, 9 Dec 2001 23:08:26 -0500
30044              Message-ID: <20011210040826.GD660@blackrider>
30045      Branch: perl
30046            ! t/op/pack.t
30047 ____________________________________________________________________________
30048 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
30049         Log: Add threads support for NetBSD.
30050              
30051              This is also the first (I think) Perl threads build with
30052              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
30053              NetBSD does not as of yet have true kernel POSIX threads,
30054              but the user-level pth seems to be doing pretty well--
30055              the only failure is that threads/t/basic okays 6 and 7
30056              consistently seem be arriving in the reverse order.
30057              Well, gdbm.t is also failing: 'Undefined PLT symbol
30058              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
30059              guessing that GDBM would need a threaded rebuild.
30060      Branch: perl
30061            ! hints/netbsd.sh
30062 ____________________________________________________________________________
30063 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
30064         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
30065              potential performance hit and change in semantics of closure
30066              lookups after C<undef &foo>)
30067      Branch: maint-5.6/perl
30068            ! op.c
30069 ____________________________________________________________________________
30070 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
30071         Log: metaconfig unit change for #13582.
30072      Branch: metaconfig
30073            ! U/threads/usethreads.U
30074 ____________________________________________________________________________
30075 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
30076         Log: Update the ithreads selection info in Configure,
30077              as suggested by Michael Schwern.
30078      Branch: perl
30079            ! Configure
30080 ____________________________________________________________________________
30081 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
30082         Log: Clearing locale environment simply doesn't seem to
30083              guarantee that (nl_)langinfo(CODESET) would return nil.
30084              (I for example get "ISO8859-1", so <guess>maybe there can
30085              be per-system default settings at work</guess>.)
30086      Branch: perl
30087            ! lib/open.t
30088 ____________________________________________________________________________
30089 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
30090         Log: Subject: RE: Exporter fixes reversed in 13540?
30091              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30092              Date: Sun, 9 Dec 2001 12:55:15 -0500
30093              Message-ID: <3C13F455@operamail.com>
30094      Branch: perl
30095            ! lib/open.pm
30096 ____________________________________________________________________________
30097 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
30098         Log: Root is the lizard king.
30099      Branch: perl
30100            ! lib/Net/t/netrc.t
30101 ____________________________________________________________________________
30102 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
30103         Log: Telling how many tests we are expecting helps.
30104      Branch: perl
30105            ! ext/POSIX/t/waitpid.t
30106 ____________________________________________________________________________
30107 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
30108         Log: Add a test case for waitpid(): from Rocco Caputo.
30109      Branch: perl
30110            + ext/POSIX/t/waitpid.t
30111            ! MANIFEST
30112 ____________________________________________________________________________
30113 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
30114         Log: Subject: [PATCH] Term::ReadLine tweaks and test
30115              From: Richard Clamp <richardc@unixbeard.net>
30116              Date: Mon, 10 Dec 2001 00:51:47 +0000
30117              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
30118      Branch: perl
30119            + lib/Term/ReadLine.t
30120            ! MANIFEST lib/Term/ReadLine.pm
30121 ____________________________________________________________________________
30122 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
30123         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
30124              From: Rocco Caputo <troc@netrus.net>
30125              Date: Sun, 9 Dec 2001 18:12:38 -0500
30126              Message-ID: <20011209181238.A803@eyrie.homenet>
30127      Branch: perl
30128            ! win32/win32.c
30129 ____________________________________________________________________________
30130 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
30131         Log: make sure that va_start() has matching va_end();
30132              from OpenBSD 3.0.
30133      Branch: perl
30134            ! x2p/util.c
30135 ____________________________________________________________________________
30136 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
30137         Log: h2ph updates from OpenBSD 3.0.
30138      Branch: perl
30139            ! utils/h2ph.PL
30140 ____________________________________________________________________________
30141 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
30142         Log: OpenBSD hints update from OpenBSD 3.0.
30143      Branch: perl
30144            ! hints/openbsd.sh
30145 ____________________________________________________________________________
30146 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
30147         Log: DJGPP tweaks from Laszlo Molnar.
30148      Branch: perl
30149            ! djgpp/config.over lib/File/Find/t/find.t
30150            ! lib/File/Find/t/taint.t t/pod/find.t
30151 ____________________________________________________________________________
30152 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
30153         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
30154              From: Michael G Schwern <schwern@pobox.com> 
30155              Date: Sun, 9 Dec 2001 19:28:12 -0500
30156              Message-ID: <20011210002812.GF13586@blackrider>
30157      Branch: perl
30158            ! README.cygwin
30159 ____________________________________________________________________________
30160 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
30161         Log: README.cygwin update from Gerrit P. Haase.
30162      Branch: perl
30163            ! README.cygwin
30164 ____________________________________________________________________________
30165 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
30166         Log: Apply NetBSD patch-ag: shared/static linking,
30167              but make the change less intrusive on non-NetBSD.
30168      Branch: perl
30169            ! lib/ExtUtils/MM_Unix.pm
30170 ____________________________________________________________________________
30171 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
30172         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
30173      Branch: perl
30174            ! lib/ExtUtils/Liblist.pm
30175 ____________________________________________________________________________
30176 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
30177         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
30178      Branch: perl
30179            ! regcomp.c
30180 ____________________________________________________________________________
30181 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
30182         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
30183      Branch: perl
30184            ! pp.c
30185 ____________________________________________________________________________
30186 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
30187         Log: Apply NetBSD patch-ac.
30188              (the fix has already been done: change #9706, fully qualified
30189              pathnames in packlists)
30190      Branch: perl
30191            ! lib/ExtUtils/Install.pm
30192 ____________________________________________________________________________
30193 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
30194         Log: Apply NetBSD patch-ab: NetBSD hints update.
30195      Branch: perl
30196            ! hints/netbsd.sh
30197 ____________________________________________________________________________
30198 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
30199         Log: metaconfig unit changes for #13560.
30200      Branch: metaconfig/U/perl
30201            ! dlsrc.U i_ieeefp.U libperl.U
30202 ____________________________________________________________________________
30203 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
30204         Log: NetBSD has <ieeefp.h> but hidden.
30205      Branch: perl
30206            ! hints/netbsd.sh
30207 ____________________________________________________________________________
30208 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
30209         Log: Implement NetBSD patch-aa.
30210      Branch: perl
30211            ! Configure
30212 ____________________________________________________________________________
30213 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
30214         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
30215              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
30216              Date: Sun, 09 Dec 2001 13:40:58 +0100
30217              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
30218              
30219              (The lstat()s were there in 5.6.1: what happened to them?)
30220      Branch: perl
30221            ! lib/File/Find.pm
30222 ____________________________________________________________________________
30223 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
30224         Log: Quickie documentation of the C UTF-8 API.
30225      Branch: perl
30226            ! pod/perlunicode.pod
30227 ____________________________________________________________________________
30228 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
30229         Log: Subject: bleadperl on cygwin weirdness...
30230              From: "Gerrit P. Haase" <gp@familiehaase.de>
30231              Date: Sun, 9 Dec 2001 20:31:28 +0100
30232              Message-ID: <13779422183.20011209203128@familiehaase.de>          
30233              
30234              (plus libperl*.dll version portability tweaks)
30235      Branch: perl
30236            ! lib/ExtUtils/Embed.t
30237 ____________________________________________________________________________
30238 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
30239         Log: Instead of muting symbol export error if under eval,
30240              delay the errors until the croak().
30241              
30242              (replaces #13408)
30243      Branch: perl
30244            ! lib/Exporter/Heavy.pm
30245 ____________________________________________________________________________
30246 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
30247         Log: Basegroup 0 is a cygwin_nt thing.
30248      Branch: perl
30249            ! t/op/groups.t
30250 ____________________________________________________________________________
30251 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
30252         Log: Also WinME is LoseLink.
30253      Branch: perl
30254            ! t/op/stat.t
30255 ____________________________________________________________________________
30256 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
30257         Log: Forgotten checkin.
30258      Branch: perl
30259            ! lib/User/grent.t
30260 ____________________________________________________________________________
30261 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
30262         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
30263              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30264              Date: Sun, 09 Dec 2001 13:45:06 +0100
30265              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
30266      Branch: perl
30267            ! lib/File/Find.pm
30268 ____________________________________________________________________________
30269 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
30270         Log: Tweakback.
30271      Branch: perl
30272            ! lib/Net/hostent.t
30273 ____________________________________________________________________________
30274 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
30275         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
30276              From: Michael G Schwern <schwern@pobox.com>
30277              Date: Sat, 8 Dec 2001 14:48:38 -0500
30278              Message-ID: <20011208194838.GA8650@blackrider>
30279      Branch: perl
30280            ! t/op/grent.t
30281 ____________________________________________________________________________
30282 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
30283         Log: Subject: [README.cygwin] Removing old expected test failures
30284              From: Michael G Schwern <schwern@pobox.com>
30285              Date: Sat, 8 Dec 2001 15:38:28 -0500
30286              Message-ID: <20011208203828.GB9017@blackrider>
30287      Branch: perl
30288            ! README.cygwin
30289 ____________________________________________________________________________
30290 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
30291         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
30292              From: Michael G Schwern <schwern@pobox.com>                
30293              Date: Sat, 8 Dec 2001 15:26:59 -0500
30294              Message-ID: <20011208202659.GA9017@blackrider> 
30295      Branch: perl
30296            ! lib/Net/hostent.t
30297 ____________________________________________________________________________
30298 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
30299         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
30300              From: Michael G Schwern <schwern@pobox.com> 
30301              Date: Sat, 8 Dec 2001 15:06:16 -0500
30302              Message-ID: <20011208200616.GA8915@blackrider>
30303      Branch: perl
30304            ! t/op/stat.t
30305 ____________________________________________________________________________
30306 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
30307         Log: Developer deprecations and an incompatibility.
30308      Branch: perl
30309            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
30310 ____________________________________________________________________________
30311 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
30312         Log: Shoo.
30313      Branch: perl
30314            - lib/Attribute/Handlers.pm
30315 ____________________________________________________________________________
30316 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
30317         Log: Remove Attribute::Handlers, as per Damian's request.
30318              (Because of fixing the my variables to be now handled
30319              in run-time, the whole internals of the A::H needs to
30320              be rewritten and Damian will not have time for that
30321              for months.)
30322      Branch: perl
30323            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
30324            - lib/Attribute/Handlers/demo/Demo.pm
30325            - lib/Attribute/Handlers/demo/Descriptions.pm
30326            - lib/Attribute/Handlers/demo/MyClass.pm
30327            - lib/Attribute/Handlers/demo/demo.pl
30328            - lib/Attribute/Handlers/demo/demo2.pl
30329            - lib/Attribute/Handlers/demo/demo3.pl
30330            - lib/Attribute/Handlers/demo/demo4.pl
30331            - lib/Attribute/Handlers/demo/demo_call.pl
30332            - lib/Attribute/Handlers/demo/demo_chain.pl
30333            - lib/Attribute/Handlers/demo/demo_cycle.pl
30334            - lib/Attribute/Handlers/demo/demo_hashdir.pl
30335            - lib/Attribute/Handlers/demo/demo_phases.pl
30336            - lib/Attribute/Handlers/demo/demo_range.pl
30337            - lib/Attribute/Handlers/demo/demo_rawdata.pl
30338            - lib/Attribute/Handlers/t/multi.t
30339            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
30340            ! pod/perlmodlib.pod pod/perltoc.pod
30341 ____________________________________________________________________________
30342 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
30343         Log: Subject: Re: attributes are broken
30344              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30345              Date: Sun, 09 Dec 2001 00:09:23 -0500
30346              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
30347      Branch: perl
30348            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
30349            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
30350            ! xsutils.c
30351 ____________________________________________________________________________
30352 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
30353         Log: Forgotten checkin.
30354      Branch: perl
30355            ! lib/Pod/Text.pm
30356 ____________________________________________________________________________
30357 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
30358         Log: uconfig.h update.
30359      Branch: perl
30360            ! uconfig.h
30361 ____________________________________________________________________________
30362 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
30363         Log: Update Changes.
30364      Branch: perl
30365            ! Changes patchlevel.h
30366 ____________________________________________________________________________
30367 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
30368         Log: Note that some of the Unicode features are
30369              dependent on perlio.
30370      Branch: perl
30371            ! pod/perluniintro.pod
30372 ____________________________________________________________________________
30373 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
30374         Log: Regen perlapi, regen toc.
30375      Branch: perl
30376            ! pod/perlapi.pod pod/perltoc.pod
30377 ____________________________________________________________________________
30378 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
30379         Log: FAQ sync.
30380      Branch: perl
30381            ! pod/perlfaq4.pod pod/perlfaq6.pod
30382 ____________________________________________________________________________
30383 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
30384         Log: Subject: [PATCH] Fix odd language in an sv.c comment
30385              From: coral@eekeek.org
30386              Date: Sat, 8 Dec 2001 12:19:39 -0500
30387              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
30388      Branch: perl
30389            ! sv.c
30390 ____________________________________________________________________________
30391 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
30392         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
30393              From: Michael G Schwern <schwern@pobox.com>
30394              Date: Fri, 7 Dec 2001 20:03:45 -0500
30395              Message-ID: <20011208010345.GD642@blackrider>
30396              
30397              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
30398              From: Michael G Schwern <schwern@pobox.com>
30399              Date: Fri, 7 Dec 2001 20:13:54 -0500
30400              Message-ID: <20011208011354.GE642@blackrider>
30401              
30402              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
30403              From: Michael G Schwern <schwern@pobox.com>
30404              Date: Fri, 7 Dec 2001 21:47:36 -0500
30405              Message-ID: <20011208024736.GH642@blackrider>
30406              
30407              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
30408              From: Michael G Schwern <schwern@pobox.com>
30409              Date: Fri, 7 Dec 2001 23:09:43 -0500
30410              Message-ID: <20011208040943.GK642@blackrider>
30411              
30412              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
30413              Message-Id: <a05101004b83754903506@[172.16.52.1]>
30414              Date: Fri, 7 Dec 2001 23:28:15 -0600
30415              From: "Craig A. Berry" <craigberry@mac.com>
30416      Branch: perl
30417            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
30418 ____________________________________________________________________________
30419 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
30420         Log: Integrate perlio:
30421              
30422              [ 13531]
30423              Tweak multi-arg open error messages
30424              
30425              [ 13530]
30426              Allow multi-arg open() if opening layer declares this legal.
30427      Branch: perl
30428           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
30429           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
30430 ____________________________________________________________________________
30431 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
30432         Log: Retract #11156 since Sarathy has found that it breaks code:
30433              http://bugs.ActiveState.com/show_bug.cgi?id=18457
30434              http://bugs.ActiveState.com/show_bug.cgi?id=18858
30435      Branch: perl
30436            ! op.c sv.c t/op/pos.t
30437 ____________________________________________________________________________
30438 [ 13532] By: nick                                  on 2001/12/08  14:11:12
30439         Log: Integrate mainline
30440      Branch: perlio
30441           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
30442           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
30443 ____________________________________________________________________________
30444 [ 13531] By: nick                                  on 2001/12/08  13:48:21
30445         Log: Tweak multi-arg open error messages
30446      Branch: perlio
30447            ! perlio.c
30448 ____________________________________________________________________________
30449 [ 13530] By: nick                                  on 2001/12/08  10:20:06
30450         Log: Allow multi-arg open() if opening layer declares this legal.
30451      Branch: perlio
30452            ! doio.c perlio.c perliol.h
30453 ____________________________________________________________________________
30454 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
30455         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
30456              From: Michael G Schwern <schwern@pobox.com>       
30457              Date: Fri, 7 Dec 2001 19:41:31 -0500
30458              Message-ID: <20011208004131.GC642@blackrider>
30459      Branch: perl
30460            ! t/run/switches.t t/test.pl
30461 ____________________________________________________________________________
30462 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
30463         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
30464              From: Michael G Schwern <schwern@pobox.com>       
30465              Date: Fri, 7 Dec 2001 19:12:44 -0500
30466              Message-ID: <20011208001244.GB642@blackrider>
30467      Branch: perl
30468            ! t/op/stat.t
30469 ____________________________________________________________________________
30470 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
30471         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
30472              From: Michael G Schwern <schwern@pobox.com>
30473              Date: Fri, 7 Dec 2001 17:28:57 -0500
30474              Message-ID: <20011207222857.GI23210@blackrider>
30475      Branch: perl
30476            ! t/op/magic.t
30477 ____________________________________________________________________________
30478 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
30479         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
30480      Branch: perl
30481            ! t/test.pl
30482 ____________________________________________________________________________
30483 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
30484         Log: which_perl: delay as much a possible till runtime.
30485      Branch: perl
30486            ! t/test.pl
30487 ____________________________________________________________________________
30488 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
30489         Log: Further tweakage to which_perl().
30490      Branch: perl
30491            ! t/test.pl
30492 ____________________________________________________________________________
30493 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
30494         Log: perluniintro tweaks.
30495      Branch: perl
30496            ! pod/perluniintro.pod
30497 ____________________________________________________________________________
30498 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
30499         Log: Tweak the $Perl computation.
30500      Branch: perl
30501            ! t/test.pl
30502 ____________________________________________________________________________
30503 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
30504         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
30505              From: Nicholas Clark <nick@ccl4.org>
30506              Date: Fri, 7 Dec 2001 17:06:56 +0000
30507              Message-ID: <20011207170656.G21702@plum.flirble.org>
30508      Branch: perl
30509            ! doop.c t/op/chop.t
30510 ____________________________________________________________________________
30511 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
30512         Log: Update Changes.
30513      Branch: perl
30514            ! Changes patchlevel.h
30515 ____________________________________________________________________________
30516 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
30517         Log: Missing ).
30518      Branch: perl
30519            ! t/test.pl
30520 ____________________________________________________________________________
30521 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
30522         Log: Allow several arguments to display().
30523      Branch: perl
30524            ! t/test.pl
30525 ____________________________________________________________________________
30526 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
30527         Log: /dev/stdout could be either a character special file
30528              or a named pipe, so let's pretend it doesn't exist.
30529      Branch: perl
30530            ! t/op/stat.t
30531 ____________________________________________________________________________
30532 [ 13516] By: nick                                  on 2001/12/07  15:09:23
30533         Log: Integrate again - can I catch up ?
30534      Branch: perlio
30535           !> t/test.pl
30536 ____________________________________________________________________________
30537 [ 13515] By: nick                                  on 2001/12/07  15:08:17
30538         Log: Integrate mainline some more
30539      Branch: perlio
30540           !> README.hpux hints/linux.sh pod/perlfunc.pod
30541 ____________________________________________________________________________
30542 [ 13514] By: nick                                  on 2001/12/07  15:07:15
30543         Log: Integrate mainline
30544      Branch: perlio
30545           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
30546           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
30547           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
30548           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
30549           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
30550           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
30551           +> t/lib/Math/BigInt/BareCalc.pm
30552            - ext/Devel/PPPort/harness/Harness.pm
30553            - ext/Devel/PPPort/harness/Harness.xs
30554            - ext/Devel/PPPort/harness/Makefile.PL
30555            - ext/Devel/PPPort/harness/module2.c
30556            - ext/Devel/PPPort/harness/module3.c
30557            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
30558            - lib/File/Spec/Functions.t
30559           !> (integrate 103 files)
30560 ____________________________________________________________________________
30561 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
30562         Log: Add display() for displaying icky scalars.
30563      Branch: perl
30564            ! t/test.pl
30565 ____________________________________________________________________________
30566 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
30567         Log: Subject: [ID 20011207.001] documentation bug for waitpid
30568              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
30569              Date: Fri, 7 Dec 2001 12:44:56 +0100
30570              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
30571      Branch: perl
30572            ! pod/perlfunc.pod
30573 ____________________________________________________________________________
30574 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
30575         Log: gcc version matching didn't.
30576      Branch: perl
30577            ! hints/linux.sh
30578 ____________________________________________________________________________
30579 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
30580         Log: Subject: HP renamed their servers              
30581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30582              Date: Fri, 07 Dec 2001 12:07:22 +0100
30583              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
30584      Branch: perl
30585            ! README.hpux
30586 ____________________________________________________________________________
30587 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
30588         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
30589              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30590              Date: Fri, 7 Dec 2001 00:24:55 -0500
30591              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
30592      Branch: perl
30593            ! pod/perlport.pod
30594 ____________________________________________________________________________
30595 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
30596         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
30597              From: Michael G Schwern <schwern@pobox.com> 
30598              Date: Thu, 6 Dec 2001 22:56:34 -0500
30599              Message-ID: <20011207035634.GO22648@blackrider>
30600      Branch: perl
30601            ! t/base/lex.t t/op/exec.t
30602 ____________________________________________________________________________
30603 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
30604         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
30605              From: Michael G Schwern <schwern@pobox.com>
30606              Date: Thu, 6 Dec 2001 22:45:44 -0500
30607              Message-ID: <20011207034544.GN22648@blackrider>
30608              
30609              (plus op/ref tweak)
30610      Branch: perl
30611            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
30612            ! t/run/kill_perl.t t/test.pl
30613 ____________________________________________________________________________
30614 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
30615         Log: Upgrade to Math::BigInt 1.48.
30616      Branch: perl
30617            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
30618            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30619            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30620            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30621            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30622            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
30623            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30624 ____________________________________________________________________________
30625 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
30626         Log: Mention also perl56delta in case someone is upgrading from
30627              Perl 5.005_03.
30628      Branch: perl
30629            ! pod/perldelta.pod
30630 ____________________________________________________________________________
30631 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
30632         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30633              From: Michael G Schwern <schwern@pobox.com>
30634              Date: Thu, 6 Dec 2001 15:15:28 -0500
30635              Message-ID: <20011206201528.GF16414@blackrider>
30636              
30637              (just the term.t, not the lex.t)
30638              
30639              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
30640              From: Michael G Schwern <schwern@pobox.com>
30641              Date: Thu, 6 Dec 2001 15:22:22 -0500
30642              Message-ID: <20011206202222.GG16414@blackrider>
30643              
30644              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
30645              From: Michael G Schwern <schwern@pobox.com>
30646              Date: Thu, 6 Dec 2001 15:31:58 -0500
30647              Message-ID: <20011206203158.GI16414@blackrider>
30648              
30649              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30650              From: Michael G Schwern <schwern@pobox.com>
30651              Date: Thu, 6 Dec 2001 17:38:55 -0500
30652              Message-ID: <20011206223855.GC22648@blackrider>
30653      Branch: perl
30654            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30655            ! t/test.pl
30656 ____________________________________________________________________________
30657 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30658         Log: Update the thr5005 situation.
30659      Branch: perl
30660            ! pod/perldelta.pod
30661 ____________________________________________________________________________
30662 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30663         Log: perldelta borrowings from perl561delta.
30664      Branch: perl
30665            ! pod/perldelta.pod
30666 ____________________________________________________________________________
30667 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30668         Log: Add the 5.6.1 perldelta as perl561delta.
30669              (Makes it easier to steal stuff for perldelta :-)
30670      Branch: perl
30671            + pod/perl561delta.pod
30672            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30673 ____________________________________________________________________________
30674 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30675         Log: Retract #13496 for now.
30676      Branch: perl
30677            ! t/base/lex.t t/base/term.t
30678 ____________________________________________________________________________
30679 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30680         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30681              From: "Craig A. Berry" <craigberry@mac.com>
30682              Date: Thu, 6 Dec 2001 14:54:36 -0600
30683              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30684      Branch: perl
30685            ! vms/ext/filespec.t
30686 ____________________________________________________________________________
30687 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30688         Log: (retracted by #13499)
30689              
30690              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30691              From: Michael G Schwern <schwern@pobox.com>
30692              Date: Thu, 6 Dec 2001 15:15:28 -0500
30693              Message-ID: <20011206201528.GF16414@blackrider>
30694      Branch: perl
30695            ! t/base/lex.t t/base/term.t
30696 ____________________________________________________________________________
30697 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30698         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30699              From: Michael G Schwern <schwern@pobox.com>
30700              Date: Thu, 6 Dec 2001 13:54:48 -0500
30701              Message-ID: <20011206185448.GC16414@blackrider>
30702      Branch: perl
30703            ! t/op/stat.t
30704 ____________________________________________________________________________
30705 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30706         Log: The #4 has nothing to do with Unicode.
30707      Branch: perl
30708            ! t/op/tr.t
30709 ____________________________________________________________________________
30710 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30711         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30712              From: Michael G Schwern <schwern@pobox.com>
30713              Date: Thu, 6 Dec 2001 13:45:48 -0500
30714              Message-ID: <20011206184548.GB16414@blackrider>
30715      Branch: perl
30716            ! t/op/tr.t
30717 ____________________________________________________________________________
30718 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30719         Log: Update Changes.
30720      Branch: perl
30721            ! Changes patchlevel.h
30722 ____________________________________________________________________________
30723 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30724         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30725              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30726              Date: Thu, 6 Dec 2001 11:41:25 EST
30727              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30728      Branch: perl
30729            ! vms/vms.c vms/vmsish.h
30730 ____________________________________________________________________________
30731 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30732         Log: Subject: [PATCH] Re: weirdness in regexps
30733              From: Robin Houston <robin@kitsite.com> 
30734              Date: Thu, 6 Dec 2001 14:44:01 +0000
30735              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30736      Branch: perl
30737            ! op.c t/lib/strict/subs
30738 ____________________________________________________________________________
30739 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30740         Log: Make the -b -c -S tests count all of the /dev, not just
30741              check the first one, as suggested by Benjamin Goldberg.
30742      Branch: perl
30743            ! t/op/stat.t
30744 ____________________________________________________________________________
30745 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30746         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30747              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30748              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30749              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30750      Branch: perl
30751            ! regexec.c
30752 ____________________________________________________________________________
30753 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30754         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30755      Branch: perl
30756            ! lib/DB.t
30757 ____________________________________________________________________________
30758 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30759         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
30760              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30761              Date: 6 Dec 2001 11:06:01 -0000
30762              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
30763      Branch: perl
30764            ! op.c t/op/tr.t
30765 ____________________________________________________________________________
30766 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
30767         Log: Subject: [PATCH: bleadperl] casefold backref
30768              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30769              Date: Wed, 05 Dec 2001 17:27:05 +0000
30770              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
30771      Branch: perl
30772            ! regexec.c t/op/re_tests
30773 ____________________________________________________________________________
30774 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
30775         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
30776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30777              Date: Wed, 5 Dec 2001 22:34:53 EST
30778              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
30779      Branch: perl
30780            ! mg.c vms/vms.c vms/vmsish.h
30781 ____________________________________________________________________________
30782 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
30783         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
30784              From: Michael G Schwern <schwern@pobox.com>
30785              Date: Wed, 5 Dec 2001 19:52:58 -0500
30786              Message-ID: <20011205195257.A903@blackrider>
30787      Branch: perl
30788            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
30789            + lib/File/Spec/t/rel2abs2rel.t
30790            - lib/File/Spec.t lib/File/Spec/Functions.t
30791            ! MANIFEST
30792 ____________________________________________________________________________
30793 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
30794         Log: Subject: Re: Silly stat() portability questions                
30795              From: Benjamin Goldberg <goldbb2@earthlink.net>
30796              Date: Wed, 05 Dec 2001 22:52:35 -0500
30797              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
30798      Branch: perl
30799            ! pod/perlport.pod
30800 ____________________________________________________________________________
30801 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
30802         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
30803              From: "Craig A. Berry" <craigberry@mac.com>
30804              Date: Wed, 05 Dec 2001 16:41:59 -0600
30805              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
30806      Branch: perl
30807            ! README.vms configure.com lib/File/Spec/VMS.pm
30808            ! vms/ext/filespec.t
30809 ____________________________________________________________________________
30810 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
30811         Log: $apply->('club', $glibc_maintainers);
30812              
30813              (Nick Clark just reported that <langinfo.h> YESSTR
30814              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
30815      Branch: perl
30816            ! ext/I18N/Langinfo/Langinfo.t
30817 ____________________________________________________________________________
30818 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
30819         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
30820      Branch: perl
30821            ! pod/perlport.pod
30822 ____________________________________________________________________________
30823 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
30824         Log: tweak change#13474 (pad entries can apparently be null in some
30825              situations)
30826      Branch: maint-5.6/perl
30827            ! op.c
30828 ____________________________________________________________________________
30829 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
30830         Log: Restore the /dev -b -c -S part of the test.
30831      Branch: perl
30832            ! t/op/stat.t
30833 ____________________________________________________________________________
30834 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
30835         Log: Retract #13475 until Arthur gets back to the mine.
30836      Branch: perl
30837            ! op.c t/run/kill_perl.t
30838 ____________________________________________________________________________
30839 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
30840         Log: (retracted by #13476)
30841              
30842              Manually apply #13474; fixes stale reference to dead
30843              CvOUTSIDE(); this can happen when anonymous subroutines
30844              that aren't closures are returned from an eval""
30845              
30846              (threads/shared/sv_refs.t is coredump-unhappy about this change)
30847      Branch: perl
30848            ! op.c t/run/kill_perl.t
30849 ____________________________________________________________________________
30850 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
30851         Log: replacement for change#10451
30852              
30853              fixes stale reference to dead CvOUTSIDE(); this can happen when
30854              anonymous subroutines that aren't closures are returned from an
30855              eval""
30856      Branch: maint-5.6/perl
30857            ! op.c t/op/misc.t
30858 ____________________________________________________________________________
30859 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
30860         Log: revert change#10451,10472; it was a naive fix that simply
30861              reintroduced the memory leak!
30862      Branch: maint-5.6/perl
30863            ! op.c t/op/misc.t
30864 ____________________________________________________________________________
30865 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
30866         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
30867              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30868              Date: Wed, 05 Dec 2001 10:49:20 +0100
30869              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
30870      Branch: perl
30871            ! lib/File/Basename.pm lib/File/Basename.t
30872 ____________________________________________________________________________
30873 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
30874         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
30875              From: Michael G Schwern <schwern@pobox.com> 
30876              Date: Wed, 5 Dec 2001 02:47:59 -0500
30877              Message-ID: <20011205024759.H14333@blackrider>
30878      Branch: perl
30879            ! t/op/magic.t
30880 ____________________________________________________________________________
30881 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
30882         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
30883              From: Michael G Schwern <schwern@pobox.com>              
30884              Date: Wed, 5 Dec 2001 02:22:05 -0500
30885              Message-ID: <20011205022205.F14333@blackrider>
30886      Branch: perl
30887            ! t/op/stat.t vms/test.com
30888 ____________________________________________________________________________
30889 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
30890         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30891              From: Michael G Schwern <schwern@pobox.com> 
30892              Date: Tue, 4 Dec 2001 23:40:10 -0500
30893              Message-ID: <20011204234010.B14333@blackrider>
30894      Branch: perl
30895            ! t/op/stat.t
30896 ____________________________________________________________________________
30897 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
30898         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30899              From: Michael G Schwern <schwern@pobox.com> 
30900              Date: Tue, 4 Dec 2001 21:09:18 -0500           
30901              Message-ID: <20011204210918.D13279@blackrider>
30902              
30903              t/test.
30904      Branch: perl
30905            ! t/test.pl
30906 ____________________________________________________________________________
30907 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
30908         Log: (accidentally empty check-in)
30909      Branch: perl
30910            ! t/op/stat.t
30911 ____________________________________________________________________________
30912 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
30913         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
30914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30915              Date: Tue, 04 Dec 2001 23:40:27 +0100
30916              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
30917      Branch: perl
30918            ! mg.c
30919 ____________________________________________________________________________
30920 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
30921         Log: Subject: [PATCH] minor pod fix in Safe.pm
30922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30923              Date: Tue, 4 Dec 2001 22:02:34 +0100
30924              Message-ID: <20011204220234.A17293@rafael>
30925      Branch: perl
30926            ! ext/Opcode/Safe.pm
30927 ____________________________________________________________________________
30928 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30929         Log: CRLF GRRR.
30930      Branch: perl
30931            ! djgpp/configure.bat
30932 ____________________________________________________________________________
30933 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30934         Log: DJGPP fixes from Laszlo Molnar.
30935      Branch: perl
30936            ! djgpp/configure.bat djgpp/djgpp.h
30937 ____________________________________________________________________________
30938 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30939         Log: Update Changes.
30940      Branch: perl
30941            ! Changes patchlevel.h
30942 ____________________________________________________________________________
30943 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30944         Log: Must wipe out the memory of real Socket before starting
30945              to use the new fake one.
30946      Branch: perl
30947            ! lib/Net/t/config.t
30948 ____________________________________________________________________________
30949 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30950         Log: LC_ALL might trump LANG.
30951      Branch: perl
30952            ! lib/open.t
30953 ____________________________________________________________________________
30954 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30955         Log: Make the eval runtime.
30956      Branch: perl
30957            ! lib/open.pm
30958 ____________________________________________________________________________
30959 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30960         Log: Make the Langinfo test both more lenient (allow
30961              for any symbol not to exists) and stricter (add
30962              more symbols).
30963      Branch: perl
30964            ! ext/I18N/Langinfo/Langinfo.t
30965 ____________________________________________________________________________
30966 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30967         Log: integrate change#13453 from maint-5.6
30968              
30969              tweak change#11399 to use an explicit flag rather than
30970              ass_u_ming w32_pseudo_id will only be zero for the real
30971              toplevel interpreter; avoids multiple hosts from diddling
30972              the environment at the same time
30973      Branch: perl
30974           !> win32/perlhost.h
30975 ____________________________________________________________________________
30976 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30977         Log: Subject: [PATCH] VMS update for perldelta.pod
30978              From: "Craig A. Berry" <craigberry@mac.com> 
30979              Date: Tue, 4 Dec 2001 00:23:12 -0600
30980              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30981      Branch: perl
30982            ! pod/perldelta.pod
30983 ____________________________________________________________________________
30984 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30985         Log: NetWare tweak from Ananth Kesari.
30986      Branch: perl
30987            ! NetWare/Makefile
30988 ____________________________________________________________________________
30989 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30990         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30991              Not adding the test suite because of its many assumptions.
30992      Branch: perl
30993            ! lib/Net/Ping.pm
30994 ____________________________________________________________________________
30995 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30996         Log: tweak change#11399 to use an explicit flag rather than
30997              ass_u_ming w32_pseudo_id will only be zero for the real
30998              toplevel interpreter; avoids multiple hosts from diddling
30999              the environment at the same time
31000      Branch: maint-5.6/perl
31001            ! win32/perlhost.h
31002 ____________________________________________________________________________
31003 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
31004         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
31005              from Len Makin.
31006      Branch: perl
31007            + hints/super-ux.sh
31008            ! MANIFEST
31009 ____________________________________________________________________________
31010 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
31011         Log: Add Mac OS X known failures to perldelta.
31012      Branch: perl
31013            ! pod/perldelta.pod
31014 ____________________________________________________________________________
31015 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
31016         Log: I think it's time to call the utf8 code non-test.
31017      Branch: perl
31018            ! utf8.c
31019 ____________________________________________________________________________
31020 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
31021         Log: Retract #13303, need rethink.
31022      Branch: perl
31023            ! utf8.c
31024 ____________________________________________________________________________
31025 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
31026         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
31027              From: "Craig A. Berry" <craigberry@mac.com>
31028              Date: Mon, 03 Dec 2001 16:28:06 -0600
31029              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
31030      Branch: perl
31031            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
31032 ____________________________________________________________________________
31033 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
31034         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
31035              From: Andy Dougherty <doughera@lafayette.edu>
31036              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
31037              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
31038      Branch: perl
31039            ! hints/solaris_2.sh
31040 ____________________________________________________________________________
31041 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
31042         Log: This test is not very robust on 8.3-constrained systems:
31043              all the "with truncated name" lines between "Autosplitting ..."
31044              and "some names are not unique" lines are unexpected,
31045              and the truncation message becomes:
31046              testtest.al, testtest.al truncate to testtest 
31047      Branch: perl
31048            ! lib/AutoSplit.t
31049 ____________________________________________________________________________
31050 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
31051         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
31052      Branch: perl
31053            ! ext/I18N/Langinfo/Langinfo.t
31054 ____________________________________________________________________________
31055 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
31056         Log: Test::Morify UCD.t
31057      Branch: perl
31058            ! lib/Unicode/UCD.t
31059 ____________________________________________________________________________
31060 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
31061         Log: If Socket has not been built (e.g. DJGPP) the libnet
31062              tests fall over with (too) much noise.
31063      Branch: perl
31064            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31065            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31066            ! lib/Net/t/smtp.t lib/Net/t/time.t
31067 ____________________________________________________________________________
31068 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
31069         Log: Subject: [PATCH] shared hash keys and ++/--
31070              From: Nicholas Clark <nick@ccl4.org>
31071              Date: Mon, 3 Dec 2001 16:37:16 +0000
31072              Message-ID: <20011203163716.C21702@plum.flirble.org>
31073      Branch: perl
31074            ! pp.c pp_hot.c sv.c t/op/inc.t
31075 ____________________________________________________________________________
31076 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
31077         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
31078              From: Jonathan Stowe <jns@gellyfish.com>
31079              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
31080              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
31081      Branch: perl
31082            ! lib/Term/Cap.pm
31083 ____________________________________________________________________________
31084 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
31085         Log: Update Changes.
31086      Branch: perl
31087            ! Changes patchlevel.h
31088 ____________________________________________________________________________
31089 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
31090         Log: perldelta tweaks.
31091      Branch: perl
31092            ! pod/perldelta.pod
31093 ____________________________________________________________________________
31094 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
31095         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
31096              From: Sam Tregar <sam@tregar.com> 
31097              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
31098              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
31099      Branch: perl
31100            ! pod/perlnewmod.pod
31101 ____________________________________________________________________________
31102 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
31103         Log: microperl casting nit.
31104      Branch: perl
31105            ! utf8.c
31106 ____________________________________________________________________________
31107 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
31108         Log: Make sharepvn a macro since all it does is a deref.
31109      Branch: perl
31110            ! embed.h embed.pl global.sym hv.c hv.h proto.h
31111 ____________________________________________________________________________
31112 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
31113         Log: perldelta updates.
31114      Branch: perl
31115            ! pod/perldelta.pod
31116 ____________________________________________________________________________
31117 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
31118         Log: PPPort update from Paul Marquess.
31119      Branch: perl
31120            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
31121            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
31122            + ext/Devel/PPPort/t/test.t
31123            - ext/Devel/PPPort/harness/Harness.pm
31124            - ext/Devel/PPPort/harness/Harness.xs
31125            - ext/Devel/PPPort/harness/Makefile.PL
31126            - ext/Devel/PPPort/harness/module2.c
31127            - ext/Devel/PPPort/harness/module3.c
31128            - ext/Devel/PPPort/harness/t/test.t
31129            ! MANIFEST ext/Devel/PPPort/MANIFEST
31130            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31131            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
31132            ! ext/Devel/PPPort/soak
31133 ____________________________________________________________________________
31134 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
31135         Log: No use talking about dynamic library search patch
31136              unless we are having a dynamic build.
31137      Branch: perl
31138            ! t/TEST
31139 ____________________________________________________________________________
31140 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
31141         Log: Be more explicit on the List::Util build trick,
31142              should also stop unneeded rebuilds on static builds.
31143      Branch: perl
31144            ! ext/List/Util/Makefile.PL
31145 ____________________________________________________________________________
31146 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
31147         Log: We need to replace the optimize (-O1) with
31148              the -h scalar0 -h vector0, not append them
31149              to the ccflags.
31150      Branch: perl
31151            ! hints/unicos.sh hints/unicosmk.sh
31152 ____________________________________________________________________________
31153 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
31154         Log: Subject: [PATCH] Shared hash keys 
31155              From: Nicholas Clark <nick@ccl4.org>
31156              Date: Sun, 2 Dec 2001 20:52:32 +0000
31157              Message-ID: <20011202205232.U21702@plum.flirble.org>
31158      Branch: perl
31159            ! doop.c t/op/tr.t
31160 ____________________________________________________________________________
31161 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
31162         Log: Better add new files to MANIFEST, too.
31163      Branch: perl
31164            ! MANIFEST
31165 ____________________________________________________________________________
31166 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
31167         Log: Subject: {PATCH] perlpacktut.pod
31168              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
31169              Date: Sun, 02 Dec 2001 19:55:06 +0100
31170              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
31171      Branch: perl
31172            ! pod/perlpacktut.pod
31173 ____________________________________________________________________________
31174 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
31175         Log: Various small nits found by DJGPP build.
31176      Branch: perl
31177            ! doio.c mg.c pp.c util.c
31178 ____________________________________________________________________________
31179 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
31180         Log: Subject: RE: More verbose POD for Carp
31181              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
31182              Date: Sun, 2 Dec 2001 11:32:51 -0500
31183              Message-ID: <3C0A9748@operamail.com>
31184      Branch: perl
31185            ! lib/Carp.pm
31186 ____________________________________________________________________________
31187 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
31188         Log: Add a header for DJGPP with the function prototypes.
31189      Branch: perl
31190            + djgpp/djgpp.h
31191            ! MANIFEST djgpp/djgpp.c
31192 ____________________________________________________________________________
31193 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
31194         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
31195              From: Abe Timmerman <abe@ztreet.demon.nl>
31196              Date: Sun, 02 Dec 2001 02:41:25 +0100
31197              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
31198      Branch: perl
31199            ! pp_sys.c
31200 ____________________________________________________________________________
31201 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
31202         Log: There isn't PTR2INT(), there's PTR2IV().
31203      Branch: perl
31204            ! ext/Time/HiRes/HiRes.xs
31205 ____________________________________________________________________________
31206 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
31207         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
31208              From: Marc Lehmann <root@schmorp.de>
31209              Date: Sun, 02 Dec 2001 02:44:53 +0100
31210              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
31211      Branch: perl
31212            ! ext/Time/HiRes/HiRes.xs
31213 ____________________________________________________________________________
31214 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
31215         Log: encode()/decode() examples.
31216      Branch: perl
31217            ! ext/Encode/Encode.pm
31218 ____________________________________________________________________________
31219 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
31220         Log: DJGPP tweaks from Laszlo Molnar.
31221      Branch: perl
31222            ! djgpp/config.over djgpp/djgppsed.sh
31223 ____________________________________________________________________________
31224 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
31225         Log: Update Changes.
31226      Branch: perl
31227            ! Changes patchlevel.h
31228 ____________________________________________________________________________
31229 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
31230         Log: Integrate perlio:
31231              
31232              [ 13409]
31233              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31234              have file descriptors. Noticed a possibly worse problem in the process ...
31235      Branch: perl
31236           !> doio.c
31237 ____________________________________________________________________________
31238 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
31239         Log: Non-VMS-fixed and Win32-skipped version of
31240              
31241              Subject: [PATCH t/op/exec.t] Portabilty fix 
31242              From: Michael G Schwern <schwern@pobox.com> 
31243              Date: Fri, 30 Nov 2001 16:09:27 -0500
31244              Message-ID: <20011130160927.A10406@blackrider>
31245      Branch: perl
31246            ! t/op/exec.t
31247 ____________________________________________________________________________
31248 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
31249         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
31250              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31251              Date: Sat, 1 Dec 2001 07:01:09 -0500
31252              Message-ID: <3C0D2E39@operamail.com>
31253              
31254              Subject: More verbose POD for Carp
31255              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31256              Date: Sat, 1 Dec 2001 08:04:16 -0500
31257              Message-ID: <3C285C2B@operamail.com>
31258      Branch: perl
31259            ! lib/Carp.pm lib/Carp/Heavy.pm
31260 ____________________________________________________________________________
31261 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
31262         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
31263              From: chromatic <chromatic@rmci.net>
31264              Date: Sat, 01 Dec 2001 12:41:58 -0700
31265              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
31266      Branch: perl
31267            ! lib/DB.t
31268 ____________________________________________________________________________
31269 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
31270         Log: Try to make a missing RADIXCHAR a softer kinder error.
31271      Branch: perl
31272            ! ext/I18N/Langinfo/Langinfo.t
31273 ____________________________________________________________________________
31274 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
31275         Log: Have a little faith on nl_langinfo() itself.
31276      Branch: perl
31277            ! ext/I18N/Langinfo/Langinfo.xs
31278 ____________________________________________________________________________
31279 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
31280         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
31281              the max, not max plus one)
31282      Branch: perl
31283            ! ext/I18N/Langinfo/Langinfo.xs
31284 ____________________________________________________________________________
31285 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
31286         Log: Make reality agree with the comment.
31287      Branch: perl
31288            ! ext/I18N/Langinfo/Langinfo.xs
31289 ____________________________________________________________________________
31290 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
31291         Log: Try to protect against wild langinfo() arguments.
31292      Branch: perl
31293            ! ext/I18N/Langinfo/Langinfo.xs
31294 ____________________________________________________________________________
31295 [ 13409] By: nick                                  on 2001/12/01  18:19:59
31296         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31297              have file descriptors. Noticed a possibly worse problem in the process ...
31298      Branch: perlio
31299            ! doio.c
31300 ____________________________________________________________________________
31301 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
31302         Log: (replaced by #13556)
31303              
31304              If we are inside an eval, let's be silent about
31305              separate symbols and just croak() in the end.
31306      Branch: perl
31307            ! lib/Exporter/Heavy.pm
31308 ____________________________________________________________________________
31309 [ 13407] By: nick                                  on 2001/12/01  17:14:05
31310         Log: Integrate mainline
31311      Branch: perlio
31312           !> (integrate 26 files)
31313 ____________________________________________________________________________
31314 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
31315         Log: Subject: Fix for Exporter error reporting behaviour
31316              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31317              Date: Sat, 1 Dec 2001 06:34:48 -0500
31318              Message-ID: <3C0D1B9A@operamail.com>
31319      Branch: perl
31320            ! lib/Exporter.pm lib/Exporter/Heavy.pm
31321 ____________________________________________________________________________
31322 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
31323         Log: Need to hide behind an eval to avoid a warning
31324              about :utf8 on non-perlio configs.
31325      Branch: perl
31326            ! lib/open.t
31327 ____________________________________________________________________________
31328 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
31329         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
31330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31331              Date: Fri, 30 Nov 2001 23:46:58 +0100
31332              Message-ID: <20011130234658.A717@rafael>
31333      Branch: perl
31334            ! op.c t/op/method.t
31335 ____________________________________________________________________________
31336 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
31337         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
31338              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31339              Date: Thu, 29 Nov 2001 22:46:12 +0100
31340              Message-ID: <20011129224612.A699@rafael>
31341      Branch: perl
31342            ! ext/B/B/Xref.pm
31343 ____________________________________________________________________________
31344 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
31345         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
31346              From: Tels <perl_dummy@bloodgate.com>
31347              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
31348              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
31349      Branch: perl
31350            ! pod/perlfunc.pod
31351 ____________________________________________________________________________
31352 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
31353         Log: Subject: [REPATCH] reference pointer comparison
31354              From: Nicholas Clark <nick@ccl4.org>
31355              Date: Sat, 1 Dec 2001 13:00:17 +0000
31356              Message-ID: <20011201130017.I21702@plum.flirble.org>
31357      Branch: perl
31358            ! pp.c
31359 ____________________________________________________________________________
31360 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
31361         Log: Upgrade to Storable 1.0.14.
31362      Branch: perl
31363            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31364 ____________________________________________________________________________
31365 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
31366         Log: Add simple caches for ::viacode() and ::vianame().
31367      Branch: perl
31368            ! lib/charnames.pm lib/charnames.t
31369 ____________________________________________________________________________
31370 [ 13398] By: nick                                  on 2001/12/01  10:36:24
31371         Log: Integrate mainline.
31372      Branch: perlio
31373           +> (branch 44 files)
31374            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31375            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31376            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31377           !> (integrate 250 files)
31378 ____________________________________________________________________________
31379 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
31380         Log: Regen toc and modlib.
31381      Branch: perl
31382            ! pod/perlmodlib.pod pod/perltoc.pod
31383 ____________________________________________________________________________
31384 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
31385         Log: Upgrade to podlators-1.18.
31386      Branch: perl
31387            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
31388 ____________________________________________________________________________
31389 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
31390         Log: -h scalar0 -h vector0 seems to help for both
31391              UNICOS and UNICOS/mk on the unpack %65c problems.
31392              
31393              (replaces #13393)
31394      Branch: perl
31395            ! hints/unicos.sh hints/unicosmk.sh
31396 ____________________________________________________________________________
31397 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
31398         Log: More Socket constants.
31399      Branch: perl
31400            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
31401 ____________________________________________________________________________
31402 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
31403         Log: (replaced by #13395)
31404      Branch: perl
31405            ! hints/unicosmk.sh
31406 ____________________________________________________________________________
31407 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
31408         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
31409              From: Andy Dougherty <doughera@lafayette.edu>
31410              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
31411              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
31412              
31413              Simplify the test skippage criterion now that we are
31414              no more dependent on sed.
31415      Branch: perl
31416            ! t/comp/cpp.t t/run/switchPx.t
31417 ____________________________________________________________________________
31418 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
31419         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
31420              From: Michael G Schwern <schwern@pobox.com>
31421              Date: Fri, 30 Nov 2001 11:48:44 -0500
31422              Message-ID: <20011130114844.C1303@blackrider>
31423              
31424              (replaces #13381)
31425      Branch: perl
31426            ! t/op/stat.t
31427 ____________________________________________________________________________
31428 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
31429         Log: Let's not assume how much memory has been allocated
31430              to PVs.
31431      Branch: perl
31432            ! ext/Devel/Peek/Peek.t
31433 ____________________________________________________________________________
31434 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
31435         Log: VOS needs to know the modules, including pp_sort.
31436      Branch: perl
31437            ! vos/perl.bind
31438 ____________________________________________________________________________
31439 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
31440         Log: Unused variables.
31441      Branch: perl
31442            ! ext/Unicode/Normalize/Normalize.xs
31443 ____________________________________________________________________________
31444 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
31445         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
31446              From: John Peacock <jpeacock@rowman.com>     
31447              Date: Fri, 30 Nov 2001 10:24:00 -0500        
31448              Message-ID: <3C07A490.A22A76B0@rowman.com>   
31449      Branch: perl
31450            ! lib/ExtUtils/Embed.t
31451 ____________________________________________________________________________
31452 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
31453         Log: Tweak for the VOS building script from Paul Green.
31454      Branch: perl
31455            ! vos/configure_perl.cm
31456 ____________________________________________________________________________
31457 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
31458         Log: Update Changes.
31459      Branch: perl
31460            ! Changes patchlevel.h
31461 ____________________________________________________________________________
31462 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
31463         Log: Cannot test if cppstdin has not yet been installed.
31464      Branch: perl
31465            ! t/run/switchPx.t
31466 ____________________________________________________________________________
31467 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
31468         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
31469              From: Michael G Schwern <schwern@pobox.com> 
31470              Date: Thu, 29 Nov 2001 22:05:11 -0500
31471              Message-ID: <20011129220510.A18869@blackrider>
31472              
31473              TODO 1: if cppstdin is used and not yet installed,
31474              the Px.t will fail (must do the same as in cpp.t)
31475              
31476              TODO 2: does this work if no Perl whatsoever has
31477              yet been installed?  That is, we should be using
31478              the Perl we are building to execute the one-liner.
31479      Branch: perl
31480            + t/run/switchPx.aux t/run/switchPx.t
31481            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
31482            ! vms/test.com
31483 ____________________________________________________________________________
31484 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
31485         Log: Upgrade to Unicode::Normalize 0.12.
31486      Branch: perl
31487            ! ext/Unicode/Normalize/Changes
31488            ! ext/Unicode/Normalize/Normalize.pm
31489            ! ext/Unicode/Normalize/Normalize.xs
31490            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
31491            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
31492            ! ext/Unicode/Normalize/t/test.t
31493 ____________________________________________________________________________
31494 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
31495         Log: (replaced by #13391)
31496              
31497              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
31498              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
31499              Date: 30 Nov 2001 11:41:53 -0000             
31500              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
31501              
31502              No need to die if we have high-paranoia (non-chdirable)
31503              system directories.
31504      Branch: perl
31505            ! t/op/stat.t
31506 ____________________________________________________________________________
31507 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
31508         Log: Paragraph rewrapping.
31509      Branch: perl
31510            ! pod/perliol.pod
31511 ____________________________________________________________________________
31512 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
31513         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
31514              From: Stas Bekman <stas@stason.org>
31515              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
31516              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
31517      Branch: perl
31518            ! pod/perliol.pod
31519 ____________________________________________________________________________
31520 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
31521         Log: Whether select() gets restarted on signals is
31522              implementation dependent.
31523      Branch: perl
31524            ! ext/Time/HiRes/HiRes.t
31525 ____________________________________________________________________________
31526 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
31527         Log: More forgotten checkins.
31528      Branch: perl
31529            ! embed.h embed.pl proto.h
31530 ____________________________________________________________________________
31531 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
31532         Log: Add a note about folding vs lowercase.
31533      Branch: perl
31534            ! regexec.c
31535 ____________________________________________________________________________
31536 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
31537         Log: Use to_uni_fold (and add changed global.sym)
31538      Branch: perl
31539            ! global.sym utf8.c
31540 ____________________________________________________________________________
31541 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
31542         Log: Make to Unicode character functions to use UVs
31543              instead of U32s and add to_uni_fold().
31544      Branch: perl
31545            ! embed.pl proto.h utf8.c
31546 ____________________________________________________________________________
31547 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
31548         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
31549              From: Nicholas Clark <nick@ccl4.org>
31550              Date: Thu, 29 Nov 2001 22:47:32 +0000
31551              Message-ID: <20011129224732.W37621@plum.flirble.org>
31552      Branch: perl
31553            ! pod/perlpacktut.pod
31554 ____________________________________________________________________________
31555 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
31556         Log: README.vos updates from Paul Green.
31557      Branch: perl
31558            ! README.vos
31559 ____________________________________________________________________________
31560 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
31561         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
31562              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31563              Date: Thu, 29 Nov 2001 14:18:51 EST
31564              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
31565      Branch: perl
31566            ! mg.c vms/vms.c vms/vmsish.h
31567 ____________________________________________________________________________
31568 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
31569         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
31570              From: Michael G Schwern <schwern@pobox.com>
31571              Date: Thu, 29 Nov 2001 13:12:31 -0500
31572              Message-ID: <20011129131231.E11300@blackrider>
31573      Branch: perl
31574            ! README.vms
31575 ____________________________________________________________________________
31576 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
31577         Log: BGET_IV was missing.
31578      Branch: perl
31579            ! ext/ByteLoader/bytecode.h
31580 ____________________________________________________________________________
31581 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
31582         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
31583              From: Jonathan Stowe <gellyfish@gellyfish.com>
31584              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
31585              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
31586      Branch: perl
31587            ! lib/Term/Cap.pm
31588 ____________________________________________________________________________
31589 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
31590         Log: Porting/checkURL.pl was missing.
31591      Branch: perl
31592            ! MANIFEST
31593 ____________________________________________________________________________
31594 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
31595         Log: Subject: INSTALL and READMEs should be reviewed
31596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31597              Date: Thu, 29 Nov 2001 16:49:36 +0100
31598              Message-ID: <20011129164936.A17492@rafael>         
31599      Branch: perl
31600            ! README.cygwin
31601 ____________________________________________________________________________
31602 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
31603         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
31604              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
31605              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
31606              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
31607      Branch: perl
31608            ! README.os390
31609 ____________________________________________________________________________
31610 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
31611         Log: Update Changes.
31612      Branch: perl
31613            ! Changes patchlevel.h
31614 ____________________________________________________________________________
31615 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
31616         Log: The changes to the curliffed files didn't stick in #13348.
31617      Branch: perl
31618            ! README.dos README.win32
31619 ____________________________________________________________________________
31620 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
31621         Log: Subject: Re: Found the rev where File::Glob broke
31622              From: Andy Dougherty <doughera@lafayette.edu>
31623              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
31624              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
31625      Branch: perl
31626            ! lib/ExtUtils/MM_Unix.pm
31627 ____________________________________________________________________________
31628 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
31629         Log: Use __DATA__ instead of __END__.
31630      Branch: perl
31631            ! lib/Term/Cap.pm
31632 ____________________________________________________________________________
31633 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
31634         Log: Subject: [PATCH toke.c] autosplit into @F fix
31635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31636              Date: Thu, 29 Nov 2001 14:52:23 +0100
31637              Message-ID: <20011129145223.A25817@rafael>         
31638      Branch: perl
31639            ! toke.c
31640 ____________________________________________________________________________
31641 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
31642         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
31643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31644              Date: Thu, 29 Nov 2001 15:48:15 +0100
31645              Message-ID: <20011129154815.C25817@rafael>         
31646      Branch: perl
31647            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
31648 ____________________________________________________________________________
31649 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31650         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31651              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31652              Date: Wed, 28 Nov 2001 20:35:29 +0100
31653              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31654      Branch: perl
31655            ! pod/perlpacktut.pod
31656 ____________________________________________________________________________
31657 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31658         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31659              From: Stas Bekman <stas@stason.org>
31660              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31661              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31662              
31663              (with tweaks)
31664      Branch: perl
31665            ! pod/perlapio.pod
31666 ____________________________________________________________________________
31667 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31668         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31669              From: Tels <perl_dummy@bloodgate.com>
31670              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31671              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31672              
31673              (plus paragraph rewrapping)
31674      Branch: perl
31675            ! lib/Exporter.pm
31676 ____________________________________________________________________________
31677 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31678         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31679              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31680              Date: Wed, 28 Nov 2001 21:47:59 +0000
31681              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31682      Branch: perl
31683            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31684 ____________________________________________________________________________
31685 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31686         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31687              From: Andy Dougherty <doughera@lafayette.edu>
31688              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31689              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31690      Branch: perl
31691            ! INSTALL ext/Time/HiRes/HiRes.t
31692 ____________________________________________________________________________
31693 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31694         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31695              From: Michael G Schwern <schwern@pobox.com> 
31696              Date: Wed, 28 Nov 2001 16:37:01 -0500
31697              Message-ID: <20011128163701.H676@blackrider>
31698      Branch: perl
31699            ! t/run/kill_perl.t
31700 ____________________________________________________________________________
31701 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31702         Log: @INC tweak.
31703      Branch: perl
31704            ! t/op/ref.t
31705 ____________________________________________________________________________
31706 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31707         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31708              From: Nicholas Clark <nick@ccl4.org>
31709              Date: Wed, 28 Nov 2001 23:38:43 +0000
31710              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31711      Branch: perl
31712            ! installman
31713 ____________________________________________________________________________
31714 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31715         Log: Tweak the forking logic.
31716      Branch: perl
31717            ! Porting/checkURL.pl
31718 ____________________________________________________________________________
31719 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31720         Log: Update perlmodlib.PL as per #13348.  The L<> got
31721              changed back because that is coming from ParseLink.pm.
31722      Branch: perl
31723            ! pod/perlmodlib.PL pod/perlmodlib.pod
31724 ____________________________________________________________________________
31725 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31726         Log: URL fixups from Michael Schwern.
31727      Branch: perl
31728            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31729            ! README.os390 README.qnx README.solaris README.vos README.win32
31730            ! pod/perlmodlib.pod
31731 ____________________________________________________________________________
31732 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31733         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31734              From: Barrie Slaymaker <barries@slaysys.com>
31735              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31736              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31737      Branch: perl
31738            ! lib/Exporter.pm
31739 ____________________________________________________________________________
31740 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31741         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31742      Branch: perl
31743            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31744 ____________________________________________________________________________
31745 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31746         Log: Subject: [PATCH] Re: $\ very broken
31747              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31748              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31749              Message-ID: <20011128223308.E732@rafael>   
31750              
31751              Subject: Re: [PATCH] Re: $\ very broken     
31752              From: Nicholas Clark <nick@ccl4.org>
31753              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31754              Message-ID: <20011128222859.K37621@plum.flirble.org>
31755      Branch: perl
31756            ! mg.c t/op/ref.t
31757 ____________________________________________________________________________
31758 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31759         Log: Add Abigail's link checker with the following tweaks:
31760              - known dummy URLs (Peter Prymmer)
31761              - do also READMEs and INSTALL (Michael Schwern)
31762              - do also ftp URLs
31763              - add fork retry loop in case the allowed number
31764              of processes per user is low
31765      Branch: perl
31766            + Porting/checkURL.pl
31767            ! MANIFEST
31768 ____________________________________________________________________________
31769 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
31770         Log: Update Changes.
31771      Branch: perl
31772            ! Changes patchlevel.h
31773 ____________________________________________________________________________
31774 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
31775         Log: In Linux if we have modern enough gcc and supported
31776              enough CPU, crank up the optimization level to -O3.
31777      Branch: perl
31778            ! hints/linux.sh
31779 ____________________________________________________________________________
31780 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
31781         Log: Add perlpacktut from Wolfgang Laun; regen toc.
31782      Branch: perl
31783            + pod/perlpacktut.pod
31784            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
31785            ! pod/perltoc.pod
31786 ____________________________________________________________________________
31787 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
31788         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
31789              From: PPrymmer@factset.com
31790              Date: Wed, 28 Nov 2001 07:51:26 -0500
31791              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
31792      Branch: perl
31793            ! vms/test.com
31794 ____________________________________________________________________________
31795 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
31796         Log: Test cases for the first half of #13338.
31797      Branch: perl
31798            ! t/lib/h2ph.h t/lib/h2ph.pht
31799 ____________________________________________________________________________
31800 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
31801         Log: Subject: Re: h2ph confused by comments in an enum.
31802              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31803              Date: Wed, 28 Nov 2001 04:19:21 +0000
31804              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
31805              
31806              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
31807              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31808              Date: Wed, 28 Nov 2001 13:36:35 +0000
31809              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
31810      Branch: perl
31811            ! utils/h2ph.PL
31812 ____________________________________________________________________________
31813 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
31814         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
31815              From: Jonathan Stowe <gellyfish@gellyfish.com>
31816              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
31817              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
31818              
31819              (replace #13327)
31820      Branch: perl
31821            ! lib/Term/Cap.pm
31822 ____________________________________________________________________________
31823 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
31824         Log: Replace #13335 with
31825              
31826              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
31827              From: Russ Allbery <rra@stanford.edu>
31828              Date: 27 Nov 2001 20:42:49 -0800
31829              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
31830      Branch: perl
31831            ! lib/Pod/Text/Termcap.pm
31832 ____________________________________________________________________________
31833 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
31834         Log: (replaced by #13336)
31835              
31836              Subject: [PATCH perl@13323] Termcap.pm with no termios
31837              From: "Craig A. Berry" <craigberry@mac.com> 
31838              Date: Tue, 27 Nov 2001 22:28:50 -0600
31839              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
31840      Branch: perl
31841            ! lib/Pod/Text/Termcap.pm
31842 ____________________________________________________________________________
31843 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
31844         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
31845              From: "Craig A. Berry" <craigberry@mac.com> 
31846              Date: Tue, 27 Nov 2001 21:46:45 -0600
31847              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
31848      Branch: perl
31849            ! configure.com
31850 ____________________________________________________________________________
31851 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
31852         Log: Upgrade to podlators 1.17.
31853      Branch: perl
31854            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
31855            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31856 ____________________________________________________________________________
31857 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
31858         Log: Fix for "a\x{100}" =~ /A/i.
31859      Branch: perl
31860            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
31861            ! utf8.c
31862 ____________________________________________________________________________
31863 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
31864         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
31865              From: "Craig A. Berry" <craigberry@mac.com>
31866              Date: Tue, 27 Nov 2001 17:11:49 -0600
31867              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
31868      Branch: perl
31869            ! lib/DB.t
31870 ____________________________________________________________________________
31871 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
31872         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
31873              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31874              Date: Tue, 27 Nov 2001 14:55:23 -0500
31875              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
31876              
31877              Subject: [PATCH: perl@13324] updates to perldelta.pod 
31878              From: PPrymmer@factset.com
31879              Date: Tue, 27 Nov 2001 18:06:04 -0500
31880              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
31881              
31882              plus added some known problems.
31883      Branch: perl
31884            ! pod/perldelta.pod
31885 ____________________________________________________________________________
31886 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
31887         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
31888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31889              Date: Tue, 27 Nov 2001 15:38:02 EST 
31890              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
31891      Branch: perl
31892            ! configure.com vms/vms.c vms/vmsish.h
31893 ____________________________________________________________________________
31894 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
31895         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
31896              From: Michael G Schwern <schwern@pobox.com> 
31897              Date: Tue, 27 Nov 2001 15:31:12 -0500
31898              Message-ID: <20011127153112.G20929@blackrider>
31899      Branch: perl
31900            ! t/run/kill_perl.t
31901 ____________________________________________________________________________
31902 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
31903         Log: (replaced by #13337)
31904              
31905              VMS can safely hardcode a termcap entry for VT100.
31906      Branch: perl
31907            ! lib/Term/Cap.pm
31908 ____________________________________________________________________________
31909 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
31910         Log: VMS piping fixes from Charles Lane (perl -P should
31911              be working now).
31912      Branch: perl
31913            ! vms/vms.c
31914 ____________________________________________________________________________
31915 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
31916         Log: Subject: [PATCH] perlvar.pod fix
31917              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31918              Date: Tue, 27 Nov 2001 13:11:47 -0500
31919              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
31920      Branch: perl
31921            ! pod/perlvar.pod
31922 ____________________________________________________________________________
31923 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31924         Log: Update Changes.
31925      Branch: perl
31926            ! Changes patchlevel.h
31927 ____________________________________________________________________________
31928 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31929         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31930              From: "Craig A. Berry" <craigberry@mac.com> 
31931              Date: Tue, 27 Nov 2001 10:21:18 -0600
31932              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31933      Branch: perl
31934            ! lib/ExtUtils/MM_VMS.pm
31935 ____________________________________________________________________________
31936 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31937         Log: Protect against accumulating -options -options -options.
31938      Branch: perl
31939            ! hints/hpux.sh
31940 ____________________________________________________________________________
31941 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31942         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31943              From: Barrie Slaymaker <barries@slaysys.com>
31944              Date: Tue, 27 Nov 2001 10:58:54 -0500
31945              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31946      Branch: perl
31947            ! lib/Benchmark.pm
31948 ____________________________________________________________________________
31949 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31950         Log: Tiny fix from John P. Linderman.
31951      Branch: perl
31952            ! lib/sort.pm
31953 ____________________________________________________________________________
31954 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31955         Log: The Story of sort(), from John P. Linderman.
31956      Branch: perl
31957            ! pod/perldelta.pod
31958 ____________________________________________________________________________
31959 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31960         Log: Add information what to do if you are reading
31961              perluniintro but using some older Perl.
31962      Branch: perl
31963            ! pod/perluniintro.pod
31964 ____________________________________________________________________________
31965 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31966         Log: Update the 'wide characters' FAQ entry.
31967      Branch: perl
31968            ! pod/perlfaq6.pod
31969 ____________________________________________________________________________
31970 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31971         Log: Fix for
31972              
31973              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31974              From: Marc Lehmann <root@schmorp.de>
31975              Date: Tue, 27 Nov 2001 14:27:14 +0100
31976              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31977      Branch: perl
31978            ! ext/Encode.t ext/Encode/Encode.xs
31979 ____________________________________________________________________________
31980 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31981         Log: Subject: [PATCH] DB_File 1.801
31982              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31983              Date: Tue, 27 Nov 2001 15:06:45 -0000
31984              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31985      Branch: perl
31986            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31987            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31988 ____________________________________________________________________________
31989 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31990         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31991      Branch: perl
31992            ! pod/perlmodlib.pod
31993 ____________________________________________________________________________
31994 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31995         Log: sort() doc tweaks from John P. Linderman.
31996      Branch: perl
31997            ! pod/perlfunc.pod
31998 ____________________________________________________________________________
31999 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
32000         Log: Subject: [PATCH] More perldelta.pod nits
32001              From: Simon Glover <scog@roe.ac.uk>
32002              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
32003              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
32004      Branch: perl
32005            ! pod/perldelta.pod
32006 ____________________________________________________________________________
32007 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
32008         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
32009              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32010              Date: Tue, 27 Nov 2001 11:52:31 -0000
32011              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
32012      Branch: perl
32013            ! ext/Devel/PPPort/harness/Makefile.PL
32014 ____________________________________________________________________________
32015 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
32016         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
32017              From: Michael G Schwern <schwern@pobox.com>
32018              Date: Tue, 27 Nov 2001 03:38:24 -0500
32019              Message-ID: <20011127033824.A17775@blackrider>
32020      Branch: perl
32021            ! t/TEST
32022 ____________________________________________________________________________
32023 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
32024         Log: Subject: Re: perlcc very broken
32025              From: John Peacock <jpeacock@rowman.com>
32026              Date: Tue, 27 Nov 2001 06:48:01 -0500
32027              Message-ID: <3C037D71.4030508@rowman.com>
32028      Branch: perl
32029            ! utils/perlcc.PL
32030 ____________________________________________________________________________
32031 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
32032         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
32033              From: David Dyck <dcd@tc.fluke.com>
32034              Date: Mon, 26 Nov 2001 22:04:38 -0800
32035              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
32036      Branch: perl
32037            ! t/op/pack.t
32038 ____________________________________________________________________________
32039 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
32040         Log: Subject: [ID 20011126.149] t/op/split fails step 37
32041              From: David Dyck <dcd@tc.fluke.com>
32042              Date: Mon, 26 Nov 2001 21:52:35 -0800
32043              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
32044      Branch: perl
32045            ! t/op/split.t
32046 ____________________________________________________________________________
32047 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
32048         Log: incorporate last minute change from libnet 1.0901-tobe
32049      Branch: perl
32050            ! lib/Net/SMTP.pm
32051 ____________________________________________________________________________
32052 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
32053         Log: Pass 7 at perldelta - random edits.
32054      Branch: perl
32055            ! pod/perldelta.pod
32056 ____________________________________________________________________________
32057 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
32058         Log: Portability and skippage tweaks.
32059      Branch: perl
32060            ! t/op/split.t
32061 ____________________________________________________________________________
32062 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
32063         Log: (retracted by #13449)
32064              Try to make Unicode casemapping to work for EBCDIC, too.
32065      Branch: perl
32066            ! utf8.c
32067 ____________________________________________________________________________
32068 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
32069         Log: Just printing 1..0 is not quite enough...
32070      Branch: perl
32071            ! lib/Dumpvalue.t
32072 ____________________________________________________________________________
32073 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
32074         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
32075              Delay the match until runtime.
32076      Branch: perl
32077            ! t/op/append.t
32078 ____________________________________________________________________________
32079 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
32080         Log: UTF-EBCDIC.
32081      Branch: perl
32082            ! ext/Devel/Peek/Peek.t
32083 ____________________________________________________________________________
32084 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
32085         Log: Be UTF-EBCDIC aware.
32086      Branch: perl
32087            ! lib/bytes.t
32088 ____________________________________________________________________________
32089 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
32090         Log: Bad assumption which way digits and letters sort.
32091      Branch: perl
32092            ! lib/English.t
32093 ____________________________________________________________________________
32094 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
32095         Log: If in EBCDIC but no Convert::EBCDIC
32096              the libnet tests will all fail.
32097      Branch: perl
32098            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
32099            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
32100            ! lib/Net/t/smtp.t lib/Net/t/time.t
32101 ____________________________________________________________________________
32102 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
32103         Log: Just sorting to guarantee order is not enough.
32104              (Think EBCDIC.) 
32105      Branch: perl
32106            ! lib/ExtUtils/Manifest.t
32107 ____________________________________________________________________________
32108 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
32109         Log: OS/390 cleanable gunk.
32110      Branch: perl
32111            ! lib/ExtUtils/MM_Unix.pm
32112 ____________________________________________________________________________
32113 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
32114         Log: Update the EBCDIC MD5 checksums.
32115      Branch: perl
32116            ! ext/Digest/MD5/t/files.t
32117 ____________________________________________________________________________
32118 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
32119         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
32120              From: Nicholas Clark <nick@ccl4.org>
32121              Date: Mon, 26 Nov 2001 23:06:34 +0000
32122              Message-ID: <20011126230633.Q37621@plum.flirble.org>
32123      Branch: perl
32124            ! installman
32125 ____________________________________________________________________________
32126 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
32127         Log: sort tweaks from John P. Linderman.
32128      Branch: perl
32129            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
32130 ____________________________________________________________________________
32131 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
32132         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
32133              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
32134              Date: Mon, 26 Nov 2001 18:47:25 -0600
32135              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
32136              
32137              Craig Berry submitted half of this patch just yesterday.
32138              Spooky cosmic resonance.
32139      Branch: perl
32140            ! ext/Socket/Socket.xs
32141 ____________________________________________________________________________
32142 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
32143         Log: Subject: [PATCH] doio slightly smaller
32144              From: Nicholas Clark <nick@ccl4.org>
32145              Date: Tue, 27 Nov 2001 00:40:23 +0000      
32146              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
32147      Branch: perl
32148            ! doio.c
32149 ____________________________________________________________________________
32150 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
32151         Log: perldelta nits from Autrijus Tang and Ron Kimball.
32152      Branch: perl
32153            ! pod/perldelta.pod
32154 ____________________________________________________________________________
32155 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
32156         Log: Subject: [PATCH] unpack P* uses random length for item
32157              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
32158              Date: Mon, 26 Nov 2001 19:56:32 +0100
32159              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
32160      Branch: perl
32161            ! pod/perldiag.pod pp_pack.c t/op/pack.t
32162 ____________________________________________________________________________
32163 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
32164         Log: Subject: [PATCH current] system and taintedness
32165              From: Radu Greab <radu@netsoft.ro>
32166              Date: Mon, 26 Nov 2001 18:42:29 +0200
32167              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
32168      Branch: perl
32169            ! pp_sys.c t/op/taint.t
32170 ____________________________________________________________________________
32171 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
32172         Log: Subject: [PATCH @ 13283] Devel::PPPort
32173              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32174              Date: Mon, 26 Nov 2001 14:37:17 -0000
32175              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
32176      Branch: perl
32177            + ext/Devel/PPPort/MANIFEST
32178            ! MANIFEST ext/Devel/PPPort/Makefile.PL
32179            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
32180            ! ext/Devel/PPPort/harness/Harness.xs
32181            ! ext/Devel/PPPort/harness/Makefile.PL
32182            ! ext/Devel/PPPort/harness/module2.c
32183            ! ext/Devel/PPPort/harness/module3.c
32184            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32185 ____________________________________________________________________________
32186 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
32187         Log: Update the test list.
32188      Branch: perl
32189            ! t/lib/1_compile.t
32190 ____________________________________________________________________________
32191 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
32192         Log: Sync-up tests with libnet distribution
32193      Branch: perl
32194            + lib/Net/t/netrc.t
32195            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
32196 ____________________________________________________________________________
32197 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
32198         Log: Update Changes.
32199      Branch: perl
32200            ! Changes patchlevel.h
32201 ____________________________________________________________________________
32202 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
32203         Log: Upgrade to podlators 1.16.
32204      Branch: perl
32205            + lib/Pod/t/basic.cap
32206            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
32207            ! lib/Pod/t/basic.t pod/pod2man.PL
32208 ____________________________________________________________________________
32209 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
32210         Log: Pass 6 at perldelta - sort enhancements, generic and
32211              platform specific bug fixes.
32212      Branch: perl
32213            ! pod/perldelta.pod
32214 ____________________________________________________________________________
32215 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
32216         Log: PROPAGATE documentation from Tony Cook.
32217      Branch: perl
32218            ! pod/perlfunc.pod
32219 ____________________________________________________________________________
32220 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
32221         Log: DJGPP cannot do signals that well.
32222      Branch: perl
32223            ! ext/POSIX/t/sigaction.t
32224 ____________________________________________________________________________
32225 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
32226         Log: Can't do subsecond alarms without ualarm; and break out
32227              early if alarms do not seem to be coming in as expected.
32228      Branch: perl
32229            ! ext/Time/HiRes/HiRes.t
32230 ____________________________________________________________________________
32231 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
32232         Log: No Socket, little Net.
32233      Branch: perl
32234            ! t/lib/1_compile.t
32235 ____________________________________________________________________________
32236 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
32237         Log: Take the taint brush to the getcwds.
32238      Branch: perl
32239            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
32240 ____________________________________________________________________________
32241 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
32242         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
32243              From: "Craig A. Berry" <craigberry@mac.com>
32244              Date: Sun, 25 Nov 2001 16:20:45 -0600
32245              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
32246      Branch: perl
32247            ! ext/Socket/Socket.xs
32248 ____________________________________________________________________________
32249 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
32250         Log: Since in some DOS filesystems the timestamp granularity
32251              may be only two seconds, better sleep for three to play safe.
32252              (Helps CygWin, at least.)
32253      Branch: perl
32254            ! lib/Memoize/t/expire_file.t
32255 ____________________________________________________________________________
32256 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
32257         Log: For some reason CygWin wasn't collapsing multiple
32258              slashes into one, which made some Spec.t tests to fail.
32259              Either CygWin was being too prudish or the collapsing
32260              logic needs to be rethunk.
32261      Branch: perl
32262            ! lib/File/Spec/Unix.pm
32263 ____________________________________________________________________________
32264 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
32265         Log: Cygwin needs to have libperl.dll around if trying to link
32266              with -lperl.  Note: this change cures the test but whether
32267              it cures CygPerl installation, I don't know: hopefully the
32268              libperl5_7_2.dll, or the version equivalent, gets installed
32269              also as libperl.dll to the proper place(s).
32270      Branch: perl
32271            ! lib/ExtUtils/Embed.t
32272 ____________________________________________________________________________
32273 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
32274         Log: -I../lib/.. and -L../lib/..?  Strange.
32275      Branch: perl
32276            ! lib/ExtUtils/Embed.t
32277 ____________________________________________________________________________
32278 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
32279         Log: $MM?
32280      Branch: perl
32281            ! lib/ExtUtils/Embed.pm
32282 ____________________________________________________________________________
32283 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
32284         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
32285              From: Dave Rolsky <autarch@urth.org>
32286              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
32287              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
32288      Branch: perl
32289            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
32290            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32291 ____________________________________________________________________________
32292 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
32293         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
32294              From: chromatic <chromatic@rmci.net>
32295              Date: Sat, 24 Nov 2001 14:56:57 -0700
32296              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
32297              
32298              plus a tweak for ithreads builds.
32299      Branch: perl
32300            + lib/DB.t
32301            ! MANIFEST lib/DB.pm
32302 ____________________________________________________________________________
32303 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
32304         Log: Win32 compilation tweaks for Blair Zajac.
32305      Branch: perl
32306            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
32307 ____________________________________________________________________________
32308 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
32309         Log: I don't think trying to bracket the hires time with lores
32310              times is going to be portable enough: Cygwin seems to be
32311              capable of getting hires ones rather consistently lower
32312              than the lores ones.  So let's try average difference instead.
32313      Branch: perl
32314            ! ext/Time/HiRes/HiRes.t
32315 ____________________________________________________________________________
32316 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
32317         Log: Subject: Re: benchmarks, sorts and reproducibility
32318              From: "John P. Linderman" <jpl@research.att.com>
32319              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
32320              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
32321              
32322              Randomize large partitions for quicksort to dodge the
32323              angry gods of quadratic.
32324      Branch: perl
32325            ! pp_sort.c
32326 ____________________________________________________________________________
32327 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
32328         Log: The joys of portable quoting.
32329      Branch: perl
32330            ! ext/Devel/PPPort/harness/Makefile.PL
32331 ____________________________________________________________________________
32332 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
32333         Log: sort pragma tweaks.
32334      Branch: perl
32335            ! lib/sort.pm
32336 ____________________________________________________________________________
32337 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
32338         Log: Skip the link= directives of utils.lst if no mandir
32339              (if no manpages).
32340      Branch: perl
32341            ! installman
32342 ____________________________________________________________________________
32343 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
32344         Log: integrate changes#8340,13260 from mainline
32345              
32346              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32347              
32348              change#3373 introduced a handle leak in backticks and piped open()s
32349              that fail
32350      Branch: maint-5.6/perl
32351            ! t/io/pipe.t util.c
32352 ____________________________________________________________________________
32353 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
32354         Log: change#3373 introduced a handle leak in backticks and piped open()s
32355              that fail
32356      Branch: perl
32357            ! util.c
32358 ____________________________________________________________________________
32359 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
32360         Log: metaconfig unit change for #13258.
32361      Branch: metaconfig/U/perl
32362            ! d_procselfexe.U
32363 ____________________________________________________________________________
32364 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
32365         Log: Extraenous breaks noticed by David Dyck.
32366      Branch: perl
32367            ! Configure
32368 ____________________________________________________________________________
32369 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
32370         Log: Revert the /proc/self/auxv experiment for now.
32371      Branch: perl
32372            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
32373 ____________________________________________________________________________
32374 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
32375         Log: Also ExtUtils.t had $^X assumptions.
32376      Branch: perl
32377            ! lib/ExtUtils.t
32378 ____________________________________________________________________________
32379 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
32380         Log: Now is Solaris if you start the t/perl in the t/
32381              as "./perl", the $^X will be "../perl", not "./perl".
32382      Branch: perl
32383            ! t/lib/1_compile.t
32384 ____________________________________________________________________________
32385 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
32386         Log: The new way of finding out $^X in Solaris
32387              requires a little tweak if the executable
32388              pathname is *not* absolute: prepend "./"
32389              (otherwise `$^X ...` will start perl from PATH...)
32390      Branch: perl
32391            ! perl.c
32392 ____________________________________________________________________________
32393 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
32394         Log: Avoid "will not stay shared" warnings.
32395      Branch: perl
32396            ! lib/ExtUtils/MM_Unix.pm
32397 ____________________________________________________________________________
32398 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
32399         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
32400              From: Michael G Schwern <schwern@pobox.com>
32401              Date: Sat, 24 Nov 2001 19:56:18 -0500
32402              Message-ID: <20011124195618.A14614@blackrider>            
32403      Branch: perl
32404            ! perl.c pp_sys.c t/op/magic.t util.c
32405 ____________________________________________________________________________
32406 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
32407         Log: In the MakeMaker pm_to_blib target don't copy all
32408              the files in one fell swoop, deal with them hunkwise,
32409              helps for CLIs with limited line lengths.
32410              (This seems to help for DJGPP building Encode,
32411              where there are dozens of files to copy.)
32412      Branch: perl
32413            ! lib/ExtUtils/MM_Unix.pm
32414 ____________________________________________________________________________
32415 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
32416         Log: testsuite leaves stray files behind on windows
32417      Branch: perl
32418            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
32419 ____________________________________________________________________________
32420 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
32421         Log: xsubpp produces a spurious warning on directories called 'typemap'
32422      Branch: perl
32423            ! lib/ExtUtils/xsubpp
32424 ____________________________________________________________________________
32425 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
32426         Log: xsubpp treats invalid (indented) cpp directives as comments
32427      Branch: perl
32428            ! ext/IO/IO.xs
32429 ____________________________________________________________________________
32430 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
32431         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
32432      Branch: perl
32433            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
32434 ____________________________________________________________________________
32435 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
32436         Log: The debug_pag needs to be visible at all times
32437              because of the re extension.
32438      Branch: perl
32439            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
32440 ____________________________________________________________________________
32441 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
32442         Log: Subject: Re: [PATCH] Tests are good
32443              From: Philip Newton <Philip.Newton@gmx.net>
32444              Date: Sat, 24 Nov 2001 21:24:00 +0100
32445              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
32446      Branch: perl
32447            ! pod/perlhack.pod
32448 ____________________________________________________________________________
32449 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
32450         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
32451              From: "Craig A. Berry" <craigberry@mac.com> 
32452              Date: Sat, 24 Nov 2001 12:45:44 -0600
32453              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
32454              
32455              (with tweaks, and combined with Sarathy's #13242)
32456      Branch: perl
32457            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
32458 ____________________________________________________________________________
32459 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
32460         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
32461              From: John Peacock <jpeacock@rowman.com>
32462              Date: Sat, 24 Nov 2001 14:27:46 -0500
32463              Message-ID: <3BFFF4B2.40509@rowman.com> 
32464      Branch: perl
32465            ! lib/Exporter/Heavy.pm
32466 ____________________________________________________________________________
32467 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
32468         Log: use portable quotes
32469      Branch: perl
32470            ! ext/Devel/PPPort/harness/Makefile.PL
32471 ____________________________________________________________________________
32472 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
32473         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
32474              From: Nicholas Clark <nick@ccl4.org>
32475              Date: Sat, 24 Nov 2001 18:06:26 +0000
32476              Message-ID: <20011124180626.T37621@plum.flirble.org>
32477      Branch: perl
32478            ! installman
32479 ____________________________________________________________________________
32480 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
32481         Log: Subject: [PATCH] perl5005delta.pod L<>
32482              From: Nicholas Clark <nick@ccl4.org>
32483              Date: Sat, 24 Nov 2001 18:04:21 +0000
32484              Message-ID: <20011124180421.S37621@plum.flirble.org>
32485      Branch: perl
32486            ! pod/perl5005delta.pod
32487 ____________________________________________________________________________
32488 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
32489         Log: fix typo in config.vc; regenerate win32 config_H.* files
32490      Branch: perl
32491            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32492            ! win32/config_H.vc
32493 ____________________________________________________________________________
32494 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
32495         Log: Mention the charnames::vianame().
32496      Branch: perl
32497            ! pod/perluniintro.pod
32498 ____________________________________________________________________________
32499 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
32500         Log: Add charnames::vianame() in case people want to access
32501              the codes in run-time (as opposed to the compile-timeness
32502              of \N{...}).
32503      Branch: perl
32504            ! lib/charnames.pm lib/charnames.t
32505 ____________________________________________________________________________
32506 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
32507         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
32508              From: Nicholas Clark <nick@ccl4.org>
32509              Date: Sat, 24 Nov 2001 16:30:42 +0000
32510              Message-ID: <20011124163042.R37621@plum.flirble.org>
32511      Branch: perl
32512            ! regcomp.c regcomp.h
32513 ____________________________________________________________________________
32514 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
32515         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
32516              From: Nicholas Clark <nick@ccl4.org>
32517              Date: Sat, 24 Nov 2001 16:24:33 +0000
32518              Message-ID: <20011124162433.Q37621@plum.flirble.org>
32519              
32520              cmp fixes.
32521      Branch: perl
32522            ! pp.c
32523 ____________________________________________________________________________
32524 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
32525         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
32526              (It seems that "./perl" gets resolved to "perl" now.)
32527      Branch: perl
32528            ! perl.c
32529 ____________________________________________________________________________
32530 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
32531         Log: Subject: [PATCH] DB_File 1.800        
32532              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
32533              Date: Sat, 24 Nov 2001 11:41:41 -0000
32534              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
32535      Branch: perl
32536            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32537            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
32538            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32539            ! ext/DB_File/t/db-recno.t
32540 ____________________________________________________________________________
32541 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
32542         Log: Tweak the PUSHED documentation.
32543      Branch: perl
32544            ! ext/PerlIO/Via/Via.pm
32545 ____________________________________________________________________________
32546 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
32547         Log: Update 1_compile for new known tests.
32548      Branch: perl
32549            ! t/lib/1_compile.t
32550 ____________________________________________________________________________
32551 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
32552         Log: Move the MBF/MBI test modules to t/lib.
32553      Branch: perl
32554            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
32555            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32556            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32557            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
32558            ! lib/Math/BigInt/t/sub_mbi.t
32559 ____________________________________________________________________________
32560 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
32561         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
32562              From: "Craig A. Berry" <craigberry@mac.com> 
32563              Date: Fri, 23 Nov 2001 18:05:35 -0600
32564              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
32565      Branch: perl
32566            ! configure.com
32567 ____________________________________________________________________________
32568 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
32569         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
32570              From: PPrymmer@factset.com 
32571              Date: Fri, 23 Nov 2001 17:03:07 -0500
32572              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
32573      Branch: perl
32574            ! ext/Unicode/Normalize/mkheader
32575 ____________________________________________________________________________
32576 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
32577         Log: Here are the right helper files.
32578      Branch: perl
32579            + t/lib/Filter/Simple/ExportTest.pm
32580            + t/lib/Filter/Simple/FilterOnlyTest.pm
32581            + t/lib/Filter/Simple/FilterTest.pm
32582            + t/lib/Filter/Simple/ImportTest.pm
32583            ! MANIFEST
32584 ____________________________________________________________________________
32585 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
32586         Log: Update Changes.
32587      Branch: perl
32588            ! Changes patchlevel.h
32589 ____________________________________________________________________________
32590 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
32591         Log: Never mind.
32592      Branch: perl
32593            - lib/Filter/Simple/lib/ExportTest.pm
32594            - lib/Filter/Simple/lib/ImportTest.pm
32595 ____________________________________________________________________________
32596 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
32597         Log: Mis-add.
32598      Branch: perl
32599            + lib/Filter/Simple/lib/ExportTest.pm
32600            + lib/Filter/Simple/lib/ImportTest.pm
32601 ____________________________________________________________________________
32602 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
32603         Log: Upgrade to Filter::Simple 0.77.
32604      Branch: perl
32605            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
32606            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
32607            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32608            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
32609            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32610 ____________________________________________________________________________
32611 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
32612         Log: Missing p4 add.
32613      Branch: perl
32614            + lib/ExtUtils/MM_VMS.t
32615 ____________________________________________________________________________
32616 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
32617         Log: Pass 5 at perldelta - module and utility updates cleanup.
32618      Branch: perl
32619            ! pod/perldelta.pod
32620 ____________________________________________________________________________
32621 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
32622         Log: metaconfig unit change for #13219.
32623      Branch: metaconfig/U/perl
32624            ! d_procselfexe.U
32625 ____________________________________________________________________________
32626 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
32627         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
32628      Branch: perl
32629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32630            ! pod/buildtoc.PL pod/perltoc.pod
32631 ____________________________________________________________________________
32632 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
32633         Log: Add procselfexe and d_dirfd to strange lands.
32634      Branch: perl
32635            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32636            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32637            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32638            ! win32/config.gc win32/config.vc win32/config.win64
32639            ! wince/config.ce
32640 ____________________________________________________________________________
32641 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
32642         Log: metaconfig unit change for #13216.
32643      Branch: metaconfig/U/perl
32644            ! d_procselfexe.U
32645 ____________________________________________________________________________
32646 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
32647         Log: Better to "quote" the pathname.
32648      Branch: perl
32649            ! Configure config_h.SH
32650 ____________________________________________________________________________
32651 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32652         Log: Use PROCSELFEXE_PATH.
32653      Branch: perl
32654            ! perl.c
32655 ____________________________________________________________________________
32656 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32657         Log: metaconfig unit change for #13213.
32658      Branch: metaconfig/U/perl
32659            ! d_procselfexe.U
32660 ____________________________________________________________________________
32661 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32662         Log: Add probing for BSD-like /proc/curproc/file.
32663      Branch: perl
32664            ! Configure config_h.SH
32665 ____________________________________________________________________________
32666 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32667         Log: metaconfig unit change for 13211.
32668      Branch: metaconfig/U/perl
32669            + d_dirfd.U
32670 ____________________________________________________________________________
32671 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32672         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32673      Branch: perl
32674            ! Configure config_h.SH perl.h
32675 ____________________________________________________________________________
32676 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32677         Log: ...and update the test count.
32678      Branch: perl
32679            ! lib/Pod/t/basic.t
32680 ____________________________________________________________________________
32681 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32682         Log: Must remove the cap test also from the test script.
32683      Branch: perl
32684            ! lib/Pod/t/basic.t
32685 ____________________________________________________________________________
32686 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32687         Log: Subject: [PATCH] Tests are good
32688              From: Nicholas Clark <nick@ccl4.org>
32689              Date: Fri, 23 Nov 2001 18:12:21 +0000
32690              Message-ID: <20011123181220.F37621@plum.flirble.org>
32691      Branch: perl
32692            ! pod/perlhack.pod
32693 ____________________________________________________________________________
32694 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32695         Log: The basic.cap from podlators 1.14 is not very portable.
32696      Branch: perl
32697            - lib/Pod/t/basic.cap
32698            ! MANIFEST
32699 ____________________________________________________________________________
32700 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32701         Log: Subject: Re: [DOC PATCHES] pod cleanups
32702              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32703              Date: 22 Nov 2001 12:54:16 -0000
32704              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32705      Branch: perl
32706            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32707            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32708 ____________________________________________________________________________
32709 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32710         Log: FAQ sync.
32711      Branch: perl
32712            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32713 ____________________________________________________________________________
32714 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32715         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32716              From: PPrymmer@factset.com
32717              Date: Fri, 23 Nov 2001 11:43:45 -0500
32718              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32719      Branch: perl
32720            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32721 ____________________________________________________________________________
32722 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32723         Log: Corify podlators 1.14 test.
32724      Branch: perl
32725            ! lib/Pod/t/basic.t
32726 ____________________________________________________________________________
32727 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32728         Log: Output tweak needed because of podlators 1.14.
32729      Branch: perl
32730            ! t/pod/multiline_items.xr
32731 ____________________________________________________________________________
32732 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32733         Log: Upgrade to podlators 1.14.
32734      Branch: perl
32735            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32736            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32737            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32738            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32739            ! lib/Pod/Text/Overstrike.pm
32740 ____________________________________________________________________________
32741 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32742         Log: perlmodinstall tweaks from Philip Newton.
32743      Branch: perl
32744            ! pod/perlmodinstall.pod
32745 ____________________________________________________________________________
32746 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32747         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32748              From: Autrijus Tang <autrijus@autrijus.org>           
32749              Date: Fri, 23 Nov 2001 23:55:53 +0800
32750              Message-ID: <20011123235553.A2310@not.autrijus.org>
32751      Branch: perl
32752            ! Porting/genlog
32753 ____________________________________________________________________________
32754 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32755         Log: Subject: Re: regex oddness with \Z and $&
32756              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32757              Date: Fri, 23 Nov 2001 15:15:24 +0000
32758              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32759      Branch: perl
32760            ! regcomp.c t/op/re_tests
32761 ____________________________________________________________________________
32762 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
32763         Log: regen_headers.
32764      Branch: perl
32765            ! embed.h global.sym pod/perlapi.pod proto.h
32766 ____________________________________________________________________________
32767 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
32768         Log: Forgotten check-in.
32769      Branch: perl
32770            ! pod/perlapi.pod
32771 ____________________________________________________________________________
32772 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
32773         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
32774      Branch: perl
32775            ! lib/Test/Simple.pm
32776 ____________________________________________________________________________
32777 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
32778         Log: Retract #13173 (effectively retract Net::Ping 2.06,
32779              go back to 2.04, the 2.06 hasn't seen the patches
32780              that have gone to the blead version.)
32781      Branch: perl
32782            - lib/Net/Ping/CHANGES lib/Net/Ping/README
32783            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32784            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32785            - lib/Net/Ping/t/200_ping_tcp.t
32786            ! MANIFEST lib/Net/Ping.pm
32787 ____________________________________________________________________________
32788 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
32789         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
32790              From: Robin Barker <rmb1@cise.npl.co.uk>
32791              Date: Thu, 22 Nov 2001 11:00:38 GMT
32792              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
32793      Branch: perl
32794            ! utils/perldoc.PL
32795 ____________________________________________________________________________
32796 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
32797         Log: metaconfig unit change for #13191.
32798      Branch: metaconfig/U/perl
32799            ! d_procselfexe.U
32800 ____________________________________________________________________________
32801 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
32802         Log: procselfexe tweak: for some reason I had a ls in
32803              /proc/self/exe, not the ls Configure thought it
32804              would found.
32805      Branch: perl
32806            ! Configure
32807 ____________________________________________________________________________
32808 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
32809         Log: Corify the Net::Ping tests; skip the tests
32810              unless $ENV{PERL_TEST_Net_Ping} is true.
32811      Branch: perl
32812            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32813            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32814            ! lib/Net/Ping/t/200_ping_tcp.t
32815 ____________________________________________________________________________
32816 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
32817         Log: metaconfig units changes for #13188.
32818      Branch: metaconfig
32819            ! U/modified/Head.U
32820      Branch: metaconfig/U/perl
32821            ! issymlink.U
32822 ____________________________________________________________________________
32823 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
32824         Log: The #13182 didn't really help.  The real problem
32825              seems to be that 'sh' can in AIX mean at least three
32826              different things, and we can't know which one it is
32827              unless we export $newsh from an earlier run (and it's
32828              the 'bsh' aka 'sh' that has the the broken test -h).
32829      Branch: perl
32830            ! Configure
32831 ____________________________________________________________________________
32832 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
32833         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
32834      Branch: perl
32835            ! op.c t/op/override.t
32836 ____________________________________________________________________________
32837 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
32838         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
32839              From: PPrymmer@factset.com 
32840              Date: Wed, 21 Nov 2001 20:17:25 -0500
32841              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
32842      Branch: perl
32843            ! lib/Shell.t
32844 ____________________________________________________________________________
32845 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
32846         Log: Reapply perlmodinstall parts of #12897.
32847      Branch: perl
32848            ! pod/perlmodinstall.pod
32849 ____________________________________________________________________________
32850 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
32851         Log: perlmodinstall 2.01 from Jon Orwant.
32852      Branch: perl
32853            ! pod/perlmodinstall.pod
32854 ____________________________________________________________________________
32855 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
32856         Log: Subject: [PATCH @10907] REXX on OS/2
32857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32858              Date: Wed, 21 Nov 2001 15:26:11 -0500
32859              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
32860      Branch: perl
32861            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32862            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
32863 ____________________________________________________________________________
32864 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
32865         Log: metaconfig unit change for #13181.
32866      Branch: metaconfig/U/perl
32867            ! issymlink.U
32868 ____________________________________________________________________________
32869 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
32870         Log: AIX has broken builtin 'test'.
32871      Branch: perl
32872            ! Configure
32873 ____________________________________________________________________________
32874 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
32875         Log: Subject: [PATCH 5.7.x] INSTALL size update
32876              From: Andy Dougherty <doughera@lafayette.edu>
32877              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
32878              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
32879      Branch: perl
32880            ! INSTALL
32881 ____________________________________________________________________________
32882 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
32883         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
32884              to pp_sort.c.  Includes the quicksort stabilizing layer
32885              from John P. Linderman.  -Msort=qsort or -Msort=fast is
32886              faster than without (or with -Msort=mergesort or -Msort=safe)
32887              for short random inputs, but for some reason not quite as fast
32888              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
32889              optimizing definitely needed.
32890      Branch: perl
32891            + lib/sort.pm lib/sort.t pp_sort.c
32892            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
32893            ! embed.pl global.sym perl.h pp_ctl.c proto.h
32894            ! vms/descrip_mms.template vos/build.cm win32/Makefile
32895            ! win32/makefile.mk wince/Makefile.ce
32896 ____________________________________________________________________________
32897 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
32898         Log: Sync file with libnet-1.0901-tobe
32899      Branch: perl
32900            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
32901            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
32902            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
32903            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
32904            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
32905 ____________________________________________________________________________
32906 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
32907         Log: Subject: [PATCH perldoc] problems with pod2man
32908              From: Robin Barker <rmb1@cise.npl.co.uk>
32909              Date: Wed, 21 Nov 2001 17:48:51 GMT
32910              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
32911      Branch: perl
32912            ! utils/perldoc.PL
32913 ____________________________________________________________________________
32914 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
32915         Log: debug_pad only visible when debugging.
32916      Branch: perl
32917            ! makedef.pl
32918 ____________________________________________________________________________
32919 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
32920         Log: metaconfig units changes for #13174.
32921      Branch: metaconfig/U/perl
32922            + d_procselfexe.U
32923            - procselfexe.U
32924 ____________________________________________________________________________
32925 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32926         Log: procselfexe tweaks.
32927      Branch: perl
32928            ! Configure config_h.SH
32929 ____________________________________________________________________________
32930 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32931         Log: Upgrade to Net::Ping 2.06.
32932      Branch: perl
32933            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32934            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32935            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32936            + lib/Net/Ping/t/200_ping_tcp.t
32937            ! MANIFEST lib/Net/Ping.pm
32938 ____________________________________________________________________________
32939 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32940         Log: Upgrade to Math::BigInt 1.47.
32941      Branch: perl
32942            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32943            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32944            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32945            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32946            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32947            ! lib/Math/BigInt/t/sub_mbi.t
32948 ____________________________________________________________________________
32949 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32950         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32951      Branch: perl
32952            ! hints/posix-bc.sh
32953 ____________________________________________________________________________
32954 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32955         Log: Strange: the same mysterious regex study bug
32956              seems to be present both in OS/390 and POSIX-BC.
32957              Deep EBCDIC magic that regex engine gets wrong,
32958              or a bug in some compiler/library shared by the
32959              two platforms?  From Thomas Dorner.
32960      Branch: perl
32961            ! t/op/study.t
32962 ____________________________________________________________________________
32963 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32964         Log: More lost and found.
32965      Branch: perl
32966            + lib/Test/Simple/README
32967            ! MANIFEST
32968 ____________________________________________________________________________
32969 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32970         Log: MANIFESTly missing.
32971      Branch: perl
32972            ! MANIFEST
32973 ____________________________________________________________________________
32974 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32975         Log: Subject: Re: PERFORCE change 13162 for review               
32976              From: Philip Newton <Philip.Newton@gmx.net> 
32977              Date: Wed, 21 Nov 2001 16:44:30 +0100
32978              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32979      Branch: perl
32980            ! ext/Devel/PPPort/PPPort.pm
32981 ____________________________________________________________________________
32982 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32983         Log: Update Changes.
32984      Branch: perl
32985            ! Changes patchlevel.h
32986 ____________________________________________________________________________
32987 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32988         Log: Small doc tweaks.
32989      Branch: perl
32990            ! ext/PerlIO/Via/Via.pm
32991 ____________________________________________________________________________
32992 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32993         Log: Redundant return.
32994      Branch: perl
32995            ! ext/MIME/Base64/QuotedPrint.pm
32996 ____________________________________________________________________________
32997 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32998         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32999              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
33000              Date: Wed, 21 Nov 2001 10:23:16 +0100
33001              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
33002      Branch: perl
33003            ! pp_pack.c t/op/pack.t
33004 ____________________________________________________________________________
33005 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
33006         Log: Add Devel::PPPort originally from Kenneth Albanowski,
33007              revigorated by Paul Marquess: gives h2xs a Perl version
33008              portability boost.
33009      Branch: perl
33010            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
33011            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
33012            + ext/Devel/PPPort/harness/Harness.pm
33013            + ext/Devel/PPPort/harness/Harness.xs
33014            + ext/Devel/PPPort/harness/Makefile.PL
33015            + ext/Devel/PPPort/harness/module2.c
33016            + ext/Devel/PPPort/harness/module3.c
33017            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
33018            ! MANIFEST lib/h2xs.t utils/h2xs.PL
33019 ____________________________________________________________________________
33020 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
33021         Log: Oops.
33022      Branch: perl
33023            ! lib/Test/Simple/t/filehandles.t
33024 ____________________________________________________________________________
33025 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
33026         Log: Subject: Re: PERFORCE change 13152 for review               
33027              From: Philip Newton <Philip.Newton@gmx.net> 
33028              Date: Wed, 21 Nov 2001 09:04:05 +0100
33029              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
33030      Branch: perl
33031            ! lib/Test/Builder.pm
33032 ____________________________________________________________________________
33033 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
33034         Log: Subject: Re: PERFORCE change 13142 for review
33035              From: Philip Newton <Philip.Newton@gmx.net>
33036              Date: Wed, 21 Nov 2001 09:04:03 +0100
33037              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
33038              
33039              plus rewrap few paragraphs.
33040      Branch: perl
33041            ! lib/Pod/LaTeX.pm
33042 ____________________________________________________________________________
33043 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
33044         Log: Integrate #13154 from macperl; Remove comments.
33045      Branch: perl
33046           !> lib/File/Spec/Mac.pm
33047 ____________________________________________________________________________
33048 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
33049         Log: Update the list of modules having tests.
33050      Branch: perl
33051            ! t/lib/1_compile.t
33052 ____________________________________________________________________________
33053 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
33054         Log: Slight doc changes.
33055      Branch: maint-5.6/macperl
33056            ! macos/macperl/MacPerl.podhelp
33057 ____________________________________________________________________________
33058 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
33059         Log: Add UTF-16 coercion.
33060      Branch: maint-5.6/macperl
33061            ! macos/lib/Mac/AppleEvents/Simple.pm
33062 ____________________________________________________________________________
33063 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
33064         Log: Remove comments.
33065      Branch: maint-5.6/macperl
33066            ! lib/File/Spec/Mac.pm
33067 ____________________________________________________________________________
33068 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
33069         Log: Fix FSpGetCatInfo (and other functions) corrupting
33070              memory with bad filespecs (bug #471867)
33071      Branch: maint-5.6/macperl
33072            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
33073 ____________________________________________________________________________
33074 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
33075         Log: Upgrade to Test::Simple 0.33.
33076      Branch: perl
33077            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
33078            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
33079            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
33080 ____________________________________________________________________________
33081 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
33082         Log: Upgrade to Test::Harness 1.26.
33083      Branch: perl
33084            ! lib/Test/Harness.pm lib/Test/Harness/Changes
33085 ____________________________________________________________________________
33086 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
33087         Log: Integrate change #13145 from maintperl;
33088              another compatibility tweak to change#12559: avoid quoting
33089              arguments that already have quotes; add test case
33090      Branch: perl
33091           !> t/op/system_tests win32/win32.c
33092 ____________________________________________________________________________
33093 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
33094         Log: integrate change#13147 from mainline (fixes nit in change#10091)
33095              
33096              Subject: [PATCH] spaceship and refs
33097      Branch: maint-5.6/perl
33098            ! pp.c pp_hot.c t/op/cmp.t
33099 ____________________________________________________________________________
33100 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
33101         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
33102              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
33103              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
33104              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
33105      Branch: perl
33106            + lib/Pod/t/utils.t
33107            ! MANIFEST
33108 ____________________________________________________________________________
33109 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
33110         Log: Subject: [PATCH] spaceship and refs
33111              From: Nicholas Clark <nick@ccl4.org>
33112              Date: Tue, 20 Nov 2001 21:59:51 +0000
33113              Message-ID: <20011120215951.U62891@plum.flirble.org> 
33114      Branch: perl
33115            ! pp.c pp_hot.c t/op/cmp.t
33116 ____________________________________________________________________________
33117 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
33118         Log: Try to clarify which I/O call operates on bytes,
33119              which on characters, which on either.
33120      Branch: perl
33121            ! pod/perlfunc.pod
33122 ____________________________________________________________________________
33123 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
33124         Log: another compatibility tweak to change#12559: avoid quoting
33125              arguments that already have quotes; add test case
33126      Branch: maint-5.6/perl
33127            ! t/op/system_tests win32/win32.c
33128 ____________________________________________________________________________
33129 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
33130         Log: Give a simple example of writing PerlIO::Via handlers
33131              in Perl.
33132      Branch: perl
33133            ! ext/PerlIO/Via/Via.pm
33134 ____________________________________________________________________________
33135 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
33136         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
33137      Branch: perl
33138            + lib/Pod/t/latex.t
33139            ! MANIFEST
33140 ____________________________________________________________________________
33141 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
33142         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
33143              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33144              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
33145              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
33146      Branch: perl
33147            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
33148 ____________________________________________________________________________
33149 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
33150         Log: Spread d_procselfexe to far-off lands (undefined).
33151      Branch: perl
33152            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
33153            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33154            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33155            ! win32/config.gc win32/config.vc win32/config.win64
33156            ! wince/config.ce
33157 ____________________________________________________________________________
33158 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
33159         Log: Integrate perlio:
33160              
33161              [ 13138]
33162              perl.c change to use HAS_PROCSELFEXE, also
33163              tweak to $^X test to comprehend full path to real executable
33164              being returned (like Cygwin as it happens...)
33165      Branch: perl
33166           !> Configure config_h.SH perl.c t/op/magic.t
33167 ____________________________________________________________________________
33168 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
33169         Log: Really define do_report_used() only if DEBUGGING.
33170      Branch: perl
33171            ! sv.c
33172 ____________________________________________________________________________
33173 [ 13138] By: nick                                  on 2001/11/20  20:01:05
33174         Log: perl.c change to use HAS_PROCSELFEXE, also
33175              tweak to $^X test to comprehend full path to real executable
33176              being returned (like Cygwin as it happens...)
33177      Branch: perlio
33178            ! perl.c t/op/magic.t
33179 ____________________________________________________________________________
33180 [ 13137] By: nick                                  on 2001/11/20  19:46:00
33181         Log: Integrate mainline
33182      Branch: perlio
33183           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33184           +> lib/NEXT/t/unseen.t
33185            - lib/NEXT/test.pl
33186           !> (integrate 34 files)
33187 ____________________________________________________________________________
33188 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
33189         Log: Subject: [?PATCH] terser pp_eq
33190              From: Nicholas Clark <nick@ccl4.org>
33191              Date: Mon, 19 Nov 2001 23:09:02 +0000
33192              Message-ID: <20011119230901.O62891@plum.flirble.org>
33193      Branch: perl
33194            ! pp_hot.c
33195 ____________________________________________________________________________
33196 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
33197         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
33198      Branch: perl
33199            ! pod/perldelta.pod
33200 ____________________________________________________________________________
33201 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
33202         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33203              From: Andy Dougherty <doughera@lafayette.edu>
33204              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
33205              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
33206      Branch: perl
33207            ! ext/re/Makefile.PL ext/re/re.xs
33208 ____________________________________________________________________________
33209 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
33210         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33211              From: Andy Dougherty <doughera@lafayette.edu>
33212              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
33213              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
33214      Branch: perl
33215            ! ext/re/re.xs
33216 ____________________________________________________________________________
33217 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
33218         Log: Integrate change #13119 from macperl.
33219              (No changes since already applied the patch,
33220              just keep perforce happy and well-fed.)
33221      Branch: perl
33222           !> lib/Pod/Html.pm
33223 ____________________________________________________________________________
33224 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
33225         Log: Subject: [PATCH] filter-util.pl for Mac OS
33226              From: Chris Nandor <pudge@pobox.com>
33227              Date: Tue, 20 Nov 2001 00:16:11 -0500
33228              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
33229      Branch: perl
33230            ! t/lib/filter-util.pl
33231 ____________________________________________________________________________
33232 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
33233         Log: Subject: [PATCH] Portability fix for Pod::Html
33234              From: Chris Nandor <pudge@pobox.com>
33235              Date: Tue, 20 Nov 2001 00:01:05 -0500
33236              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
33237      Branch: perl
33238            ! lib/Pod/Html.pm
33239 ____________________________________________________________________________
33240 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
33241         Log: Need to skip more tests if not perlio.
33242      Branch: perl
33243            ! lib/open.t
33244 ____________________________________________________________________________
33245 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
33246         Log: Pass 3 at perldelta - sort the lists of new modules,
33247              module improvements, and new platforms.
33248      Branch: perl
33249            ! pod/perldelta.pod
33250 ____________________________________________________________________________
33251 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
33252         Log: Document ${^OPEN}.
33253      Branch: perl
33254            ! pod/perlvar.pod
33255 ____________________________________________________________________________
33256 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
33257         Log: Make configpm work with extra keys
33258      Branch: maint-5.6/macperl
33259            ! macos/configpm
33260 ____________________________________________________________________________
33261 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
33262         Log: Version and doc updates
33263      Branch: maint-5.6/macperl
33264            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
33265 ____________________________________________________________________________
33266 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
33267         Log: More fixes for error message parsing (bug #470316)
33268      Branch: maint-5.6/macperl
33269            ! macos/macish.c
33270 ____________________________________________________________________________
33271 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
33272         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
33273              remove obsolete function (bug #465225)
33274      Branch: maint-5.6/macperl
33275            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
33276            ! macos/macperl/MPScript.c
33277 ____________________________________________________________________________
33278 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
33279         Log: Add p2as droplet to distribution.
33280      Branch: maint-5.6/macperl
33281            + macos/macperl/Droplets/p2as.plx
33282 ____________________________________________________________________________
33283 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
33284         Log: Bundle File::Sort.
33285      Branch: maint-5.6/macperl
33286            + macos/bundled_lib/blib/lib/File/Sort.pm
33287 ____________________________________________________________________________
33288 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
33289         Log: Various bundled module fixes.
33290      Branch: maint-5.6/macperl
33291            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
33292            ! macos/bundled_ext/Digest/MD5/t/files.t
33293            ! macos/bundled_ext/Filter/t/filter-util.pl
33294            ! macos/bundled_lib/blib/lib/Net/Config.pm
33295            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33296 ____________________________________________________________________________
33297 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
33298         Log: Portability fix for Pod::Html.
33299      Branch: maint-5.6/macperl
33300            ! lib/Pod/Html.pm
33301 ____________________________________________________________________________
33302 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
33303         Log: Upgrade to Text::Balanced 1.89.
33304      Branch: perl
33305            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
33306            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
33307            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
33308            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
33309            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
33310            ! lib/Text/Balanced/t/gentag.t
33311 ____________________________________________________________________________
33312 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
33313         Log: Upgrade to NEXT 0.50.
33314      Branch: perl
33315            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33316            + lib/NEXT/t/unseen.t
33317            - lib/NEXT/test.pl
33318            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
33319 ____________________________________________________________________________
33320 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
33321         Log: Integrate with maint-5.6/perl.
33322      Branch: maint-5.6/macperl
33323           !> win32/win32.c
33324 ____________________________________________________________________________
33325 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
33326         Log: Update the README.threads scary header a bit.
33327      Branch: perl
33328            ! README.threads
33329 ____________________________________________________________________________
33330 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
33331         Log: Pass 2 at perldelta: add some changes since 5.7.2.
33332      Branch: perl
33333            ! pod/perldelta.pod
33334 ____________________________________________________________________________
33335 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
33336         Log: Subject: [DOC PATCH] perlfaq4.pod 
33337              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33338              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
33339              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
33340      Branch: perl
33341            ! pod/perlfaq4.pod
33342 ____________________________________________________________________________
33343 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
33344         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
33345              From: Michael G Schwern <schwern@pobox.com> 
33346              Date: Mon, 19 Nov 2001 19:53:12 -0500
33347              Message-ID: <20011119195311.I11883@blackrider>
33348      Branch: perl
33349            ! perl.c
33350 ____________________________________________________________________________
33351 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
33352         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
33353              From: PPrymmer@factset.com
33354              Date: Mon, 19 Nov 2001 17:08:59 -0500
33355              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
33356      Branch: perl
33357            ! vms/descrip_mms.template
33358 ____________________________________________________________________________
33359 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
33360         Log: Create a per-interpeter debug scratchpad container
33361              and use that for the regexec debugging.
33362      Branch: perl
33363            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
33364 ____________________________________________________________________________
33365 [ 13109] By: nick                                  on 2001/11/19  22:01:45
33366         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
33367              Configure unit detects the feature).
33368      Branch: metaconfig/U/perl
33369            + procselfexe.U
33370      Branch: perlio
33371            ! Configure config_h.SH
33372 ____________________________________________________________________________
33373 [ 13108] By: nick                                  on 2001/11/19  20:39:17
33374         Log: Integrate mainline
33375      Branch: perlio
33376           +> t/op/or.t
33377           !> (integrate 44 files)
33378 ____________________________________________________________________________
33379 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
33380         Log: sysseek tweak.
33381      Branch: perl
33382            ! pod/perlfunc.pod
33383 ____________________________________________________________________________
33384 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
33385         Log: Move the sysio tests from io/utf8 to lib/open.
33386      Branch: perl
33387            ! lib/open.t t/io/utf8.t
33388 ____________________________________________________________________________
33389 [ 13105] By: nick                                  on 2001/11/19  20:15:39
33390         Log: Add a .package and a README to //depot/metaconfig
33391      Branch: metaconfig
33392            + .package README
33393 ____________________________________________________________________________
33394 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
33395         Log: Thou shalt not mix stdio and sysio.
33396      Branch: perl
33397            ! t/io/utf8.t
33398 ____________________________________________________________________________
33399 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
33400         Log: Update Changes.
33401      Branch: perl
33402            ! Changes patchlevel.h
33403 ____________________________________________________________________________
33404 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
33405         Log: The runops_debug needs to be present always, otherwise
33406              places like AIX which need an explicit symbol export list
33407              will croak when trying to build Devel::Peek (which uses
33408              the runops_debug).
33409      Branch: perl
33410            ! makedef.pl
33411 ____________________________________________________________________________
33412 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
33413         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
33414              From: PPrymmer@factset.com 
33415              Date: Mon, 19 Nov 2001 11:34:22 -0500
33416              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
33417      Branch: perl
33418            ! lib/Memoize/t/tie_sdbm.t
33419 ____________________________________________________________________________
33420 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
33421         Log: Retract #13088: it seems that unless dump.c is extensively
33422              reorganized as to what symbols it shows, when, and to whom,
33423              we are stuck with having the dump.o symbols in the libperl
33424              and thusly in the main Perl binary.
33425      Branch: perl
33426            ! embedvar.h perlapi.h perlvars.h
33427 ____________________________________________________________________________
33428 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
33429         Log: The _uni_display should not be in dump.c since they
33430              are used under normal operation (S_not_a_number()).
33431      Branch: perl
33432            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
33433 ____________________________________________________________________________
33434 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
33435         Log: Protect sv_dump() from being included unless DEBUGGING,
33436              as noticed by Ilya.
33437      Branch: perl
33438            ! sv.c
33439 ____________________________________________________________________________
33440 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
33441         Log: Pending further investigation skip the tell() tests.
33442              The tell() is okay on Solaris, HP-UX and Tru64, but fails
33443              (by returning too much) in Linux.
33444      Branch: perl
33445            ! t/io/utf8.t
33446 ____________________________________________________________________________
33447 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
33448         Log: Retract #13082 until a better solution is found:
33449              statics break ithreads.
33450      Branch: perl
33451            ! regexec.c
33452 ____________________________________________________________________________
33453 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
33454         Log: Figures 1 and 2 for UTF-8.
33455      Branch: perl
33456            ! pod/perlunicode.pod
33457 ____________________________________________________________________________
33458 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
33459         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
33460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33461              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
33462              Message-ID: <20011119132645.A15034@rafael>
33463      Branch: perl
33464            ! op.c pod/perldiag.pod t/lib/warnings/op
33465 ____________________________________________________________________________
33466 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
33467         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
33468              From: Michael G Schwern <schwern@pobox.com> 
33469              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
33470              Message-ID: <20011119031112.E786@blackrider>
33471      Branch: perl
33472            ! t/op/closure.t
33473 ____________________________________________________________________________
33474 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
33475         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
33476              From: Michael G Schwern <schwern@pobox.com>
33477              Date: Mon, 19 Nov 2001 03:42:56 -0500
33478              Message-ID: <20011119034256.I786@blackrider>
33479      Branch: perl
33480            + t/op/or.t
33481            ! MANIFEST
33482 ____________________________________________________________________________
33483 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
33484         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
33485              From: "Craig A. Berry" <craigberry@mac.com>
33486              Date: Sun, 18 Nov 2001 14:33:48 -0600
33487              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
33488      Branch: perl
33489            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
33490 ____________________________________________________________________________
33491 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
33492         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33493              From: Dave Rolsky <autarch@urth.org>
33494              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
33495              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33496      Branch: perl
33497            ! lib/ExtUtils/Manifest.pm
33498 ____________________________________________________________________________
33499 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
33500         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33501              From: Dave Rolsky <autarch@urth.org>
33502              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
33503              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33504      Branch: perl
33505            ! lib/ExtUtils/Install.pm
33506 ____________________________________________________________________________
33507 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
33508         Log: The runops_dbg should not be needed.
33509      Branch: perl
33510            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
33511 ____________________________________________________________________________
33512 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
33513         Log: do_spawn() cleanup from Charles Lane.
33514      Branch: perl
33515            ! vms/vms.c
33516 ____________________________________________________________________________
33517 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
33518         Log: Update the list of tests.
33519      Branch: perl
33520            ! t/lib/1_compile.t
33521 ____________________________________________________________________________
33522 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
33523         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
33524              From: Michael G Schwern <schwern@pobox.com> 
33525              Date: Fri, 16 Nov 2001 17:37:04 -0500
33526              Message-ID: <20011116173703.L30160@blackrider>
33527      Branch: perl
33528            ! t/lib/warnings/sv
33529 ____________________________________________________________________________
33530 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
33531         Log: FAQ sync.
33532      Branch: perl
33533            ! pod/perlfaq4.pod
33534 ____________________________________________________________________________
33535 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
33536         Log: Integrate perlio:
33537              
33538              [ 13081]
33539              Win32 layer has a dup which needs to match new prototype.
33540              
33541              [ 13080]
33542              Wrong way to get stdio mode used.
33543              
33544              [ 13072]
33545              Allow dup'ing of PerlIO::Scalar etc.
33546      Branch: perl
33547           !> perlio.c win32/win32io.c
33548 ____________________________________________________________________________
33549 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
33550         Log: (retracted by #13096)
33551              Debugging would be badly skewed by a malloc per regex dump.
33552      Branch: perl
33553            ! regexec.c
33554 ____________________________________________________________________________
33555 [ 13081] By: nick                                  on 2001/11/18  19:08:40
33556         Log: Win32 layer has a dup which needs to match new prototype.
33557      Branch: perlio
33558            ! win32/win32io.c
33559 ____________________________________________________________________________
33560 [ 13080] By: nick                                  on 2001/11/18  19:05:02
33561         Log: Wrong way to get stdio mode used.
33562      Branch: perlio
33563            ! perlio.c
33564 ____________________________________________________________________________
33565 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
33566         Log: Retract #13048: that introduced a malloc() (through savepvn())
33567              to *every* m//, which killed the performance quite badly.
33568      Branch: perl
33569            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33570 ____________________________________________________________________________
33571 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
33572         Log: Pass 1 at perldelta.pod: sort the section contents
33573              together, drop all but the 5.7.2 known problems,
33574              leave the 5.7.1 security note since that's the
33575              fullest explanation (update the date on that).
33576      Branch: perl
33577            ! pod/perldelta.pod
33578 ____________________________________________________________________________
33579 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
33580         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
33581              
33582              Tiny problem in the test for 20011113.110: I hope
33583              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
33584      Branch: perl
33585            ! pp.c t/op/repeat.t
33586 ____________________________________________________________________________
33587 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
33588         Log: All of syswrite/send/sendto need to return character counts,
33589              and character counts from the offset, not the beginning of
33590              the scalar.
33591      Branch: perl
33592            ! pp_sys.c
33593 ____________________________________________________________________________
33594 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
33595         Log: Integrate PerlIO: duping fixes.
33596      Branch: perl
33597           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33598           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33599           !> perliol.h sv.c
33600 ____________________________________________________________________________
33601 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
33602         Log: syswrite() was still returning byte counts, not character counts.
33603      Branch: perl
33604            ! pp_sys.c t/io/utf8.t
33605 ____________________________________________________________________________
33606 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
33607         Log: Add test for sysread().
33608      Branch: perl
33609            ! t/io/utf8.t
33610 ____________________________________________________________________________
33611 [ 13072] By: nick                                  on 2001/11/18  16:15:31
33612         Log: Allow dup'ing of PerlIO::Scalar etc.
33613      Branch: perlio
33614            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33615            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33616            ! perliol.h sv.c
33617 ____________________________________________________________________________
33618 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
33619         Log: Prepend a null byte to the test set.
33620      Branch: perl
33621            ! t/io/utf8.t
33622 ____________________________________________________________________________
33623 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
33624         Log: Document how "no utf8;" can become handy.
33625      Branch: perl
33626            ! lib/utf8.pm
33627 ____________________________________________________________________________
33628 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
33629         Log: Integrate perlio:
33630              
33631              [ 13068]
33632              embed.pl generated changes I forgot to include
33633              
33634              [ 13067]
33635              Force inclusion of both Perl_runops_* in perl itself,
33636              so they are available for Peek.xs etc.
33637              
33638              [ 12874]
33639              Keep It Simple and Stupid version of readonly hash support.
33640              - Test for SvREAONLY(hv) at a few spots in hv.c
33641              - add the error message to perldiag.pod
33642              - (dubious) add access::readonly() to univeral.c
33643              - add test using above
33644              - fixup ext/B/t/stash.t to account for access:: existing
33645      Branch: perl
33646           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
33647 ____________________________________________________________________________
33648 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33649         Log: embed.pl generated changes I forgot to include
33650      Branch: perlio
33651            ! embedvar.h perlapi.h pod/perlapi.pod
33652 ____________________________________________________________________________
33653 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33654         Log: Force inclusion of both Perl_runops_* in perl itself,
33655              so they are available for Peek.xs etc.
33656      Branch: perlio
33657            ! perlvars.h
33658 ____________________________________________________________________________
33659 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33660         Log: Integrate mainline - a few Devel::Peak fails.
33661      Branch: perlio
33662           +> (branch 29 files)
33663            - ext/Thread/Thread.pm lib/Benchmark.t
33664            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33665            - lib/Lingua/KO/Hangul/Util/README
33666            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33667            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33668            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33669            - vms/ext/vmsish.pm vms/ext/vmsish.t
33670            ! hv.c
33671           !> (integrate 389 files)
33672 ____________________________________________________________________________
33673 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33674         Log: Start working on perldelta.  This is not yet any sort of
33675              editing; just concatenating perl570delta, perl571delta,
33676              and perl572delta.  Any sorting not done, any duplicate
33677              removal not done, any removal or update of obsolete items
33678              not done, any changes since 5.7.2 not included.  So there.
33679      Branch: perl
33680            ! pod/perldelta.pod
33681 ____________________________________________________________________________
33682 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33683         Log: Banish "use utf8".
33684      Branch: perl
33685            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33686 ____________________________________________________________________________
33687 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33688         Log: Tweak from Charles Lane.
33689      Branch: perl
33690            ! vms/vms.c
33691 ____________________________________________________________________________
33692 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33693         Log: Integrate change #13058 from maintperl;
33694              change#12559 breaks things on Win9x because command.com doesn't
33695              grok dquotes at all; disable all the system() smarts for
33696              command.com
33697      Branch: perl
33698           !> win32/win32.c
33699 ____________________________________________________________________________
33700 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33701         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33702              From: Jonathan Stowe <gellyfish@gellyfish.com>
33703              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33704              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33705      Branch: perl
33706            ! lib/Term/Cap.pm
33707 ____________________________________________________________________________
33708 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33709         Log: Subject: [PATCH9 File/Find.pm doc nits
33710              From: Tels <perl_dummy@bloodgate.com>
33711              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33712      Branch: perl
33713            ! lib/File/Find.pm
33714 ____________________________________________________________________________
33715 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33716         Log: Subject: [PATCH] Benchmark.pm nit
33717              From: Tels <perl_dummy@bloodgate.com>
33718              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33719      Branch: perl
33720            ! lib/Benchmark.pm
33721 ____________________________________________________________________________
33722 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33723         Log: change#12559 breaks things on Win9x because command.com doesn't
33724              grok dquotes at all; disable all the system() smarts for
33725              command.com
33726      Branch: maint-5.6/perl
33727            ! win32/win32.c
33728 ____________________________________________________________________________
33729 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33730         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33731              From: Andy Dougherty <doughera@lafayette.edu>
33732              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33733              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33734      Branch: perl
33735            ! lib/Unicode/UCD.t
33736 ____________________________________________________________________________
33737 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33738         Log: Subject: [Patch Perl@13023] VMS system() warning
33739              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33740              Date: Fri, 16 Nov 2001 15:20:11 EST
33741              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33742      Branch: perl
33743            ! vms/vms.c
33744 ____________________________________________________________________________
33745 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33746         Log: It's neither-nor, and protect against the impossible.
33747      Branch: perl
33748            ! lib/Thread.pm
33749 ____________________________________________________________________________
33750 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33751         Log: 5005threads didn't work because $Thread::VERSION wasn't
33752              visible.  Oops.
33753      Branch: perl
33754            ! ext/Thread/Makefile.PL lib/Thread.pm
33755 ____________________________________________________________________________
33756 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33757         Log: Robustness against Linux using something else than gcc;
33758              based on
33759              
33760              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
33761              From: Charles Randall <cfriv@yahoo.com>
33762              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
33763              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
33764      Branch: perl
33765            ! ext/Errno/Errno_pm.PL
33766 ____________________________________________________________________________
33767 [ 13052] By: ams                                   on 2001/11/16  16:46:39
33768         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
33769              From: Russ Allbery <rra@stanford.edu>
33770              Date: 16 Nov 2001 09:44:21 -0800
33771              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
33772      Branch: perl
33773            ! lib/Pod/ParseLink.pm
33774 ____________________________________________________________________________
33775 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
33776         Log: Update perluniintro on the UTF-8 output matters
33777              (that -w will warn unless the stream is explicitly UTF-8-ified).
33778      Branch: perl
33779            ! pod/perluniintro.pod
33780 ____________________________________________________________________________
33781 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
33782         Log: Adding new files to MANIFEST is nice.
33783      Branch: perl
33784            ! MANIFEST
33785 ____________________________________________________________________________
33786 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
33787         Log: Update Changes.
33788      Branch: perl
33789            ! Changes patchlevel.h
33790 ____________________________________________________________________________
33791 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
33792         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
33793              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
33794              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
33795              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
33796      Branch: perl
33797            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33798 ____________________________________________________________________________
33799 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
33800         Log: Rename perlunintro to perluniintro; regen toc.
33801      Branch: perl
33802            + pod/perluniintro.pod
33803            - pod/perlunintro.pod
33804            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33805 ____________________________________________________________________________
33806 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
33807         Log: Document the negated lookahead trick to emulate
33808              character class subtraction.
33809      Branch: perl
33810            ! pod/perlunicode.pod
33811 ____________________________________________________________________________
33812 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
33813         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
33814              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33815              Date: Fri, 16 Nov 2001 23:31:04 +0900
33816              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
33817              
33818              (with the tweak that Cntrl is not C, it's Cc)
33819      Branch: perl
33820            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
33821            ! lib/unicore/mktables
33822 ____________________________________________________________________________
33823 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
33824         Log: Subject: [PATCH current] runtime runops switch
33825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33826              Date: Fri, 16 Nov 2001 00:48:09 -0500
33827              Message-ID: <20011116004809.A934@math.ohio-state.edu>
33828      Branch: perl
33829            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
33830            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
33831            ! pod/perlintern.pod proto.h run.c
33832 ____________________________________________________________________________
33833 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
33834         Log: Further discourage old Thread code; tell how to tell
33835              the difference.
33836      Branch: perl
33837            ! lib/Thread.pm
33838 ____________________________________________________________________________
33839 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
33840         Log: A missing return; from Charles Lane.
33841      Branch: perl
33842            ! vms/vms.c
33843 ____________________________________________________________________________
33844 [ 13041] By: ams                                   on 2001/11/16  12:11:14
33845         Log: Subject: [PATCH] Doc spellcheck + podcheck
33846              From: Autrijus Tang <autrijus@egb.elixus.org>
33847              Date: Thu, 15 Nov 2001 22:49:05 -0800
33848              Message-Id: <20011116064905.GA44092@egb.elixus.org>
33849              
33850              Subject: [PATCH] podcheck+spellcheck, the rest of the story
33851              From: Autrijus Tang <autrijus@egb.elixus.org>
33852              Date: Fri, 16 Nov 2001 00:42:20 -0800
33853              Message-Id: <20011116084220.GA44295@egb.elixus.org>
33854              
33855              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
33856              From: Nicholas Clark <nick@ccl4.org>
33857              Date: Fri, 16 Nov 2001 10:32:01 +0000
33858              Message-Id: <20011116103200.F62891@plum.flirble.org>
33859              (Applied after suitable de-mangling.)
33860      Branch: perl
33861            ! README.aix README.dgux README.dos README.epoc README.hpux
33862            ! README.mint README.mpeix README.netware README.os2
33863            ! README.os390 README.plan9 README.qnx README.solaris
33864            ! README.threads doio.c pod/perl571delta.pod
33865            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
33866            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
33867            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
33868            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
33869            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
33870            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
33871 ____________________________________________________________________________
33872 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
33873         Log: Avoid redefinedness warning for now.
33874      Branch: perl
33875            ! lib/Thread.pm
33876 ____________________________________________________________________________
33877 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
33878         Log: use strict.
33879      Branch: perl
33880            ! lib/Thread.pm
33881 ____________________________________________________________________________
33882 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
33883         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
33884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
33885              Date: Thu, 15 Nov 2001 22:54:47 EST 
33886              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
33887      Branch: perl
33888            ! vms/vms.c vms/vmspipe.com
33889 ____________________________________________________________________________
33890 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
33891         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
33892              From: "chromatic" <chromatic@rmci.net>
33893              Date: Thu, 15 Nov 2001 19:54:23 -0700
33894              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
33895      Branch: perl
33896            ! lib/File/stat.t
33897 ____________________________________________________________________________
33898 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
33899         Log: Make Thread a wrapper for both ithreads and 5005threads.
33900              Needs a lot of work and Arthur's eyeballing (and finishing
33901              few missing odds and ends of threads.pm).  Now Thread
33902              is an extension without its own .pm.
33903              
33904              If there are people who have experience working with
33905              either the 5005threads or the ithreads: cleaning up
33906              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
33907              and porting the various Thread::* modules, like Thread::Queue,
33908              to work also with ithreads, is needed.
33909              
33910              Removed the 5005threads requirement from the 5005 tests
33911              for easier testing (not all of them work yet since
33912              they use the Thread::* modules that have not been made
33913              to work with ithreads).  Leave the 5005 tests named as
33914              *.tx so that they are not run by "make test".
33915      Branch: perl
33916            + lib/Thread.pm
33917            - ext/Thread/Thread.pm
33918            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
33919            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
33920            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
33921            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33922            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33923            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33924            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33925 ____________________________________________________________________________
33926 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33927         Log: $VERSION "a5" doesn't quite work.
33928      Branch: perl
33929            ! ext/B/Makefile.PL
33930 ____________________________________________________________________________
33931 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33932         Log: Add the fruits of Larry Shatzer's version verifying script.
33933              (There are some straddlers, but they will be fixed in the
33934              upcoming releases of the modules.)
33935      Branch: perl
33936            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33937            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33938            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33939            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33940            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33941            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33942            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33943            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33944            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33945            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33946            ! wince/FindExt.pm
33947 ____________________________________________________________________________
33948 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33949         Log: Add Larry Shatzer's VERSION verifying script.
33950      Branch: perl
33951            + Porting/checkVERSION.pl
33952            ! MANIFEST Porting/pumpkin.pod
33953 ____________________________________________________________________________
33954 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33955         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33956              From: Michael G Schwern <schwern@pobox.com>
33957              Date: Thu, 15 Nov 2001 19:26:40 -0500
33958              Message-ID: <20011115192640.R31399@blackrider>
33959      Branch: perl
33960            ! t/test.pl
33961 ____________________________________________________________________________
33962 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33963         Log: Document the MY_CXT business; from Paul Marquess.
33964      Branch: perl
33965            ! pod/perlxs.pod
33966 ____________________________________________________________________________
33967 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33968         Log: VMSCMD synch attempt.
33969      Branch: perl
33970            ! vms/vms.c vms/vmsish.h
33971 ____________________________________________________________________________
33972 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33973         Log: Advise against -P as instructed by Schwern.
33974      Branch: perl
33975            ! pod/perlrun.pod
33976 ____________________________________________________________________________
33977 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33978         Log: Subject: [PATCH] v-strings as Objects Step 1
33979              From: John Peacock <jpeacock@rowman.com>
33980              Date: Thu, 15 Nov 2001 12:41:04 -0500
33981              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33982      Branch: perl
33983            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33984            ! util.c
33985 ____________________________________________________________________________
33986 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33987         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33988              From: Michael G Schwern <schwern@pobox.com>
33989              Date: Thu, 15 Nov 2001 12:47:59 -0500
33990              Message-ID: <20011115124759.E31399@blackrider>
33991      Branch: perl
33992            + t/run/switchx.aux t/run/switchx.t
33993            ! MANIFEST t/run/switches.t
33994 ____________________________________________________________________________
33995 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33996         Log: Upgrade to Getopt::Long 2.26_03.
33997      Branch: perl
33998            ! lib/Getopt/Long.pm
33999 ____________________________________________________________________________
34000 [ 13025] By: ams                                   on 2001/11/15  20:46:22
34001         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
34002              From: Michael G Schwern <schwern@pobox.com>
34003              Date: Thu, 15 Nov 2001 16:24:11 -0500
34004              Message-Id: <20011115162411.M31399@blackrider>
34005      Branch: perl
34006            ! vms/vms.c
34007 ____________________________________________________________________________
34008 [ 13024] By: ams                                   on 2001/11/15  19:32:06
34009         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
34010              From: rspier@pobox.com (Robert Spier)
34011              Date: Thu, 15 Nov 2001 11:19:21 -0800
34012              Message-Id: <15348.5433.732364.963687@rls.cx>
34013      Branch: perl
34014            ! op.c
34015 ____________________________________________________________________________
34016 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
34017         Log: Update Changes.
34018      Branch: perl
34019            ! Changes patchlevel.h
34020 ____________________________________________________________________________
34021 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
34022         Log: Subject: [PATCH] new tests for command-line switches
34023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34024              Date: Thu, 15 Nov 2001 17:00:30 +0100
34025              Message-ID: <20011115170030.A14193@rafael>
34026      Branch: perl
34027            + t/run/switches.t
34028            ! MANIFEST
34029 ____________________________________________________________________________
34030 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
34031         Log: Upgrade to podlators 1.13.
34032      Branch: perl
34033            + lib/Pod/ParseLink.pm
34034            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34035            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
34036            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
34037            ! t/pod/pod2usage.xr t/pod/podselect.xr
34038 ____________________________________________________________________________
34039 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
34040         Log: skip "might be used uninitialized".
34041      Branch: perl
34042            ! pp_sys.c
34043 ____________________________________________________________________________
34044 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
34045         Log: Fix for "perlio bug in koi8-r encoding".  The problem
34046              seemed to be that binmode() always flushed the handle,
34047              which is not so good when switching encodings.  Fixed,
34048              added Matt Sergeant's testcase, documented in perlfunc/binmode,
34049              also added a pointer about disciplines to perlfunc/open,
34050              and in general cleaned up and reformatted the open entry.
34051      Branch: perl
34052            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
34053 ____________________________________________________________________________
34054 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
34055         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
34056              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34057              Date: 15 Nov 2001 08:57:06 -0000
34058              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
34059              
34060              chop() and chomp() are not real list functions,
34061              so let's not have them overrideable.  (Casey will
34062              be confused since in #7071 he patched the other way.)
34063      Branch: perl
34064            ! pod/perlfunc.pod toke.c
34065 ____________________________________________________________________________
34066 [ 13017] By: ams                                   on 2001/11/15  12:56:49
34067         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
34068              From: Robin Barker <rmb1@cise.npl.co.uk>
34069              Date: Thu, 15 Nov 2001 13:48:34 GMT
34070              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
34071              (Applied with tweaks.)
34072      Branch: perl
34073            ! pod/perltrap.pod
34074 ____________________________________________________________________________
34075 [ 13016] By: ams                                   on 2001/11/15  09:12:48
34076         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
34077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34078              Date: Thu, 15 Nov 2001 09:06:39 +0100
34079              Message-Id: <20011115090639.A13005@rafael>
34080      Branch: perl
34081            ! pod/perlrun.pod
34082 ____________________________________________________________________________
34083 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
34084         Log: "link =" from utils.lst was being processed oddly.
34085      Branch: perl
34086            ! installman
34087 ____________________________________________________________________________
34088 [ 13014] By: ams                                   on 2001/11/15  02:52:52
34089         Log: Subject: [PATCH current] CreateTTY in -d
34090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34091              Date: Wed, 14 Nov 2001 21:26:31 -0500
34092              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
34093      Branch: perl
34094            ! lib/perl5db.pl
34095 ____________________________________________________________________________
34096 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
34097         Log: Corify the Filter::Simple tests. 
34098      Branch: perl
34099            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
34100            ! lib/Filter/Simple/t/filter_only.t
34101 ____________________________________________________________________________
34102 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
34103         Log: Upgrade to Filter::Simple 0.70.
34104      Branch: perl
34105            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
34106            + t/lib/FilterOnlyTest.pm
34107            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
34108            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
34109            ! t/lib/FilterTest.pm
34110 ____________________________________________________________________________
34111 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
34112         Log: Cleanliness inspired by Cygwin.
34113      Branch: perl
34114            ! Makefile.SH x2p/Makefile.SH
34115 ____________________________________________________________________________
34116 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
34117         Log: Add perlunintro (formerly known as perlunitut); regen toc.
34118      Branch: perl
34119            + pod/perlunintro.pod
34120            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34121 ____________________________________________________________________________
34122 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
34123         Log: FAQ sync.
34124      Branch: perl
34125            ! pod/perlfaq6.pod
34126 ____________________________________________________________________________
34127 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
34128         Log: Quieten pgcc 2.91.66 worries.
34129      Branch: perl
34130            ! gv.c pp_ctl.c utf8.c
34131 ____________________________________________________________________________
34132 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
34133         Log: Upgrade to Switch 2.06.
34134      Branch: perl
34135            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
34136            ! lib/Switch/t/nested.t
34137 ____________________________________________________________________________
34138 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
34139         Log: Upgrade to Attribute::Handlers 0.76.
34140      Branch: perl
34141            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
34142            ! lib/Attribute/Handlers/README
34143            ! lib/Attribute/Handlers/demo/Demo.pm
34144            ! lib/Attribute/Handlers/demo/Descriptions.pm
34145            ! lib/Attribute/Handlers/demo/MyClass.pm
34146            ! lib/Attribute/Handlers/demo/demo_cycle.pl
34147            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
34148            ! lib/Attribute/Handlers/t/multi.t
34149 ____________________________________________________________________________
34150 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
34151         Log: Signedness nit.
34152      Branch: perl
34153            ! regexec.c
34154 ____________________________________________________________________________
34155 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
34156         Log: VERSIONize.
34157      Branch: perl
34158            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
34159            ! lib/integer.pm
34160 ____________________________________________________________________________
34161 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
34162         Log: No pod in internal Net::FTP classes.
34163      Branch: perl
34164            ! pod/buildtoc.PL
34165 ____________________________________________________________________________
34166 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
34167         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
34168              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
34169              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
34170              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
34171      Branch: perl
34172            ! regexec.c
34173 ____________________________________________________________________________
34174 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
34175         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
34176              Pudge correctly).
34177      Branch: perl
34178            ! t/test.pl
34179 ____________________________________________________________________________
34180 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
34181         Log: Add comments to mark where $^X is being handled.
34182      Branch: perl
34183            ! perl.c toke.c
34184 ____________________________________________________________________________
34185 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
34186         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
34187              From: Michael G Schwern <schwern@pobox.com>
34188              Date: Wed, 14 Nov 2001 16:38:25 -0500
34189              Message-ID: <20011114163825.D6519@blackrider>
34190      Branch: perl
34191            ! t/op/repeat.t
34192 ____________________________________________________________________________
34193 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
34194         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
34195              From: Michael G Schwern <schwern@pobox.com>
34196              Date: Wed, 14 Nov 2001 13:19:15 -0500
34197              Message-ID: <20011114131915.K5096@blackrider>
34198      Branch: perl
34199            ! t/op/die_exit.t
34200 ____________________________________________________________________________
34201 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
34202         Log: Subject: Re: [PATCH] new version of runperl()
34203              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34204              Date: Wed, 14 Nov 2001 15:39:12 EST
34205              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
34206              
34207              "VMS $^X pipes etc" patch.
34208      Branch: perl
34209            ! vms/vms.c
34210 ____________________________________________________________________________
34211 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
34212         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
34213              and add "verbose" option to show the final command.
34214      Branch: perl
34215            ! t/test.pl
34216 ____________________________________________________________________________
34217 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
34218         Log: Goof in some of the comment fields of #12994.
34219      Branch: perl
34220            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
34221            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
34222            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
34223            ! lib/unicore/In/9.pl
34224 ____________________________________________________________________________
34225 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
34226         Log: The First, Last ranges in the Unicode data weren't
34227              getting their general categories added properly;
34228              noticed by Jeffrey Friedl.
34229      Branch: perl
34230            ! lib/unicore/Category.pl lib/unicore/In/0.pl
34231            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
34232            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
34233            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
34234            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
34235            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
34236            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
34237            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
34238            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
34239            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
34240            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
34241            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
34242            ! lib/unicore/mktables
34243 ____________________________________________________________________________
34244 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
34245         Log: Subject: [PATCH] new version of runperl()
34246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34247              Date: Wed, 14 Nov 2001 12:23:01 +0100
34248              Message-ID: <20011114122301.A29384@rafael>
34249      Branch: perl
34250            ! t/io/argv.t t/test.pl
34251 ____________________________________________________________________________
34252 [ 12992] By: ams                                   on 2001/11/14  13:40:39
34253         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
34254              From: Michael G Schwern <schwern@pobox.com>
34255              Date: Tue, 13 Nov 2001 23:17:54 -0500
34256              Message-Id: <20011113231754.S32567@blackrider>
34257      Branch: perl
34258            ! perl.c
34259 ____________________________________________________________________________
34260 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
34261         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
34262              From: Philip Newton <Philip.Newton@gmx.net>
34263              Date: Wed, 14 Nov 2001 10:59:53 +0100
34264              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
34265              
34266              plus a lot of paragraph reformatting because of long lines.
34267      Branch: perl
34268            ! pod/perlapio.pod
34269 ____________________________________________________________________________
34270 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
34271         Log: A bool is not a pointer.
34272      Branch: perl
34273            ! pp_sys.c
34274 ____________________________________________________________________________
34275 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
34276         Log: AUTHORS updates.
34277      Branch: perl
34278            ! AUTHORS
34279 ____________________________________________________________________________
34280 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
34281         Log: There are several MIME RFCs.
34282      Branch: perl
34283            ! ext/Encode/Encode.pm
34284 ____________________________________________________________________________
34285 [ 12987] By: ams                                   on 2001/11/14  01:09:28
34286         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
34287              From: Michael G Schwern <schwern@pobox.com>
34288              Date: Tue, 13 Nov 2001 20:59:13 -0500
34289              Message-Id: <20011113205913.H32567@blackrider>
34290      Branch: perl
34291            ! t/op/groups.t vms/test.com
34292 ____________________________________________________________________________
34293 [ 12986] By: ams                                   on 2001/11/14  01:07:06
34294         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
34295              From: Michael G Schwern <schwern@pobox.com>
34296              Date: Tue, 13 Nov 2001 20:51:34 -0500
34297              Message-Id: <20011113205134.F32567@blackrider>
34298      Branch: perl
34299            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
34300 ____________________________________________________________________________
34301 [ 12985] By: ams                                   on 2001/11/14  00:43:59
34302         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
34303              From: Michael G Schwern <schwern@pobox.com>
34304              Date: Tue, 13 Nov 2001 20:38:42 -0500
34305              Message-Id: <20011113203842.E32567@blackrider>
34306      Branch: perl
34307            ! pod/perlport.pod
34308 ____________________________________________________________________________
34309 [ 12984] By: ams                                   on 2001/11/14  00:32:15
34310         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
34311              From: Michael G Schwern <schwern@pobox.com>
34312              Date: Tue, 13 Nov 2001 20:27:02 -0500
34313              Message-Id: <20011113202702.D32567@blackrider>
34314      Branch: perl
34315            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
34316            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
34317            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
34318            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
34319 ____________________________________________________________________________
34320 [ 12983] By: ams                                   on 2001/11/14  00:00:27
34321         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
34322              From: Michael G Schwern <schwern@pobox.com>
34323              Date: Tue, 13 Nov 2001 19:51:59 -0500
34324              Message-Id: <20011113195159.B32567@blackrider>
34325      Branch: perl
34326            ! pod/perlport.pod
34327 ____________________________________________________________________________
34328 [ 12982] By: ams                                   on 2001/11/13  23:53:11
34329         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
34330              From: Larry Shatzer <fugazi@zippy.zyx.net>
34331              Date: Tue, 13 Nov 2001 17:27:59 -0700
34332              Message-Id: <20011113172759.E27768@zippy.zyx.net>
34333      Branch: perl
34334            ! pod/perlapio.pod
34335 ____________________________________________________________________________
34336 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
34337         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
34338              "large enough" Unicode characters returned more than one
34339              as their "Unicode size".
34340      Branch: perl
34341            ! pp_sys.c t/io/utf8.t
34342 ____________________________________________________________________________
34343 [ 12980] By: ams                                   on 2001/11/13  19:32:33
34344         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
34345              From: "Craig A. Berry" <craigberry@mac.com>
34346              Date: Tue, 13 Nov 2001 14:33:25 -0600
34347              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
34348      Branch: perl
34349            ! vms/gen_shrfls.pl
34350 ____________________________________________________________________________
34351 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
34352         Log: Subject: Minor patch to Encode.pm (detypo)
34353              From: "Philip Newton" <Philip.Newton@gmx.net>
34354              Date: Tue, 13 Nov 2001 20:11:01 +0100
34355              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
34356      Branch: perl
34357            ! ext/Encode/Encode.pm
34358 ____________________________________________________________________________
34359 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
34360         Log: Evil tabulators.
34361      Branch: perl
34362            ! ext/Encode/Encode.pm
34363 ____________________________________________________________________________
34364 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
34365         Log: Document the available encodings.
34366      Branch: perl
34367            ! ext/Encode/Encode.pm
34368 ____________________________________________________________________________
34369 [ 12976] By: ams                                   on 2001/11/13  17:14:07
34370         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34371              From: Barrie Slaymaker <barries@slaysys.com>
34372              Date: Tue, 13 Nov 2001 12:41:36 -0500
34373              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
34374      Branch: perl
34375            ! t/op/universal.t
34376 ____________________________________________________________________________
34377 [ 12975] By: ams                                   on 2001/11/13  16:24:21
34378         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34379              From: Barrie Slaymaker <barries@slaysys.com>
34380              Date: Tue, 13 Nov 2001 10:56:20 -0500
34381              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
34382              (Test applied with minor tweaks and ->isa("HASH") omission.)
34383      Branch: perl
34384            ! lib/UNIVERSAL.pm t/op/universal.t
34385 ____________________________________________________________________________
34386 [ 12974] By: ams                                   on 2001/11/13  15:46:07
34387         Log: Subject: [PATCH Benchmark.pm] docco tweaks
34388              From: Barrie Slaymaker <barries@slaysys.com>
34389              Date: Tue, 13 Nov 2001 11:34:45 -0500
34390              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
34391      Branch: perl
34392            ! lib/Benchmark.pm
34393 ____________________________________________________________________________
34394 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
34395         Log: Subject: [PATCH] Attack of the C loops, round 1
34396              From: Richard Soderberg <rs@oregonnet.com>
34397              Date: Mon, 12 Nov 2001 12:07:29 -0800
34398              Message-Id: <200111122007.MAA01994@oregonnet.com>
34399              
34400              Subject: [PATCH] bytecode.pl (tiny patch)
34401              From: Richard Soderberg <rs@oregonnet.com>
34402              Date: Mon, 12 Nov 2001 12:53:24 -0800
34403              Message-Id: <200111122053.MAA06272@oregonnet.com>
34404      Branch: perl
34405            ! bytecode.pl installhtml
34406 ____________________________________________________________________________
34407 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
34408         Log: Subject: [PATCH] Update to Filter::Util::Call
34409              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34410              Date: Sun, 11 Nov 2001 22:33:33 -0000
34411              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
34412              
34413              Use the new CXT* macros.
34414      Branch: perl
34415            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34416 ____________________________________________________________________________
34417 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
34418         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
34419              From: Michael G Schwern <schwern@pobox.com>
34420              Date: Mon, 12 Nov 2001 20:50:34 -0500
34421              Message-ID: <20011112205034.H2888@blackrider>
34422      Branch: perl
34423            + lib/vmsish.pm lib/vmsish.t
34424            - vms/ext/vmsish.pm vms/ext/vmsish.t
34425            ! MANIFEST vms/descrip_mms.template
34426 ____________________________________________________________________________
34427 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
34428         Log: :utf8 works only with perlio.
34429      Branch: perl
34430            ! lib/open.t
34431 ____________________________________________________________________________
34432 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
34433         Log: Subject: Re: @Config -"des" not quite working on VMS
34434              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34435              Date: Tue, 13 Nov 2001 08:35:13 EST 
34436              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
34437      Branch: perl
34438            ! configure.com
34439 ____________________________________________________________________________
34440 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
34441         Log: Subject: [PATCH] lib/charnames.pm 
34442              From: Jeffrey Friedl <jfriedl@yahoo.com>
34443              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
34444              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
34445      Branch: perl
34446            ! lib/charnames.pm
34447 ____________________________________________________________________________
34448 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
34449         Log: Docs for Mac::err.
34450      Branch: maint-5.6/macperl
34451            ! macos/ext/Mac/err/err.pm
34452 ____________________________________________________________________________
34453 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
34454         Log: Some cleanup; change some globals to references for
34455              possible persistence later.
34456      Branch: maint-5.6/macperl
34457            ! macos/lib/Mac/Glue.pm
34458 ____________________________________________________________________________
34459 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
34460         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
34461      Branch: maint-5.6/macperl
34462            ! macos/ext/Mac/Files/Files.pm
34463 ____________________________________________________________________________
34464 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
34465         Log: Get Mac::Navigation to compile (bug #464684).
34466      Branch: maint-5.6/macperl
34467            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
34468            ! macos/ext/Mac/Navigation/Makefile.PL
34469            ! macos/ext/Mac/Navigation/Navigation.xs
34470            ! macos/macperl/Makefile.mk
34471 ____________________________________________________________________________
34472 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
34473         Log: Add in modules and POD to help menu.
34474      Branch: maint-5.6/macperl
34475            ! macos/macperl/MacPerl.podhelp
34476 ____________________________________________________________________________
34477 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
34478         Log: Update bundled modules.
34479      Branch: maint-5.6/macperl
34480            + macos/bundled_ext/Filter/t/FilterTest.pm
34481            + macos/bundled_ext/List/Util/t/shuffle.t
34482            + macos/bundled_ext/Storable/t/compat06.t
34483            + macos/bundled_ext/Storable/t/st-dump.pl
34484            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
34485            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
34486            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
34487            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
34488            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
34489            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
34490            + macos/bundled_lib/blib/lib/lwpcook.pod
34491            + macos/bundled_lib/t/Filter/Simple/filter.t
34492            + macos/bundled_lib/t/Switch/t/given.t
34493            + macos/bundled_lib/t/Switch/t/nested.t
34494            + macos/bundled_lib/t/Switch/t/switch.t
34495            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
34496            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
34497            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
34498            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
34499            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
34500            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
34501            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
34502            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
34503            + macos/bundled_lib/t/URI/rfc2732.t
34504            + macos/bundled_lib/t/libnet/config.t
34505            + macos/bundled_lib/t/libnet/libnet_t.pl
34506            + macos/bundled_lib/t/libwww-perl/live/google.t
34507            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
34508            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
34509            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
34510            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
34511            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
34512            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
34513            + macos/bundled_lib/t/libwww-perl/live/validator.t
34514            - macos/bundled_ext/Filter/t/MyFilter.pm
34515            - macos/bundled_ext/Storable/t/compat-0.6.t
34516            - macos/bundled_ext/Storable/t/dump.pl
34517            - macos/bundled_ext/Time/Piece/Makefile.PL
34518            - macos/bundled_ext/Time/Piece/Piece.pm
34519            - macos/bundled_ext/Time/Piece/Piece.t
34520            - macos/bundled_ext/Time/Piece/Piece.xs
34521            - macos/bundled_ext/Time/Piece/README
34522            - macos/bundled_ext/Time/Piece/Seconds.pm
34523            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
34524            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
34525            - macos/bundled_lib/blib/lib/Net/PH.pm
34526            - macos/bundled_lib/blib/lib/Net/SNPP.pm
34527            - macos/bundled_lib/blib/lib/Text/Balanced.pod
34528            - macos/bundled_lib/t/Filter/Simple/test.pl
34529            - macos/bundled_lib/t/Switch/test.pl
34530            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
34531            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
34532            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
34533            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
34534            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
34535            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
34536            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
34537            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
34538            - macos/bundled_lib/t/libnet/ph.t
34539            ! (edit 125 files)
34540 ____________________________________________________________________________
34541 [ 12961] By: ams                                   on 2001/11/13  00:45:08
34542         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
34543              From: Michael G Schwern <schwern@pobox.com>
34544              Date: Mon, 12 Nov 2001 20:16:45 -0500
34545              Message-Id: <20011112201644.G2888@blackrider>
34546      Branch: perl
34547            ! pod/perlport.pod
34548 ____________________________________________________________________________
34549 [ 12960] By: ams                                   on 2001/11/12  23:54:00
34550         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
34551              Recoving dup tests for VMS
34552              From: Michael G Schwern <schwern@pobox.com>
34553              Date: Mon, 12 Nov 2001 19:35:33 -0500
34554              Message-Id: <20011112193533.D2888@blackrider>
34555      Branch: perl
34556            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
34557 ____________________________________________________________________________
34558 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
34559         Log: Update Changes.
34560      Branch: perl
34561            ! Changes patchlevel.h
34562 ____________________________________________________________________________
34563 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
34564         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
34565              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
34566              Date: Mon, 12 Nov 2001 12:35:18 EST 
34567              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
34568      Branch: perl
34569            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
34570            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
34571 ____________________________________________________________________________
34572 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
34573         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
34574              From: Barrie Slaymaker <barries@slaysys.com>
34575              Date: Mon, 12 Nov 2001 11:19:52 -0500
34576              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
34577      Branch: perl
34578            ! lib/File/Spec.t lib/File/Spec/Win32.pm
34579 ____________________________________________________________________________
34580 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
34581         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
34582              From: Barrie Slaymaker <barries@slaysys.com>
34583              Date: Mon, 12 Nov 2001 11:07:36 -0500
34584              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
34585      Branch: perl
34586            ! lib/Benchmark.pm
34587 ____________________________________________________________________________
34588 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
34589         Log: Misplaced test, noticed by Barrie Slaymaker.
34590              (We are missing Benchmark tests, then.)
34591      Branch: perl
34592            + ext/Devel/DProf/DProf.t
34593            - lib/Benchmark.t
34594            ! MANIFEST
34595 ____________________________________________________________________________
34596 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
34597         Log: Subject: [PATCH] a few typo fixes 
34598              From: Jeffrey Friedl <jfriedl@yahoo.com>
34599              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
34600              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
34601              
34602              Patching README.foo instead of pod/perlfoo.pod,
34603              not patching Math::BigInt (Tels will take care of that),
34604              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
34605              and perldoc.PL instead of libnetcfg and perldoc, patching
34606              ext/Digest/MD5/t/files.t since MD5.pm was changed.
34607      Branch: perl
34608            ! (edit 109 files)
34609 ____________________________________________________________________________
34610 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
34611         Log: Add a note about the dangers of bad UTF-8.
34612      Branch: perl
34613            ! pod/perlunicode.pod
34614 ____________________________________________________________________________
34615 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
34616         Log: NetWare Nit from Ananth Kesari.
34617      Branch: perl
34618            ! NetWare/config.wc
34619 ____________________________________________________________________________
34620 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
34621         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
34622      Branch: perl
34623            ! ext/Encode/Encode.pm
34624 ____________________________________________________________________________
34625 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
34626         Log: (retracted by #12951)
34627      Branch: perl
34628            ! ext/Encode/Encode.pm
34629 ____________________________________________________________________________
34630 [ 12949] By: ams                                   on 2001/11/12  06:40:18
34631         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34632              From: Robert Spier <rspier@pobox.com>
34633              Date: Sun, 11 Nov 2001 18:50:18 -0800
34634              Message-Id: <15343.14570.121505.233336@rls.cx>
34635              
34636              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34637              From: Rick Delaney <rick.delaney@home.com>
34638              Date: 12 Nov 2001 00:15:52 -0500
34639              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
34640      Branch: perl
34641            ! pp_hot.c t/op/taint.t
34642 ____________________________________________________________________________
34643 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
34644         Log: It seems that we actually have this detail implemented
34645              as for as Level 1 Support of Unicode regex support is
34646              concerned: at Level 1 only 1:1 support for loose
34647              (aka caseless, aka caseigoring ) matching is required.
34648      Branch: perl
34649            ! pod/perlunicode.pod
34650 ____________________________________________________________________________
34651 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34652         Log: (retracted by #12951)
34653      Branch: perl
34654            ! ext/Encode/Encode.pm
34655 ____________________________________________________________________________
34656 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34657         Log: BOM, bom, Bom.
34658      Branch: perl
34659            ! pod/perlunicode.pod
34660 ____________________________________________________________________________
34661 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34662         Log: Upgrade to Math::BigInt 1.46.
34663      Branch: perl
34664            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34665            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34666            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34667            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34668            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34669 ____________________________________________________________________________
34670 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34671         Log: Subject: Re: PERFORCE change 12943 for review
34672              From: "Philip Newton" <Philip.Newton@gmx.net>
34673              Date: Sun, 11 Nov 2001 20:53:36 +0100
34674              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34675      Branch: perl
34676            ! pod/perlunicode.pod
34677 ____________________________________________________________________________
34678 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34679         Log: Doc updates; make the Unicode discussions a little
34680              bit less alarming, and add information about encodings,
34681              surrogates, and BOMs.
34682      Branch: perl
34683            ! pod/perlunicode.pod
34684 ____________________________________________________________________________
34685 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34686         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34687              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34688              Date: Mon, 12 Nov 2001 00:22:57 +0900
34689              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34690      Branch: perl
34691            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34692            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34693 ____________________________________________________________________________
34694 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34695         Log: Subject: Re: PERFORCE change 12929 for review
34696              From: "Philip Newton" <Philip.Newton@gmx.net>
34697              Date: Sun, 11 Nov 2001 14:27:44 +0100
34698              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34699      Branch: perl
34700            ! MANIFEST
34701 ____________________________________________________________________________
34702 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34703         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34704              From: Michael G Schwern <schwern@pobox.com>
34705              Date: Thu, 8 Nov 2001 22:56:45 -0500
34706              Message-Id: <20011108225645.H5587@blackrider>
34707      Branch: perl
34708            ! t/op/chdir.t
34709 ____________________________________________________________________________
34710 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34711         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34712              From: Michael G Schwern <schwern@pobox.com>
34713              Date: Sun, 11 Nov 2001 00:54:43 -0500
34714              Message-Id: <20011111005443.A24450@blackrider>
34715      Branch: perl
34716            ! ext/Cwd/t/cwd.t
34717 ____________________________________________________________________________
34718 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34719         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34720              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34721              From: "chromatic" <chromatic@rmci.net>
34722              Date: Sat, 10 Nov 2001 21:03:20 -0700
34723              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34724      Branch: perl
34725            ! lib/File/stat.pm lib/File/stat.t
34726 ____________________________________________________________________________
34727 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34728         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34729              From: "Craig A. Berry" <craigberry@mac.com>
34730              Date: Sat, 10 Nov 2001 17:23:52 -0600
34731              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34732      Branch: perl
34733            ! t/op/magic.t
34734 ____________________________________________________________________________
34735 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34736         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34737      Branch: perl
34738            ! lib/open.pm lib/open.t
34739 ____________________________________________________________________________
34740 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34741         Log: The Official name of ASCII.
34742      Branch: perl
34743            ! ext/Encode/Encode.pm
34744 ____________________________________________________________________________
34745 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34746         Log: The KOI8-R example wasn't quite right.
34747      Branch: perl
34748            ! lib/open.pm lib/open.t
34749 ____________________________________________________________________________
34750 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34751         Log: Enhance the open pragma to support :utf8, :locale,
34752              and :encoding directly as special cases, and rename
34753              the INOUT to IO.
34754      Branch: perl
34755            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34756 ____________________________________________________________________________
34757 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34758         Log: Document the UTF-16 surrogate encoding and decoding.
34759      Branch: perl
34760            ! ext/Encode/Encode.pm
34761 ____________________________________________________________________________
34762 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
34763         Log: A potential recursion breaker.
34764      Branch: perl
34765            ! sv.c
34766 ____________________________________________________________________________
34767 [ 12930] By: ams                                   on 2001/11/10  07:46:53
34768         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
34769              (was Re: perl@12892)
34770              From: "chromatic" <chromatic@rmci.net>
34771              Date: Sat, 10 Nov 2001 01:28:09 -0700
34772              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
34773      Branch: perl
34774            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34775            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34776            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34777            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34778 ____________________________________________________________________________
34779 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
34780         Log: Add a test for the bytes pragma.
34781      Branch: perl
34782            + lib/bytes.t
34783            ! MANIFEST
34784 ____________________________________________________________________________
34785 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
34786         Log: Doc update.
34787      Branch: perl
34788            ! lib/bytes.pm
34789 ____________________________________________________________________________
34790 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
34791         Log: Cease to exist.
34792      Branch: perl
34793            - lib/Unicode/Normalize.pm
34794 ____________________________________________________________________________
34795 [ 12926] By: ams                                   on 2001/11/10  03:23:16
34796         Log: Subject: [patch] my_setenv speedup + fixes
34797              From: Doug MacEachern <dougm@covalent.net>
34798              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
34799              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
34800      Branch: perl
34801            ! util.c
34802 ____________________________________________________________________________
34803 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
34804         Log: Newline trouble.
34805      Branch: perl
34806            ! lib/ExtUtils/Embed.t
34807 ____________________________________________________________________________
34808 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
34809         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
34810              From: "Craig A. Berry" <craigberry@mac.com>
34811              Date: Fri, 09 Nov 2001 18:13:16 -0600
34812              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
34813      Branch: perl
34814            ! vms/munchconfig.c
34815 ____________________________________________________________________________
34816 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
34817         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
34818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34819              Date: Sat, 10 Nov 2001 00:10:45 +0100
34820              Message-ID: <20011110001045.A11945@rafael>
34821      Branch: perl
34822            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
34823            + t/run/switchn.t t/run/switchp.t
34824            ! MANIFEST
34825 ____________________________________________________________________________
34826 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
34827         Log: Subject: [PATCH] some tests not cleaning up properly               
34828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
34829              Date: Fri, 9 Nov 2001 22:13:10 +0100
34830              Message-ID: <20011109221310.A11115@rafael>
34831      Branch: perl
34832            ! ext/Cwd/t/cwd.t t/io/argv.t
34833 ____________________________________________________________________________
34834 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
34835         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
34836              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34837              Date: Fri, 9 Nov 2001 15:07:19 EST
34838              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
34839      Branch: perl
34840            ! lib/ExtUtils/Embed.t
34841 ____________________________________________________________________________
34842 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
34843         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
34844              have been copied so it shouldn't be freed in perl_destruct()
34845      Branch: perl
34846            ! perl.c
34847 ____________________________________________________________________________
34848 [ 12919] By: ams                                   on 2001/11/09  15:36:22
34849         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
34850              From: Michael G Schwern <schwern@pobox.com>
34851              Date: Fri, 9 Nov 2001 00:38:59 -0500
34852              Message-Id: <20011109003859.K5587@blackrider>
34853              (Applied with directory name changes suggested by Craig Berry.)
34854      Branch: perl
34855            ! ext/Cwd/t/cwd.t
34856 ____________________________________________________________________________
34857 [ 12918] By: ams                                   on 2001/11/09  15:29:15
34858         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
34859              From: Michael G Schwern <schwern@pobox.com>
34860              Date: Fri, 9 Nov 2001 01:44:14 -0500
34861              Message-Id: <20011109014414.N5587@blackrider>
34862      Branch: perl
34863            ! vms/ext/filespec.t
34864 ____________________________________________________________________________
34865 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
34866         Log: Update Changes.
34867      Branch: perl
34868            ! Changes patchlevel.h
34869 ____________________________________________________________________________
34870 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
34871         Log: Regen toc.
34872      Branch: perl
34873            ! pod/perltoc.pod
34874 ____________________________________________________________________________
34875 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
34876         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
34877              see http://www.jepstone.net/bjepson//jpl/cvs.html
34878      Branch: perl
34879            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34880 ____________________________________________________________________________
34881 [ 12914] By: ams                                   on 2001/11/09  14:05:12
34882         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
34883              From: Michael G Schwern <schwern@pobox.com>
34884              Date: Thu, 8 Nov 2001 22:05:49 -0500
34885              Message-Id: <20011108220549.F5587@blackrider>
34886      Branch: perl
34887            ! vms/test.com
34888 ____________________________________________________________________________
34889 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
34890         Log: NetWare update from Ananth Kesari.
34891      Branch: perl
34892            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
34893 ____________________________________________________________________________
34894 [ 12912] By: ams                                   on 2001/11/09  13:40:26
34895         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
34896              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34897              Date: Fri, 9 Nov 2001 14:32:28 +0100
34898              Message-Id: <20011109143228.A18996@rafael>
34899      Branch: perl
34900            ! perl.c
34901 ____________________________________________________________________________
34902 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
34903         Log: FAQ sync.
34904      Branch: perl
34905            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34906            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34907            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34908 ____________________________________________________________________________
34909 [ 12910] By: ams                                   on 2001/11/09  07:33:49
34910         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
34911              From: Michael G Schwern <schwern@pobox.com>
34912              Date: Fri, 9 Nov 2001 00:41:56 -0500
34913              Message-Id: <20011109004156.L5587@blackrider>
34914      Branch: perl
34915            ! lib/File/Find/t/find.t
34916 ____________________________________________________________________________
34917 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
34918         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
34919              The CPAN distribution has both pm and XS implementations,
34920              and for performance reasons we choose the XS.
34921              Another reason to choose the XS is that it doesn't
34922              require Lingua::KO::Hangul::Util, which means that
34923              we can delete that-- which in turn means that Unicode::UCD
34924              cannot expect that: support it, but don't expect.
34925              Ditto Unicode::Collate.
34926              
34927              Note that Unicode::Normalize Makefile.PL and
34928              Normalize.xs have been modified from the CPAN 0.10
34929              versions: the first one to be simpler (no pm) and
34930              clean up the generated unf*.h files, the second one
34931              to quench compiler grumblings.  Must notify Sadahiro
34932              about these changes.
34933      Branch: perl
34934            + ext/Unicode/Normalize/Changes
34935            + ext/Unicode/Normalize/Makefile.PL
34936            + ext/Unicode/Normalize/Normalize.pm
34937            + ext/Unicode/Normalize/Normalize.pod
34938            + ext/Unicode/Normalize/Normalize.xs
34939            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34940            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34941            + ext/Unicode/Normalize/t/test.t
34942            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34943            - lib/Lingua/KO/Hangul/Util/README
34944            - lib/Lingua/KO/Hangul/Util/t/test.t
34945            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34946            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34947            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34948            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34949            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34950            ! win32/makefile.mk
34951 ____________________________________________________________________________
34952 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34953         Log: Test miscounting.
34954      Branch: perl
34955            ! ext/POSIX/t/posix.t
34956 ____________________________________________________________________________
34957 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34958         Log: Quote the variables in failures messages more nicely.
34959      Branch: perl
34960            ! t/test.pl
34961 ____________________________________________________________________________
34962 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34963         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34964              From: Michael G Schwern <schwern@pobox.com>
34965              Date: Thu, 8 Nov 2001 17:24:49 -0500
34966              Message-ID: <20011108172449.A5587@blackrider>
34967              
34968              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34969              From: "Craig A. Berry" <craigberry@mac.com>
34970              Date: Thu, 8 Nov 2001 16:35:00 -0600
34971              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34972      Branch: perl
34973            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34974 ____________________________________________________________________________
34975 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34976         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34977              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34978              Date: Thu, 8 Nov 2001 22:52:50 -0000
34979              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34980      Branch: perl
34981            ! ext/DB_File/t/db-recno.t
34982 ____________________________________________________________________________
34983 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34984         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34985              (Probably not an EBCDIC issue the way one would think
34986              since no chr() et alia are used in UCD.pm.)
34987      Branch: perl
34988            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34989 ____________________________________________________________________________
34990 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34991         Log: Whether overwriting the $self->{...} values (see #12902)
34992              is a good policy or not is debatable, but let's at least
34993              be consistent.
34994      Branch: perl
34995            ! lib/ExtUtils/MM_Unix.pm
34996 ____________________________________________________________________________
34997 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34998         Log: The MakeMaker argument () quoting patch that sneaked
34999              in at #12883 didn't handle make macros like this $(...).
35000              Leaning toothpicks, we've got them.
35001      Branch: perl
35002            ! lib/ExtUtils/MM_Unix.pm
35003 ____________________________________________________________________________
35004 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
35005         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
35006              From: Michael G Schwern <schwern@pobox.com>
35007              Date: Wed, 7 Nov 2001 02:02:29 -0500
35008              Message-ID: <20011107020229.K2858@blackrider>
35009      Branch: perl
35010            ! t/io/argv.t t/test.pl vms/test.com
35011 ____________________________________________________________________________
35012 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
35013         Log: Subject: [PATCH 20011106.084] -s on #! line 
35014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35015              Date: Wed, 7 Nov 2001 22:23:39 +0100
35016              Message-ID: <20011107222339.E729@rafael>
35017      Branch: perl
35018            ! embed.h embed.pl perl.c proto.h toke.c
35019 ____________________________________________________________________________
35020 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
35021         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
35022              From: Michael G Schwern <schwern@pobox.com>
35023              Date: Wed, 7 Nov 2001 16:52:49 -0500
35024              Message-ID: <20011107165249.I7346@blackrider>
35025      Branch: perl
35026            ! pod/perlhack.pod
35027 ____________________________________________________________________________
35028 [ 12898] By: ams                                   on 2001/11/08  13:02:19
35029         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
35030              From: Mark-Jason Dominus <mjd@plover.com>
35031              Date: Thu, 08 Nov 2001 08:59:02 -0500
35032              Message-Id: <20011108135902.2275.qmail@plover.com>
35033      Branch: perl
35034            ! INSTALL README README.amiga README.os2 README.vms
35035            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
35036            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
35037 ____________________________________________________________________________
35038 [ 12897] By: ams                                   on 2001/11/08  12:49:28
35039         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
35040              From: mjd@plover.com
35041              Date: 8 Nov 2001 13:33:18 -0000
35042              Message-Id: <20011108133318.1786.qmail@plover.com>
35043      Branch: perl
35044            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
35045            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
35046            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
35047            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
35048            ! pod/perlport.pod pod/perlvar.pod
35049 ____________________________________________________________________________
35050 [ 12896] By: ams                                   on 2001/11/08  11:22:12
35051         Log: open(FH, $file) should strip leading and trailing whitespace.
35052      Branch: perl
35053            ! doio.c
35054 ____________________________________________________________________________
35055 [ 12895] By: ams                                   on 2001/11/08  10:17:14
35056         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
35057              From: "Craig A. Berry" <craigberry@mac.com>
35058              Date: Wed, 07 Nov 2001 13:41:50 -0600
35059              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
35060      Branch: perl
35061            ! t/op/glob.t
35062 ____________________________________________________________________________
35063 [ 12894] By: ams                                   on 2001/11/08  08:32:20
35064         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
35065              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
35066              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
35067              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
35068      Branch: perl
35069            ! makedepend.SH
35070 ____________________________________________________________________________
35071 [ 12893] By: ams                                   on 2001/11/08  08:26:31
35072         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
35073              From: mjd@plover.com
35074              Date: 8 Nov 2001 08:08:07 -0000
35075              Message-Id: <20011108080807.30147.qmail@plover.com>
35076              
35077              Subject: bleadperl perl.pod
35078              From: mjd@plover.com
35079              Date: 8 Nov 2001 08:10:47 -0000
35080              Message-Id: <20011108081047.30178.qmail@plover.com>
35081              
35082              Subject: more bleadperl perl.pod
35083              From: mjd@plover.com
35084              Date: 8 Nov 2001 08:16:28 -0000
35085              Message-Id: <20011108081628.30229.qmail@plover.com>
35086      Branch: perl
35087            ! pod/perl.pod pod/perldebug.pod
35088 ____________________________________________________________________________
35089 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
35090         Log: Tweak for Cray-friendliness from Nicholas Clark.
35091      Branch: perl
35092            ! sv.c
35093 ____________________________________________________________________________
35094 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
35095         Log: VMS patch redo from Charles Lane.
35096      Branch: perl
35097            ! vms/gen_shrfls.pl
35098 ____________________________________________________________________________
35099 [ 12890] By: ams                                   on 2001/11/07  15:16:10
35100         Log: Subject: [ID 20011107.088] two perl pod nits
35101              From: lvirden@cas.org
35102              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
35103              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
35104      Branch: perl
35105            ! pod/perl.pod pod/perlfaq3.pod
35106 ____________________________________________________________________________
35107 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
35108         Log: Update Changes.
35109      Branch: perl
35110            ! Changes patchlevel.h
35111 ____________________________________________________________________________
35112 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
35113         Log: The (emulated) "no utf8" must be in a BEGIN block
35114              to be effective.
35115      Branch: perl
35116            ! lib/CGI/t/html.t
35117 ____________________________________________________________________________
35118 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
35119         Log: "v-strings" is the right term.
35120      Branch: perl
35121            ! pod/perltodo.pod
35122 ____________________________________________________________________________
35123 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
35124         Log: Add vstrings-as-objects need to perltodo.
35125      Branch: perl
35126            ! pod/perltodo.pod
35127 ____________________________________________________________________________
35128 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
35129         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
35130              From: Nicholas Clark <nick@ccl4.org>
35131              Date: Wed, 7 Nov 2001 14:36:32 +0000
35132              Message-ID: <20011107143631.I24980@plum.flirble.org>
35133      Branch: perl
35134            ! t/op/pack.t
35135 ____________________________________________________________________________
35136 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
35137         Log: The Embed test requires a major rewrite for VMS
35138              (plus it reveals a couple of annoying glitches
35139              in buffering), so skip the test for now; from
35140              Charles Lane.
35141      Branch: perl
35142            ! lib/ExtUtils/Embed.t
35143 ____________________________________________________________________________
35144 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
35145         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
35146              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35147              Date: Wed, 7 Nov 2001 09:23:28 EST
35148              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
35149              
35150              (Also i seems that an unrelated experimental patch
35151              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
35152      Branch: perl
35153            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
35154 ____________________________________________________________________________
35155 [ 12882] By: ams                                   on 2001/11/07  05:14:04
35156         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
35157              From: Mark-Jason Dominus <mjd@plover.com>
35158              Date: Wed, 07 Nov 2001 00:43:46 -0500
35159              Message-Id: <20011107054346.14428.qmail@plover.com>
35160      Branch: perl
35161            ! gv.c op.c toke.c
35162 ____________________________________________________________________________
35163 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
35164         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
35165              From: Michael G Schwern <schwern@pobox.com>             
35166              Date: Tue, 6 Nov 2001 22:04:39 -0500
35167              Message-ID: <20011106220439.D2858@blackrider>              
35168      Branch: perl
35169            ! lib/perl5db.pl
35170 ____________________________________________________________________________
35171 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
35172         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
35173              stress))
35174              From: Jonathan Stowe <gellyfish@gellyfish.com>
35175              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
35176              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
35177              
35178              (except for one hunk where indentation differs)
35179      Branch: perl
35180            ! lib/Term/Cap.t
35181 ____________________________________________________________________________
35182 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
35183         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
35184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35185              Date: Tue, 6 Nov 2001 21:45:01 +0100
35186              Message-ID: <20011106214501.A704@rafael>
35187      Branch: perl
35188            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
35189            ! lib/File/Spec/Win32.pm
35190 ____________________________________________________________________________
35191 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
35192         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
35193              From: Michael G Schwern <schwern@pobox.com>              
35194              Date: Tue, 6 Nov 2001 20:58:45 -0500
35195              Message-ID: <20011106205845.G29411@blackrider>
35196      Branch: perl
35197            ! t/test.pl
35198 ____________________________________________________________________________
35199 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
35200         Log: Subject: making do_sprintf public       
35201              From: Doug MacEachern <dougm@covalent.net>    
35202              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
35203              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
35204      Branch: perl
35205            ! embed.h embed.pl global.sym
35206 ____________________________________________________________________________
35207 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
35208         Log: Update to CGI.pm 2.78.
35209              
35210              TODO: the test suite needs to be merged so that
35211              when in core, the core version is tested, and when
35212              using the CPAN version, testing the CPAN version.
35213              (the changes need to be sent to Lincoln, too...)
35214      Branch: perl
35215            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35216            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
35217            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
35218            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
35219            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
35220            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
35221 ____________________________________________________________________________
35222 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
35223         Log: Integrate with perlio; (strictly) readonly hashes via XS.
35224      Branch: perl
35225           +> t/lib/access.t
35226           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35227 ____________________________________________________________________________
35228 [ 12874] By: nick                                  on 2001/11/06  21:05:16
35229         Log: Keep It Simple and Stupid version of readonly hash support.
35230              - Test for SvREAONLY(hv) at a few spots in hv.c
35231              - add the error message to perldiag.pod
35232              - (dubious) add access::readonly() to univeral.c
35233              - add test using above
35234              - fixup ext/B/t/stash.t to account for access:: existing
35235      Branch: perlio
35236            + t/lib/access.t
35237            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35238 ____________________________________________________________________________
35239 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
35240         Log: Fix incorrect warnings about broken globbing;
35241              from Andy Dougherty.
35242      Branch: perl
35243            ! hints/linux.sh
35244 ____________________________________________________________________________
35245 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
35246         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
35247              toggle-on from the encoding pragma.
35248      Branch: perl
35249            ! regcomp.c regexec.c
35250 ____________________________________________________________________________
35251 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
35252         Log: Retract #12824, doesn't help and is ignored
35253              by Configure anyway.
35254      Branch: perl
35255            ! hints/beos.sh
35256 ____________________________________________________________________________
35257 [ 12870] By: ams                                   on 2001/11/06  10:40:37
35258         Log: Subject: Cosmetic change
35259              From: H.Merijn Brand <h.m.brand@hccnet.nl>
35260              Date: Tue, 06 Nov 2001 12:30:52 +0100
35261              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
35262      Branch: perl
35263            ! README.hpux
35264 ____________________________________________________________________________
35265 [ 12869] By: nick                                  on 2001/11/06  08:26:40
35266         Log: Integrate mainline
35267      Branch: perlio
35268           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
35269           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
35270 ____________________________________________________________________________
35271 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
35272         Log: The parentheses are protected enough.
35273      Branch: perl
35274            ! hints/os390.sh
35275 ____________________________________________________________________________
35276 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
35277         Log: ccflags, not ldflags.
35278      Branch: perl
35279            ! hints/os390.sh
35280 ____________________________________________________________________________
35281 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
35282         Log: ... and the proto to go with #12865.
35283      Branch: perl
35284            ! proto.h
35285 ____________________________________________________________________________
35286 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
35287         Log: Oops.  Luckily nothing was using this symbol yet.
35288      Branch: perl
35289            ! global.sym
35290 ____________________________________________________________________________
35291 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
35292         Log: Implement the encoding pragma for regex literals.
35293      Branch: perl
35294            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
35295 ____________________________________________________________________________
35296 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
35297         Log: More UTF8 EXACT fixing.
35298      Branch: perl
35299            ! regexec.c
35300 ____________________________________________________________________________
35301 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
35302         Log: More re debugging.
35303      Branch: perl
35304            ! regexec.c
35305 ____________________________________________________________________________
35306 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
35307         Log: EXACT correction attempt.  Continued in #12863.
35308      Branch: perl
35309            ! regexec.c
35310 ____________________________________________________________________________
35311 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
35312         Log: Unterminated L<.
35313      Branch: perl
35314            ! ext/DB_File/DB_File.pm
35315 ____________________________________________________________________________
35316 [ 12859] By: nick                                  on 2001/11/05  19:15:17
35317         Log: Integrate mainline
35318      Branch: perlio
35319           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35320           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35321           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
35322           +> lib/Math/BigInt/t/sub_mbi.t
35323            - lib/Math/BigInt/t/Math/Subclass.pm
35324            - lib/Math/BigInt/t/subclass.t
35325           !> (integrate 30 files)
35326 ____________________________________________________________________________
35327 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
35328         Log: Regex debugging fixes from Hugo.
35329      Branch: perl
35330            ! regcomp.c regexec.c
35331 ____________________________________________________________________________
35332 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
35333         Log: IRIX: at some point the cc -version has started
35334              to output to stderr, not stdout any more.
35335      Branch: perl
35336            ! hints/irix_6.sh
35337 ____________________________________________________________________________
35338 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
35339         Log: Update Changes.
35340      Branch: perl
35341            ! Changes patchlevel.h
35342 ____________________________________________________________________________
35343 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
35344         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
35345      Branch: perl
35346            ! lib/File/Spec/Unix.pm
35347 ____________________________________________________________________________
35348 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
35349         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
35350              From: rgarciasuarez@free.fr
35351              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
35352              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
35353      Branch: perl
35354            ! lib/File/Spec/Unix.pm
35355 ____________________________________________________________________________
35356 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
35357         Log: Use config.arch in OS/390 where the combination of
35358              IEEE floats and ldflags is tricky.
35359      Branch: perl
35360            ! hints/os390.sh
35361 ____________________________________________________________________________
35362 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
35363         Log: Metaconfig unit change for #12851.
35364      Branch: metaconfig
35365            ! U/modified/Config_sh.U
35366 ____________________________________________________________________________
35367 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
35368         Log: Support a config.arch file, similar to config.over,
35369              but loaded just before it.
35370      Branch: perl
35371            ! Configure INSTALL
35372 ____________________________________________________________________________
35373 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
35374         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
35375              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35376              Date: Mon, 5 Nov 2001 14:26:24 +0100
35377              Message-ID: <20011105142624.C31977@rafael>
35378      Branch: perl
35379            ! lib/Symbol.pm lib/Symbol.t
35380 ____________________________________________________________________________
35381 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
35382         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
35383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35384              Date: Sun, 4 Nov 2001 22:28:57 +0100
35385              Message-ID: <20011104222857.C696@rafael>
35386      Branch: perl
35387            ! pod/perldebug.pod pod/perlpodspec.pod
35388 ____________________________________________________________________________
35389 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
35390         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
35391      Branch: perl
35392            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
35393 ____________________________________________________________________________
35394 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
35395         Log: Math::Big* test tweaks to work better with core:
35396              but the coast still not clear.
35397      Branch: perl
35398            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
35399            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35400 ____________________________________________________________________________
35401 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
35402         Log: Protect against high load: measure how much wall
35403              clock time went by while sleeping.  Avoids some
35404              false negatives, while may introduce some false
35405              positives.  Life is hard.
35406      Branch: perl
35407            ! ext/Time/HiRes/HiRes.t
35408 ____________________________________________________________________________
35409 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
35410         Log: More forgotten from #12843.
35411      Branch: perl
35412            ! lib/Math/BigInt/t/bigfltpm.inc
35413 ____________________________________________________________________________
35414 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
35415         Log: Forgot from #12843.
35416      Branch: perl
35417            + lib/Math/BigInt/t/bigintpm.inc
35418            ! MANIFEST
35419 ____________________________________________________________________________
35420 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
35421         Log: Upgrade to Math::BigInt 1.45; from Tels.
35422              NOTE: some of the tests are failing but that's because
35423              the core integration is not yet done.
35424      Branch: perl
35425            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35426            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35427            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35428            - lib/Math/BigInt/t/Math/Subclass.pm
35429            - lib/Math/BigInt/t/subclass.t
35430            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
35431            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
35432            ! lib/Math/BigInt/t/mbimbf.t
35433 ____________________________________________________________________________
35434 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
35435         Log: VMS: adds capability to control more configuration stuff with
35436              -D and -U switches; parsing config.sh to extract previous config
35437              info in VMS-form, and a rewrite of the "prompt/response" routine;
35438              from Charles Lane.
35439      Branch: perl
35440            ! configure.com
35441 ____________________________________________________________________________
35442 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
35443         Log: Subject: Typo correction in perldebguts.pod
35444              From: mjd@plover.com
35445              Date: 4 Nov 2001 16:20:05 -0000
35446              Message-ID: <20011104162005.16699.qmail@plover.com>
35447      Branch: perl
35448            ! pod/perldebguts.pod
35449 ____________________________________________________________________________
35450 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
35451         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
35452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35453              Date: Sun, 4 Nov 2001 11:47:30 +0100
35454              Message-ID: <20011104114730.A715@rafael>
35455              
35456              Remove -T from the test, wrong place for that.
35457      Branch: perl
35458            ! lib/File/Temp/t/mktemp.t
35459 ____________________________________________________________________________
35460 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
35461         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
35462              From: Nicholas Clark <nick@ccl4.org>
35463              Date: Sun, 4 Nov 2001 10:41:24 +0000
35464              Message-ID: <20011104104123.U20123@plum.flirble.org>
35465      Branch: perl
35466            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
35467 ____________________________________________________________________________
35468 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
35469         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35470              From: Michael G Schwern <schwern@pobox.com>
35471              Date: Sat, 3 Nov 2001 15:41:47 -0500
35472              Message-ID: <20011103154147.C600@blackrider>
35473      Branch: perl
35474            ! lib/Term/Cap.t
35475 ____________________________________________________________________________
35476 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
35477         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
35478              From: "Craig A. Berry" <craigberry@mac.com>     
35479              Date: Sat, 03 Nov 2001 16:02:28 -0600
35480              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
35481      Branch: perl
35482            ! ext/Time/HiRes/HiRes.t
35483 ____________________________________________________________________________
35484 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
35485         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35486              From: "chromatic" <chromatic@rmci.net>
35487              Date: Sat, 03 Nov 2001 12:28:17 -0700
35488              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
35489      Branch: perl
35490            ! lib/Term/Cap.t
35491 ____________________________________________________________________________
35492 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
35493         Log: Don't bother doing POSIX charclass parsing if it
35494              possibly cannot be so.  Prepares way for charclass
35495              syntax like [[abc]||[def]] (or just [[abc][def]])
35496              for union, [[\w]&&[$a]] for intersection,
35497              and [[a-z]&&[^def]] for subtraction.
35498              
35499              Currently /[[a]/ (or /[a[]/) parses as a character
35500              class containing two characters, "[" and "a",
35501              this may have to be broken for the syntax described
35502              above, otherwise we would have to scan the whole pattern
35503              to find out whether the square brackets match pairwise.
35504              Luckily, the special case of "[" doesn't seem to be
35505              documented (as opposed to "]" and "-"), so we may have
35506              better story for breaking it...  One can always use \[
35507              if one wants a literal "[", so there.
35508      Branch: perl
35509            ! regcomp.c
35510 ____________________________________________________________________________
35511 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
35512         Log: Comment correction.
35513      Branch: perl
35514            ! regcomp.c
35515 ____________________________________________________________________________
35516 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
35517         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
35518              The latter is a RedHatism.
35519      Branch: perl
35520            ! lib/ExtUtils/MakeMaker.pm
35521 ____________________________________________________________________________
35522 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
35523         Log: Integrate perlio:
35524              
35525              [ 12830]
35526              Fix clone_leak problem.
35527              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35528              as vestige of calling PerlLIO_dup().
35529              
35530              [ 12829]
35531              Tweaks attempting to locate Doug's clone_leak leak.
35532              - add some PerlIO_debug()
35533              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35534              - Even if it closing stdout etc. do a fflush()
35535      Branch: perl
35536           !> perlio.c
35537 ____________________________________________________________________________
35538 [ 12831] By: nick                                  on 2001/11/03  11:42:15
35539         Log: Integrate mainline
35540      Branch: perlio
35541           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
35542           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35543           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
35544           !> sv.c t/test.pl
35545 ____________________________________________________________________________
35546 [ 12830] By: nick                                  on 2001/11/03  10:27:34
35547         Log: Fix clone_leak problem.
35548              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35549              as vestige of calling PerlLIO_dup().
35550      Branch: perlio
35551            ! perlio.c
35552 ____________________________________________________________________________
35553 [ 12829] By: nick                                  on 2001/11/03  09:40:46
35554         Log: Tweaks attempting to locate Doug's clone_leak leak.
35555              - add some PerlIO_debug()
35556              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35557              - Even if it closing stdout etc. do a fflush()
35558      Branch: perlio
35559            ! perlio.c
35560 ____________________________________________________________________________
35561 [ 12828] By: nick                                  on 2001/11/03  08:34:31
35562         Log: Integrate mainline
35563      Branch: perlio
35564           !> (integrate 54 files)
35565 ____________________________________________________________________________
35566 [ 12827] By: ams                                   on 2001/11/03  03:45:19
35567         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
35568              remove this later). Based on a patch from Robert Spier in
35569              <15330.61459.14452.795263@rls.cx>.
35570      Branch: perl
35571            ! sv.c
35572 ____________________________________________________________________________
35573 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
35574         Log: microperl sync.
35575      Branch: perl
35576            ! doio.c perl.c perl.h perlio.c regexec.c
35577 ____________________________________________________________________________
35578 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
35579         Log: Definitions for the Unicode Newline Guidelines.
35580      Branch: perl
35581            ! perl.h
35582 ____________________________________________________________________________
35583 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
35584         Log: (retracted by #12871)
35585              
35586              There is no csh of any kind in default BeOS.
35587              For the purposes of miniperl globbing, bash
35588              will do.
35589      Branch: perl
35590            ! hints/beos.sh
35591 ____________________________________________________________________________
35592 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
35593         Log: Integrate change #12820 from macperl to maint and blead;
35594              
35595              Fix up (dynaloading) to work properly with multiplicity
35596      Branch: maint-5.6/perl
35597           !> ext/DynaLoader/dl_mac.xs
35598      Branch: perl
35599           !> ext/DynaLoader/dl_mac.xs
35600 ____________________________________________________________________________
35601 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
35602         Log: Several fixes for various exit problems and clearing out
35603              task queue, as well as another (incomplete) go at
35604              fixing error message handling
35605      Branch: maint-5.6/macperl
35606            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
35607 ____________________________________________________________________________
35608 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
35609         Log: Add source files for bleadperl builds
35610      Branch: maint-5.6/macperl
35611            ! macos/Makefile.mk
35612 ____________________________________________________________________________
35613 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
35614         Log: Fix up to work properly with multiplicity
35615      Branch: maint-5.6/macperl
35616            ! ext/DynaLoader/dl_mac.xs
35617 ____________________________________________________________________________
35618 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
35619         Log: Integrate with maintperl.
35620      Branch: maint-5.6/macperl
35621           +> t/op/system.t t/op/system_tests
35622           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
35623           !> pod/perltodo.pod util.c win32/win32.c
35624 ____________________________________________________________________________
35625 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
35626         Log: Locate _PATH_LOG if it's a socket even if not #defined
35627              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
35628              via Nick Clark.
35629      Branch: perl
35630            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35631 ____________________________________________________________________________
35632 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
35633         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
35634              From: Michael G Schwern <schwern@pobox.com>
35635              Date: Fri, 2 Nov 2001 15:36:41 -0500
35636              Message-ID: <20011102153641.E23234@blackrider>
35637      Branch: perl
35638            ! t/test.pl
35639 ____________________________________________________________________________
35640 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
35641         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
35642              From: merlyn@stonehenge.com (Randal L. Schwartz)
35643              Date: 02 Nov 2001 09:33:34 -0800
35644              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
35645              
35646              (two of the changes)
35647              
35648              Better coexistence with extensions.
35649      Branch: perl
35650            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35651 ____________________________________________________________________________
35652 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35653         Log: Subject: Re: [PATCH] the the double double word word fix fix
35654              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35655              Date: Fri, 02 Nov 2001 19:43:07 +0100
35656              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35657      Branch: perl
35658            ! pod/perldebug.pod
35659 ____________________________________________________________________________
35660 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35661         Log: Update Changes.
35662      Branch: perl
35663            ! Changes patchlevel.h
35664 ____________________________________________________________________________
35665 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35666         Log: More encoding testing.
35667      Branch: perl
35668            ! lib/encoding.pm lib/encoding.t
35669 ____________________________________________________________________________
35670 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35671         Log: Slight modification of #12811.
35672      Branch: perl
35673            ! op.c
35674 ____________________________________________________________________________
35675 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35676         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35677              From: Radu Greab <radu@netsoft.ro>
35678              Date: Fri, 2 Nov 2001 15:28:58 +0200
35679              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35680      Branch: perl
35681            ! op.c t/op/stat.t
35682 ____________________________________________________________________________
35683 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35684         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35686              Date: Thu, 1 Nov 2001 22:35:50 +0100
35687              Message-ID: <20011101223550.A10849@rafael>
35688      Branch: perl
35689            ! lib/ExtUtils/Embed.t
35690 ____________________________________________________________________________
35691 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35692         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35693              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35694              Date: 2 Nov 2001 14:48:51 -0000
35695              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35696      Branch: perl
35697            ! lib/File/Find.pm
35698 ____________________________________________________________________________
35699 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35700         Log: Add documentation.
35701      Branch: perl
35702            ! embed.pl pod/perlapi.pod utf8.c
35703 ____________________________________________________________________________
35704 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35705         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35706              a more useful mapping for caseless aka case-ignoring than
35707              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35708              algorithm for creating the foldings uses equivalence classes,
35709              see http://www.unicode.org/unicode/reports/tr21/
35710              Hopefully this feature will be used in //i.
35711              (The folding tables were introduced by #12689.)
35712      Branch: perl
35713            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35714            ! utf8.c
35715 ____________________________________________________________________________
35716 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35717         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35718              From: "Craig A. Berry" <craigberry@mac.com>
35719              Date: Fri, 02 Nov 2001 00:03:52 -0600
35720              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35721      Branch: perl
35722            ! lib/AutoSplit.t
35723 ____________________________________________________________________________
35724 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35725         Log: Subject: Trivial doc patch
35726              From: andreas.koenig@anima.de (Andreas J. Koenig)
35727              Date: 02 Nov 2001 06:11:35 +0100
35728              Message-ID: <m37kt94v08.fsf@anima.de>
35729      Branch: perl
35730            ! pod/perlport.pod
35731 ____________________________________________________________________________
35732 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35733         Log: Make encoding and charnames pragmas coexist.
35734      Branch: perl
35735            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35736 ____________________________________________________________________________
35737 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35738         Log: The basic character classes seem to go untested with Unicode.
35739      Branch: perl
35740            ! t/op/pat.t
35741 ____________________________________________________________________________
35742 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35743         Log: Subject: [PATCH] the the double double word word fix fix
35744              From: Richard Soderberg <rs@oregonnet.com>
35745              Date: Thu, 1 Nov 2001 13:12:03 -0800
35746              Message-Id: <200111012112.NAA23288@oregonnet.com>
35747              
35748              Subject: Re: [PATCH] the the double double word word fix fix
35749              From: Mark-Jason Dominus <mjd@plover.com>
35750              Date: Thu, 01 Nov 2001 16:43:40 -0500
35751              Message-Id: <20011101214340.2044.qmail@plover.com>
35752              
35753              Subject: Re: [PATCH] the the double double word word fix fix
35754              From: Mark-Jason Dominus <mjd@plover.com>
35755              Date: Thu, 01 Nov 2001 16:51:39 -0500
35756              Message-Id: <20011101215139.2196.qmail@plover.com>
35757      Branch: perl
35758            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35759            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
35760            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
35761            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
35762            ! pod/perltodo.pod pod/perlxstut.pod
35763 ____________________________________________________________________________
35764 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
35765         Log: Comment tweaks.
35766      Branch: perl
35767            ! toke.c
35768 ____________________________________________________________________________
35769 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
35770         Log: FAQ sync.
35771      Branch: perl
35772            ! pod/perlfaq9.pod
35773 ____________________________________________________________________________
35774 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
35775         Log: If an encoding is set by -M/-m, it must be in
35776              effect only for the actual script, not any other
35777              required/-M/-m'ed module, otherwise we enter a nasty
35778              recursion in regexec.c while trying to init the simple
35779              UTF-8 charclasses like PL_utf8_alnum.
35780      Branch: perl
35781            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
35782 ____________________________________________________________________________
35783 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
35784         Log: A bit more descriptive name.
35785      Branch: perl
35786            ! mg.c
35787 ____________________________________________________________________________
35788 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
35789         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
35790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35791              Date: Wed, 31 Oct 2001 13:47:04 EST
35792              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
35793      Branch: perl
35794            ! ext/Time/HiRes/HiRes.t
35795 ____________________________________________________________________________
35796 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
35797         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
35798              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35799              Date: Wed, 31 Oct 2001 13:43:29 EST
35800              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
35801      Branch: perl
35802            ! mg.c
35803 ____________________________________________________________________________
35804 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
35805         Log: Subject: [PATCH] Various test cleanups
35806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35807              Date: Tue, 30 Oct 2001 21:56:26 +0100
35808              Message-ID: <20011030215626.A28503@rafael>
35809      Branch: perl
35810            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35811            ! ext/DB_File/t/db-recno.t ext/Encode.t
35812 ____________________________________________________________________________
35813 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
35814         Log: Update Changes.
35815      Branch: perl
35816            ! Changes patchlevel.h
35817 ____________________________________________________________________________
35818 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
35819         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
35820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
35821              Date: Wed, 31 Oct 2001 17:16:39 +0100
35822              Message-ID: <20011031171639.A32511@rafael>
35823      Branch: perl
35824            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
35825 ____________________________________________________________________________
35826 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
35827         Log: Skip message nit.
35828      Branch: perl
35829            ! t/io/fs.t
35830 ____________________________________________________________________________
35831 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
35832         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
35833              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35834              Date: 31 Oct 2001 14:49:37 -0000
35835              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
35836      Branch: perl
35837            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
35838 ____________________________________________________________________________
35839 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
35840         Log: Extend the effect of the encoding pragma to chr() and ord().
35841              
35842              TODO: regex literals, reentrancy problems with the utf8
35843              and charnames pragmas.
35844      Branch: perl
35845            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
35846 ____________________________________________________________________________
35847 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
35848         Log: Doc tweaks.
35849      Branch: perl
35850            ! lib/encoding.pm
35851 ____________________________________________________________________________
35852 [ 12788] By: nick                                  on 2001/10/31  08:59:56
35853         Log: Integrate mainline
35854      Branch: perlio
35855           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
35856           !> (integrate 49 files)
35857 ____________________________________________________________________________
35858 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
35859         Log: Forgot new proto.
35860      Branch: perl
35861            ! proto.h
35862 ____________________________________________________________________________
35863 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
35864         Log: Clarification: use encoding cannot be used to
35865              change the default encoding of "your whole script";
35866              only the default encoding of the *data*.  Also, it
35867              seems that "use encoding" does not mix with "use utf8"
35868              (a coredumping recursion ensues).  Should not be a huge
35869              problem since "use utf8" is pretty marginal nowadays.
35870      Branch: perl
35871            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
35872 ____________________________________________________________________________
35873 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
35874         Log: More documentation for the encode pragma.
35875      Branch: perl
35876            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
35877            ! pod/perlapi.pod pod/perlunicode.pod sv.c
35878 ____________________________________________________________________________
35879 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
35880         Log: Thinko in #12783.
35881      Branch: perl
35882            ! sv.c
35883 ____________________________________________________________________________
35884 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
35885         Log: Make sv_recode_to_utf8() a real API: the encoding
35886              is a parameter, instead of a global.  Document the
35887              PERL_ENCODING.
35888      Branch: perl
35889            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
35890            ! toke.c
35891 ____________________________________________________________________________
35892 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
35893         Log: Enable -Mencoding=foobar also for string literals.
35894      Branch: perl
35895            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
35896            ! pod/perlapi.pod proto.h sv.c toke.c
35897 ____________________________________________________________________________
35898 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
35899         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35900              From: Andy Dougherty <doughera@lafayette.edu>
35901              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
35902              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
35903      Branch: perl
35904            ! ext/POSIX/hints/svr4.pl
35905 ____________________________________________________________________________
35906 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
35907         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
35908              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35909              Date: Mon, 29 Oct 2001 23:11:58 -0000
35910              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35911              
35912              Add compat.h.
35913      Branch: perl
35914            ! lib/h2xs.t utils/h2xs.PL
35915 ____________________________________________________________________________
35916 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
35917         Log: Subject: PerlIOBuf_dup
35918              From: Nicholas Clark <nick@ccl4.org>              
35919              Date: Mon, 29 Oct 2001 21:52:35 +0000             
35920              Message-ID: <20011029215235.K41204@plum.flirble.org>
35921              
35922              Add prototype.
35923      Branch: perl
35924            ! perliol.h
35925 ____________________________________________________________________________
35926 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35927         Log: Subject: [PATCH] Make malloc.c errors more useful
35928              From: Richard Soderberg <rs@oregonnet.com>
35929              Date: Mon, 29 Oct 2001 22:28:02 -0800
35930              Message-Id: <200110300628.WAA11025@oregonnet.com>
35931      Branch: perl
35932            ! malloc.c
35933 ____________________________________________________________________________
35934 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35935         Log: Retract #12776 - the bug 19990906.001 is still valid.
35936      Branch: perl
35937            ! t/run/kill_perl.t
35938 ____________________________________________________________________________
35939 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35940         Log: (Retracted by #12777)
35941              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35942              From: Michael G Schwern <schwern@pobox.com> 
35943              Date: Mon, 29 Oct 2001 23:01:08 -0500
35944              Message-ID: <20011029230108.G18053@blackrider>
35945      Branch: perl
35946            ! t/run/kill_perl.t
35947 ____________________________________________________________________________
35948 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35949         Log: Comment nits.
35950      Branch: perl
35951            ! lib/encoding.t
35952 ____________________________________________________________________________
35953 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35954         Log: integrate change#12772 from mainline
35955              
35956              Subject: [PATCH] Mommy, what's a pointer cast?
35957      Branch: maint-5.6/perl
35958            ! perl.h
35959 ____________________________________________________________________________
35960 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35961         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35962              From: Richard Soderberg <rs@oregonnet.com>
35963              Date: Mon, 29 Oct 2001 17:01:10 -0800
35964              Message-Id: <200110300101.RAA31561@oregonnet.com>
35965              
35966              (threads* parts)
35967      Branch: perl
35968            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35969 ____________________________________________________________________________
35970 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35971         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35972              From: Richard Soderberg <rs@oregonnet.com>
35973              Date: Mon, 29 Oct 2001 17:01:10 -0800
35974              Message-Id: <200110300101.RAA31561@oregonnet.com>
35975              
35976              (the perl.h part)
35977      Branch: perl
35978            ! perl.h
35979 ____________________________________________________________________________
35980 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35981         Log: Subject: [PATCH] OpenBSD likes signal.h 
35982              From: Richard Soderberg <rs@oregonnet.com>
35983              Date: Mon, 29 Oct 2001 17:00:31 -0800
35984              Message-Id: <200110300100.RAA31533@oregonnet.com>
35985      Branch: perl
35986            ! unixish.h
35987 ____________________________________________________________________________
35988 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35989         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35990              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35991              Date: Mon, 29 Oct 2001 23:04:23 -0000
35992              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35993      Branch: perl
35994            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35995            ! ext/DB_File/t/db-recno.t
35996 ____________________________________________________________________________
35997 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35998         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35999              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36000              Date: Mon, 29 Oct 2001 12:34:07 -0600
36001              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
36002      Branch: perl
36003            ! ext/Time/HiRes/HiRes.t
36004 ____________________________________________________________________________
36005 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
36006         Log: Update Changes.
36007      Branch: perl
36008            ! Changes patchlevel.h
36009 ____________________________________________________________________________
36010 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
36011         Log: AIX needs an explicit symbol export list.
36012      Branch: perl
36013            ! lib/ExtUtils/Embed.t
36014 ____________________________________________________________________________
36015 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
36016         Log: The test (and the module) would require some
36017              quality hacking time to work on EBCDIC.  Based on
36018              the test results nothing seems to be majorly broken,
36019              the module just seems to have strange assumptions:
36020              got: ''\226\225\205'
36021              expected: ''one'
36022              The \226\225\205 being, of course, 'one', in EBCDIC.
36023      Branch: perl
36024            ! lib/Dumpvalue.t
36025 ____________________________________________________________________________
36026 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
36027         Log: Mark the test known to be failing in EBCDIC.
36028      Branch: perl
36029            ! t/op/tr.t
36030 ____________________________________________________________________________
36031 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
36032         Log: None of the libnet modules are going to work in
36033              EBCDIC without the Convert::EBCDIC.
36034      Branch: perl
36035            ! t/lib/1_compile.t
36036 ____________________________________________________________________________
36037 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
36038         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
36039      Branch: perl
36040            ! t/op/pack.t
36041 ____________________________________________________________________________
36042 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
36043         Log: UTF-EBCDIC ain't UTF-8.
36044      Branch: perl
36045            ! t/op/pack.t
36046 ____________________________________________________________________________
36047 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
36048         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
36049      Branch: perl
36050            ! t/lib/1_compile.t
36051 ____________________________________________________________________________
36052 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
36053         Log: Let's not assume ASCII.
36054      Branch: perl
36055            ! t/op/lc.t
36056 ____________________________________________________________________________
36057 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
36058         Log: Call the new perlio symbols differently.
36059      Branch: perl
36060            ! makedef.pl
36061 ____________________________________________________________________________
36062 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
36063         Log: Don't expect ASCII ordering.
36064      Branch: perl
36065            ! lib/ExtUtils/Manifest.t
36066 ____________________________________________________________________________
36067 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
36068         Log: Forgot from #12756.
36069      Branch: perl
36070            ! perlio.h
36071 ____________________________________________________________________________
36072 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
36073         Log: BeOS tweaks:
36074              - fseeko and ftello can be found by Configure but
36075              we do not seem to have prototypes for them so
36076              let's make up some
36077              - BeOS didn't use to have real sockets (sockets as
36078              filedescriptors) but the BONE package is supposed
36079              to fix this.  I do not know how to detect BONEness,
36080              see hints/beos.sh for a spot that needs to fixed.
36081              - BeOS has O_TEXT != O_BINARY but has no setmode()
36082      Branch: perl
36083            ! hints/beos.sh perlio.c
36084 ____________________________________________________________________________
36085 [ 12755] By: sky                                   on 2001/10/29  12:56:12
36086         Log: Ugly fix to not die when a thread creator is holding locks.
36087      Branch: perl
36088            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36089            ! ext/threads/threads.xs
36090 ____________________________________________________________________________
36091 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
36092         Log: Integrate change #12752 from maintperl;
36093              
36094              croak(Nullch) wasn't printing the contents of ERRSV if there was
36095              no outer eval (bug in change#6125)
36096      Branch: perl
36097           !> util.c
36098 ____________________________________________________________________________
36099 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
36100         Log: Subject: [PATCH h2xs] Use of static data in XS modules
36101              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36102              Date: Sun, 28 Oct 2001 21:19:07 -0000
36103              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
36104              
36105              with nits from Sarathy.
36106      Branch: perl
36107            ! utils/h2xs.PL
36108 ____________________________________________________________________________
36109 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
36110         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
36111              no outer eval (bug in change#6125)
36112      Branch: maint-5.6/perl
36113            ! util.c
36114 ____________________________________________________________________________
36115 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
36116         Log: More todo for the encoding pragma.
36117      Branch: perl
36118            ! lib/encoding.pm
36119 ____________________________________________________________________________
36120 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
36121         Log: Add the encoding pragma to control the "upgrade"
36122              from the native eight bit data to Unicode.
36123              
36124              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
36125      Branch: perl
36126            + lib/encoding.pm lib/encoding.t
36127            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
36128            ! pod/perlunicode.pod pod/perlvar.pod sv.c
36129 ____________________________________________________________________________
36130 [ 12749] By: sky                                   on 2001/10/28  21:02:33
36131         Log: Update documentation.
36132      Branch: perl
36133            ! ext/threads/shared/shared.pm
36134 ____________________________________________________________________________
36135 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
36136         Log: Integrate change #12747 from maintperl;
36137              
36138              finishing touches to system() fixes on windows:
36139              * detect cmd shell correctly even if it had full path in it
36140              * more quoting needed for single-arg system if the argument
36141              really had multiple quoted arguments within it
36142              * be smarter about not calling the shell when the executable
36143              has spaces, but otherwise does not need shell involvement
36144              * add a testsuite (windows-specific currently)
36145      Branch: perl
36146           +> t/op/system.t t/op/system_tests
36147            ! MANIFEST pod/perltodo.pod
36148           !> win32/win32.c
36149 ____________________________________________________________________________
36150 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
36151         Log: finishing touches to system() fixes on windows:
36152              * detect cmd shell correctly even if it had full path in it
36153              * more quoting needed for single-arg system if the argument
36154              really had multiple quoted arguments within it
36155              * be smarter about not calling the shell when the executable
36156              has spaces, but otherwise does not need shell involvement
36157              * add a testsuite (windows-specific currently)
36158      Branch: maint-5.6/perl
36159            + t/op/system.t t/op/system_tests
36160            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
36161 ____________________________________________________________________________
36162 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
36163         Log: Integrate perlio:
36164              
36165              [ 12745]
36166              Mingw32 fixup for Embed.t
36167              
36168              [ 12744]
36169              GCC vs MS 64-bit constant syntax
36170      Branch: perl
36171           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
36172 ____________________________________________________________________________
36173 [ 12745] By: nick                                  on 2001/10/28  16:08:14
36174         Log: Mingw32 fixup for Embed.t
36175      Branch: perlio
36176            ! lib/ExtUtils/Embed.t
36177 ____________________________________________________________________________
36178 [ 12744] By: nick                                  on 2001/10/28  15:54:14
36179         Log: GCC vs MS 64-bit constant syntax
36180      Branch: perlio
36181            ! ext/Time/HiRes/HiRes.xs
36182 ____________________________________________________________________________
36183 [ 12743] By: nick                                  on 2001/10/28  15:42:55
36184         Log: Integrate mainline
36185      Branch: perlio
36186           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
36187 ____________________________________________________________________________
36188 [ 12742] By: sky                                   on 2001/10/28  14:47:10
36189         Log: Manpage updates.
36190      Branch: perl
36191            ! ext/threads/threads.pm
36192 ____________________________________________________________________________
36193 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
36194         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
36195      Branch: perl
36196            ! lib/ExtUtils/Embed.t
36197 ____________________________________________________________________________
36198 [ 12740] By: nick                                  on 2001/10/28  14:14:24
36199         Log: Integrate mainline
36200      Branch: perlio
36201           !> lib/ExtUtils/Embed.t win32/win32.c
36202 ____________________________________________________________________________
36203 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
36204         Log: Need to be ./executed.
36205      Branch: perl
36206            ! lib/ExtUtils/Embed.t
36207 ____________________________________________________________________________
36208 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
36209         Log: Integrate perlio:
36210              
36211              [ 12737]
36212              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36213              by gcc -xc++.
36214              
36215              [ 12736]
36216              Have :stdio layer update an honour the fd refcnt table.
36217              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36218      Branch: perl
36219           !> perlio.c win32/win32.h
36220 ____________________________________________________________________________
36221 [ 12737] By: nick                                  on 2001/10/28  13:53:45
36222         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36223              by gcc -xc++.
36224      Branch: perlio
36225            ! win32/win32.h
36226 ____________________________________________________________________________
36227 [ 12736] By: nick                                  on 2001/10/28  13:50:50
36228         Log: Have :stdio layer update an honour the fd refcnt table.
36229              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36230      Branch: perlio
36231            ! perlio.c
36232 ____________________________________________________________________________
36233 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
36234         Log: Integrate changes #12724 and #12725 from maintperl;
36235              multiarg system now works.
36236      Branch: perl
36237           !> win32/win32.c
36238 ____________________________________________________________________________
36239 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
36240         Log: Integrate perlio:
36241              
36242              [ 12733]
36243              Use fd refcounts to solve the problem highlighted by new Embed.t, at
36244              least for PERLIO=perlio unthreaded case
36245              
36246              [ 12732]
36247              Typo in exe name
36248              
36249              [ 12730]
36250              Fixup Embed.t for Win32/VC++
36251              
36252              [ 12729]
36253              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36254              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36255              ExtUtils::Embed.
36256              
36257              [ 12711]
36258              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36259              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36260              
36261              [ 12557]
36262              All tests pass (legitimately) on ithreads
36263              
36264              [ 12555]
36265              Restore non-ithreads build. Interestingly binmode test passes
36266              non-ithreads - so crlf layer is not damaged and ithreads fail
36267              is a symptom ...
36268              
36269              [ 12552]
36270              Win32 PerlIO_cleanup special cases should no longer be required.
36271              
36272              [ 12551]
36273              Multiple win32io.o is fatal for GCC (and noise with VC++)
36274              
36275              [ 12547]
36276              Convert rest of PerlIO's memory tables to per-interp and add clone functions
36277              for them. Call explicit cleanup during destruct process.
36278              - one binmode test is failing
36279              - also ext/threads/t/basic.t fails under make test, and is noisy under
36280              harness. (Threads results are intermingled and don't match order expected.)
36281              
36282              [ 12544]
36283              PerlIO layer table as PL_perlio (per-interpreter)
36284              
36285              [ 12541]
36286              Fix typos in new locking on MemShared
36287              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36288              - seems to make segfaults more deterministic - suspect they are 
36289              attempt to free() after Interp and Host have gone.
36290              
36291              [ 12540]
36292              Remove the MemShared re-#define (again)
36293              
36294              [ 12539]
36295              Use locks on MemShared
36296      Branch: perl
36297           +> lib/ExtUtils/Embed.t
36298           !> MANIFEST perlio.c
36299 ____________________________________________________________________________
36300 [ 12733] By: nick                                  on 2001/10/28  13:07:16
36301         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
36302              least for PERLIO=perlio unthreaded case
36303      Branch: perlio
36304            ! perlio.c
36305 ____________________________________________________________________________
36306 [ 12732] By: nick                                  on 2001/10/28  11:10:24
36307         Log: Typo in exe name
36308      Branch: perlio
36309            ! lib/ExtUtils/Embed.t
36310 ____________________________________________________________________________
36311 [ 12731] By: nick                                  on 2001/10/28  11:09:59
36312         Log: Integrate Mainline
36313      Branch: perlio
36314           !> Changes configure.com ext/DB_File/DB_File.pm
36315           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
36316           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
36317           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
36318           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
36319           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
36320           !> t/TEST t/op/regexp.t win32/buildext.pl
36321 ____________________________________________________________________________
36322 [ 12730] By: nick                                  on 2001/10/28  11:05:35
36323         Log: Fixup Embed.t for Win32/VC++
36324      Branch: perlio
36325            ! lib/ExtUtils/Embed.t
36326 ____________________________________________________________________________
36327 [ 12729] By: nick                                  on 2001/10/28  09:36:20
36328         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36329              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36330              ExtUtils::Embed.
36331      Branch: perlio
36332            + lib/ExtUtils/Embed.t
36333            ! MANIFEST
36334 ____________________________________________________________________________
36335 [ 12728] By: sky                                   on 2001/10/28  08:12:53
36336         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
36337              line manually!
36338      Branch: perl
36339            ! lib/ExtUtils/xsubpp
36340 ____________________________________________________________________________
36341 [ 12727] By: sky                                   on 2001/10/28  08:02:09
36342         Log: And here we use the prototypes.
36343      Branch: perl
36344            ! ext/threads/shared/shared.xs
36345 ____________________________________________________________________________
36346 [ 12726] By: sky                                   on 2001/10/28  08:00:48
36347         Log: Support [] style prototypes.
36348      Branch: perl
36349            ! lib/ExtUtils/xsubpp
36350 ____________________________________________________________________________
36351 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
36352         Log: yet another multi-arg system() fix on windows: batch files as the
36353              first argument (i.e. directly executed by CreateProcess()) need
36354              extra quoting to escape shell-shock
36355      Branch: maint-5.6/perl
36356            ! win32/win32.c
36357 ____________________________________________________________________________
36358 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
36359         Log: another multi-arg system() fix on windows: passing empty arguments
36360              now works
36361      Branch: maint-5.6/perl
36362            ! win32/win32.c
36363 ____________________________________________________________________________
36364 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
36365         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
36366              No final #else #error because we do not seem to
36367              be using #error?
36368      Branch: perl
36369            ! op.h
36370 ____________________________________________________________________________
36371 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
36372         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
36373              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
36374              Date: Sat, 27 Oct 2001 23:28:44 EST 
36375              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
36376      Branch: perl
36377            ! ext/Time/HiRes/HiRes.xs
36378 ____________________________________________________________________________
36379 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
36380         Log: Regen perlapi, perltoc.
36381      Branch: perl
36382            ! pod/perlapi.pod pod/perltoc.pod
36383 ____________________________________________________________________________
36384 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
36385         Log: Subject: [PATCH] sv.h documentation
36386              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
36387              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
36388              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
36389      Branch: perl
36390            ! sv.h
36391 ____________________________________________________________________________
36392 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
36393         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
36394              system("nmake -nologo", "clean") and there is no executable
36395              called "nmake -nologo"; this used to "work" pre-change#12559 due
36396              to bugs in multiarg system() that have since been fixed
36397      Branch: perl
36398            ! win32/buildext.pl
36399 ____________________________________________________________________________
36400 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
36401         Log: Update Changes.
36402      Branch: perl
36403            ! Changes patchlevel.h
36404 ____________________________________________________________________________
36405 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
36406         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
36407              From: Richard.Foley@t-online.de (Richard Foley)            
36408              Date: Sun, 28 Oct 2001 00:48:32 +0200
36409              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
36410      Branch: perl
36411            ! pod/perlhack.pod
36412 ____________________________________________________________________________
36413 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
36414         Log: Must store pointers with the right width.
36415      Branch: perl
36416            ! op.h
36417 ____________________________________________________________________________
36418 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
36419         Log: Integrate change #12711 from perlio;
36420              
36421              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36422              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36423      Branch: perl
36424           !> perlio.c
36425 ____________________________________________________________________________
36426 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
36427         Log: Subject: [PATCH] make minitest
36428              From: Nicholas Clark <nick@ccl4.org>
36429              Date: Sat, 27 Oct 2001 22:56:16 +0100
36430              Message-ID: <20011027225616.L20275@plum.flirble.org>
36431      Branch: perl
36432            ! t/TEST
36433 ____________________________________________________________________________
36434 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
36435         Log: Patch #12661 missed this.
36436      Branch: perl
36437            ! ext/DB_File/DB_File.pm
36438 ____________________________________________________________________________
36439 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
36440         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
36441              From: "Craig A. Berry" <craigberry@mac.com>
36442              Date: Sat, 27 Oct 2001 16:07:47 -0500
36443              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
36444      Branch: perl
36445            ! configure.com perlio.c
36446 ____________________________________________________________________________
36447 [ 12711] By: nick                                  on 2001/10/27  19:49:25
36448         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36449              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36450      Branch: perlio
36451            ! perlio.c
36452 ____________________________________________________________________________
36453 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
36454         Log: Let's not replace reason if there's one already supplied.
36455      Branch: perl
36456            ! t/op/regexp.t
36457 ____________________________________________________________________________
36458 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
36459         Log: is not good.
36460      Branch: perl
36461            ! t/op/regexp.t
36462 ____________________________________________________________________________
36463 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
36464         Log: ldlibpth can exist but be unset.
36465      Branch: perl
36466            ! t/TEST
36467 ____________________________________________________________________________
36468 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
36469         Log: Unicode: property alias naming cleanup.
36470      Branch: perl
36471            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
36472 ____________________________________________________________________________
36473 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
36474         Log: FAQ sync.
36475      Branch: perl
36476            ! pod/perlfaq4.pod
36477 ____________________________________________________________________________
36478 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
36479         Log: Integrate change #12703 from maintperl;
36480              
36481              typemap stuff intervenes before declaration, move it to PREINIT
36482              section
36483              
36484              (an empty integrate, but now the files are in sync
36485              between the branches)
36486      Branch: perl
36487           !> ext/ODBM_File/ODBM_File.xs
36488 ____________________________________________________________________________
36489 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
36490         Log: More PerlIO symbols.
36491      Branch: perl
36492            ! makedef.pl
36493 ____________________________________________________________________________
36494 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
36495         Log: typemap stuff intervenes before declaration, move it to PREINIT
36496              section
36497      Branch: maint-5.6/perl
36498            ! ext/ODBM_File/ODBM_File.xs
36499 ____________________________________________________________________________
36500 [ 12702] By: nick                                  on 2001/10/27  14:09:35
36501         Log: Integrate mainline
36502      Branch: perlio
36503           +> ext/threads/shared/t/av_simple.t
36504           +> ext/threads/shared/t/hv_refs.t
36505           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
36506           !> (integrate 109 files)
36507 ____________________________________________________________________________
36508 [ 12700] By: ams                                   on 2001/10/26  21:22:23
36509         Log: Subject: [PATCH] tweak divide
36510              From: Nicholas Clark <nick@ccl4.org>
36511              Date: Fri, 26 Oct 2001 22:52:17 +0100
36512              Message-Id: <20011026225217.B20275@plum.flirble.org>
36513      Branch: perl
36514            ! pp.c
36515 ____________________________________________________________________________
36516 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
36517         Log: Integrate a buncha things from maintperl.
36518      Branch: maint-5.6/macperl
36519           !> (integrate 32 files)
36520 ____________________________________________________________________________
36521 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
36522         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
36523              From: Andy Dougherty <doughera@lafayette.edu>
36524              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
36525              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
36526      Branch: perl
36527            ! hints/svr4.sh
36528 ____________________________________________________________________________
36529 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
36530         Log: When you're root, many things become writable.
36531      Branch: perl
36532            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
36533 ____________________________________________________________________________
36534 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
36535         Log: Update Changes.
36536      Branch: perl
36537            ! Changes patchlevel.h
36538 ____________________________________________________________________________
36539 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
36540         Log: Term/Cap.t attempts to access the floppy drive for no good reason
36541              on dosish systems
36542      Branch: perl
36543            ! lib/Term/Cap.t
36544 ____________________________________________________________________________
36545 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
36546         Log: fix misleading comment on known inadequacy in B::Terse, and skip
36547              it correctly
36548      Branch: perl
36549            ! ext/B/t/terse.t
36550 ____________________________________________________________________________
36551 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
36552         Log: fix spurious AutoSplit.t failure under windows
36553      Branch: perl
36554            ! lib/AutoSplit.t
36555 ____________________________________________________________________________
36556 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
36557         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
36558      Branch: perl
36559            ! ext/Time/HiRes/HiRes.t
36560 ____________________________________________________________________________
36561 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
36562         Log: More logical to use %04"UVXf" than %"UVuf" since
36563              the Unicode standard prefers hex.
36564      Branch: perl
36565            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
36566            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36567            ! lib/unicore/mktables utf8.c
36568 ____________________________________________________________________________
36569 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
36570         Log: change#12065 seems to have broken Encode build on windows; fix
36571      Branch: perl
36572            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
36573 ____________________________________________________________________________
36574 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
36575         Log: Unicode: add the case folding table.
36576      Branch: perl
36577            + lib/unicore/To/Fold.pl
36578            ! MANIFEST lib/unicore/mktables
36579 ____________________________________________________________________________
36580 [ 12688] By: sky                                   on 2001/10/26  13:51:29
36581         Log: Get the new functions right, do not export lock since we use builtin lock.
36582              TODO: fix xsubpp to support the new prototypes
36583      Branch: perl
36584            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36585 ____________________________________________________________________________
36586 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
36587         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
36588              as suggested by Sarathy.
36589      Branch: perl
36590            ! mg.c
36591 ____________________________________________________________________________
36592 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
36593         Log: avoid compiler warning
36594      Branch: perl
36595            ! win32/win32.c
36596 ____________________________________________________________________________
36597 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
36598         Log: WinCE update from Rainer Keuchel.
36599      Branch: perl
36600            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
36601            ! wince/wince.c
36602 ____________________________________________________________________________
36603 [ 12684] By: sky                                   on 2001/10/26  13:34:33
36604         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
36605      Branch: perl
36606            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36607 ____________________________________________________________________________
36608 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
36609         Log: More fixes that were made to the core and not in the libnet src
36610      Branch: perl
36611            ! lib/Net/Domain.pm
36612 ____________________________________________________________________________
36613 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
36614         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
36615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
36616              Date: Fri, 26 Oct 2001 13:55:21 +0200
36617              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
36618              
36619              (plus make the db-recno.t#59 accept both \n and \r\n)
36620      Branch: perl
36621            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36622            ! ext/DB_File/t/db-recno.t
36623 ____________________________________________________________________________
36624 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
36625         Log: Fix tests to be able to run in the core and the CPAN dist
36626      Branch: perl
36627            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36628            ! lib/Net/t/require.t lib/Net/t/smtp.t
36629 ____________________________________________________________________________
36630 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
36631         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
36632              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36633              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
36634              Date: Fri, 26 Oct 2001 08:34:46 EDT
36635      Branch: perl
36636            ! ext/Time/HiRes/HiRes.t
36637 ____________________________________________________________________________
36638 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
36639         Log: Sync libnet modules with what will be libnet-1.08
36640      Branch: perl
36641            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
36642            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
36643            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
36644            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
36645 ____________________________________________________________________________
36646 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
36647         Log: Integrate maintperl changes #12268 and #12669;
36648              
36649              final touches to the audit for statics and thread-unsafe code
36650              * make DB_File, ODBM_File thread-safe 
36651              * remove unnecessary/dangerous statics and protect others
36652              from not getting accidentally enabled under threaded perls
36653              
36654              windows support functions get_childdir() et al aren't exported
36655              correctly under vanilla build
36656              
36657              Testing under win32 appreciated since changes there had
36658              to be manually merged and I cannot test how badly did I do.
36659      Branch: perl
36660           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36661           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36662           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36663           !> win32/vmem.h win32/win32.c win32/win32iop.h
36664 ____________________________________________________________________________
36665 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36666         Log: More Config::threads to threads::threads changes
36667      Branch: perl
36668            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36669 ____________________________________________________________________________
36670 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36671         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36672      Branch: perl
36673            ! ext/threads/threads.pm ext/threads/threads.xs
36674 ____________________________________________________________________________
36675 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36676         Log: Allocing a TLS in runtime is not too hot.
36677      Branch: perl
36678            ! ext/threads/threads.xs
36679 ____________________________________________________________________________
36680 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36681         Log: Don't display debug data.
36682      Branch: perl
36683            ! ext/threads/threads.pm
36684 ____________________________________________________________________________
36685 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36686         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36687              complete bar support for blessed objects.
36688              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36689      Branch: perl
36690            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36691 ____________________________________________________________________________
36692 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36693         Log: Fix case where shared reference does not exist in current thread.
36694      Branch: perl
36695            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36696 ____________________________________________________________________________
36697 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36698         Log: Support for references in shared arrays.
36699      Branch: perl
36700            ! ext/threads/shared/shared.xs
36701 ____________________________________________________________________________
36702 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36703         Log: Add tests for references in hashes.
36704      Branch: perl
36705            + ext/threads/shared/t/hv_refs.t
36706            ! MANIFEST
36707 ____________________________________________________________________________
36708 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36709         Log: windows support functions get_childdir() et al aren't exported
36710              correctly under vanilla build
36711      Branch: maint-5.6/perl
36712            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36713 ____________________________________________________________________________
36714 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36715         Log: final touches to the audit for statics and thread-unsafe code
36716              * make DB_File, ODBM_File thread-safe 
36717              * remove unnecessary/dangerous statics and protect others
36718              from not getting accidentally enabled under threaded perls
36719      Branch: maint-5.6/perl
36720            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36721            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36722            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36723            ! win32/win32.c
36724 ____________________________________________________________________________
36725 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36726         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36727              From: "Richard Soderberg" <rs@crystalflame.net>
36728              Date: Thu, 25 Oct 2001 23:42:50 -0400
36729              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36730      Branch: perl
36731            ! sharedsv.c
36732 ____________________________________________________________________________
36733 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36734         Log: Integrate change #12664 from maintperl;
36735              
36736              the newest GCCs don't seem to like C<"string1"##STRING2>
36737              so keep it as C<"string1" STRING2> (latter appears to
36738              work everywhere)
36739      Branch: perl
36740           !> ext/DynaLoader/dlutils.c
36741 ____________________________________________________________________________
36742 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36743         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36744              From: Chris Nandor <pudge@pobox.com>
36745              Date: Thu, 25 Oct 2001 22:15:03 -0400
36746              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36747      Branch: perl
36748            ! perl.h
36749 ____________________________________________________________________________
36750 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36751         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36752              C<"string1" STRING2> (latter appears to work everywhere)
36753      Branch: maint-5.6/perl
36754            ! ext/DynaLoader/dlutils.c
36755 ____________________________________________________________________________
36756 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36757         Log: AUTHORS update.
36758      Branch: perl
36759            ! AUTHORS
36760 ____________________________________________________________________________
36761 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
36762         Log: Integrate change #12660 from maintperl;
36763              
36764              make the dMY_CXT stuff available under all of
36765              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36766      Branch: perl
36767           !> perl.h
36768 ____________________________________________________________________________
36769 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
36770         Log: Subject: [PATCH] DB_File-1.79
36771              From: "Paul Marquess" <paul.marquess@openwave.com>
36772              Date: Fri, 26 Oct 2001 00:03:54 +0100
36773              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
36774      Branch: perl
36775            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
36776            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
36777 ____________________________________________________________________________
36778 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
36779         Log: make the dMY_CXT stuff available under all of
36780              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36781      Branch: maint-5.6/perl
36782            ! perl.h
36783 ____________________________________________________________________________
36784 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
36785         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
36786              From: Michael G Schwern <schwern@pobox.com>
36787              Date: Thu, 25 Oct 2001 18:28:12 -0400
36788              Message-ID: <20011025182812.M4811@blackrider>
36789      Branch: perl
36790            ! t/run/kill_perl.t
36791 ____________________________________________________________________________
36792 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
36793         Log: STRLEN != int.
36794      Branch: perl
36795            ! regcomp.c regexec.c
36796 ____________________________________________________________________________
36797 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
36798         Log: Subject: [PATCH] remove small IVop redundancy
36799              From: Nicholas Clark <nick@ccl4.org>
36800              Date: Thu, 25 Oct 2001 22:48:28 +0100
36801              Message-ID: <20011025224827.M66471@plum.flirble.org>
36802      Branch: perl
36803            ! pp.c pp_hot.c
36804 ____________________________________________________________________________
36805 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
36806         Log: Metaconfig unit change for #12655.
36807      Branch: metaconfig/U/perl
36808            ! Extensions.U
36809 ____________________________________________________________________________
36810 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
36811         Log: Subject: Re: Not OK @12650
36812              From: Andy Dougherty <doughera@lafayette.edu>
36813              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
36814              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
36815      Branch: perl
36816            ! Configure
36817 ____________________________________________________________________________
36818 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
36819         Log: Integrate changes #12652 and #12653 from maintperl;
36820              
36821              more tweaks to change#12626
36822              * move the boilerplate code over to perl.h and make DynaLoader
36823              use it
36824              * make re, Opcode, File::Glob and B threadsafe
36825              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36826              C<no re;> anywhere)
36827              
36828              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36829              
36830              File::Glob required a bit more work in bleadperl
36831              because of ExtUtils::Constant (see the Makefile.PL change)
36832      Branch: perl
36833            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
36834           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36835           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36836 ____________________________________________________________________________
36837 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
36838         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36839      Branch: maint-5.6/perl
36840            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36841            ! ext/Opcode/Opcode.xs ext/re/re.xs
36842 ____________________________________________________________________________
36843 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
36844         Log: more tweaks to change#12626
36845              * move the boilerplate code over to perl.h and make DynaLoader
36846              use it
36847              * make re, Opcode, File::Glob and B threadsafe
36848              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36849              C<no re;> anywhere)
36850      Branch: maint-5.6/perl
36851            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36852            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36853 ____________________________________________________________________________
36854 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
36855         Log: Metaconfig unit change for #12650.
36856      Branch: metaconfig/U/perl
36857            ! Extensions.U
36858 ____________________________________________________________________________
36859 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
36860         Log: Subject: Re: ithreads doesn't like usedl=n
36861              From: Andy Dougherty <doughera@lafayette.edu>
36862              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
36863              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
36864              
36865              Special-case threads::shared.
36866      Branch: perl
36867            ! Configure
36868 ____________________________________________________________________________
36869 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
36870         Log: Getting fancier...
36871      Branch: perl
36872            ! t/TEST
36873 ____________________________________________________________________________
36874 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
36875         Log: csh - what a pain.
36876      Branch: perl
36877            ! t/TEST
36878 ____________________________________________________________________________
36879 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
36880         Log: Update Changes.
36881      Branch: perl
36882            ! Changes patchlevel.h
36883 ____________________________________________________________________________
36884 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
36885         Log: Allow resetting the locale system for the duration
36886              of the build (Mac OS X default setting LANG=En_US
36887              ist kaputt)
36888      Branch: perl
36889            ! Makefile.SH
36890 ____________________________________________________________________________
36891 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
36892         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
36893      Branch: perl
36894            ! ext/Digest/MD5/t/files.t
36895 ____________________________________________________________________________
36896 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
36897         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
36898              From: Andy Dougherty <doughera@lafayette.edu>
36899              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
36900              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
36901      Branch: perl
36902            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
36903            ! ext/threads/shared/Makefile.PL
36904 ____________________________________________________________________________
36905 [ 12643] By: sky                                   on 2001/10/25  12:28:26
36906         Log: Add support for reference members of hashes.
36907      Branch: perl
36908            ! ext/threads/shared/shared.xs
36909 ____________________________________________________________________________
36910 [ 12642] By: ams                                   on 2001/10/25  12:21:13
36911         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
36912              From: "Norton Allen" <nort@qnx.com>
36913              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
36914              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
36915      Branch: perl
36916            ! ext/Digest/MD5/MD5.xs
36917 ____________________________________________________________________________
36918 [ 12641] By: sky                                   on 2001/10/25  10:27:39
36919         Log: Tests shared hashes.
36920      Branch: perl
36921            + ext/threads/shared/t/hv_simple.t
36922            ! MANIFEST
36923 ____________________________________________________________________________
36924 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36925         Log: Fix threadcounts for arrays and hashes.
36926      Branch: perl
36927            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36928 ____________________________________________________________________________
36929 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36930         Log: Note to self, doing *src_ary++ in a macro that evaluates
36931              the value more than once is a good way to dump core.
36932      Branch: perl
36933            ! sharedsv.c
36934 ____________________________________________________________________________
36935 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36936         Log: Integrate change #12636 from maintperl; more dl fixups.
36937      Branch: perl
36938           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36939           !> ext/DynaLoader/dl_vms.xs
36940 ____________________________________________________________________________
36941 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36942         Log: Like dl_hpux, like dl_dld.
36943      Branch: perl
36944            ! ext/DynaLoader/dl_dld.xs
36945 ____________________________________________________________________________
36946 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36947         Log: followups to change#12635
36948      Branch: maint-5.6/perl
36949            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36950            ! ext/DynaLoader/dl_vms.xs
36951 ____________________________________________________________________________
36952 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36953         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36954              in maint-5.6 doesn't have the branch that had the problem in
36955              mainline
36956      Branch: maint-5.6/perl
36957            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36958 ____________________________________________________________________________
36959 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36960         Log: Fixes for #12627.
36961      Branch: perl
36962            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36963 ____________________________________________________________________________
36964 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36965         Log: Since pv_uni_display and sv_uni_display are now used
36966              in the re extension, their symbols have to be exported.
36967      Branch: perl
36968            ! embed.pl global.sym
36969 ____________________________________________________________________________
36970 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36971         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36972              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36973              Date: Tue, 23 Oct 2001 21:40:33 EDT
36974              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36975      Branch: perl
36976            ! configure.com
36977 ____________________________________________________________________________
36978 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36979         Log: This takes care of some of the re 'debug' cases but
36980              not all cases since the information whether the pattern
36981              or the target are utf8 seems to be either lost or not
36982              spread widely enough, sigh.
36983      Branch: perl
36984            ! regcomp.c
36985 ____________________________________________________________________________
36986 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36987         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36988              From: John Peacock <jpeacock@rowman.com>
36989              Date: Wed, 24 Oct 2001 16:53:29 -0400
36990              Message-ID: <3BD72A49.1508D152@rowman.com>
36991      Branch: perl
36992            ! configure.com
36993 ____________________________________________________________________________
36994 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36995         Log: Upgrade NetWare and WinCE as in #12626.
36996      Branch: perl
36997            ! NetWare/dl_netware.xs wince/dl_win32.xs
36998 ____________________________________________________________________________
36999 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
37000         Log: Tru64 compiler nit.
37001      Branch: perl
37002            ! ext/threads/shared/shared.xs
37003 ____________________________________________________________________________
37004 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
37005         Log: Integrate change #12626 from maintperl;
37006              make DynaLoader threadsafe by moving all statics into
37007              interpreter-local space
37008              
37009              TODO: Netware, OS/2, WinCE
37010      Branch: perl
37011           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
37012           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
37013           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
37014           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
37015           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
37016           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
37017           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
37018 ____________________________________________________________________________
37019 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
37020         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
37021              space
37022      Branch: maint-5.6/perl
37023            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
37024            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
37025            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
37026            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
37027            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
37028            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
37029            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
37030 ____________________________________________________________________________
37031 [ 12625] By: sky                                   on 2001/10/24  20:05:26
37032         Log: Change #12623 inflicted an infinite hang. Fixed.
37033      Branch: perl
37034            ! ext/threads/shared/shared.xs
37035 ____________________________________________________________________________
37036 [ 12624] By: sky                                   on 2001/10/24  19:06:55
37037         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
37038      Branch: perl
37039            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37040 ____________________________________________________________________________
37041 [ 12623] By: sky                                   on 2001/10/24  18:06:34
37042         Log: We need to do sharedsv_find in the original perl context.
37043      Branch: perl
37044            ! ext/threads/shared/shared.xs
37045 ____________________________________________________________________________
37046 [ 12622] By: sky                                   on 2001/10/24  17:26:51
37047         Log: Add support for basic support for AVs, references not supported yet.
37048              Add test for AVs.
37049              Add more tests to sv_refs
37050              Fix documentation issues.  
37051      Branch: perl
37052            + ext/threads/shared/t/av_simple.t
37053            ! MANIFEST ext/threads/shared/shared.pm
37054            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
37055 ____________________________________________________________________________
37056 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
37057         Log: Dump Unicode better for re 'debug'.  The regprop()
37058              is unfinished since have to figure out how to detect
37059              Unicodeness in there.
37060      Branch: perl
37061            ! regcomp.c regexec.c
37062 ____________________________________________________________________________
37063 [ 12620] By: sky                                   on 2001/10/24  13:18:07
37064         Log: Add support for finding shared arrays and hashes.
37065      Branch: perl
37066            ! sharedsv.c
37067 ____________________________________________________________________________
37068 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
37069         Log: Rewrite sv_uni_display() as pv_uni_display() as
37070              reimplement sv_uni_display() using that.
37071      Branch: perl
37072            ! dump.c embed.h embed.pl proto.h
37073 ____________________________________________________________________________
37074 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
37075         Log: Integrate change #12615 from maintperl;
37076              on Windows, IO::File::new_tmpfile() fails after being called
37077              32767 times because MSVCRT thinks stdio's TMP_MAX is a
37078              process-wide limit
37079      Branch: perl
37080           !> win32/win32.c
37081 ____________________________________________________________________________
37082 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
37083         Log: Don't try to print ints as IVs.
37084      Branch: perl
37085            ! ext/Time/HiRes/HiRes.xs
37086 ____________________________________________________________________________
37087 [ 12616] By: sky                                   on 2001/10/24  11:06:35
37088         Log: We only need to fetch the SV from the backend if the index
37089              is not the same as mg_private.     In theory this could be
37090              a problem if there are an exact multiple of U16 changes
37091              of a shared variable between two access in a given thread,
37092              we choose to avoid theory for now.
37093      Branch: perl
37094            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
37095 ____________________________________________________________________________
37096 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
37097         Log: on Windows, IO::File::new_tmpfile() fails after being called
37098              32767 times because MSVCRT thinks stdio's TMP_MAX is a
37099              process-wide limit
37100      Branch: maint-5.6/perl
37101            ! win32/win32.c
37102 ____________________________________________________________________________
37103 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
37104         Log: Negation and Unicode: sort of solves 20010303.010,
37105              except not quite like reported in the Subject
37106              (Perl_warner is still utf8-ignorant).
37107      Branch: perl
37108            ! pp.c t/lib/warnings/sv
37109 ____________________________________________________________________________
37110 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
37111         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
37112      Branch: perl
37113            ! sv.c t/lib/warnings/sv
37114 ____________________________________________________________________________
37115 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
37116         Log: sv_uni_display(): do not add the "...", let the caller
37117              do it if wanted, and be prepared for more display options.
37118      Branch: perl
37119            ! dump.c embed.h embed.pl proto.h
37120 ____________________________________________________________________________
37121 [ 12611] By: nick                                  on 2001/10/23  20:28:07
37122         Log: Integrate mainline
37123      Branch: perlio
37124           !> Changes configure.com cygwin/cygwin.c
37125           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
37126           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
37127           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
37128           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
37129           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
37130           !> utils/h2xs.PL utils/perldoc.PL
37131 ____________________________________________________________________________
37132 [ 12610] By: sky                                   on 2001/10/23  19:39:24
37133         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
37134              don't call themselves READONLY but still die with modification
37135              attempt. We only call bless for ext and umagic.
37136      Branch: perl
37137            ! sv.c
37138 ____________________________________________________________________________
37139 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
37140         Log: Croak() on negative time; doc tweaks.
37141      Branch: perl
37142            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37143            ! ext/Time/HiRes/HiRes.xs
37144 ____________________________________________________________________________
37145 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
37146         Log: FAQ sync.
37147      Branch: perl
37148            ! pod/perlfaq4.pod pod/perlfaq7.pod
37149 ____________________________________________________________________________
37150 [ 12607] By: sky                                   on 2001/10/23  18:27:27
37151         Log: Call setmagic on the referent we are blessing.
37152      Branch: perl
37153            ! sv.c
37154 ____________________________________________________________________________
37155 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
37156         Log: Small test nits.
37157      Branch: perl
37158            ! t/op/lc.t
37159 ____________________________________________________________________________
37160 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
37161         Log: Update Changes.
37162      Branch: perl
37163            ! Changes patchlevel.h
37164 ____________________________________________________________________________
37165 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
37166         Log: Make the PerlIO_init() prototypes consistent.
37167      Branch: perl
37168            ! perlio.c
37169 ____________________________________________________________________________
37170 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
37171         Log: Upping the test count is a good idea.
37172      Branch: perl
37173            ! t/op/lc.t
37174 ____________________________________________________________________________
37175 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
37176         Log: Document the final sigma spot.
37177      Branch: perl
37178            ! pp.c
37179 ____________________________________________________________________________
37180 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
37181         Log: Fix multicharacter titlecase (ucfirst).
37182      Branch: perl
37183            ! pod/perlunicode.pod pp.c t/op/lc.t
37184 ____________________________________________________________________________
37185 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
37186         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
37187              From: Mikhail Zabaluev <mhz@alt-linux.org>
37188              Date: Tue, 23 Oct 2001 10:40:37 +0400
37189              Message-ID: <20011023104037.A12761@localhost.localdomain>
37190              
37191              (#12406 replaced with this)
37192      Branch: perl
37193            ! utils/perldoc.PL
37194 ____________________________________________________________________________
37195 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
37196         Log: MacOS Classic updates from Pudge.
37197      Branch: perl
37198            ! lib/File/Spec.t lib/File/Spec/Mac.pm
37199 ____________________________________________________________________________
37200 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
37201         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
37202              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37203              Date: Sun, 14 Oct 2001 23:14:46 +0200
37204              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
37205              
37206              except for the 2->4 changes.
37207      Branch: perl
37208            ! lib/AutoSplit.t
37209 ____________________________________________________________________________
37210 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
37211         Log: integrate macperl contents into maint-5.6
37212      Branch: maint-5.6/perl
37213            ! mg.c
37214           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
37215           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
37216           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
37217           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37218           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
37219           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
37220           !> t/lib/filefind.t t/lib/filespec.t
37221 ____________________________________________________________________________
37222 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
37223         Log: At some point the #6234 has been lost from the mainline
37224              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
37225      Branch: perl
37226            ! lib/File/Spec/Win32.pm
37227 ____________________________________________________________________________
37228 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
37229         Log: Cygwin seems to round up (or closest, but not down)
37230              for time(), so half of the time (bad pun intended)
37231              Time::HiRes::time() is less than time(), half of
37232              the time it's more.  So let's try harder in the loop.
37233      Branch: perl
37234            ! ext/Time/HiRes/HiRes.t
37235 ____________________________________________________________________________
37236 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
37237         Log: MacOS Classic timeofday(), from Chris Nandor. 
37238      Branch: perl
37239            ! ext/Time/HiRes/HiRes.xs
37240 ____________________________________________________________________________
37241 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
37242         Log: Integrate changes #12580 and #12581 from macperl;
37243              
37244              Fix path construction.
37245              
37246              (Copyright) Nit.
37247      Branch: perl
37248           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
37249 ____________________________________________________________________________
37250 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
37251         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
37252              doesn't seem to help (the error being output to console, maybe?)
37253      Branch: perl
37254            ! lib/Net/Domain.pm
37255 ____________________________________________________________________________
37256 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
37257         Log: Taint the getcwd() result also in Cygwin.
37258              (TODO: which other platforms need the same thing?)
37259      Branch: perl
37260            ! cygwin/cygwin.c
37261 ____________________________________________________________________________
37262 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
37263         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
37264      Branch: perl
37265            ! t/op/taint.t
37266 ____________________________________________________________________________
37267 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
37268         Log: getpwuid() fragility continues.
37269      Branch: perl
37270            ! utils/h2xs.PL
37271 ____________________________________________________________________________
37272 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
37273         Log: getpwuid() might succeed but that's no guarantee
37274              that the $home will be defined.
37275      Branch: perl
37276            ! ext/File/Glob/t/basic.t
37277 ____________________________________________________________________________
37278 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
37279         Log: It's safer to to expand the variable, too... (see #12571)
37280      Branch: perl
37281            ! t/TEST
37282 ____________________________________________________________________________
37283 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
37284         Log: Integrate with maintperl.
37285      Branch: maint-5.6/macperl
37286           !> win32/bin/pl2bat.pl win32/win32.c
37287 ____________________________________________________________________________
37288 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
37289         Log: Oops, forgot to include Win32 ... just as well, since it
37290              seems in bleadperl, change #7764 was not included
37291              (adding C:\temp).  Re-added.  Rip it back out if it
37292              doesn't belong.  :-)
37293      Branch: maint-5.6/macperl
37294            ! lib/File/Spec/Win32.pm
37295 ____________________________________________________________________________
37296 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
37297         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
37298              From: "Craig A. Berry" <craigberry@mac.com>
37299              Date: Mon, 22 Oct 2001 15:25:19 -0500
37300              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
37301      Branch: perl
37302            ! configure.com
37303 ____________________________________________________________________________
37304 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
37305         Log: Add in lots of File::Spec changes, from Thomas Wegner,
37306              and sync with changes from bleadperl.
37307      Branch: maint-5.6/macperl
37308            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
37309            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37310            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37311            ! lib/File/Spec/Win32.pm t/lib/filespec.t
37312 ____________________________________________________________________________
37313 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
37314         Log: Sync with latest File::Find and tests from bleadperl.
37315      Branch: maint-5.6/macperl
37316            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
37317 ____________________________________________________________________________
37318 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
37319         Log: Nit.
37320      Branch: maint-5.6/macperl
37321            ! perl.c
37322 ____________________________________________________________________________
37323 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
37324         Log: Fix path construction.
37325      Branch: maint-5.6/macperl
37326            ! ext/DynaLoader/DynaLoader_pm.PL
37327 ____________________________________________________________________________
37328 [ 12579] By: nick                                  on 2001/10/22  19:08:35
37329         Log: Integrate mainline (for Arthurs thread.xs fix)
37330      Branch: perlio
37331           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
37332 ____________________________________________________________________________
37333 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
37334         Log: Fix up exported symbols, move relevant docs
37335              over from macperl.pod.
37336      Branch: maint-5.6/macperl
37337            ! macos/ext/MacPerl/MacPerl.pm
37338 ____________________________________________________________________________
37339 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
37340         Log: Make ADDRESS called optionally as a method.
37341      Branch: maint-5.6/macperl
37342            ! macos/lib/Mac/Glue.pm
37343 ____________________________________________________________________________
37344 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
37345         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
37346              Apple event.
37347      Branch: maint-5.6/macperl
37348            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
37349            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
37350            ! macos/macperl/MPTerminology.aete
37351 ____________________________________________________________________________
37352 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
37353         Log: Clean up some build utilities. Change Entab to Duplicate;
37354              fix docs and error reporting; improve macify() of paths;
37355              remove requirement for Exporter.pm presence.
37356      Branch: maint-5.6/macperl
37357            ! macos/InstallBLIB macos/MacPerlTests.cmd
37358            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
37359 ____________________________________________________________________________
37360 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
37361         Log: Sync Time::HiRes with bleadperl
37362      Branch: maint-5.6/macperl
37363            ! macos/bundled_ext/Time/HiRes/HiRes.pm
37364            ! macos/bundled_ext/Time/HiRes/HiRes.t
37365            ! macos/bundled_ext/Time/HiRes/HiRes.xs
37366 ____________________________________________________________________________
37367 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
37368         Log: Fix up Changes
37369      Branch: maint-5.6/macperl
37370            ! macos/Changes
37371 ____________________________________________________________________________
37372 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
37373         Log: A user might belong to only a single group
37374              (the group equal to the group id).
37375      Branch: perl
37376            ! t/op/groups.t
37377 ____________________________________________________________________________
37378 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
37379         Log: Prepending (instead of replacing with) the pwd is safer. 
37380      Branch: perl
37381            ! t/TEST
37382 ____________________________________________________________________________
37383 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
37384         Log: Be more robust if no hostname or domainname
37385              (especially the latter)
37386      Branch: perl
37387            ! lib/Net/Domain.pm
37388 ____________________________________________________________________________
37389 [ 12569] By: sky                                   on 2001/10/22  17:41:07
37390         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
37391      Branch: perl
37392            ! ext/threads/threads.xs
37393 ____________________________________________________________________________
37394 [ 12568] By: nick                                  on 2001/10/22  16:31:24
37395         Log: Integrate mainline
37396      Branch: perlio
37397           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
37398           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37399           +> ext/threads/shared/t/sv_refs.t
37400           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
37401            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37402            - lib/unicore/To/SpecUpper.pl
37403           !> (integrate 42 files)
37404 ____________________________________________________________________________
37405 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
37406         Log: Update Changes.
37407      Branch: perl
37408            ! Changes patchlevel.h
37409 ____________________________________________________________________________
37410 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
37411         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
37412              From: Michael G Schwern <schwern@pobox.com>
37413              Date: Mon, 22 Oct 2001 03:48:38 -0400
37414              Message-ID: <20011022034838.B1676@blackrider>
37415      Branch: perl
37416            ! pod/perlvar.pod
37417 ____________________________________________________________________________
37418 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
37419         Log: Pod nits, as suggested by Stas Bekman.
37420      Branch: perl
37421            ! ext/threads/shared/shared.pm ext/threads/threads.pm
37422 ____________________________________________________________________________
37423 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
37424         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
37425              From: "Paul Marquess" <paul.marquess@openwave.com> 
37426              Date: Sun, 21 Oct 2001 21:11:15 +0100
37427              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
37428      Branch: perl
37429            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37430            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
37431            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
37432            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
37433            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
37434            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
37435            ! ext/SDBM_File/sdbm.t
37436 ____________________________________________________________________________
37437 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
37438         Log: Integrate change #12559 from maintperl;
37439              various fixes for system() and backticks under windows
37440      Branch: perl
37441           !> win32/win32.c
37442 ____________________________________________________________________________
37443 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
37444         Log: Integrate change #12560 from maintperl;
37445              make pl2bat use %0 rather than "%0" (the latter fails to work
37446              in a lot of common cases)
37447      Branch: perl
37448           !> win32/bin/pl2bat.pl
37449 ____________________________________________________________________________
37450 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
37451         Log: Integrate changes #12549 and #12550 from maintperl;
37452              
37453              readline() doesn't work with our variables; it confuses them with
37454              my variables (change#4227 was incomplete)
37455      Branch: perl
37456            ! t/lib/strict/vars
37457           !> t/base/rs.t toke.c
37458 ____________________________________________________________________________
37459 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
37460         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
37461              in a lot of common cases)
37462      Branch: maint-5.6/perl
37463            ! win32/bin/pl2bat.pl
37464 ____________________________________________________________________________
37465 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
37466         Log: various fixes for system() and backticks under windows:
37467              
37468              * avoid munging whitespace that is passed within quotes
37469              * work around a cmd.exe misfeature that made multi-arg
37470              system() unreliable when there is more than one quoted
37471              argument
37472              * make multi-arg system() autoquote arguments as needed
37473              before passing them to the shell (this avoids having to
37474              second guess the shell quoting)
37475              * perl's -Dp switch can be used to trace the innards
37476      Branch: maint-5.6/perl
37477            ! win32/win32.c
37478 ____________________________________________________________________________
37479 [ 12558] By: nick                                  on 2001/10/22  08:58:42
37480         Log: Integrate ithreads buffer flush fix from perlio
37481      Branch: perl
37482           !> ext/threads/t/basic.t perl.c
37483 ____________________________________________________________________________
37484 [ 12557] By: nick                                  on 2001/10/22  08:35:09
37485         Log: All tests pass (legitimately) on ithreads
37486      Branch: perlio
37487            ! ext/threads/t/basic.t perl.c
37488 ____________________________________________________________________________
37489 [ 12556] By: nick                                  on 2001/10/22  06:51:22
37490         Log: Integrate non-ithreads fix to mainline
37491      Branch: perl
37492           !> perlio.c
37493 ____________________________________________________________________________
37494 [ 12555] By: nick                                  on 2001/10/22  06:48:33
37495         Log: Restore non-ithreads build. Interestingly binmode test passes
37496              non-ithreads - so crlf layer is not damaged and ithreads fail
37497              is a symptom ...
37498      Branch: perlio
37499            ! perlio.c
37500 ____________________________________________________________________________
37501 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
37502         Log: Integrate from perlio; restructuring.
37503      Branch: perl
37504           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37505           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
37506           !> win32/perlhost.h
37507 ____________________________________________________________________________
37508 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
37509         Log: Integrate from maintperl
37510              (Changes 12350, 12496, 12548, 12549, 12550)
37511      Branch: maint-5.6/macperl
37512           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
37513           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
37514 ____________________________________________________________________________
37515 [ 12552] By: nick                                  on 2001/10/21  19:18:12
37516         Log: Win32 PerlIO_cleanup special cases should no longer be required.
37517      Branch: perlio
37518            ! perl.c
37519 ____________________________________________________________________________
37520 [ 12551] By: nick                                  on 2001/10/21  19:16:56
37521         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
37522      Branch: perlio
37523            ! win32/makefile.mk
37524 ____________________________________________________________________________
37525 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
37526         Log: change#12549 wasn't aware of strictures
37527      Branch: maint-5.6/perl
37528            ! t/pragma/strict-vars toke.c
37529 ____________________________________________________________________________
37530 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
37531         Log: readline() doesn't work with our variables; it confuses them with
37532              my variables (change#4227 was incomplete)
37533      Branch: maint-5.6/perl
37534            ! t/base/rs.t toke.c
37535 ____________________________________________________________________________
37536 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
37537         Log: change#12220 appears to have pulled in a mainline change that
37538              isn't applicable to maint-5.6 (some platforms don't taint
37539              cwd)
37540      Branch: maint-5.6/perl
37541            ! t/lib/filefind-taint.t
37542 ____________________________________________________________________________
37543 [ 12547] By: nick                                  on 2001/10/21  17:15:54
37544         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
37545              for them. Call explicit cleanup during destruct process.
37546              - one binmode test is failing
37547              - also ext/threads/t/basic.t fails under make test, and is noisy under
37548              harness. (Threads results are intermingled and don't match order expected.)
37549      Branch: perlio
37550            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37551            ! perlio.h perliol.h pod/perlapi.pod sv.c
37552 ____________________________________________________________________________
37553 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
37554         Log: Implement multicharacter case mappings where a single
37555              Unicode character can be mapped into several.
37556      Branch: perl
37557            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37558            - lib/unicore/To/SpecUpper.pl
37559            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
37560            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
37561            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
37562            ! proto.h t/op/lc.t utf8.c
37563 ____________________________________________________________________________
37564 [ 12545] By: sky                                   on 2001/10/21  15:25:16
37565         Log: First support of threads::shared, support shared svs and references.
37566      Branch: perl
37567            + ext/threads/shared/Makefile.PL ext/threads/shared/README
37568            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37569            + ext/threads/shared/t/sv_refs.t
37570            + ext/threads/shared/t/sv_simple.t
37571            ! MANIFEST sharedsv.c
37572 ____________________________________________________________________________
37573 [ 12544] By: nick                                  on 2001/10/21  14:52:35
37574         Log: PerlIO layer table as PL_perlio (per-interpreter)
37575      Branch: perlio
37576            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
37577            ! pod/perlapi.pod sv.c
37578 ____________________________________________________________________________
37579 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
37580         Log: Prettyprinting.
37581      Branch: perl
37582            ! pod/perlunicode.pod
37583 ____________________________________________________________________________
37584 [ 12542] By: ams                                   on 2001/10/21  03:50:25
37585         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
37586              From: "Sean M. Burke" <sburke@cpan.org>
37587              Date: Sat, 20 Oct 2001 17:51:09 -0600
37588              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
37589      Branch: perl
37590            + pod/perlpodspec.pod
37591            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
37592            ! pod/perltoc.pod
37593 ____________________________________________________________________________
37594 [ 12541] By: nick                                  on 2001/10/20  22:23:53
37595         Log: Fix typos in new locking on MemShared
37596              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
37597              - seems to make segfaults more deterministic - suspect they are 
37598              attempt to free() after Interp and Host have gone.
37599      Branch: perlio
37600            ! perlio.c win32/perlhost.h
37601 ____________________________________________________________________________
37602 [ 12540] By: nick                                  on 2001/10/20  21:50:46
37603         Log: Remove the MemShared re-#define (again)
37604      Branch: perlio
37605            ! perlio.c
37606 ____________________________________________________________________________
37607 [ 12539] By: nick                                  on 2001/10/20  21:49:06
37608         Log: Use locks on MemShared
37609      Branch: perlio
37610            ! win32/perlhost.h
37611 ____________________________________________________________________________
37612 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
37613         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
37614              From: "chromatic" <chromatic@rmci.net>
37615              Date: Sat, 20 Oct 2001 11:13:47 -0600
37616              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
37617      Branch: perl
37618            ! installhtml
37619 ____________________________________________________________________________
37620 [ 12537] By: nick                                  on 2001/10/20  16:44:03
37621         Log: Integrate mainline
37622      Branch: perlio
37623           !> (integrate 48 files)
37624 ____________________________________________________________________________
37625 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
37626         Log: Update Changes.
37627      Branch: perl
37628            ! Changes patchlevel.h
37629 ____________________________________________________________________________
37630 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
37631         Log: Upgrade to podlators 1.11, from Russ Allbery.
37632      Branch: perl
37633            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37634            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37635            ! pod/pod2man.PL pod/pod2text.PL
37636 ____________________________________________________________________________
37637 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
37638         Log: Integrate perlio:
37639              
37640              [ 12532]
37641              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37642              Use for non-PERLIO fdupopen().
37643      Branch: perl
37644           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
37645 ____________________________________________________________________________
37646 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
37647         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
37648      Branch: perl
37649            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37650 ____________________________________________________________________________
37651 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37652         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37653              Use for non-PERLIO fdupopen().
37654      Branch: perlio
37655            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37656 ____________________________________________________________________________
37657 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37658         Log: Integrate perlio:
37659              
37660              [ 12530]
37661              Fixed in two places - p4 resolve
37662              
37663              [ 12529]
37664              Fix for ithreads/stdio build
37665              
37666              [ 12525]
37667              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37668              Perl_sv_setsv_flags directly.
37669              
37670              [ 12524]
37671              Add a new flag character 'm' to embed.pl set to represent
37672              "functions" which are really macros. Use it foe the troublesome
37673              sv_setsv() etc. macros in sv.h - changing latter to define
37674              sv_setsv rather than sv_setsv_macro etc.
37675              
37676              [ 12523]
37677              Add comments explaining why win32.h/embed.h are included where they are
37678              in perl.h 
37679              
37680              [ 12522]
37681              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37682              being used yet.
37683              
37684              [ 12511]
37685              Fix gross win32 build issues
37686      Branch: perl
37687           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37688           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37689           !> proto.h sv.h win32/win32io.c
37690 ____________________________________________________________________________
37691 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37692         Log: Fixed in two places - p4 resolve
37693      Branch: perlio
37694            ! perlsdio.h
37695 ____________________________________________________________________________
37696 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37697         Log: Fix for ithreads/stdio build
37698      Branch: perlio
37699            ! perlio.c perlsdio.h
37700 ____________________________________________________________________________
37701 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37702         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37703              From: Michael G Schwern <schwern@pobox.com>
37704              Date: Sat, 20 Oct 2001 01:41:21 -0400
37705              Message-Id: <20011020014121.I3681@blackrider>
37706      Branch: perl
37707            ! installman
37708 ____________________________________________________________________________
37709 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37710         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37711              From: Michael G Schwern <schwern@pobox.com>
37712              Date: Sat, 20 Oct 2001 02:04:21 -0400
37713              Message-Id: <20011020020421.A11732@blackrider>
37714      Branch: perl
37715            ! lib/Pod/Checker.pm
37716 ____________________________________________________________________________
37717 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37718         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37719              From: "chromatic" <chromatic@rmci.net>
37720              Date: Fri, 19 Oct 2001 22:46:39 -0600
37721              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37722      Branch: perl
37723            ! lib/Net/Config.pm
37724 ____________________________________________________________________________
37725 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37726         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37727              Perl_sv_setsv_flags directly.
37728      Branch: perlio
37729            ! ext/threads/threads.xs
37730 ____________________________________________________________________________
37731 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37732         Log: Add a new flag character 'm' to embed.pl set to represent
37733              "functions" which are really macros. Use it foe the troublesome
37734              sv_setsv() etc. macros in sv.h - changing latter to define
37735              sv_setsv rather than sv_setsv_macro etc.
37736      Branch: perlio
37737            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37738            ! pod/perlapi.pod proto.h sv.h
37739 ____________________________________________________________________________
37740 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37741         Log: Add comments explaining why win32.h/embed.h are included where they are
37742              in perl.h 
37743      Branch: perlio
37744            ! perl.h
37745 ____________________________________________________________________________
37746 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37747         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37748              being used yet.
37749      Branch: perlio
37750            ! win32/win32io.c
37751 ____________________________________________________________________________
37752 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37753         Log: Wording tweaks.
37754      Branch: perl
37755            ! t/TEST
37756 ____________________________________________________________________________
37757 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37758         Log: Subject: IO module with nonblocking socket connect patch 
37759              From: Raul Dias <raul@dias.com.br>
37760              Date: Fri, 19 Oct 2001 22:45:32 -0300
37761              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
37762      Branch: perl
37763            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37764 ____________________________________________________________________________
37765 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
37766         Log: Test vertical whitespace combined with /x in \p{}.
37767      Branch: perl
37768            ! t/op/pat.t
37769 ____________________________________________________________________________
37770 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
37771         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
37772              From: Gisle Aas <gisle@ActiveState.com> 
37773              Date: 19 Oct 2001 16:46:02 -0700
37774              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
37775      Branch: perl
37776            ! lib/ExtUtils/MakeMaker.pm
37777 ____________________________________________________________________________
37778 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
37779         Log: No more this symbol.
37780      Branch: perl
37781            ! makedef.pl
37782 ____________________________________________________________________________
37783 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
37784         Log: Integrate change #12511; fix gross win32 build issues.
37785      Branch: perl
37786           !> makedef.pl sv.c
37787 ____________________________________________________________________________
37788 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
37789         Log: Unpack in scalar context should return the first value
37790              returned in list context, as pointed out by Ton Hospel
37791              in 2001-05-21 (this is how it works already in blead,
37792              just adding the test).
37793      Branch: perl
37794            ! t/op/pack.t
37795 ____________________________________________________________________________
37796 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
37797         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
37798              From: "Craig A. Berry" <craigberry@mac.com>
37799              Date: Fri, 19 Oct 2001 16:59:30 -0500
37800              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
37801      Branch: perl
37802            ! utils/perldoc.PL
37803 ____________________________________________________________________________
37804 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
37805         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
37806              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37807              Date: Fri, 19 Oct 2001 17:45:23 EDT
37808              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
37809      Branch: perl
37810            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
37811            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
37812            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
37813            ! vms/vmsish.h
37814 ____________________________________________________________________________
37815 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
37816         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
37817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37818              Date: Fri, 19 Oct 2001 17:26:35 EDT
37819              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
37820      Branch: perl
37821            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
37822 ____________________________________________________________________________
37823 [ 12511] By: nick                                  on 2001/10/19  19:55:36
37824         Log: Fix gross win32 build issues
37825      Branch: perlio
37826            ! makedef.pl sv.c
37827 ____________________________________________________________________________
37828 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
37829         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
37830              From: David Dyck <dcd@tc.fluke.com>
37831              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
37832              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
37833      Branch: perl
37834            ! lib/File/Find.pm
37835 ____________________________________________________________________________
37836 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
37837         Log: Subject: Re: PerlIO and Encode
37838              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37839              Date: Tue, 16 Oct 2001 01:50:16 +0900
37840              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
37841      Branch: perl
37842            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
37843            ! ext/Encode/Encode/Tcl.t
37844 ____________________________________________________________________________
37845 [ 12508] By: ams                                   on 2001/10/19  17:59:16
37846         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
37847              (See #12499)
37848      Branch: perl
37849            ! pod/perlintro.pod
37850 ____________________________________________________________________________
37851 [ 12507] By: nick                                  on 2001/10/19  16:30:43
37852         Log: Integrate mainline
37853      Branch: perlio
37854           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37855           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37856           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37857           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37858           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37859           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37860           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37861           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
37862           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
37863           +> win32/config_H.win64
37864            - lib/Test/Utils.pm lib/unicore/mktables.PL
37865            - t/lib/Test/Simple/Catch/More.pm
37866           !> (integrate 84 files)
37867 ____________________________________________________________________________
37868 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
37869         Log: Retract the #10451 which seems to be the cause
37870              of the major leakage from while(){eval"sub{}"}
37871      Branch: perl
37872            ! op.c t/run/kill_perl.t
37873 ____________________________________________________________________________
37874 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
37875         Log: Regen toc.
37876      Branch: perl
37877            ! pod/perltoc.pod
37878 ____________________________________________________________________________
37879 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
37880         Log: Tiny tweaks.
37881      Branch: perl
37882            ! pod/perl.pod
37883 ____________________________________________________________________________
37884 [ 12503] By: ams                                   on 2001/10/19  13:34:24
37885         Log: Subject: Re: perlintro.pod
37886              From: Abe Timmerman <abe@ztreet.demon.nl>
37887              Date: Fri, 19 Oct 2001 14:12:40 +0200
37888              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
37889      Branch: perl
37890            ! pod/perlintro.pod
37891 ____________________________________________________________________________
37892 [ 12502] By: ams                                   on 2001/10/19  13:24:12
37893         Log: Slight reorganisation of references.
37894      Branch: perl
37895            ! pod/perl.pod
37896 ____________________________________________________________________________
37897 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
37898         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
37899              From: Kay Röpke <kroepke@dolphin-services.de>
37900              Date: Fri, 19 Oct 2001 14:04:01 +0200 
37901              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
37902      Branch: perl
37903            ! lib/ExtUtils/MakeMaker.pm
37904 ____________________________________________________________________________
37905 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
37906         Log: Unicode categories continue:
37907              implement Category=, Script=, Block=
37908              (these are based on an upcoming update of TR#18)
37909              Fix a bug where we got two In categories named "old italic",
37910              and another where shortcut for the Is categories wasn't taken.
37911      Branch: perl
37912            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
37913            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
37914            ! pod/perlunicode.pod t/op/pat.t
37915 ____________________________________________________________________________
37916 [ 12499] By: ams                                   on 2001/10/19  01:42:29
37917         Log: Subject: a small patch to perlintro.pod.
37918              From: Autrijus Tang <autrijus@autrijus.org>
37919              Date: Fri, 19 Oct 2001 01:45:51 +0800
37920              Message-Id: <20011019014551.A35625@not.autrijus.org>
37921              (Applied by hand with nits.)
37922      Branch: perl
37923            ! pod/perlintro.pod
37924 ____________________________________________________________________________
37925 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37926         Log: Subject: [PATCH] OpenBSD hints for ithreads
37927              From: Andy Dougherty <doughera@lafayette.edu>
37928              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37929              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37930      Branch: perl
37931            ! hints/openbsd.sh
37932 ____________________________________________________________________________
37933 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37934         Log: Retract #12446; the problem solved by #12474.
37935      Branch: perl
37936            ! hints/aix.sh
37937 ____________________________________________________________________________
37938 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37939         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37940              message and suppress line number info (from Steve Hay
37941              <Steve.Hay@uk.radan.com>)
37942      Branch: maint-5.6/perl
37943            ! lib/Carp/Heavy.pm
37944 ____________________________________________________________________________
37945 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37946         Log: More documented In categories.
37947      Branch: perl
37948            ! pod/perlunicode.pod
37949 ____________________________________________________________________________
37950 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37951         Log: Update Changes.
37952      Branch: perl
37953            ! Changes patchlevel.h
37954 ____________________________________________________________________________
37955 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37956         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37957      Branch: perl
37958            ! MANIFEST
37959 ____________________________________________________________________________
37960 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37961         Log: Wrong skip() arguments.
37962      Branch: perl
37963            ! ext/B/t/terse.t
37964 ____________________________________________________________________________
37965 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37966         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37967              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37968              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37969              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37970      Branch: perl
37971            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37972            ! pod/perlapi.pod vms/vms.c
37973 ____________________________________________________________________________
37974 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37975         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37976              From: Mark-Jason Dominus <mjd@plover.com>
37977              Date: Thu, 18 Oct 2001 06:25:35 -0400
37978              Message-Id: <20011018102535.19264.qmail@plover.com>
37979      Branch: perl
37980            ! pod/perl.pod
37981 ____________________________________________________________________________
37982 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37983         Log: Prettyprinting.
37984      Branch: perl
37985            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37986 ____________________________________________________________________________
37987 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37988         Log: Regen toc.
37989      Branch: perl
37990            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37991 ____________________________________________________________________________
37992 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37993         Log: Add perlintro, from Skud.
37994      Branch: perl
37995            + pod/perlintro.pod
37996            ! MANIFEST
37997 ____________________________________________________________________________
37998 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37999         Log: FAQ sync.
38000      Branch: perl
38001            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
38002            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
38003            ! pod/perlfaq8.pod pod/perlfaq9.pod
38004 ____________________________________________________________________________
38005 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
38006         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
38007              in speed (upto 20% speedup in certain operations) but meanwhile
38008              regexps and arithmetics got slower (5-10%) (according to
38009              perlbench average speedup is negligible, and within measuring
38010              flutter, 1%).  Therefore retracting all the changes
38011              aimed at getting -std1 to compile cleanly:  #12475, #12476,
38012              #12479, #12480, #12481, #12482, #12483, #12484.
38013      Branch: perl
38014            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
38015            ! pp_hot.c pp_sys.c toke.c
38016 ____________________________________________________________________________
38017 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
38018         Log: (retracted by #12485)
38019              Strict ANSI doesn't like the third argument of main()
38020              so enable ignoring it if using ultra picky compiler.
38021      Branch: perl
38022            ! miniperlmain.c
38023 ____________________________________________________________________________
38024 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
38025         Log: (retracted by #12485)
38026              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
38027      Branch: perl
38028            ! perl.h
38029 ____________________________________________________________________________
38030 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
38031         Log: (retracted by #12485)
38032              Add explanatory comment.
38033      Branch: perl
38034            ! mg.c
38035 ____________________________________________________________________________
38036 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
38037         Log: (retracted by #12485)
38038              More dollar$hiding.
38039      Branch: perl
38040            ! doio.c perl.h pp_sys.c
38041 ____________________________________________________________________________
38042 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
38043         Log: (retracted by #12485)
38044              KISS.
38045      Branch: perl
38046            ! mg.c
38047 ____________________________________________________________________________
38048 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
38049         Log: (retracted by #12485)
38050              Thou shalt not #ifdef inside macro invocations,
38051              noticed by Rafael Garcia-Suarez.
38052      Branch: perl
38053            ! mg.c
38054 ____________________________________________________________________________
38055 [ 12478] By: ams                                   on 2001/10/17  18:50:55
38056         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
38057              From: Anton Berezin <tobez@tobez.org>
38058              Date: Wed, 17 Oct 2001 18:25:48 +0200
38059              Message-Id: <20011017182548.A12082@heechee.tobez.org>
38060      Branch: perl
38061            ! pp_sys.c
38062 ____________________________________________________________________________
38063 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
38064         Log: (retracted by #12485)
38065              Unterminated #ifdef.
38066      Branch: perl
38067            ! mg.c
38068 ____________________________________________________________________________
38069 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
38070         Log: (retracted by #12485)
38071              Avoid dollar signs in identifiers (in non-VMS) to
38072              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
38073      Branch: perl
38074            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
38075            ! toke.c
38076 ____________________________________________________________________________
38077 [ 12474] By: ams                                   on 2001/10/17  15:14:50
38078         Log: Subject: Two AIX patches
38079              From: H.Merijn Brand <h.m.brand@hccnet.nl>
38080              Date: Wed, 17 Oct 2001 18:04:35 +0200
38081              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
38082      Branch: perl
38083            ! hints/aix.sh makedef.pl
38084 ____________________________________________________________________________
38085 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
38086         Log: Limiting the Time::HiRes::sleep and usleep to
38087              one second is not a good policy if drop-in
38088              replacement is still a goal.
38089      Branch: perl
38090            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
38091            ! ext/Time/HiRes/HiRes.xs
38092 ____________________________________________________________________________
38093 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
38094         Log: Subject: [PATCH] Test::Simple 0.32
38095              From: Michael G Schwern <schwern@pobox.com> 
38096              Date: Wed, 17 Oct 2001 03:42:41 -0400
38097              Message-ID: <20011017034241.A25038@blackrider>
38098      Branch: perl
38099            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
38100            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
38101            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
38102            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
38103            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
38104            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
38105            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
38106            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
38107            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
38108            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38109            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
38110            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
38111            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
38112            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
38113            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
38114            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
38115            ! t/lib/Test/Simple/Catch.pm
38116            ! t/lib/Test/Simple/sample_tests/five_fail.plx
38117 ____________________________________________________________________________
38118 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
38119         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
38120              From: Michael G Schwern <schwern@pobox.com> 
38121              Date: Wed, 17 Oct 2001 04:04:13 -0400
38122              Message-ID: <20011017040413.C25550@blackrider>
38123      Branch: perl
38124            ! t/TEST t/harness vms/test.com
38125 ____________________________________________________________________________
38126 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
38127         Log: Regen doc with perlmodstyle added.
38128      Branch: perl
38129            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38130 ____________________________________________________________________________
38131 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
38132         Log: Pod cleanup.
38133      Branch: perl
38134            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
38135 ____________________________________________________________________________
38136 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
38137         Log: Subject: perlmodstyle as a patch
38138              From: Kirrily Robert <skud@infotrope.net>
38139              Date: Tue, 16 Oct 2001 22:47:23 -0400
38140              Message-ID: <20011016224723.A20673@infotrope.net>
38141      Branch: perl
38142            + pod/perlmodstyle.pod
38143            ! MANIFEST
38144 ____________________________________________________________________________
38145 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
38146         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
38147              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
38148              Date: Thu, 6 Sep 2001 11:09:40 +0100
38149              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
38150              
38151              Mention also the develooper p5p archive.
38152      Branch: perl
38153            ! pod/perlhack.pod
38154 ____________________________________________________________________________
38155 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
38156         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
38157              From: Kay Röpke <kroepke@dolphin-services.de>
38158              Date: Tue, 16 Oct 2001 17:23:52 +0200
38159              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
38160      Branch: perl
38161            ! lib/ExtUtils/MakeMaker.pm
38162 ____________________________________________________________________________
38163 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
38164         Log: Add the special casing mappings (from SpecCase.txt)
38165              (except for the hyper special case mappings that have
38166              the condition list); the special casing mappings are
38167              unused for now.  Small tidying up on mktables.
38168      Branch: perl
38169            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
38170            + lib/unicore/To/SpecUpper.pl
38171            ! lib/unicore/mktables
38172 ____________________________________________________________________________
38173 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
38174         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
38175              From: "David H. Adler" <dha@panix.com>       
38176              Date: Tue, 16 Oct 2001 11:59:35 -0400
38177              Message-ID: <20011016115935.A13078@panix.com>
38178              
38179              Subject: [ PATCH ] perldata patch, revised
38180              From: "David H. Adler" <dha@panix.com>     
38181              Date: Tue, 16 Oct 2001 18:26:49 -0400
38182              Message-ID: <20011016182649.C23970@panix.com>
38183      Branch: perl
38184            ! pod/perldata.pod pod/perlop.pod
38185 ____________________________________________________________________________
38186 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
38187         Log: Integrate perlio:
38188              
38189              [ 12462]
38190              PerlIOXxxx_dups for all but Win32
38191              
38192              [ 12461]
38193              Implement PerlIOStdio_dup (explains core dumps - dup
38194              was not setting up a FILE * to be fclosed()).
38195              
38196              [ 12460]
38197              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38198              overflow.
38199              
38200              [ 12456]
38201              Builds under ithreads (but fails all threads tests)
38202              
38203              [ 12451]
38204              Skeleton of "PerlIO_dup" coded.
38205              Still-passes all tests non-threaded (well it would wouldn't it!)
38206              
38207              [ 12447]
38208              Beginings of PerlIO_dup support (unstable)
38209              
38210              [ 11615]
38211              Avoid testing for (non-)existance of "encoding(xxxx)"
38212              layer is called "encoding" the (xxxx) is an argument.
38213      Branch: perl
38214           !> embed.h embed.pl ext/Encode/Encode.xs
38215           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
38216           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38217           !> win32/win32io.c
38218 ____________________________________________________________________________
38219 [ 12462] By: nick                                  on 2001/10/16  19:11:30
38220         Log: PerlIOXxxx_dups for all but Win32
38221      Branch: perlio
38222            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38223            ! ext/PerlIO/Via/Via.xs
38224 ____________________________________________________________________________
38225 [ 12461] By: nick                                  on 2001/10/16  18:28:48
38226         Log: Implement PerlIOStdio_dup (explains core dumps - dup
38227              was not setting up a FILE * to be fclosed()).
38228      Branch: perlio
38229            ! perlio.c
38230 ____________________________________________________________________________
38231 [ 12460] By: nick                                  on 2001/10/16  17:31:47
38232         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38233              overflow.
38234      Branch: perlio
38235            ! perlio.c
38236 ____________________________________________________________________________
38237 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
38238         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
38239              From: "Craig A. Berry" <craigberry@mac.com>
38240              Date: Tue, 16 Oct 2001 13:08:38 -0500
38241              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
38242      Branch: perl
38243            ! configure.com
38244 ____________________________________________________________________________
38245 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
38246         Log: Can't expect too much accuracy from a sleep of one second.
38247              (I think this will also fail with high load.)
38248      Branch: perl
38249            ! ext/Time/HiRes/HiRes.t
38250 ____________________________________________________________________________
38251 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
38252         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
38253              From: "Werner, Randolf" <randolf.werner@sap.com>
38254              Date: Tue, 16 Oct 2001 18:33:02 +0200
38255              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
38256      Branch: perl
38257            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
38258            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
38259 ____________________________________________________________________________
38260 [ 12456] By: nick                                  on 2001/10/16  14:08:16
38261         Log: Builds under ithreads (but fails all threads tests)
38262      Branch: perlio
38263            ! hv.c perlio.c sv.c
38264 ____________________________________________________________________________
38265 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
38266         Log: I think the Perl_sortsv needs *not* be skipped?
38267      Branch: perl
38268            ! makedef.pl
38269 ____________________________________________________________________________
38270 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
38271         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
38272              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38273              Date: Tue, 16 Oct 2001 15:32:44 +0200
38274              Message-ID: <3BCC531C.11494.3E433F@localhost>
38275      Branch: perl
38276            ! t/op/groups.t
38277 ____________________________________________________________________________
38278 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
38279         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
38280              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38281              Date: Tue, 16 Oct 2001 15:01:04 +0200
38282              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
38283      Branch: perl
38284            ! t/io/fs.t
38285 ____________________________________________________________________________
38286 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
38287         Log: A forgotten deletion.
38288      Branch: perl
38289            - lib/unicore/mktables.PL
38290 ____________________________________________________________________________
38291 [ 12451] By: nick                                  on 2001/10/16  11:32:48
38292         Log: Skeleton of "PerlIO_dup" coded.
38293              Still-passes all tests non-threaded (well it would wouldn't it!)
38294      Branch: perlio
38295            ! embed.h embed.pl ext/Encode/Encode.xs
38296            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
38297            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38298            ! win32/win32io.c
38299 ____________________________________________________________________________
38300 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
38301         Log: Document the problem with the swash_fetch() API that affects
38302              more complex case conversions.
38303      Branch: perl
38304            ! lib/utf8_heavy.pl utf8.c
38305 ____________________________________________________________________________
38306 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
38307         Log: Make Time::HiRes::sleep() and usleep() to return
38308              the number of seconds (a floating point value) and 
38309              microseconds (an integer) actually slept (well,
38310              modulo the time spent in measuring the time actually
38311              slept...), to be a better drop-in replacement for
38312              the builtin sleep().  Noticed by Chris Nandor.
38313              
38314              Also make usleep() to croak if fed illegal number
38315              of useconds (anything greater than 1_000_000).
38316      Branch: perl
38317            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
38318            ! ext/Time/HiRes/HiRes.xs
38319 ____________________________________________________________________________
38320 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
38321         Log: A missing SvREFCNT_dec.
38322      Branch: perl
38323            ! perl.c
38324 ____________________________________________________________________________
38325 [ 12447] By: nick                                  on 2001/10/15  20:27:53
38326         Log: Beginings of PerlIO_dup support (unstable)
38327      Branch: perlio
38328            ! perlio.c perliol.h
38329 ____________________________________________________________________________
38330 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
38331         Log: (retracted by #12497)
38332              In AIX vac 5 just can't seem to get regcomp right.
38333      Branch: perl
38334            ! hints/aix.sh
38335 ____________________________________________________________________________
38336 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
38337         Log: Bump the version number to agree with the maintperl one.
38338      Branch: perl
38339            ! lib/Tie/RefHash.pm
38340 ____________________________________________________________________________
38341 [ 12444] By: nick                                  on 2001/10/15  15:59:57
38342         Log: Integrate mainline
38343      Branch: perlio
38344           +> lib/Math/BigInt/t/Math/Subclass.pm
38345           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38346           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
38347           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
38348           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
38349           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
38350           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
38351           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38352           +> lib/unicore/mktables
38353            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38354            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38355            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38356            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38357            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38358            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38359            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38360            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38361            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38362            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38363            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38364            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38365            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38366            - lib/unicore/syllables.txt
38367           !> (integrate 344 files)
38368 ____________________________________________________________________________
38369 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
38370         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
38371      Branch: perl
38372            ! ext/DB_File/DB_File.xs
38373 ____________________________________________________________________________
38374 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
38375         Log: Sync the skip() amounts with the number of tests.
38376      Branch: perl
38377            ! lib/Term/Complete.t
38378 ____________________________________________________________________________
38379 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
38380         Log: Update Changes.
38381      Branch: perl
38382            ! Changes patchlevel.h
38383 ____________________________________________________________________________
38384 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
38385         Log: MacOS Classic catdir() rewrite from Thomas Wegner
38386              (backward incompatibility, but a deliberate one,
38387              the old version simply is broken in its logic),
38388              also documentation updates, and as suggested replicated
38389              the File::Spec::Unix documentation updates also on the
38390              File::Spec documentation.
38391              
38392              TODO: there seems to be duplication of documentation
38393              between File::Spec and File::Spec::Unix.  I think
38394              the ::Unix should be left only with specific UNIXisms,
38395              and all the generic documentation should be in ::Spec.
38396      Branch: perl
38397            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
38398            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
38399            ! lib/File/Spec/Unix.pm
38400 ____________________________________________________________________________
38401 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
38402         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
38403              From: Blair Zajac <blair@orcaware.com>
38404              Date: Mon, 24 Sep 2001 11:48:58 -0700
38405              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
38406              
38407              (the skip() messages)
38408      Branch: perl
38409            ! t/op/magic.t
38410 ____________________________________________________________________________
38411 [ 12438] By: ams                                   on 2001/10/14  23:43:59
38412         Log: Subject: [PATCH] make PerlIO default on VMS
38413              From: "Craig A. Berry" <craigberry@mac.com>
38414              Date: Sun, 14 Oct 2001 15:27:18 -0500
38415              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
38416      Branch: perl
38417            ! configure.com
38418 ____________________________________________________________________________
38419 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
38420         Log: Retract #12436 (Abhijit already did this at #12426)
38421      Branch: perl
38422            ! lib/ExtUtils/MM_Unix.pm
38423 ____________________________________________________________________________
38424 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
38425         Log: (retracted by #12437)
38426              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
38427              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
38428              Date: Sat, 13 Oct 2001 20:33:55 +0200
38429              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
38430      Branch: perl
38431            ! lib/ExtUtils/MM_Unix.pm
38432 ____________________________________________________________________________
38433 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
38434         Log: Subject: h2xs grammar nit
38435              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38436              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
38437              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
38438      Branch: perl
38439            ! utils/h2xs.PL
38440 ____________________________________________________________________________
38441 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
38442         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
38443              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
38444              Date: Sun, 14 Oct 2001 11:25:08 +0100
38445              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
38446      Branch: perl
38447            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
38448            ! warnings.pl
38449 ____________________________________________________________________________
38450 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
38451         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
38452              for File::Spec::Mac::catfile)
38453      Branch: perl
38454            ! lib/h2xs.t
38455 ____________________________________________________________________________
38456 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
38457         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
38458              From: Nicholas Clark <nick@ccl4.org>
38459              Date: Sat, 13 Oct 2001 00:07:31 +0100
38460              Message-ID: <20011013000731.D67535@plum.flirble.org>
38461      Branch: perl
38462            ! lib/h2xs.t utils/h2xs.PL
38463 ____________________________________________________________________________
38464 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
38465         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
38466              before DEFINE and INC), and repent by taking DEFINE and
38467              INC away from PASTHRU.
38468      Branch: perl
38469            ! lib/ExtUtils/MM_Unix.pm
38470 ____________________________________________________________________________
38471 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
38472         Log: More MANIFEST anomalies.
38473      Branch: perl
38474            ! MANIFEST
38475 ____________________________________________________________________________
38476 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
38477         Log: Not that many.
38478      Branch: perl
38479            ! MANIFEST
38480 ____________________________________________________________________________
38481 [ 12428] By: sky                                   on 2001/10/13  20:59:27
38482         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
38483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38484              Date: Sat, 13 Oct 2001 23:15:55 +0200
38485              Message-ID: <20011013231555.A18071@rafael>
38486      Branch: perl
38487            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
38488            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
38489 ____________________________________________________________________________
38490 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
38491         Log: Rewrite mktables from scratch.
38492              - Cleaner.
38493              - Faster: 15-20 seconds as opposed to several minutes.
38494              - More dynamic: the names of the various categories
38495              such as the linebreak ones are dynamic, not static.
38496              - Is.pl: long names for the general category properties
38497              are now available.
38498              - Ranges (<... ,First>, <..., Last>) from the general
38499              categories work now.
38500              - No more mktables.PL because the mktables.PL is not
38501              and never has been run to create a mktables.
38502              - syllables.txt and Is/Syl*.pl removed: non-standard
38503              (not part of the Unicode), and the whole concept is
38504              being reworked (http://syllabary.sourceforge.net/),
38505              the old way wouldn't even work with the new Syllables.txt
38506              (it would result in 1000+ new categories)
38507      Branch: perl
38508            + lib/unicore/In/163.pl lib/unicore/In/164.pl
38509            + lib/unicore/In/165.pl lib/unicore/In/166.pl
38510            + lib/unicore/In/167.pl lib/unicore/In/168.pl
38511            + lib/unicore/In/169.pl lib/unicore/In/170.pl
38512            + lib/unicore/In/171.pl lib/unicore/Is.pl
38513            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38514            + lib/unicore/mktables
38515            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38516            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38517            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38518            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38519            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38520            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38521            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38522            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38523            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38524            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38525            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38526            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38527            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38528            - lib/unicore/syllables.txt
38529            ! (edit 304 files)
38530 ____________________________________________________________________________
38531 [ 12426] By: ams                                   on 2001/10/13  18:05:36
38532         Log: ExtUtils::MM_Unix should ignore comments when searching for
38533              $VERSION.
38534      Branch: perl
38535            ! lib/ExtUtils/MM_Unix.pm
38536 ____________________________________________________________________________
38537 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
38538         Log: Subject: Re: New module XML::Clean
38539              From: andreas.koenig@anima.de (Andreas J. Koenig)
38540              Date: 13 Oct 2001 10:17:09 +0200
38541              Message-ID: <m37ku0t0my.fsf@anima.de>
38542      Branch: perl
38543            ! pod/perlnewmod.pod
38544 ____________________________________________________________________________
38545 [ 12424] By: sky                                   on 2001/10/13  09:39:59
38546         Log: Set thread stack size if needed.
38547      Branch: perl
38548            ! ext/threads/threads.xs
38549 ____________________________________________________________________________
38550 [ 12423] By: sky                                   on 2001/10/13  09:36:49
38551         Log: We do want to set the attribute to joinable even on modern posix
38552              platforms.
38553      Branch: perl
38554            ! ext/threads/threads.xs
38555 ____________________________________________________________________________
38556 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
38557         Log: Subject: [PATCH ext/Data/Dumper.xs]
38558              From: Brian Ingerson <ingy@ttul.org>
38559              Date: Fri, 12 Oct 2001 19:32:35 -0700
38560              Message-ID: <20011012193235.B889@ttul.org>
38561      Branch: perl
38562            ! ext/Data/Dumper/Dumper.xs
38563 ____________________________________________________________________________
38564 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
38565         Log: Update Changes.
38566      Branch: perl
38567            ! Changes patchlevel.h
38568 ____________________________________________________________________________
38569 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
38570         Log: FAQ sync.
38571      Branch: perl
38572            ! pod/perlfaq3.pod pod/perlfaq4.pod
38573 ____________________________________________________________________________
38574 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
38575         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
38576              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38577              Date: Fri, 12 Oct 2001 11:51:05 -0700
38578              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
38579      Branch: perl
38580            ! lib/File/Copy.pm
38581 ____________________________________________________________________________
38582 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
38583         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
38584              From: "chromatic" <chromatic@rmci.net>     
38585              Date: Thu, 11 Oct 2001 10:57:55 -0600
38586              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
38587              
38588              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
38589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38590              Date: Thu, 11 Oct 2001 22:34:21 +0200
38591              Message-ID: <20011011223421.A693@rafael>     
38592              
38593              plus undef $Term::Complete::stty as suggested by Rafael.
38594      Branch: perl
38595            ! lib/Term/Complete.pm lib/Term/Complete.t
38596 ____________________________________________________________________________
38597 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
38598         Log: UUnndduupplleexx..
38599      Branch: perl
38600            ! perl.h
38601 ____________________________________________________________________________
38602 [ 12416] By: sky                                   on 2001/10/12  20:16:19
38603         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
38604              From: Andy Dougherty <doughera@lafayette.edu>
38605              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
38606              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
38607              (Potentially only band-aid)
38608      Branch: perl
38609            ! sv.c
38610 ____________________________________________________________________________
38611 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
38612         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
38613              mishandles kill(), and therefore the sigaction test
38614              should be skipped, from Charles Lane.
38615      Branch: perl
38616            ! ext/POSIX/t/sigaction.t
38617 ____________________________________________________________________________
38618 [ 12414] By: sky                                   on 2001/10/12  18:47:49
38619         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
38620      Branch: perl
38621            ! op.h
38622 ____________________________________________________________________________
38623 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
38624         Log: Upgrade to Math::BigInt 1.44 from Tels and
38625              further fixes from John Peacock.
38626      Branch: perl
38627            + lib/Math/BigInt/t/Math/Subclass.pm
38628            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38629            + lib/Math/BigInt/t/subclass.t
38630            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38631            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38632            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38633            ! lib/Math/BigInt/t/mbimbf.t
38634 ____________________________________________________________________________
38635 [ 12412] By: sky                                   on 2001/10/12  18:28:23
38636         Log: perhaps pthread_attr_t really needs to be set for the old api
38637      Branch: perl
38638            ! ext/threads/threads.xs
38639 ____________________________________________________________________________
38640 [ 12411] By: sky                                   on 2001/10/12  18:11:45
38641         Log: pthread_keycreate not pthread_key_create under the here be dragons API
38642      Branch: perl
38643            ! ext/threads/threads.h
38644 ____________________________________________________________________________
38645 [ 12410] By: sky                                   on 2001/10/12  18:07:37
38646         Log: Apperently OLD PTHREADS API is a bit retarded.
38647              This should fix another set of compile failures in HP-UX 10.20.
38648      Branch: perl
38649            ! ext/threads/threads.h ext/threads/threads.xs
38650 ____________________________________________________________________________
38651 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38652         Log: Blind integrate of mainline
38653      Branch: perlio
38654           +> (branch 32 files)
38655            - lib/unicode/README
38656           !> (integrate 121 files)
38657 ____________________________________________________________________________
38658 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38659         Log: Let us avoid being smart for now.
38660      Branch: perl
38661            ! ext/threads/threads.h
38662 ____________________________________________________________________________
38663 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38664         Log: (void*) the argument to make sure we work with picky compilers
38665      Branch: perl
38666            ! ext/threads/threads.xs
38667 ____________________________________________________________________________
38668 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38669         Log: (replaced with #12600)
38670              
38671              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38672              From: Mikhail Zabaluev <mhz@alt-linux.org>
38673              Date: Fri, 12 Oct 2001 12:47:47 +0400
38674              Message-Id: <20011012124747.E13918@localhost.localdomain>
38675      Branch: perl
38676            ! utils/perldoc.PL
38677 ____________________________________________________________________________
38678 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38679         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38680              From: andreas.koenig@anima.de (Andreas J. Koenig)
38681              Date: 12 Oct 2001 11:12:07 +0200
38682              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38683      Branch: perl
38684            ! lib/Memoize/t/speed.t
38685 ____________________________________________________________________________
38686 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38687         Log: A) Support OLD_PTHREADS_API
38688              B) Change from using pthread_t to using a TLS to store the
38689              index of the thread in an hash, this is to avoid problems when
38690              in fact pthread_t was not a seralizable type.
38691              Both these changes are because of HP-UX 10.20
38692              This has not been tested on win32 but should work there.
38693              Need to add support for NetWare.
38694      Branch: perl
38695            ! ext/threads/threads.h ext/threads/threads.xs
38696 ____________________________________________________________________________
38697 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38698         Log: Subject: Re: New module XML::Clean
38699              From: andreas.koenig@anima.de (Andreas J. Koenig)
38700              Date: 12 Oct 2001 10:20:35 +0200
38701              Message-Id: <m3elo9uv58.fsf@anima.de>
38702      Branch: perl
38703            ! pod/perlnewmod.pod
38704 ____________________________________________________________________________
38705 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38706         Log: More HP model tweaks from Merijn.
38707      Branch: perl
38708            ! README.hpux
38709 ____________________________________________________________________________
38710 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38711         Log: Update Changes.
38712      Branch: perl
38713            ! Changes patchlevel.h
38714 ____________________________________________________________________________
38715 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38716         Log: HP-UX update from H.Merijn Brand.
38717      Branch: perl
38718            ! README.hpux
38719 ____________________________________________________________________________
38720 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38721         Log: Subject: [PATCH] fix link rot in README.vms
38722              From: "Craig A. Berry" <craigberry@mac.com>
38723              Date: Wed, 10 Oct 2001 17:17:00 -0500
38724              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38725      Branch: perl
38726            ! README.vms
38727 ____________________________________________________________________________
38728 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38729         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38730              From: "chromatic" <chromatic@rmci.net>
38731              Date: Wed, 10 Oct 2001 15:50:30 -0600
38732              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38733      Branch: perl
38734            ! lib/Term/Complete.t
38735 ____________________________________________________________________________
38736 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38737         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38738              From: "chromatic" <chromatic@rmci.net>
38739              Date: Wed, 10 Oct 2001 15:45:42 -0600
38740              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38741      Branch: perl
38742            + lib/ExtUtils/Packlist.t
38743            ! MANIFEST
38744 ____________________________________________________________________________
38745 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38746         Log: VMS needs quotes around the -I option to keep it from
38747              being downcased, from Charles Lane.
38748      Branch: perl
38749            ! t/run/kill_perl.t
38750 ____________________________________________________________________________
38751 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38752         Log: Subject: [PATCH lib/FindBin.pm]
38753              From: Stas Bekman <stas@stason.org>
38754              Date: Tue, 09 Oct 2001 23:57:10 +0800
38755              Message-Id: <3BC31E56.60805@stason.org>
38756      Branch: perl
38757            ! lib/FindBin.pm
38758 ____________________________________________________________________________
38759 [ 12394] By: ams                                   on 2001/10/10  16:09:53
38760         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
38761              From: Abhijit Menon-Sen <ams@wiw.org>
38762              Date: Wed, 10 Oct 2001 21:59:33 +0530
38763              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
38764      Branch: perl
38765            ! ext/Data/Dumper/Dumper.xs
38766 ____________________________________________________________________________
38767 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
38768         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
38769              from Charles Lane.
38770      Branch: perl
38771            ! lib/File/Spec/VMS.pm
38772 ____________________________________________________________________________
38773 [ 12392] By: ams                                   on 2001/10/10  14:49:43
38774         Log: Subject: [PATCH] two s/// bugfixes
38775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38776              Date: Wed, 10 Oct 2001 17:23:44 +0200
38777              Message-Id: <20011010172344.C22440@rafael>
38778      Branch: perl
38779            ! pp_ctl.c regexec.c t/op/subst.t
38780 ____________________________________________________________________________
38781 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
38782         Log: Fix/improve handling of the [000000] special "root"
38783              directory, by putting cwd in canonical form when doing
38784              abs2rel, and prepending a 000000 to directory "chunks"
38785              if missing from base or path.  Also adjust test to
38786              reflect the (improved) output from abs2rel.
38787              From Charles Lane.
38788      Branch: perl
38789            ! lib/File/Spec.t lib/File/Spec/VMS.pm
38790 ____________________________________________________________________________
38791 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
38792         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
38793              all of the extra VMSish attributes (such as "treat this logical
38794              as a device name") that are necessary to make programs run.
38795              A tainted %ENV does not hinder VMS.  From Charles Lane.
38796      Branch: perl
38797            ! lib/File/Find/t/taint.t
38798 ____________________________________________________________________________
38799 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
38800         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
38801              
38802              o  VMS is case-insensitive, RTL downcases filenames read
38803              by perl... so need to re-upcase filenames like MANIFEST
38804              and MANIFEST.SKIP
38805              
38806              o  Need to convert VMS-style to Unix-style filenames when comparing
38807              names in MANIFEST to names in filesystem.
38808              
38809              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
38810              since VMS won't let you (easily) delete non-empty directories.
38811              
38812              From Charles Lane.
38813      Branch: perl
38814            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
38815 ____________________________________________________________________________
38816 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
38817         Log: Unix and VMS agree on "*" as a "match any number of any chars"
38818              wildcards, but differ ("?"  vs.  "%") for their "match any single
38819              char" wildcard.  This patch changes "?"  chars to "%" before doing a
38820              VMS glob...at no loss of functionality, since "?"  isn't a valid
38821              filename char on VMS.  From Charles Lane.
38822      Branch: perl
38823            ! doio.c
38824 ____________________________________________________________________________
38825 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
38826         Log: (accidentally empty submit; new life as #12390)
38827      Branch: perl
38828            ! lib/File/Find/t/taint.t
38829 ____________________________________________________________________________
38830 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
38831         Log: Even more VMS tweakage from Charles Lane:
38832              
38833              Tweak #1:  splitdir only works on directory part of filespec,
38834              split off volume first
38835              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
38836              (it's a horrible kludge in the run-time library,
38837              improved in later versions). Check the
38838              $Config{'d_setenv'} flag before attempting to set it.
38839      Branch: perl
38840            ! t/op/chdir.t
38841 ____________________________________________________________________________
38842 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
38843         Log: VMS tweakage from Charles Lane.
38844              
38845              . command.com doubles an output line when prompting for extensions
38846              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
38847              . perl5db doesn't clean up after itself
38848      Branch: perl
38849            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
38850 ____________________________________________________________________________
38851 [ 12384] By: sky                                   on 2001/10/09  19:16:11
38852         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38854              Date: Tue, 9 Oct 2001 22:10:26 +0200
38855              Message-ID: <20011009221026.A8579@rafael>
38856      Branch: perl
38857            ! pod/perldata.pod
38858 ____________________________________________________________________________
38859 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
38860         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
38861              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38862              Date: 9 Oct 2001 15:15:06 -0000
38863              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
38864      Branch: perl
38865            ! t/op/subst.t
38866 ____________________________________________________________________________
38867 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
38868         Log: Update Changes.
38869      Branch: perl
38870            ! Changes patchlevel.h
38871 ____________________________________________________________________________
38872 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
38873         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
38874              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
38875              when a NULL is passed for the filename string pointer.
38876              From Charles Lane.
38877      Branch: perl
38878            ! vms/vms.c
38879 ____________________________________________________________________________
38880 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
38881         Log: Subject: HP systems update
38882              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38883              Date: Tue, 09 Oct 2001 15:59:22 +0200
38884              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
38885      Branch: perl
38886            ! README.hpux
38887 ____________________________________________________________________________
38888 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
38889         Log: CPAN::Nox does now have a test.
38890      Branch: perl
38891            ! t/lib/1_compile.t
38892 ____________________________________________________________________________
38893 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
38894         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
38895              From: David Dyck <dcd@tc.fluke.com>
38896              Date: Mon, 1 Oct 2001 12:17:36 -0700
38897              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
38898      Branch: perl
38899            ! installperl
38900 ____________________________________________________________________________
38901 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
38902         Log: NetWare update from Ananth Kesari.
38903      Branch: perl
38904            ! NetWare/nwperlsys.h makedef.pl
38905 ____________________________________________________________________________
38906 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
38907         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
38908              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38909              Date: Tue, 9 Oct 2001 08:40:57 EDT
38910              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
38911      Branch: perl
38912            ! lib/File/Find/t/find.t
38913 ____________________________________________________________________________
38914 [ 12374] By: ams                                   on 2001/10/09  05:31:45
38915         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
38916              ExtUtils::Mkbootstrap
38917              From: "chromatic" <chromatic@rmci.net>
38918              Date: Tue, 09 Oct 2001 00:08:37 -0600
38919              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
38920      Branch: perl
38921            + lib/ExtUtils/Mkbootstrap.t
38922            ! MANIFEST
38923 ____________________________________________________________________________
38924 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38925         Log: Enable more debugging.
38926      Branch: perl
38927            ! lib/utf8_heavy.pl
38928 ____________________________________________________________________________
38929 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38930         Log: #12370 forgot to modify is_gv_magical().
38931      Branch: perl
38932            ! gv.c
38933 ____________________________________________________________________________
38934 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38935         Log: Make the toupper/lower/title API for Unicode not right
38936              but at least less wrong: prepare for the mapping being
38937              more than just one-character-to-one-character.
38938      Branch: perl
38939            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38940            ! regexec.c utf8.c
38941 ____________________________________________________________________________
38942 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38943         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38944              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38945              Date: Mon, 8 Oct 2001 22:18:23 -0400
38946              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38947      Branch: perl
38948            ! pod/perlvar.pod t/op/taint.t
38949 ____________________________________________________________________________
38950 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38951         Log: FAQ sync.
38952      Branch: perl
38953            ! pod/perlfaq3.pod pod/perlfaq4.pod
38954 ____________________________________________________________________________
38955 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38956         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38957              From: "chromatic" <chromatic@rmci.net>
38958              Date: Mon, 08 Oct 2001 14:05:32 -0600
38959              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38960      Branch: perl
38961            ! lib/Term/Cap.t
38962 ____________________________________________________________________________
38963 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38964         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38965              From: Michael G Schwern <schwern@pobox.com>
38966              Date: Mon, 8 Oct 2001 17:00:14 -0400
38967              Message-ID: <20011008170014.L17083@blackrider>
38968      Branch: perl
38969            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38970 ____________________________________________________________________________
38971 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38972         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38974              Date: Mon, 8 Oct 2001 16:01:33 EDT
38975              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38976      Branch: perl
38977            ! ext/Time/HiRes/HiRes.xs
38978 ____________________________________________________________________________
38979 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38980         Log: Subject: [PATCH] Autosplit patch for VMS
38981              From: "Craig A. Berry" <craigberry@mac.com>
38982              Date: Mon, 08 Oct 2001 15:40:43 -0500
38983              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38984      Branch: perl
38985            ! lib/AutoSplit.pm lib/AutoSplit.t
38986 ____________________________________________________________________________
38987 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38988         Log: Don't assume that everybody is running OS X 10.1 yet;
38989              from Kay Röpke.
38990      Branch: perl
38991            ! hints/darwin.sh
38992 ____________________________________________________________________________
38993 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38994         Log: Update Changes.
38995      Branch: perl
38996            ! Changes patchlevel.h
38997 ____________________________________________________________________________
38998 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38999         Log: Retract #12358 for now.
39000      Branch: perl
39001            ! lib/Term/Cap.t
39002 ____________________________________________________________________________
39003 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
39004         Log: Can't figure out what this is testing.
39005              (If it is trying to catch SIGKILL, it should stop
39006              trying because that is by definition impossible.)
39007      Branch: perl
39008            ! lib/sigtrap.t
39009 ____________________________________________________________________________
39010 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
39011         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
39012              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39013              Date: Sun, 30 Sep 2001 21:15:13 +0200
39014              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
39015      Branch: perl
39016            ! lib/ExtUtils/MM_Win32.pm
39017 ____________________________________________________________________________
39018 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
39019         Log: Clarify the ldlibpth part and condense the overall text.
39020      Branch: perl
39021            ! t/TEST
39022 ____________________________________________________________________________
39023 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
39024         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
39025              From: "chromatic" <chromatic@rmci.net>
39026              Date: Sun, 07 Oct 2001 16:59:26 -0600
39027              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
39028      Branch: perl
39029            ! lib/Term/Cap.t
39030 ____________________________________________________________________________
39031 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
39032         Log: Update the list because fo #12265.
39033      Branch: perl
39034            ! t/lib/1_compile.t
39035 ____________________________________________________________________________
39036 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
39037         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
39038              From: Nicholas Clark <nick@ccl4.org>
39039              Date: Sun, 7 Oct 2001 20:53:33 +0100
39040              Message-ID: <20011007205333.S38756@plum.flirble.org>   
39041      Branch: perl
39042            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
39043            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39044            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
39045            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
39046            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
39047            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
39048            ! lib/Switch/t/switch.t lib/Term/Complete.t
39049            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
39050            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
39051            ! t/op/my_stash.t
39052 ____________________________________________________________________________
39053 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
39054         Log: Integrate patch #12350 from maintperl; typo in
39055              IO::Seekable doc.
39056      Branch: perl
39057           !> ext/IO/lib/IO/Seekable.pm
39058 ____________________________________________________________________________
39059 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
39060         Log: Detypo.
39061      Branch: perl
39062            ! hints/darwin.sh
39063 ____________________________________________________________________________
39064 [ 12353] By: sky                                   on 2001/10/07  17:16:14
39065         Log: Change 12349 didn't really get it right.
39066      Branch: perl
39067            ! lib/Unicode/README
39068 ____________________________________________________________________________
39069 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
39070         Log: If running the harness the dynamic library search path
39071              may need setting.
39072      Branch: perl
39073            ! t/TEST
39074 ____________________________________________________________________________
39075 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
39076         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
39077              in ldflags.
39078      Branch: perl
39079            ! hints/darwin.sh
39080 ____________________________________________________________________________
39081 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
39082         Log: typo in IO::Seekable doc
39083      Branch: maint-5.6/perl
39084            ! ext/IO/lib/IO/Seekable.pm
39085 ____________________________________________________________________________
39086 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
39087         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
39088              doesn't work on Mac OS X 10.1 (when unpacking the tar the
39089              latter gets renamed as lib/unicode:1, assumedly for security
39090              reasons not to overwrite stuff)
39091      Branch: perl
39092            + lib/Unicode/README
39093            - lib/unicode/README
39094            ! MANIFEST
39095 ____________________________________________________________________________
39096 [ 12348] By: ams                                   on 2001/10/07  05:33:40
39097         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
39098              From: "chromatic" <chromatic@rmci.net>
39099              Date: Sat, 06 Oct 2001 21:42:03 -0600
39100              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
39101      Branch: perl
39102            + lib/CPAN/t/Nox.t
39103            ! MANIFEST
39104 ____________________________________________________________________________
39105 [ 12347] By: ams                                   on 2001/10/07  00:48:10
39106         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
39107              From: "chromatic" <chromatic@rmci.net>
39108              Date: Sat, 06 Oct 2001 18:52:10 -0600
39109              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
39110      Branch: perl
39111            + lib/sigtrap.t
39112            ! MANIFEST
39113 ____________________________________________________________________________
39114 [ 12346] By: ams                                   on 2001/10/06  23:14:01
39115         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
39116              h2xs write?)
39117              From: Nicholas Clark <nick@ccl4.org>
39118              Date: Sat, 6 Oct 2001 21:46:43 +0100
39119              Message-Id: <20011006214643.L38756@plum.flirble.org>
39120      Branch: perl
39121            ! utils/h2xs.PL
39122 ____________________________________________________________________________
39123 [ 12345] By: ams                                   on 2001/10/06  17:39:53
39124         Log: Subject: [PATCH] Memoize tests
39125              From: Nicholas Clark <nick@ccl4.org>
39126              Date: Sat, 6 Oct 2001 18:04:21 +0100
39127              Message-Id: <20011006180421.J38756@plum.flirble.org>
39128      Branch: perl
39129            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
39130            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
39131            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
39132            ! lib/Memoize/t/expire_module_n.t
39133            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
39134            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
39135            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
39136            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
39137            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
39138            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
39139 ____________________________________________________________________________
39140 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
39141         Log: Retract the latter part of #12343.
39142      Branch: perl
39143            ! ext/IO/lib/IO/Socket/INET.pm
39144 ____________________________________________________________________________
39145 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
39146         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
39147              From: David Dyck <dcd@tc.fluke.com>
39148              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
39149              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
39150              
39151              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
39152              From: David Dyck <dcd@tc.fluke.com>
39153              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
39154              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
39155      Branch: perl
39156            ! ext/IO/lib/IO/Socket/INET.pm
39157 ____________________________________________________________________________
39158 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
39159         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
39160              From: Robin Barker <rmb1@cise.npl.co.uk>
39161              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
39162              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
39163      Branch: perl
39164            ! t/TEST
39165 ____________________________________________________________________________
39166 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
39167         Log: Don't assume that %x is good for displaying UVs.
39168      Branch: perl
39169            ! dump.c
39170 ____________________________________________________________________________
39171 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
39172         Log: Update Changes.
39173      Branch: perl
39174            ! Changes patchlevel.h
39175 ____________________________________________________________________________
39176 [ 12339] By: ams                                   on 2001/10/05  10:22:34
39177         Log: Subject: [PATCH] perlfunc/select
39178              From: Nicholas Clark <nick@ccl4.org>
39179              Date: Fri, 5 Oct 2001 11:33:58 +0100
39180              Message-Id: <20011005113358.Z38756@plum.flirble.org>
39181      Branch: perl
39182            ! pod/perlfunc.pod
39183 ____________________________________________________________________________
39184 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
39185         Log: Retract #12313 and #12249.
39186      Branch: perl
39187            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39188            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
39189            ! pod/perlebcdic.pod
39190 ____________________________________________________________________________
39191 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
39192         Log: Subject: [PATCH] perlvms.pod update
39193              From: "Craig A. Berry" <craigberry@mac.com>
39194              Date: Thu, 04 Oct 2001 12:55:52 -0500
39195              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
39196      Branch: perl
39197            ! vms/perlvms.pod
39198 ____________________________________________________________________________
39199 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
39200         Log: Subject: PATCH: Tie::SubstrHash
39201              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39202              Date: Thu, 04 Oct 2001 12:12:41 +0100
39203              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
39204      Branch: perl
39205            ! lib/Tie/SubstrHash.pm
39206 ____________________________________________________________________________
39207 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
39208         Log: Unicode properties saga continues.
39209      Branch: perl
39210            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
39211            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
39212 ____________________________________________________________________________
39213 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
39214         Log: Yet more Unicode properties.
39215      Branch: perl
39216            + lib/unicore/In/137.pl lib/unicore/In/138.pl
39217            + lib/unicore/In/139.pl lib/unicore/In/140.pl
39218            + lib/unicore/In/141.pl lib/unicore/In/142.pl
39219            + lib/unicore/In/143.pl lib/unicore/In/144.pl
39220            + lib/unicore/In/145.pl lib/unicore/In/146.pl
39221            + lib/unicore/In/147.pl lib/unicore/In/148.pl
39222            + lib/unicore/In/149.pl lib/unicore/In/150.pl
39223            + lib/unicore/In/151.pl lib/unicore/In/152.pl
39224            + lib/unicore/In/153.pl lib/unicore/In/154.pl
39225            + lib/unicore/In/155.pl lib/unicore/In/156.pl
39226            + lib/unicore/In/157.pl lib/unicore/In/158.pl
39227            + lib/unicore/In/159.pl lib/unicore/In/160.pl
39228            + lib/unicore/In/161.pl lib/unicore/In/162.pl
39229            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
39230            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
39231            ! pod/perlunicode.pod
39232 ____________________________________________________________________________
39233 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
39234         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
39235              From: "Craig A. Berry" <craigberry@mac.com>
39236              Date: Wed, 03 Oct 2001 17:45:25 -0500
39237              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
39238              
39239              (the lib/Term/Complete.t patched differently by #12332)
39240      Branch: perl
39241            ! lib/ExtUtils/Command.t
39242 ____________________________________________________________________________
39243 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
39244         Log: Restore only if something to restore.
39245      Branch: perl
39246            ! lib/Term/Complete.t
39247 ____________________________________________________________________________
39248 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
39249         Log: Update various resources for credits,
39250              minor icons fixes, and versions.
39251      Branch: maint-5.6/macperl
39252            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
39253            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
39254            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
39255 ____________________________________________________________________________
39256 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
39257         Log: Quiet the warnings about using undef value
39258      Branch: maint-5.6/macperl
39259            ! lib/File/Temp.pm
39260 ____________________________________________________________________________
39261 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
39262         Log: Fix up Ballon Help and Help menu docs (first pass);
39263              remove balloon rez file, and autogenerate with
39264              Balloon2Rez instead.
39265      Branch: maint-5.6/macperl
39266            + macos/macperl/macscripts/Balloon2Rez
39267            - macos/macperl/MPBalloons.r
39268            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
39269 ____________________________________________________________________________
39270 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
39271         Log: Allow overriding of defaults, for change #12327.
39272      Branch: maint-5.6/macperl
39273            ! perl.h
39274 ____________________________________________________________________________
39275 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
39276         Log: Override PerlProc_exit.
39277      Branch: maint-5.6/macperl
39278            ! macos/macish.h
39279 ____________________________________________________________________________
39280 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
39281         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
39282      Branch: maint-5.6/macperl
39283            + macos/bundled_lib/blib/lib/MD5.pm
39284            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
39285            + macos/lib/Mac/AETE/Dialect.pm
39286            + macos/lib/Mac/AETE/Format/Converter.pm
39287            + macos/lib/Mac/AETE/Format/Dictionary.pm
39288            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
39289            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
39290            + macos/lib/Mac/Toolbox.pod
39291            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
39292 ____________________________________________________________________________
39293 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
39294         Log: Sync up silly CVS headers ... I should commit CVS
39295              first to avoid this ...
39296      Branch: maint-5.6/macperl
39297            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
39298            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
39299            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
39300            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
39301 ____________________________________________________________________________
39302 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
39303         Log: Fix Matthias' address, and attributions.
39304      Branch: maint-5.6/macperl
39305            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
39306            ! pod/perlport.pod
39307 ____________________________________________________________________________
39308 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
39309         Log: Fix Matthias' address, and attributions.
39310      Branch: maint-5.6/macperl
39311            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
39312            ! macos/ext/Mac/Components/Components.pm
39313            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
39314            ! macos/ext/Mac/Dialogs/Dialogs.pm
39315            ! macos/ext/Mac/Events/Events.pm
39316            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
39317            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
39318            ! macos/ext/Mac/Gestalt/Gestalt.pm
39319            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
39320            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
39321            ! macos/ext/Mac/Menus/Menus.pm
39322            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
39323            ! macos/ext/Mac/Movies/Movies.pm
39324            ! macos/ext/Mac/Navigation/Navigation.pm
39325            ! macos/ext/Mac/Notification/Notification.pm
39326            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
39327            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
39328            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
39329            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
39330            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
39331            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
39332            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
39333            ! macos/ext/Mac/StandardFile/StandardFile.pm
39334            ! macos/ext/Mac/TextEdit/TextEdit.pm
39335            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
39336            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
39337            ! macos/lib/Mac/LowMem.pm
39338 ____________________________________________________________________________
39339 [ 12322] By: sky                                   on 2001/10/03  18:41:07
39340         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39341              From: "Craig A. Berry" <craigberry@mac.com>
39342              Date: Wed, 03 Oct 2001 14:30:55 -0500
39343              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39344      Branch: perl
39345            ! vms/vms.c
39346 ____________________________________________________________________________
39347 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
39348         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39349              From: "Craig A. Berry" <craigberry@mac.com>
39350              Date: Wed, 03 Oct 2001 14:30:55 -0500
39351              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39352      Branch: perl
39353            ! vms/vms.c
39354 ____________________________________________________________________________
39355 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
39356         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
39357              only IsL&) and Inherited (negative lookahead good);
39358              add tests for Common, Inherited, and L&.
39359      Branch: perl
39360            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
39361 ____________________________________________________________________________
39362 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
39363         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
39364              (The Unicode standard uses L& quite often.)
39365      Branch: perl
39366            ! lib/utf8_heavy.pl
39367 ____________________________________________________________________________
39368 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
39369         Log: Add the 'Common' Unicode property (code points not
39370              explicitly assigned to any other script).
39371      Branch: perl
39372            + lib/unicore/In/136.pl
39373            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
39374 ____________________________________________________________________________
39375 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
39376         Log: Skip the RV printing test under threads until fixed.
39377      Branch: perl
39378            ! ext/B/t/terse.t
39379 ____________________________________________________________________________
39380 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
39381         Log: Subject: 12309 / cygwin / win2k
39382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39383              Date: Wed, 03 Oct 2001 15:25:15 +0200
39384              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
39385      Branch: perl
39386            ! makedef.pl
39387 ____________________________________________________________________________
39388 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
39389         Log: Metaconfig unit change for #12314.
39390      Branch: metaconfig
39391            ! U/modified/Head.U
39392 ____________________________________________________________________________
39393 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
39394         Log: Subject: Both cygwin and djgpp on one machine
39395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39396              Date: Wed, 03 Oct 2001 15:02:59 +0200
39397              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
39398      Branch: perl
39399            ! Configure
39400 ____________________________________________________________________________
39401 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
39402         Log: (retracted by #12338)
39403              
39404              Subject: [PATCH] Code clean up for perlboot.pod
39405              From: Casey West <casey@geeknest.com>
39406              Date: Tue, 2 Oct 2001 19:24:43 -0400
39407              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
39408              
39409              Subject: [PATCH] Code clean up for perlbot.diff
39410              From: Casey West <casey@geeknest.com>
39411              Date: Tue, 2 Oct 2001 19:25:22 -0400
39412              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
39413              
39414              Subject: [PATCH] Code clean up for perlcall.pod
39415              From: Casey West <casey@geeknest.com>
39416              Date: Tue, 2 Oct 2001 19:25:57 -0400
39417              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
39418              
39419              Subject: [PATCH] Code clean up for perldata.pod
39420              From: Casey West <casey@geeknest.com>
39421              Date: Tue, 2 Oct 2001 19:26:29 -0400
39422              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
39423              
39424              Subject: [PATCH] Code clean up for perldbmfilter.pod
39425              From: Casey West <casey@geeknest.com>
39426              Date: Tue, 2 Oct 2001 19:26:59 -0400
39427              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
39428              
39429              Subject: [PATCH] Code clean up for perlebcdic.pod
39430              From: Casey West <casey@geeknest.com>
39431              Date: Tue, 2 Oct 2001 19:27:37 -0400
39432              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
39433      Branch: perl
39434            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39435            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
39436 ____________________________________________________________________________
39437 [ 12312] By: ams                                   on 2001/10/02  23:43:55
39438         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
39439              From: Michael G Schwern <schwern@pobox.com>
39440              Date: Tue, 2 Oct 2001 17:00:49 -0400
39441              Message-Id: <20011002170049.A9955@blackrider>
39442      Branch: perl
39443            ! lib/ExtUtils/MakeMaker.pm
39444 ____________________________________________________________________________
39445 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
39446         Log: FAQ sync.
39447      Branch: perl
39448            ! pod/perlfaq3.pod
39449 ____________________________________________________________________________
39450 [ 12310] By: nick                                  on 2001/10/02  16:09:49
39451         Log: Integrate mainline
39452      Branch: perlio
39453           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
39454           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39455           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
39456           !> patchlevel.h t/op/pat.t
39457 ____________________________________________________________________________
39458 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
39459         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
39460              not just one single space.
39461      Branch: perl
39462            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
39463 ____________________________________________________________________________
39464 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
39465         Log: AUTHORS updates.
39466      Branch: perl
39467            ! AUTHORS
39468 ____________________________________________________________________________
39469 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
39470         Log: Update Changes.
39471      Branch: perl
39472            ! Changes patchlevel.h
39473 ____________________________________________________________________________
39474 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
39475         Log: Work around old buggy glibcs for langinfo constants,
39476              from Nicholas Clark and David Dyck.
39477      Branch: perl
39478            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39479 ____________________________________________________________________________
39480 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
39481         Log: Eradicate Time::Piece; add an example.
39482      Branch: perl
39483            ! ext/I18N/Langinfo/Langinfo.pm
39484 ____________________________________________________________________________
39485 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
39486         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
39487              From: Robert Spier <rspier@pobox.com>
39488              Date: Mon, 1 Oct 2001 23:20:16 -0700
39489              Message-ID: <15289.23712.422087.878224@rls.cx>
39490      Branch: perl
39491            ! lib/Pod/Html.pm
39492 ____________________________________________________________________________
39493 [ 12303] By: sky                                   on 2001/10/02  10:40:57
39494         Log: Fixes obscure bug that manifests itself by.
39495              local $!=0;undef*STDOUT;#segfaults
39496              Has been around for a while. Possible other magic IO vars are
39497              possibly affected as well. Reported by Jos Boumans.
39498      Branch: perl
39499            ! mg.c
39500 ____________________________________________________________________________
39501 [ 12302] By: nick                                  on 2001/10/02  09:00:52
39502         Log: Integrate mainline
39503      Branch: perlio
39504           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
39505           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
39506           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
39507 ____________________________________________________________________________
39508 [ 12301] By: nick                                  on 2001/10/02  08:40:57
39509         Log: Integrate mainline + lib/open.t patch from Chromatic
39510      Branch: perlio
39511           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
39512            ! lib/open.t
39513           !> (integrate 29 files)
39514 ____________________________________________________________________________
39515 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
39516         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
39517              Until it has, better stop early if someone requests threads.
39518      Branch: perl
39519            ! hints/darwin.sh
39520 ____________________________________________________________________________
39521 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
39522         Log: Subject: [ID 20011001.011] redundant code in t/TEST
39523              From: David Dyck <dcd@tc.fluke.com>
39524              Date: Mon, 1 Oct 2001 12:56:24 -0700
39525              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
39526      Branch: perl
39527            ! t/TEST
39528 ____________________________________________________________________________
39529 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
39530         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
39531              From: "chromatic" <chromatic@rmci.net>
39532              Date: Mon, 01 Oct 2001 12:27:12 -0600
39533              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
39534      Branch: perl
39535            ! lib/Term/Cap.t
39536 ____________________________________________________________________________
39537 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
39538         Log: UNICOS testing patches from Nicholas Clark.
39539      Branch: perl
39540            ! t/op/arith.t t/op/pack.t
39541 ____________________________________________________________________________
39542 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
39543         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
39544              From: "chromatic" <chromatic@rmci.net>
39545              Date: Mon, 01 Oct 2001 10:21:51 -0600
39546              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
39547      Branch: perl
39548            ! lib/open.t
39549 ____________________________________________________________________________
39550 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
39551         Log: Make missing the RADIXCHAR a softer, gentler error.
39552      Branch: perl
39553            ! ext/I18N/Langinfo/Langinfo.t
39554 ____________________________________________________________________________
39555 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
39556         Log: Nuke also the LANG because of glibc.
39557      Branch: perl
39558            ! lib/open.t
39559 ____________________________________________________________________________
39560 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
39561         Log: Also the ^Is is optional.
39562      Branch: perl
39563            ! pod/perlunicode.pod t/op/pat.t
39564 ____________________________________________________________________________
39565 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
39566         Log: Be careful to pull chars from the varargs stack when
39567              formatting chars.
39568      Branch: perl
39569            ! regcomp.c
39570 ____________________________________________________________________________
39571 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
39572         Log: sortsv not in place anymore, noticed by John P. Linderman.
39573      Branch: perl
39574            ! pod/perlapi.pod pp_ctl.c
39575 ____________________________________________________________________________
39576 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
39577         Log: Make the diagnostic messages more neutral.
39578      Branch: perl
39579            ! ext/B/t/terse.t
39580 ____________________________________________________________________________
39581 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
39582         Log: Forgotten from #12288.
39583      Branch: perl
39584            ! ext/Data/Dumper/Dumper.pm
39585 ____________________________________________________________________________
39586 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
39587         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
39588              From: Brian Ingerson <ingy@ttul.org>
39589              Date: Sun, 30 Sep 2001 21:45:56 -0700
39590              Message-ID: <20010930214556.D26392@ttul.org>
39591              
39592              (remember also the #12289)
39593      Branch: perl
39594            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39595 ____________________________________________________________________________
39596 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
39597         Log: More Unicode property tests for the abbreviated
39598              general properties.
39599      Branch: perl
39600            ! t/op/pat.t
39601 ____________________________________________________________________________
39602 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
39603         Log: Further tweaks to the Unicode properties.
39604      Branch: perl
39605            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
39606 ____________________________________________________________________________
39607 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
39608         Log: Retract #12284.
39609      Branch: perl
39610            ! lib/Term/Cap.t
39611 ____________________________________________________________________________
39612 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
39613         Log: (Retracted by #12285)
39614      Branch: perl
39615            ! lib/Term/Cap.t
39616 ____________________________________________________________________________
39617 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
39618         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
39619              From: "chromatic" <chromatic@rmci.net>  
39620              Date: Sun, 30 Sep 2001 16:10:02 -0600
39621              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
39622      Branch: perl
39623            + lib/Term/Cap.t
39624            ! MANIFEST
39625 ____________________________________________________________________________
39626 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
39627         Log: Use stty -g to restore the terminal state, do not even
39628              try to run the tests if stty -g is not available.
39629      Branch: perl
39630            ! lib/Term/Complete.t
39631 ____________________________________________________________________________
39632 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
39633         Log: Cleanup utf8_heavy; allow dropping the In prefix from
39634              Unicode script/block properties.
39635      Branch: perl
39636            ! lib/utf8_heavy.pl
39637 ____________________________________________________________________________
39638 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
39639         Log: Retract the #12259 for now.
39640      Branch: perl
39641            ! embed.h embed.pl sv.h
39642 ____________________________________________________________________________
39643 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
39644         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
39645      Branch: perl
39646            + lib/Text/TabsWrap/CHANGELOG
39647            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
39648 ____________________________________________________________________________
39649 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39650         Log: #12272 wasn't right, it introduced an extra ().
39651      Branch: perl
39652            ! lib/utf8_heavy.pl
39653 ____________________________________________________________________________
39654 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39655         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39656              From: Jonathan Stowe <gellyfish@gellyfish.com>
39657              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39658              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39659      Branch: perl
39660            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39661 ____________________________________________________________________________
39662 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39663         Log: Subject: Patch to put qsortsv in the public API
39664              From: Brian Ingerson <ingy@ttul.org>
39665              Date: Sat, 29 Sep 2001 17:41:13 -0700
39666              Message-ID: <20010929174113.A30223@ttul.org>
39667      Branch: perl
39668            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39669 ____________________________________________________________________________
39670 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39671         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39673              Date: Sat, 29 Sep 2001 23:54:48 +0200
39674              Message-ID: <20010929235448.A5017@rafael>
39675      Branch: perl
39676            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39677 ____________________________________________________________________________
39678 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39679         Log: FAQ sync.
39680      Branch: perl
39681            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39682            ! pod/perlfaq9.pod
39683 ____________________________________________________________________________
39684 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39685         Log: Resync with mainline
39686      Branch: vmsperl
39687           +> (branch 1207 files)
39688            - (delete 324 files)
39689           !> (integrate 866 files)
39690 ____________________________________________________________________________
39691 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39692         Log: Nasty recursion trap if one would match Unicode.
39693      Branch: perl
39694            ! lib/utf8_heavy.pl
39695 ____________________________________________________________________________
39696 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39697         Log: More Unicode todo.
39698      Branch: perl
39699            ! pod/perltodo.pod
39700 ____________________________________________________________________________
39701 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39702         Log: Explain a bit the new more flexible \p\P syntax.
39703      Branch: perl
39704            ! pod/perlunicode.pod
39705 ____________________________________________________________________________
39706 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39707         Log: More leniency to the \p and \P: now can have whitespace
39708              between the property definition and the curlies; now can
39709              invert the property by having a caret between the open
39710              curly and the property.
39711      Branch: perl
39712            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39713 ____________________________________________________________________________
39714 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39715         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39716              one test (lib/open.t) fails
39717      Branch: perlio
39718           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39719           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39720           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39721           +> lib/Tie/Scalar.t lib/open.t
39722            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39723            - ext/B/Stash.t
39724           !> (integrate 62 files)
39725 ____________________________________________________________________________
39726 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39727         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39728      Branch: perl
39729            ! t/op/chdir.t
39730 ____________________________________________________________________________
39731 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39732         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39733              From: "Craig A. Berry" <craigberry@mac.com> 
39734              Date: Sat, 29 Sep 2001 09:35:33 -0500
39735              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39736      Branch: perl
39737            ! t/op/chdir.t
39738 ____________________________________________________________________________
39739 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39740         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39741              From: "chromatic" <chromatic@rmci.net>
39742              Date: Fri, 28 Sep 2001 21:20:12 -0600
39743              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39744      Branch: perl
39745            + lib/Tie/Scalar.t
39746            ! MANIFEST lib/Tie/Scalar.pm
39747 ____________________________________________________________________________
39748 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39749         Log: Allow for more flexibility in the \p{In...} names, now
39750              case doesn't matter, and any space or dash can be
39751              matched by any space, dash, underbar, or empty.
39752              (may be going too far on leniency)
39753      Branch: perl
39754            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39755            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39756            ! t/op/pat.t
39757 ____________________________________________________________________________
39758 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39759         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
39760              From: "chromatic" <chromatic@rmci.net>
39761              Date: Fri, 28 Sep 2001 17:39:50 -0600
39762              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
39763      Branch: perl
39764            + lib/open.t
39765            ! MANIFEST
39766 ____________________________________________________________________________
39767 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
39768         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
39769              From: "Craig A. Berry" <craigberry@mac.com>
39770              Date: Fri, 28 Sep 2001 16:24:51 -0500
39771              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
39772      Branch: perl
39773            ! ext/File/Glob/t/basic.t
39774 ____________________________________________________________________________
39775 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
39776         Log: Subject: [DOC PATCH] Carp.pm pod typo
39777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39778              Date: Fri, 28 Sep 2001 23:14:51 +0200
39779              Message-ID: <20010928231451.E16889@rafael>
39780      Branch: perl
39781            ! lib/Carp.pm
39782 ____________________________________________________________________________
39783 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
39784         Log: Subject: [PATCH] Allow an @INC hook to set %INC
39785              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39786              Date: Fri, 28 Sep 2001 22:18:13 +0200
39787              Message-ID: <20010928221813.A16889@rafael>
39788      Branch: perl
39789            ! pp_ctl.c
39790 ____________________________________________________________________________
39791 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
39792         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
39793              From: Nicholas Clark <nick@ccl4.org>
39794              Date: Fri, 28 Sep 2001 23:39:33 +0100
39795              Message-ID: <20010928233933.C23673@plum.flirble.org>
39796      Branch: perl
39797            ! embed.h embed.pl sv.h
39798 ____________________________________________________________________________
39799 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
39800         Log: Update Changes.
39801      Branch: perl
39802            ! Changes patchlevel.h
39803 ____________________________________________________________________________
39804 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
39805         Log: Move the B tests to B/t.
39806      Branch: perl
39807            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39808            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39809            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
39810            - ext/B/Showlex.t ext/B/Stash.t
39811            ! MANIFEST
39812 ____________________________________________________________________________
39813 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
39814         Log: Forgot from #12254.
39815      Branch: perl
39816            + ext/B/B/Terse.t
39817 ____________________________________________________________________________
39818 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
39819         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
39820              From: "chromatic" <chromatic@rmci.net>
39821              Date: Thu, 27 Sep 2001 23:22:17 -0600
39822              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
39823      Branch: perl
39824            ! MANIFEST
39825 ____________________________________________________________________________
39826 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
39827         Log: Test numbering mismatch.
39828      Branch: perl
39829            ! t/op/chdir.t
39830 ____________________________________________________________________________
39831 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
39832         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
39833              From: "Craig A. Berry" <craigberry@mac.com>
39834              Date: Wed, 26 Sep 2001 17:43:14 -0500
39835              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
39836      Branch: perl
39837            ! iperlsys.h t/op/chdir.t
39838 ____________________________________________________________________________
39839 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
39840         Log: Subject: [PATCH gv.c] make __ANON__ global
39841              From: Robin Barker <rmb1@cise.npl.co.uk>
39842              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
39843              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
39844      Branch: perl
39845            ! gv.c t/op/anonsub.t t/op/runlevel.t
39846 ____________________________________________________________________________
39847 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
39848         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
39849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39850              Date: Thu, 27 Sep 2001 22:34:32 +0200
39851              Message-ID: <20010927223432.A1485@rafael>
39852      Branch: perl
39853            ! ext/B/B/Terse.pm
39854 ____________________________________________________________________________
39855 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
39856         Log: (retracted by #12338)
39857              
39858              Subject: [PATCH] Cleanup of perldsc.pod      
39859              From: Casey West <casey@geeknest.com>
39860              Date: Thu, 27 Sep 2001 11:13:17 -0400
39861              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
39862      Branch: perl
39863            ! pod/perldsc.pod
39864 ____________________________________________________________________________
39865 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
39866         Log: Not everyone is using ithreads...
39867      Branch: perl
39868            ! ext/Devel/Peek/Peek.t
39869 ____________________________________________________________________________
39870 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
39871         Log: Document the nss_delete core dump workaround for HP-UX
39872              and Solaris, bug IDs 20010805.018 and 20010629.004.
39873      Branch: perl
39874            ! README.hpux README.solaris
39875 ____________________________________________________________________________
39876 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
39877         Log: Dump Unicode hash keys also as Unicode,
39878              not just as a byte string.
39879      Branch: perl
39880            ! dump.c ext/Devel/Peek/Peek.t
39881 ____________________________________________________________________________
39882 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
39883         Log: Integrate changes #12241 and #12242 from macperl:
39884              
39885              Remove unneeded disabling of umask() calls
39886              
39887              Note (get|set)sockopt are available.
39888      Branch: perl
39889           !> lib/File/Temp.pm pod/perlport.pod
39890 ____________________________________________________________________________
39891 [ 12244] By: sky                                   on 2001/09/27  08:53:00
39892         Log: Flush buffers on thread closedown.
39893      Branch: perl
39894            ! ext/threads/threads.xs
39895 ____________________________________________________________________________
39896 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
39897         Log: Dump SvUTF8(sv)s also as \x{...}.
39898              
39899              TODO: dump the SvUTF8() hash keys similarly. 
39900      Branch: perl
39901            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
39902 ____________________________________________________________________________
39903 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
39904         Log: Note (get|set)sockopt are available.
39905      Branch: maint-5.6/macperl
39906            ! pod/perlport.pod
39907 ____________________________________________________________________________
39908 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
39909         Log: Remove unneeded disabling of umask() calls
39910      Branch: maint-5.6/macperl
39911            ! lib/File/Temp.pm
39912 ____________________________________________________________________________
39913 [ 12240] By: sky                                   on 2001/09/26  18:44:56
39914         Log: Documention update
39915      Branch: perl
39916            ! ext/threads/threads.pm
39917 ____________________________________________________________________________
39918 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
39919         Log: Update Changes.
39920      Branch: perl
39921            ! Changes patchlevel.h
39922 ____________________________________________________________________________
39923 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39924         Log: Check that all environment variables are tainted.
39925      Branch: perl
39926            ! t/op/taint.t
39927 ____________________________________________________________________________
39928 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39929         Log: Manual integration error in #12235.
39930      Branch: perl
39931            ! lib/File/DosGlob.t
39932 ____________________________________________________________________________
39933 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39934         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39935              From: "chromatic" <chromatic@rmci.net>
39936              Date: Tue, 25 Sep 2001 23:57:07 -0600
39937              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39938      Branch: perl
39939            ! perlio.c
39940 ____________________________________________________________________________
39941 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39942         Log: Integrate macperl changes from Chris Nandor:
39943              12192 11817 11815 11813 11778 11775
39944              
39945              Update CPAN.pm to work with new Mac::BuildTools instead
39946              of ExtUtils::MM_MacOS "orphan" functions
39947              
39948              Fix test
39949              
39950              Make syntax check report in MPW style, fix tests
39951              to use Mac::err=unix to get normal-style error
39952              messages.
39953              
39954              More module and test ports from Thomas Wegner et al
39955              
39956              Fix open of /dev/null for Mac OS
39957              
39958              Allow for platforms to override formatting of errors
39959              on output from Matthias Neeracher (core files)
39960      Branch: perl
39961            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39962            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39963            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39964           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39965           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39966           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39967 ____________________________________________________________________________
39968 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39969         Log: grrr.
39970      Branch: perl
39971            ! t/op/gv.t
39972 ____________________________________________________________________________
39973 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39974         Log: Retract #12232.
39975      Branch: perl
39976            ! t/op/gv.t
39977 ____________________________________________________________________________
39978 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39979         Log: (Retracted by #12233.)
39980      Branch: perl
39981            ! t/op/gv.t
39982 ____________________________________________________________________________
39983 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39984         Log: Detypo.
39985      Branch: perl
39986            ! ext/Encode/Makefile.PL
39987 ____________________________________________________________________________
39988 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39989         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39990              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39991      Branch: perl
39992            + ext/threads/t/stress_cv.t
39993            ! MANIFEST ext/threads/t/stress_string.t
39994 ____________________________________________________________________________
39995 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39996         Log: NetWare tweak from Ananth Kesari.
39997      Branch: perl
39998            ! NetWare/t/Readme.txt
39999 ____________________________________________________________________________
40000 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
40001         Log: Trick to fool case-blind filesystems.
40002      Branch: perl
40003            ! ext/Encode/Makefile.PL
40004 ____________________________________________________________________________
40005 [ 12227] By: sky                                   on 2001/09/26  11:06:50
40006         Log: Threads can start executing in a different order than they were
40007              created.... so we cannot ok() inside the threadstarter.
40008      Branch: perl
40009            ! ext/threads/t/stress_string.t
40010 ____________________________________________________________________________
40011 [ 12226] By: sky                                   on 2001/09/26  07:41:45
40012         Log: Add in stress_string.t to stress test threads a bit more.
40013      Branch: perl
40014            + ext/threads/t/stress_string.t
40015            ! MANIFEST
40016 ____________________________________________________________________________
40017 [ 12225] By: sky                                   on 2001/09/26  07:04:21
40018         Log: Fix negative refcount introduced by #12223.
40019      Branch: perl
40020            ! ext/threads/threads.xs
40021 ____________________________________________________________________________
40022 [ 12224] By: sky                                   on 2001/09/26  06:57:58
40023         Log: Update documentation to match change #12223
40024      Branch: perl
40025            ! sharedsv.c
40026 ____________________________________________________________________________
40027 [ 12223] By: sky                                   on 2001/09/26  06:54:32
40028         Log: Use a separate interpreter for the sharedsv space. Another
40029              negative sv leak. Sigh.
40030      Branch: perl
40031            ! sharedsv.c
40032 ____________________________________________________________________________
40033 [ 12222] By: sky                                   on 2001/09/26  05:58:35
40034         Log: Do the environ assignment in perl_contruct to match perl_destruct.
40035              Now we don't need to perl_parse/perl_run. However environ is a
40036              global....
40037      Branch: perl
40038            ! perl.c
40039 ____________________________________________________________________________
40040 [ 12221] By: sky                                   on 2001/09/26  05:41:02
40041         Log: Move the creation of PL_strtab to perl_construct so we can work
40042              with HV and HEs without running perl_parse.
40043      Branch: perl
40044            ! perl.c
40045 ____________________________________________________________________________
40046 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
40047         Log: integrate macperl changes into maint-5.6
40048      Branch: maint-5.6/perl
40049           !> (integrate 26 files)
40050 ____________________________________________________________________________
40051 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
40052         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
40053              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
40054      Branch: maint-5.6/macperl
40055            ! macos/ext/Mac/Fonts/Fonts.xs
40056            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
40057 ____________________________________________________________________________
40058 [ 12218] By: ams                                   on 2001/09/25  23:31:33
40059         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
40060              From: Nicholas Clark <nick@ccl4.org>
40061              Date: Wed, 26 Sep 2001 01:20:20 +0100
40062              Message-Id: <20010926012020.B48092@plum.flirble.org>
40063      Branch: perl
40064            ! lib/AutoSplit.t
40065 ____________________________________________________________________________
40066 [ 12217] By: ams                                   on 2001/09/25  22:33:05
40067         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
40068              From: "Craig A. Berry" <craigberry@mac.com>
40069              Date: Tue, 25 Sep 2001 18:08:42 -0500
40070              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
40071      Branch: perl
40072            ! vms/vms.c
40073 ____________________________________________________________________________
40074 [ 12216] By: ams                                   on 2001/09/25  21:41:01
40075         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
40076              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
40077              From: Michael G Schwern <schwern@pobox.com>
40078              Date: Wed, 26 Sep 2001 00:38:21 -0400
40079              Message-Id: <20010926003821.A627@blackrider>
40080      Branch: perl
40081            ! lib/AutoSplit.t
40082 ____________________________________________________________________________
40083 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
40084         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
40085              From: Michael G Schwern <schwern@pobox.com>
40086              Date: Tue, 25 Sep 2001 17:43:49 -0400
40087              Message-ID: <20010925174349.B19534@blackrider>
40088      Branch: perl
40089            ! lib/Test/Simple.pm lib/Test/Utils.pm
40090 ____________________________________________________________________________
40091 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
40092         Log: Integrate changes from bleadperl.
40093      Branch: maint-5.6/macperl
40094           !> pod/perlport.pod
40095 ____________________________________________________________________________
40096 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
40097         Log: skip($mess) should result in one skip.
40098      Branch: perl
40099            ! t/test.pl
40100 ____________________________________________________________________________
40101 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
40102         Log: Integrate change #12200 from maintperl.
40103      Branch: maint-5.6/macperl
40104           !> win32/perlhost.h
40105 ____________________________________________________________________________
40106 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
40107         Log: Fix file types to "apple"
40108      Branch: maint-5.6/macperl
40109            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
40110            ! macos/ext/Mac/SAT/t/Collision.rsrc
40111 ____________________________________________________________________________
40112 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
40113         Log: Fix rsrc file as snd file; fix path in t file.
40114      Branch: maint-5.6/macperl
40115            ! macos/ext/Mac/Notification/t/Notification.rsrc
40116            ! macos/ext/Mac/Notification/t/Notification.t
40117 ____________________________________________________________________________
40118 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
40119         Log: Sync up with File::Find from bleadperl.
40120      Branch: maint-5.6/macperl
40121            ! lib/File/Find.pm t/lib/filefind-taint.t
40122 ____________________________________________________________________________
40123 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
40124         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
40125              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
40126              of hundreds)
40127      Branch: maint-5.6/macperl
40128            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
40129            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
40130            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
40131 ____________________________________________________________________________
40132 [ 12207] By: nick                                  on 2001/09/25  19:04:36
40133         Log: Integrate mainline (untested while modem is up)
40134      Branch: perlio
40135           +> lib/AutoSplit.t t/test.pl
40136            - lib/warnings/register.t
40137           !> (integrate 28 files)
40138 ____________________________________________________________________________
40139 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
40140         Log: perldiag entry for #12205.
40141      Branch: perl
40142            ! pod/perldiag.pod
40143 ____________________________________________________________________________
40144 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
40145         Log: Subject: [PATCH] warning on v-string in use/require
40146              From: John Peacock <jpeacock@rowman.com>
40147              Date: Mon, 24 Sep 2001 17:29:03 -0400
40148              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
40149      Branch: perl
40150            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
40151 ____________________________________________________________________________
40152 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
40153         Log: perltooc et al updates.
40154      Branch: perl
40155            ! plan9/mkfile pod/roffitall
40156 ____________________________________________________________________________
40157 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
40158         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
40159              From: Michael G Schwern <schwern@pobox.com>
40160              Date: Sun, 23 Sep 2001 00:07:12 -0400
40161              Message-ID: <20010923000712.A7005@blackrider>
40162      Branch: perl
40163            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
40164 ____________________________________________________________________________
40165 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
40166         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
40167              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40168              Date: Wed, 26 Sep 2001 01:25:10 +0900
40169              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
40170      Branch: perl
40171            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
40172            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
40173            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
40174 ____________________________________________________________________________
40175 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
40176         Log: Integrate change #12200 from maintperl;
40177              on windows, virtualized environment could propagate deleted variables
40178              into children if they happen to be at the very end of the table
40179      Branch: perl
40180           !> win32/perlhost.h
40181 ____________________________________________________________________________
40182 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
40183         Log: on windows, virtualized environment could propagate deleted variables
40184              into children if they happen to be at the very end of the table
40185              (thanks for succinct test case from Johan Holmberg, and fix from
40186              Doug Lankshear)
40187      Branch: maint-5.6/perl
40188            ! win32/perlhost.h
40189 ____________________________________________________________________________
40190 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
40191         Log: avoid the use of ftime() (it does a useless, potentially
40192              expensive call to GetTimeZoneInformation()); this potentially
40193              also results in three more digits of precision from
40194              Time::HiRes::time()
40195      Branch: perl
40196            ! ext/Time/HiRes/HiRes.xs
40197 ____________________________________________________________________________
40198 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
40199         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
40200              
40201              Note: io/binmode is failing, have to figure out why.
40202      Branch: perl
40203            + t/test.pl
40204            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
40205            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
40206            ! t/run/exit.t
40207 ____________________________________________________________________________
40208 [ 12197] By: ams                                   on 2001/09/25  13:48:55
40209         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
40210              From: Nicholas Clark <nick@ccl4.org>
40211              Date: Tue, 25 Sep 2001 00:37:40 +0100
40212              Message-Id: <20010925003740.S4971@plum.flirble.org>
40213              (Further changes expected.)
40214      Branch: perl
40215            + lib/AutoSplit.t
40216            ! MANIFEST
40217 ____________________________________________________________________________
40218 [ 12196] By: sky                                   on 2001/09/25  13:37:12
40219         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
40220              _ftime to try and be more robust.
40221      Branch: perl
40222            ! ext/Time/HiRes/HiRes.xs
40223 ____________________________________________________________________________
40224 [ 12194] By: ams                                   on 2001/09/25  11:40:00
40225         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
40226              From: "Craig A. Berry" <craigberry@mac.com>
40227              Date: Mon, 24 Sep 2001 17:54:20 -0500
40228              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
40229      Branch: perl
40230            ! vms/descrip_mms.template
40231 ____________________________________________________________________________
40232 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
40233         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
40234              not working, cursor not spinning (Bug #422129); external
40235              editor problems (Bug #456329); escape/cmd-. not activating
40236              "Cancel" in Save dialog box (Bug #446960); Runtimes not
40237              executing on launch (Bug #464441).
40238      Branch: maint-5.6/macperl
40239            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
40240            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
40241            ! macos/macperl/MacPerl.r
40242 ____________________________________________________________________________
40243 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
40244         Log: Update CPAN.pm to work with new Mac::BuildTools instead
40245              of ExtUtils::MM_MacOS "orphan" functions
40246      Branch: maint-5.6/macperl
40247            ! lib/CPAN.pm
40248 ____________________________________________________________________________
40249 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
40250         Log: Fix up another xsubpp problem (Matthias Neeracher)
40251      Branch: maint-5.6/macperl
40252            ! macos/xsubpp
40253 ____________________________________________________________________________
40254 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
40255         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
40256      Branch: maint-5.6/macperl
40257            ! macos/lib/ExtUtils/MM_MacOS.pm
40258 ____________________________________________________________________________
40259 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
40260         Log: Fix up Makefiles for more Mac:: modules (and prepare for
40261              static build ...?)
40262      Branch: maint-5.6/macperl
40263            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
40264            ! macos/macperl/Makefile.mk
40265 ____________________________________________________________________________
40266 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
40267         Log: Fix up tests
40268      Branch: maint-5.6/macperl
40269            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
40270 ____________________________________________________________________________
40271 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
40272         Log: Make malloc smarter, fix bugs.  (Bug #404030)
40273      Branch: maint-5.6/macperl
40274            ! macos/icemalloc.c macos/icemalloc.h
40275 ____________________________________________________________________________
40276 [ 12186] By: nick                                  on 2001/09/24  19:18:17
40277         Log: Integrate mainline
40278      Branch: perlio
40279           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40280           +> lib/filetest.t
40281           !> (integrate 30 files)
40282 ____________________________________________________________________________
40283 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
40284         Log: Retract #12136, the warnings::register is already
40285              tested by t/lib/warnings/9enabled, as pointed out
40286              by Paul Marquess.
40287      Branch: perl
40288            - lib/warnings/register.t
40289            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
40290 ____________________________________________________________________________
40291 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
40292         Log: fix Time::HiRes implementation of gettimeofday() on windows
40293              (HiRes.t#14 now passes)
40294      Branch: perl
40295            ! ext/Time/HiRes/HiRes.xs
40296 ____________________________________________________________________________
40297 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
40298         Log: File::Spec::catfile() canonifies everything to blackslashes on
40299              windows :-(
40300      Branch: perl
40301            ! lib/ExtUtils/Manifest.t
40302 ____________________________________________________________________________
40303 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
40304         Log: test number mismatch
40305      Branch: perl
40306            ! t/op/magic.t
40307 ____________________________________________________________________________
40308 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
40309         Log: ok().
40310      Branch: perl
40311            ! t/op/pack.t
40312 ____________________________________________________________________________
40313 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
40314         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
40315              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40316      Branch: perl
40317            ! pp_pack.c t/op/pack.t
40318 ____________________________________________________________________________
40319 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
40320         Log: Update Changes.
40321      Branch: perl
40322            ! Changes patchlevel.h
40323 ____________________________________________________________________________
40324 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
40325         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
40326              From: Michael G Schwern <schwern@pobox.com>
40327              Date: Mon, 24 Sep 2001 11:12:13 -0400
40328              Message-ID: <20010924111213.G27885@blackrider>
40329      Branch: perl
40330            ! lib/ExtUtils/Manifest.pm
40331 ____________________________________________________________________________
40332 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
40333         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
40334              From: Michael G Schwern <schwern@pobox.com> 
40335              Date: Mon, 24 Sep 2001 11:02:07 -0400
40336              Message-ID: <20010924110207.E27885@blackrider>
40337      Branch: perl
40338            ! vms/test.com
40339 ____________________________________________________________________________
40340 [ 12176] By: ams                                   on 2001/09/24  14:01:59
40341         Log: Update Changes.
40342      Branch: perl
40343            ! Changes
40344 ____________________________________________________________________________
40345 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
40346         Log: Various cleanups.
40347      Branch: perl
40348            ! ext/threads/Makefile.PL ext/threads/threads.xs
40349 ____________________________________________________________________________
40350 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
40351         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
40352      Branch: maint-5.6/macperl
40353           !> (integrate 33 files)
40354 ____________________________________________________________________________
40355 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
40356         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
40357              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40358              Date: Mon, 24 Sep 2001 20:04:58 +0900
40359              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
40360      Branch: perl
40361            ! ext/Encode/Encode/gb2312.enc
40362 ____________________________________________________________________________
40363 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
40364         Log: Clarifying comment to #12164.
40365      Branch: perl
40366            ! lib/Cwd.pm
40367 ____________________________________________________________________________
40368 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
40369         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
40370              From: Nicholas Clark <nick@ccl4.org>
40371              Date: Sun, 23 Sep 2001 23:00:56 +0100
40372              Message-ID: <20010923230055.Y4971@plum.flirble.org>
40373              
40374              (with "sample_constants" changed to "fallback")
40375      Branch: perl
40376            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40377            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
40378            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
40379            ! lib/h2xs.t utils/h2xs.PL
40380 ____________________________________________________________________________
40381 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
40382         Log: Metaconfig unit change for #12167.
40383      Branch: metaconfig
40384            ! U/modified/Cppsym.U
40385 ____________________________________________________________________________
40386 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
40387         Log: Add a few glibc cpp symbols to probe for.
40388      Branch: perl
40389            ! Configure
40390 ____________________________________________________________________________
40391 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
40392         Log: DJGPP tweaks for Laszlo Molnar.
40393      Branch: perl
40394            ! djgpp/djgppsed.sh dosish.h
40395 ____________________________________________________________________________
40396 [ 12165] By: ams                                   on 2001/09/24  10:07:08
40397         Log: Subject: [PATCH t/op/inccode.t] More tests
40398              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40399              Date: 24 Sep 2001 10:01:44 -0000
40400              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
40401      Branch: perl
40402            ! t/op/inccode.t
40403 ____________________________________________________________________________
40404 [ 12164] By: ams                                   on 2001/09/24  09:43:29
40405         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
40406              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
40407              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
40408              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
40409      Branch: perl
40410            ! lib/Cwd.pm
40411 ____________________________________________________________________________
40412 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
40413         Log: 1_compile updates.
40414      Branch: perl
40415            ! t/lib/1_compile.t
40416 ____________________________________________________________________________
40417 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
40418         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
40419              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40420              Date: Wed, 19 Sep 2001 22:47:14 +0200
40421              Message-ID: <20010919224714.A6382@rafael>
40422      Branch: perl
40423            ! pod/perlvar.pod pp_ctl.c
40424 ____________________________________________________________________________
40425 [ 12161] By: ams                                   on 2001/09/23  17:40:02
40426         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
40427              filetest Pragma
40428              From: "chromatic" <chromatic@rmci.net>
40429              Date: Sun, 23 Sep 2001 12:07:25 -0600
40430              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
40431      Branch: perl
40432            + lib/filetest.t
40433            ! MANIFEST t/lib/1_compile.t
40434 ____________________________________________________________________________
40435 [ 12160] By: ams                                   on 2001/09/23  16:32:11
40436         Log: Additional minor chdir() tweak.
40437      Branch: perl
40438            ! pod/perlfunc.pod
40439 ____________________________________________________________________________
40440 [ 12159] By: ams                                   on 2001/09/23  16:25:01
40441         Log: Subject: PATCH lib/ExtUtils/Command.t
40442              From: Abe Timmerman <abe@ztreet.demon.nl>
40443              Date: Sun, 23 Sep 2001 19:11:44 +0200
40444              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
40445      Branch: perl
40446            ! lib/ExtUtils/Command.t
40447 ____________________________________________________________________________
40448 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
40449         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
40450              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
40451              Date: Sun, 23 Sep 2001 02:02:26 +0200
40452              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
40453      Branch: perl
40454            ! makedef.pl
40455 ____________________________________________________________________________
40456 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
40457         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
40458              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
40459              Date: Sat, 22 Sep 2001 12:54:39 -0500
40460              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
40461      Branch: perl
40462            ! t/op/study.t
40463 ____________________________________________________________________________
40464 [ 12156] By: nick                                  on 2001/09/23  07:48:44
40465         Log: Integrate mainline
40466      Branch: perlio
40467            - check83.pl
40468           !> ext/Encode/Encode/2022-cn.enc
40469 ____________________________________________________________________________
40470 [ 12155] By: nick                                  on 2001/09/23  07:48:01
40471         Log: Integrate mainline
40472      Branch: perlio
40473           +> (branch 64 files)
40474            - ext/Encode/Encode/cns11643-1.enc
40475            - ext/Encode/Encode/cns11643-2.enc
40476            - ext/Encode/Encode/iso2022-cn.enc
40477            - ext/Encode/Encode/iso2022-jp.enc
40478            - ext/Encode/Encode/iso2022-jp1.enc
40479            - ext/Encode/Encode/iso2022-jp2.enc
40480            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40481            - ext/Encode/Encode/iso8859-1.enc
40482            - ext/Encode/Encode/iso8859-1.ucm
40483            - ext/Encode/Encode/iso8859-10.enc
40484            - ext/Encode/Encode/iso8859-10.ucm
40485            - ext/Encode/Encode/iso8859-13.enc
40486            - ext/Encode/Encode/iso8859-13.ucm
40487            - ext/Encode/Encode/iso8859-14.enc
40488            - ext/Encode/Encode/iso8859-14.ucm
40489            - ext/Encode/Encode/iso8859-15.enc
40490            - ext/Encode/Encode/iso8859-15.ucm
40491            - ext/Encode/Encode/iso8859-16.enc
40492            - ext/Encode/Encode/iso8859-16.ucm
40493            - ext/Encode/Encode/iso8859-2.enc
40494            - ext/Encode/Encode/iso8859-2.ucm
40495            - ext/Encode/Encode/iso8859-3.enc
40496            - ext/Encode/Encode/iso8859-3.ucm
40497            - ext/Encode/Encode/iso8859-4.enc
40498            - ext/Encode/Encode/iso8859-4.ucm
40499            - ext/Encode/Encode/iso8859-5.enc
40500            - ext/Encode/Encode/iso8859-5.ucm
40501            - ext/Encode/Encode/iso8859-6.enc
40502            - ext/Encode/Encode/iso8859-6.ucm
40503            - ext/Encode/Encode/iso8859-7.enc
40504            - ext/Encode/Encode/iso8859-7.ucm
40505            - ext/Encode/Encode/iso8859-8.enc
40506            - ext/Encode/Encode/iso8859-8.ucm
40507            - ext/Encode/Encode/iso8859-9.enc
40508            - ext/Encode/Encode/iso8859-9.ucm
40509            - ext/Encode/Encode/isoir-197.enc
40510            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
40511            - t/lib/sample-tests/header_at_end
40512            - t/lib/sample-tests/header_at_end_fail
40513           !> (integrate 174 files)
40514 ____________________________________________________________________________
40515 [ 12154] By: ams                                   on 2001/09/23  07:11:46
40516         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
40517              by Blair Zajac.
40518      Branch: perl
40519            ! pod/perlfunc.pod
40520 ____________________________________________________________________________
40521 [ 12153] By: ams                                   on 2001/09/23  06:56:32
40522         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
40523              Forgotten deprecation of *glob{FILEHANDLE}?
40524              From: "chromatic" <chromatic@rmci.net>
40525              Date: Sat, 22 Sep 2001 21:27:56 -0600
40526              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
40527      Branch: perl
40528            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
40529 ____________________________________________________________________________
40530 [ 12152] By: ams                                   on 2001/09/23  06:42:58
40531         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
40532              From: Michael G Schwern <schwern@pobox.com>
40533              Date: Sun, 23 Sep 2001 03:34:39 -0400
40534              Message-Id: <20010923033439.E7005@blackrider>
40535      Branch: perl
40536            ! lib/File/Find.pm
40537 ____________________________________________________________________________
40538 [ 12151] By: ams                                   on 2001/09/23  06:37:57
40539         Log: Subject: Re: t/op/magic.t missing tests on Win32
40540              From: Michael G Schwern <schwern@pobox.com>
40541              Date: Sat, 22 Sep 2001 20:29:09 -0400
40542              Message-Id: <20010922202909.I18223@blackrider>
40543      Branch: perl
40544            ! t/op/magic.t
40545 ____________________________________________________________________________
40546 [ 12150] By: ams                                   on 2001/09/23  06:36:26
40547         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
40548              Dumpvalue.pm
40549              From: "chromatic" <chromatic@rmci.net>
40550              Date: Sat, 22 Sep 2001 19:41:31 -0600
40551              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
40552      Branch: perl
40553            + lib/Dumpvalue.t
40554            ! MANIFEST lib/Dumpvalue.pm
40555 ____________________________________________________________________________
40556 [ 12149] By: ams                                   on 2001/09/23  06:25:35
40557         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
40558              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40559              Date: Sun, 23 Sep 2001 15:27:56 +0900
40560              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
40561      Branch: perl
40562            ! ext/Encode/Encode/2022-cn.enc
40563 ____________________________________________________________________________
40564 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
40565         Log: Manual eror in #12147.
40566      Branch: perl
40567            ! win32/win32.c
40568 ____________________________________________________________________________
40569 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
40570         Log: Integrate change #12146 from maintperl;
40571              win32_chdir() et al don't handle a NULL argument gracefully
40572      Branch: perl
40573           !> win32/perlhost.h win32/win32.c
40574 ____________________________________________________________________________
40575 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
40576         Log: win32_chdir() et al don't handle a NULL argument gracefully
40577      Branch: maint-5.6/perl
40578            ! win32/perlhost.h win32/win32.c
40579 ____________________________________________________________________________
40580 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
40581         Log: typo in change#12026
40582      Branch: maint-5.6/perl
40583            ! op.c
40584 ____________________________________________________________________________
40585 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
40586         Log: Subject: [PATCH] Re: scalar context unpack bugs
40587              From: Nicholas Clark <nick@ccl4.org>
40588              Date: Sat, 22 Sep 2001 23:07:56 +0100
40589              Message-ID: <20010922230755.O4971@plum.flirble.org>
40590      Branch: perl
40591            ! pp_pack.c t/op/pack.t
40592 ____________________________________________________________________________
40593 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
40594         Log: Try ExtUtils::Command.t everywhere, not just on Win32
40595              (as suggested by NI-S).  Also allow running it either
40596              in t/ or in the main directory.
40597      Branch: perl
40598            ! lib/ExtUtils/Command.t
40599 ____________________________________________________________________________
40600 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
40601         Log: Update the test on warnings/register.t.
40602      Branch: perl
40603            ! t/lib/1_compile.t
40604 ____________________________________________________________________________
40605 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
40606         Log: The code is now almost tidy enough to keep the IRIX cc happy.
40607      Branch: perl
40608            ! hints/irix_6.sh
40609 ____________________________________________________________________________
40610 [ 12140] By: ams                                   on 2001/09/22  17:26:32
40611         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
40612              use_ithreads
40613              From: "Craig A. Berry" <craigberry@mac.com>
40614              Date: Sat, 22 Sep 2001 13:15:32 -0500
40615              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
40616      Branch: perl
40617            ! configure.com
40618 ____________________________________________________________________________
40619 [ 12139] By: ams                                   on 2001/09/22  16:44:08
40620         Log: Do what perl_clone() does for sharedsv functions.
40621      Branch: perl
40622            ! embed.pl proto.h
40623 ____________________________________________________________________________
40624 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
40625         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
40626              (suggested by Sarathy, extensions shouldn't be dabbling with
40627              op structures, so binary backward compatibility should not be
40628              an issue.)
40629      Branch: perl
40630            ! hints/irix_6.sh op.h
40631 ____________________________________________________________________________
40632 [ 12137] By: ams                                   on 2001/09/22  16:21:05
40633         Log: More cleanups. (What's PERL_DECL_PROT?)
40634      Branch: perl
40635            ! embed.pl proto.h sharedsv.h
40636 ____________________________________________________________________________
40637 [ 12136] By: ams                                   on 2001/09/22  15:14:34
40638         Log: (Retracted by #12185)
40639              
40640              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
40641              Add Tests for warnings::register, Doc Update
40642              From: "chromatic" <chromatic@rmci.net>
40643              Date: Sat, 22 Sep 2001 09:43:20 -0600
40644              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
40645      Branch: perl
40646            + lib/warnings/register.t
40647            ! MANIFEST lib/warnings/register.pm
40648 ____________________________________________________________________________
40649 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40650         Log: `@foo' should be @foo for consistency.
40651      Branch: perl
40652            ! pod/perldiag.pod
40653 ____________________________________________________________________________
40654 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40655         Log: (Retracted by #12138)
40656              
40657              Add -woff (turn warning off) 3187:
40658              "A pointer is converted to a smaller integer."
40659              This happens when your pointers are 64-bit: then every case
40660              of converting pointers to PADOFFSETs (explicitly 32-bit)
40661              faces truncation (even explicit use of INT2PTR doesn't help).
40662              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40663              Changing PADOFFSET from U32 to UV would help, but that
40664              would break binary backward compatibility of BASEOP and padop
40665              (assuming you have been using 64-bit pointers).
40666      Branch: perl
40667            ! hints/irix_6.sh
40668 ____________________________________________________________________________
40669 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40670         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40671              but the name comes from the inside the file, not from the file
40672              name, and Rumanian is the name of the language.
40673      Branch: perl
40674            + ext/Encode/Encode/macRumanian.enc
40675            - ext/Encode/Encode/macRomania.enc
40676            ! MANIFEST
40677 ____________________________________________________________________________
40678 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40679         Log: Rename perltootc as perltooc for 8.3-friedliness.
40680      Branch: perl
40681            + pod/perltooc.pod
40682            - pod/perltootc.pod
40683            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40684            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40685            ! pod/perltoot.pod
40686 ____________________________________________________________________________
40687 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40688         Log: Find more conflicts by lowercasing.
40689      Branch: perl
40690            + Porting/check83.pl
40691            - check83.pl
40692            ! MANIFEST
40693 ____________________________________________________________________________
40694 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40695         Log: The AIX cc 5.0.0.0 is simply too buggy.
40696      Branch: perl
40697            ! hints/aix.sh
40698 ____________________________________________________________________________
40699 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40700         Log: Uninteresting cleanup.
40701      Branch: perl
40702            ! form.h
40703 ____________________________________________________________________________
40704 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40705         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40706              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40707              Date: Sat, 22 Sep 2001 14:29:13 +0100
40708              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40709      Branch: perl
40710            ! cv.h
40711 ____________________________________________________________________________
40712 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40713         Log: What's a backet?
40714      Branch: perl
40715            ! dump.c
40716 ____________________________________________________________________________
40717 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40718         Log: Removed duplicated tests #19 and #20.
40719      Branch: perl
40720            ! t/op/do.t
40721 ____________________________________________________________________________
40722 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40723         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40724              From: Michael Carman <mjcarman@home.com>
40725              Date: Fri, 21 Sep 2001 17:54:05 -0500
40726              Message-Id: <3BABC50D.6040202@home.com>
40727              (Applied with some changes.)
40728      Branch: perl
40729            ! pod/perlmod.pod
40730 ____________________________________________________________________________
40731 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40732         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40733              From: Michael G Schwern <schwern@pobox.com>
40734              Date: Fri, 21 Sep 2001 19:20:40 -0400
40735              Message-Id: <20010921192040.E5494@blackrider>
40736      Branch: perl
40737            ! t/op/chdir.t
40738 ____________________________________________________________________________
40739 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40740         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40741              From: Blair Zajac <blair@orcaware.com>
40742              Date: Fri, 21 Sep 2001 15:13:04 -0700
40743              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40744      Branch: perl
40745            ! t/op/chdir.t
40746 ____________________________________________________________________________
40747 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40748         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40749              20010920.007
40750              From: Michael G Schwern <schwern@pobox.com>
40751              Date: Fri, 21 Sep 2001 17:59:03 -0400
40752              Message-Id: <20010921175903.V5494@blackrider>
40753      Branch: perl
40754            ! t/op/do.t
40755 ____________________________________________________________________________
40756 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40757         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40758              suite on WinCE)
40759              From: Michael G Schwern <schwern@pobox.com>
40760              Date: Fri, 21 Sep 2001 19:41:03 -0400
40761              Message-Id: <20010921194103.G5494@blackrider>
40762      Branch: perl
40763            ! pod/perlport.pod
40764 ____________________________________________________________________________
40765 [ 12120] By: ams                                   on 2001/09/22  03:28:06
40766         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
40767              From: Michael G Schwern <schwern@pobox.com>
40768              Date: Fri, 21 Sep 2001 17:33:35 -0400
40769              Message-Id: <20010921173335.T5494@blackrider>
40770              ($ENV{FOO}=undef hunk not applied.)
40771      Branch: perl
40772            ! t/op/magic.t
40773 ____________________________________________________________________________
40774 [ 12119] By: ams                                   on 2001/09/22  03:02:26
40775         Log: Subject: [PATCH] perldiag.pod
40776              From: Peter Scott <Peter@PSDT.com>
40777              Date: Fri, 21 Sep 2001 18:54:50 -0700
40778              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
40779              (Moved to the right place.)
40780      Branch: perl
40781            ! pod/perldiag.pod
40782 ____________________________________________________________________________
40783 [ 12118] By: ams                                   on 2001/09/21  20:05:29
40784         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
40785              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40786              Date: Fri, 21 Sep 2001 22:36:54 +0200
40787              Message-Id: <20010921223654.A12742@rafael>
40788      Branch: perl
40789            ! t/op/do.t
40790 ____________________________________________________________________________
40791 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
40792         Log: Restore things as they were before
40793              the backward compatibility police notices.
40794      Branch: perl
40795            ! lib/Cwd.pm
40796 ____________________________________________________________________________
40797 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
40798         Log: More Cwd from Schwern: make also OS/2 and DOS
40799              Cwd agree with File::Spec (that is, native path
40800              syntax using \ instead of / -- backward compatibility
40801              polic warning) and stop Win32 from using bsd_realpath().
40802      Branch: perl
40803            ! lib/Cwd.pm
40804 ____________________________________________________________________________
40805 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
40806         Log: Subject: [PATCH @12110] RE: Untested libraries update
40807              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40808              Date: Fri, 21 Sep 2001 18:21:07 +0100
40809              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
40810      Branch: perl
40811            ! lib/warnings/register.pm
40812 ____________________________________________________________________________
40813 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
40814         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
40815              From: Michael G Schwern <schwern@pobox.com>
40816              Date: Thu, 20 Sep 2001 22:54:02 -0400
40817              Message-ID: <20010920225402.A3611@blackrider>
40818      Branch: perl
40819            ! lib/Cwd.pm
40820 ____________________________________________________________________________
40821 [ 12113] By: ams                                   on 2001/09/21  17:08:24
40822         Log: Subject: [PATCH] avoid v-strings with require/use
40823              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40824              Date: Fri, 21 Sep 2001 12:34:40 -0400
40825              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
40826      Branch: perl
40827            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
40828            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
40829            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40830            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40831            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
40832            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
40833            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40834            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40835            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40836            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
40837            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
40838            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
40839            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
40840            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
40841            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
40842            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
40843            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
40844            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
40845            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
40846 ____________________________________________________________________________
40847 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
40848         Log: Update Changes.
40849      Branch: perl
40850            ! Changes patchlevel.h
40851 ____________________________________________________________________________
40852 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
40853         Log: Make AIX and Tru64 compilers happy.  
40854      Branch: perl
40855            ! ext/threads/threads.h ext/threads/threads.xs
40856 ____________________________________________________________________________
40857 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40858         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
40859              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40860              Date: 21 Sep 2001 09:16:37 -0000
40861              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
40862      Branch: perl
40863            ! toke.c
40864 ____________________________________________________________________________
40865 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
40866         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
40867              From: Michael G Schwern <schwern@pobox.com>
40868              Date: Thu, 20 Sep 2001 21:21:34 -0400
40869              Message-ID: <20010920212134.Y28291@blackrider>
40870      Branch: perl
40871            ! pp_sys.c
40872 ____________________________________________________________________________
40873 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
40874         Log: Subject: Re: GDB Debugging Macros from mod_perl
40875              From: rspier@pobox.com (Robert Spier)
40876              Date: Thu, 20 Sep 2001 22:45:03 -0700
40877              Message-ID: <15274.54239.413929.49430@rls.cx>
40878      Branch: perl
40879            ! pod/perltodo.pod
40880 ____________________________________________________________________________
40881 [ 12105] By: sky                                   on 2001/09/21  10:33:34
40882         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
40883              timezone! GetSystemTime should be available on all Win32 
40884              platforms we support. Perhaps Time::HiRes should be extended to
40885              support WinCE and Novell?
40886      Branch: perl
40887            ! ext/Time/HiRes/HiRes.xs
40888 ____________________________________________________________________________
40889 [ 12104] By: sky                                   on 2001/09/21  08:12:39
40890         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
40891      Branch: perl
40892            ! ext/threads/threads.h ext/threads/threads.xs
40893 ____________________________________________________________________________
40894 [ 12103] By: sky                                   on 2001/09/21  07:57:41
40895         Log: Rename the *thread* functions to Perl_* to avoid clashes.
40896              Notably on AIX but could become a problem on other platforms.
40897      Branch: perl
40898            ! ext/threads/threads.h ext/threads/threads.xs
40899 ____________________________________________________________________________
40900 [ 12102] By: sky                                   on 2001/09/21  07:35:30
40901         Log: Add the shared sv space to the global vars.
40902              Fix problems compiling on win32.
40903      Branch: perl
40904            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
40905            ! sharedsv.c sharedsv.h
40906 ____________________________________________________________________________
40907 [ 12101] By: ams                                   on 2001/09/21  00:19:55
40908         Log: Subject: [PATCH] win32/Makefile warning fix
40909              From: Blair Zajac <blair@orcaware.com>
40910              Date: Thu, 20 Sep 2001 18:15:43 -0700
40911              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
40912      Branch: perl
40913            ! win32/Makefile
40914 ____________________________________________________________________________
40915 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
40916         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
40917              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40918              Date: Thu, 20 Sep 2001 18:36:22 +0200
40919              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
40920      Branch: perl
40921            ! lib/ExtUtils/Command.t
40922 ____________________________________________________________________________
40923 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40924         Log: Cant spl wirth a dam.
40925      Branch: perl
40926            ! intrpvar.h
40927 ____________________________________________________________________________
40928 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40929         Log: Don't use C++ comments.
40930      Branch: perl
40931            ! ext/threads/threads.xs
40932 ____________________________________________________________________________
40933 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40934         Log: Change #12044 didn't.
40935      Branch: perl
40936            ! lib/constant.pm
40937 ____________________________________________________________________________
40938 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40939         Log: Metaconfig unit changes for #12095.
40940      Branch: metaconfig
40941            ! U/modified/Myinit.U U/modified/libs.U
40942 ____________________________________________________________________________
40943 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40944         Log: Remove iconv references since we are not using it
40945              and not going to; regen perltoc, perlmodlib.
40946              (Some references still linger in perltoc, have to figure
40947              out where they are coming from.)
40948      Branch: perl
40949            ! Configure NetWare/config.wc NetWare/config_H.wc
40950            ! Porting/Glossary Porting/config.sh Porting/config_H
40951            ! config_h.SH configure.com epoc/config.sh perl.h
40952            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40953            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40954            ! vos/config.ga.h win32/config.bc win32/config.gc
40955            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40956            ! win32/config_H.vc wince/config.ce wince/config.h
40957            ! wince/config_H.ce
40958 ____________________________________________________________________________
40959 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40960         Log: Subject: [PATCH docs] Re: ARGV and read
40961              From: Dave Mitchell <davem@fdgroup.co.uk>
40962              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40963              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40964      Branch: perl
40965            ! pod/perltodo.pod pod/perlvar.pod
40966 ____________________________________________________________________________
40967 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40968         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40969      Branch: perl
40970            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40971            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40972            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40973            ! pod/perlfaq9.pod
40974 ____________________________________________________________________________
40975 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40976         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40977              From: Nicholas Clark <nick@ccl4.org>
40978              Date: Thu, 20 Sep 2001 14:27:08 +0100
40979              Message-ID: <20010920142708.X4971@plum.flirble.org>
40980      Branch: perl
40981            ! pp_pack.c t/op/pack.t
40982 ____________________________________________________________________________
40983 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40984         Log: The sharedsv_space* are variables, not code.  Duh.
40985      Branch: perl
40986            ! intrpvar.h makedef.pl
40987 ____________________________________________________________________________
40988 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40989         Log: Subject: [patch lib/lib_pm.PL]
40990              From: Stas Bekman <stas@stason.org>
40991              Date: Thu, 20 Sep 2001 18:48:53 +0800
40992              Message-Id: <3BA9C995.6010302@stason.org>
40993              (Applied by hand.)
40994      Branch: perl
40995            ! lib/lib_pm.PL
40996 ____________________________________________________________________________
40997 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40998         Log: Only 21 tests, skipping or not.
40999      Branch: perl
41000            ! lib/ExtUtils/Command.t
41001 ____________________________________________________________________________
41002 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
41003         Log: New exported symbols.
41004      Branch: perl
41005            ! makedef.pl
41006 ____________________________________________________________________________
41007 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
41008         Log: Update Changes.
41009      Branch: perl
41010            ! Changes patchlevel.h
41011 ____________________________________________________________________________
41012 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
41013         Log: Correct numbering of the tests is useful.
41014      Branch: perl
41015            ! ext/threads/t/basic.t
41016 ____________________________________________________________________________
41017 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
41018         Log: More tests now too.
41019      Branch: perl
41020            ! lib/ExtUtils/Command.t
41021 ____________________________________________________________________________
41022 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
41023         Log: More tests now.
41024      Branch: perl
41025            ! ext/threads/t/basic.t
41026 ____________________________________________________________________________
41027 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
41028         Log: The test assumed 7-bit ASCII.  Now it "just"
41029              assumes 8-bit whatever.
41030      Branch: perl
41031            ! t/op/crypt.t
41032 ____________________________________________________________________________
41033 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
41034         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
41035              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41036              Date: Wed, 19 Sep 2001 11:45:28 +0200
41037              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
41038              
41039              Lvalue casts are not portable.
41040      Branch: perl
41041            ! ext/threads/threads.xs
41042 ____________________________________________________________________________
41043 [ 12081] By: sky                                   on 2001/09/19  10:17:52
41044         Log: Make the basic test contain only realy basic API tests
41045              Seems to be a problem with detach.
41046      Branch: perl
41047            ! ext/threads/t/basic.t
41048 ____________________________________________________________________________
41049 [ 12080] By: ams                                   on 2001/09/19  01:23:55
41050         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
41051              From: Michael G Schwern <schwern@pobox.com>
41052              Date: Tue, 18 Sep 2001 19:53:48 -0400
41053              Message-Id: <20010918195348.M585@blackrider>
41054              
41055              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
41056              From: Michael G Schwern <schwern@pobox.com>
41057              Date: Tue, 18 Sep 2001 22:07:13 -0400
41058              Message-Id: <20010918220713.B19616@blackrider>
41059      Branch: perl
41060            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
41061            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41062            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
41063            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
41064            ! lib/Test/Tutorial.pod
41065 ____________________________________________________________________________
41066 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
41067         Log: Indent the test a bit.
41068      Branch: perl
41069            ! ext/threads/t/basic.t
41070 ____________________________________________________________________________
41071 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
41072         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
41073              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41074              Date: Tue, 18 Sep 2001 18:06:44 +0200
41075              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
41076      Branch: perl
41077            ! win32/win32.c
41078 ____________________________________________________________________________
41079 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
41080         Log: Subject: stat access time is wrong on Win95
41081              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41082              Date: Tue, 18 Sep 2001 21:59:24 +0200
41083              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
41084      Branch: perl
41085            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
41086 ____________________________________________________________________________
41087 [ 12076] By: ams                                   on 2001/09/18  22:11:25
41088         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
41089              From: Michael G Schwern <schwern@pobox.com>
41090              Date: Tue, 18 Sep 2001 18:47:14 -0400
41091              Message-Id: <20010918184714.I585@blackrider>
41092      Branch: perl
41093            ! t/op/crypt.t
41094 ____________________________________________________________________________
41095 [ 12075] By: sky                                   on 2001/09/18  19:29:37
41096         Log: two test failures
41097              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41098              Message-ID: <20010918221702.A17408@rafael>
41099              partly applied, #12074 already fixed half the patch
41100      Branch: perl
41101            ! ext/threads/t/basic.t
41102 ____________________________________________________________________________
41103 [ 12074] By: sky                                   on 2001/09/18  18:49:03
41104         Log: Fixes test case failure introduced by #12071, the warning is
41105              now correctly spelled :-)
41106      Branch: perl
41107            ! ext/IO/lib/IO/t/io_sel.t
41108 ____________________________________________________________________________
41109 [ 12073] By: sky                                   on 2001/09/18  18:46:22
41110         Log: Make the test behave properly!
41111      Branch: perl
41112            ! ext/threads/t/basic.t
41113 ____________________________________________________________________________
41114 [ 12072] By: ams                                   on 2001/09/18  18:44:59
41115         Log: OP_RCATLINE is an SVOP, not a BASEOP.
41116      Branch: perl
41117            ! opcode.h opcode.pl
41118 ____________________________________________________________________________
41119 [ 12071] By: ams                                   on 2001/09/18  18:06:27
41120         Log: Deprecate != Depreciate.
41121      Branch: perl
41122            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
41123            ! lib/Pod/ParseUtils.pm
41124 ____________________________________________________________________________
41125 [ 12070] By: ams                                   on 2001/09/18  15:14:58
41126         Log: Subject: [PATCH] Getopt::Std cleanup
41127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41128              Date: Tue, 18 Sep 2001 17:32:13 +0200
41129              Message-Id: <20010918173213.C777@rafael>
41130      Branch: perl
41131            ! lib/Getopt/Std.pm lib/Getopt/Std.t
41132 ____________________________________________________________________________
41133 [ 12069] By: sky                                   on 2001/09/18  14:56:33
41134         Log: Forgot the makefile
41135      Branch: perl
41136            + ext/threads/Makefile.PL
41137 ____________________________________________________________________________
41138 [ 12068] By: sky                                   on 2001/09/18  14:13:26
41139         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
41140              The test will fail because of Test.pm not knowing about threads. 
41141              basic needs to be manually tested
41142              compile time warnings on IV2PTR conversions need to be fixed
41143      Branch: perl
41144            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
41145            + ext/threads/threads.h ext/threads/threads.pm
41146            + ext/threads/threads.xs
41147            ! MANIFEST
41148 ____________________________________________________________________________
41149 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
41150         Log: DJGPP tweak from Laszlo Molnar.
41151      Branch: perl
41152            ! djgpp/config.over
41153 ____________________________________________________________________________
41154 [ 12066] By: sky                                   on 2001/09/18  10:24:31
41155         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
41156      Branch: perl
41157            ! sharedsv.c sharedsv.h
41158 ____________________________________________________________________________
41159 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
41160         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
41161              ditto ^cns.
41162      Branch: perl
41163            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
41164            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
41165            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
41166            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
41167            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
41168            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
41169            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
41170            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
41171            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
41172            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
41173            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
41174            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
41175            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
41176            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
41177            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
41178            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
41179            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
41180            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
41181            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
41182            + ext/Encode/Encode/ir-197.enc
41183            - ext/Encode/Encode/cns11643-1.enc
41184            - ext/Encode/Encode/cns11643-2.enc
41185            - ext/Encode/Encode/iso2022-cn.enc
41186            - ext/Encode/Encode/iso2022-jp.enc
41187            - ext/Encode/Encode/iso2022-jp1.enc
41188            - ext/Encode/Encode/iso2022-jp2.enc
41189            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41190            - ext/Encode/Encode/iso8859-1.enc
41191            - ext/Encode/Encode/iso8859-1.ucm
41192            - ext/Encode/Encode/iso8859-10.enc
41193            - ext/Encode/Encode/iso8859-10.ucm
41194            - ext/Encode/Encode/iso8859-11.enc
41195            - ext/Encode/Encode/iso8859-11.ucm
41196            - ext/Encode/Encode/iso8859-13.enc
41197            - ext/Encode/Encode/iso8859-13.ucm
41198            - ext/Encode/Encode/iso8859-14.enc
41199            - ext/Encode/Encode/iso8859-14.ucm
41200            - ext/Encode/Encode/iso8859-15.enc
41201            - ext/Encode/Encode/iso8859-15.ucm
41202            - ext/Encode/Encode/iso8859-16.enc
41203            - ext/Encode/Encode/iso8859-16.ucm
41204            - ext/Encode/Encode/iso8859-2.enc
41205            - ext/Encode/Encode/iso8859-2.ucm
41206            - ext/Encode/Encode/iso8859-3.enc
41207            - ext/Encode/Encode/iso8859-3.ucm
41208            - ext/Encode/Encode/iso8859-4.enc
41209            - ext/Encode/Encode/iso8859-4.ucm
41210            - ext/Encode/Encode/iso8859-5.enc
41211            - ext/Encode/Encode/iso8859-5.ucm
41212            - ext/Encode/Encode/iso8859-6.enc
41213            - ext/Encode/Encode/iso8859-6.ucm
41214            - ext/Encode/Encode/iso8859-7.enc
41215            - ext/Encode/Encode/iso8859-7.ucm
41216            - ext/Encode/Encode/iso8859-8.enc
41217            - ext/Encode/Encode/iso8859-8.ucm
41218            - ext/Encode/Encode/iso8859-9.enc
41219            - ext/Encode/Encode/iso8859-9.ucm
41220            - ext/Encode/Encode/isoir-197.enc
41221            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
41222 ____________________________________________________________________________
41223 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
41224         Log: Must Uppercase.
41225      Branch: perl
41226            ! ext/Encode/Encode.pm
41227 ____________________________________________________________________________
41228 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
41229         Log: Add various encodings.
41230      Branch: perl
41231            + ext/Encode/Encode/iso8859-11.enc
41232            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
41233            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
41234            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
41235            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
41236            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
41237            + ext/Encode/Encode/viscii.ucm
41238            ! MANIFEST ext/Encode/Encode.pm
41239 ____________________________________________________________________________
41240 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
41241         Log: lib/unicode relic.
41242      Branch: perl
41243            ! ext/Encode/compile
41244 ____________________________________________________________________________
41245 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
41246         Log: Subject: [PATCH] Re: filename problems
41247              From: Michael G Schwern <schwern@pobox.com>
41248              Date: Mon, 17 Sep 2001 17:26:26 -0400
41249              Message-ID: <20010917172626.Q585@blackrider>
41250      Branch: perl
41251            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
41252            - t/lib/sample-tests/header_at_end
41253            - t/lib/sample-tests/header_at_end_fail
41254            ! MANIFEST lib/Test/Harness/t/test-harness.t
41255 ____________________________________________________________________________
41256 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
41257         Log: Explicitly explain the 1e9 seconds, not everybody
41258              is a C geek.
41259      Branch: perl
41260            ! ext/Time/HiRes/HiRes.pm
41261 ____________________________________________________________________________
41262 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
41263         Log: Explain an apparent bug reported by
41264              Richard J. Barbalace <rjbarbal@MIT.EDU>,
41265              with additional explanation from Gisle Aas.
41266      Branch: perl
41267            ! ext/Time/HiRes/HiRes.pm
41268 ____________________________________________________________________________
41269 [ 12058] By: ams                                   on 2001/09/17  19:52:01
41270         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
41271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41272              Date: Mon, 17 Sep 2001 22:48:05 +0200
41273              Message-Id: <20010917224805.C11744@rafael>
41274      Branch: perl
41275            ! t/lib/warnings/op t/lib/warnings/pp
41276 ____________________________________________________________________________
41277 [ 12057] By: ams                                   on 2001/09/17  16:51:18
41278         Log: Its a nit!
41279      Branch: perl
41280            ! sv.h
41281 ____________________________________________________________________________
41282 [ 12056] By: ams                                   on 2001/09/17  16:47:55
41283         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
41284              From: "Craig A. Berry" <craigberry@mac.com>
41285              Date: Mon, 17 Sep 2001 12:34:20 -0500
41286              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
41287      Branch: perl
41288            ! vms/vms.c
41289 ____________________________________________________________________________
41290 [ 12055] By: ams                                   on 2001/09/17  16:05:15
41291         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
41292              From: Gisle Aas <gisle@ActiveState.com>
41293              Date: 16 Apr 2001 16:20:34 -0700
41294              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
41295              (Applied by hand.)
41296      Branch: perl
41297            ! lib/CPAN.pm lib/CPAN/Nox.pm
41298 ____________________________________________________________________________
41299 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
41300         Log: Update Changes.
41301      Branch: perl
41302            ! Changes patchlevel.h
41303 ____________________________________________________________________________
41304 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
41305         Log: Adding new files to the MANIFEST is always nice.
41306      Branch: perl
41307            ! MANIFEST
41308 ____________________________________________________________________________
41309 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
41310         Log: Reindent the PerlIO files (suggested by NI-S), used
41311              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
41312              (GNU indent).  Note that wholesale re-indenting might
41313              be nice, but that would break nice formatting/alignment
41314              of assignments, equality testing, and complex boolean
41315              expressions with lots of &s and |s.
41316      Branch: perl
41317            ! perlio.c perlio.h perliol.h
41318 ____________________________________________________________________________
41319 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
41320         Log: Add a script for being 8.3-polite.
41321              The found conflicts are being worked on.
41322      Branch: perl
41323            + check83.pl
41324            ! MANIFEST Porting/pumpkin.pod
41325 ____________________________________________________________________________
41326 [ 12050] By: sky                                   on 2001/09/17  12:44:36
41327         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
41328              finding it.
41329      Branch: perl
41330            ! sv.c
41331 ____________________________________________________________________________
41332 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
41333         Log: Bump up versions because of #12041.
41334      Branch: perl
41335            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
41336            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
41337            ! lib/Time/localtime.pm
41338 ____________________________________________________________________________
41339 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
41340         Log: Bump the version number because of #12042.
41341      Branch: perl
41342            ! lib/CPAN/FirstTime.pm
41343 ____________________________________________________________________________
41344 [ 12047] By: ams                                   on 2001/09/17  11:21:40
41345         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
41346              From: Abhijit Menon-Sen <ams@wiw.org>
41347              Date: Mon, 17 Sep 2001 17:44:12 +0530
41348              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
41349      Branch: perl
41350            ! op.c
41351 ____________________________________________________________________________
41352 [ 12046] By: sky                                   on 2001/09/17  07:14:17
41353         Log: Subject: Re: t/op/ver.t using skip() improperly
41354              From: "chromatic" <chromatic@rmci.net>
41355              Date: Mon, 17 Sep 2001 00:22:29 -0600
41356              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
41357      Branch: perl
41358            ! t/op/ver.t
41359 ____________________________________________________________________________
41360 [ 12045] By: nick                                  on 2001/09/17  07:12:14
41361         Log: Integrate mainline
41362      Branch: perlio
41363           +> t/op/chdir.t
41364           !> (integrate 117 files)
41365 ____________________________________________________________________________
41366 [ 12044] By: ams                                   on 2001/09/17  05:49:53
41367         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
41368              From: Ilmari Karonen <iltzu@sci.fi>
41369              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
41370              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
41371              (And $VERSION = '1.05'.)
41372      Branch: perl
41373            ! lib/constant.pm
41374 ____________________________________________________________________________
41375 [ 12043] By: ams                                   on 2001/09/17  05:44:50
41376         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
41377              From: Michael G Schwern <schwern@pobox.com>
41378              Date: Mon, 17 Sep 2001 07:49:04 +0200
41379              Message-Id: <20010917074904.V1588@blackrider>
41380              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
41381      Branch: perl
41382            + t/op/chdir.t
41383            ! MANIFEST pp_sys.c
41384 ____________________________________________________________________________
41385 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
41386         Log: Subject: Re: CPAN.pm needs some hacking 
41387              From: "chromatic" <chromatic@rmci.net>
41388              Date: Sun, 16 Sep 2001 16:46:29 -0600
41389              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
41390      Branch: perl
41391            ! lib/CPAN/FirstTime.pm
41392 ____________________________________________________________________________
41393 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
41394         Log: Change use|require 5.005_64 to use|require 5.6.1.
41395      Branch: perl
41396            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
41397            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
41398            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
41399            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
41400            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
41401            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41402            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
41403            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
41404            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
41405            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
41406            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41407            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
41408            ! lib/base.pm lib/fields.pm
41409 ____________________________________________________________________________
41410 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
41411         Log: Bump up version numbers.
41412              
41413              TODO 1: double check that pre-5.6.1 CPAN.pm:s
41414              don't try to download 5.8.0 because of the
41415              version numbers.  Mainly this means using _00
41416              in the core version numbers.
41417              
41418              TODO 2: the "use 5.005_64" in many modules
41419              needs to be changed to, say, "use 5.6.1".
41420      Branch: perl
41421            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
41422            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
41423            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
41424            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
41425            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
41426            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
41427            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
41428            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
41429            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
41430            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
41431            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
41432 ____________________________________________________________________________
41433 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
41434         Log: Use UCHARAT() as suggested by Inaba Hiroto.
41435      Branch: perl
41436            ! regexec.c
41437 ____________________________________________________________________________
41438 [ 12038] By: ams                                   on 2001/09/16  15:16:24
41439         Log: Subject: [PATCH] Re: Core module version numbers review
41440              From: Peter Scott <Peter@PSDT.com>
41441              Date: Sun, 16 Sep 2001 09:09:58 -0700
41442              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
41443      Branch: perl
41444            ! lib/perl5db.pl
41445 ____________________________________________________________________________
41446 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
41447         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
41448              not yet fully implemented.
41449      Branch: perl
41450            ! pod/perlfunc.pod pod/perlunicode.pod
41451 ____________________________________________________________________________
41452 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
41453         Log: Subject: [patch] plug PL_beginav_save leak
41454              From: Doug MacEachern <dougm@covalent.net>
41455              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
41456              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
41457      Branch: perl
41458            ! perl.c
41459 ____________________________________________________________________________
41460 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
41461         Log: (accidentally empty checkin)
41462      Branch: perl
41463            ! sv.c
41464 ____________________________________________________________________________
41465 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
41466         Log: Subject: [patch] ithreads+PL_beginav_save
41467              From: Doug MacEachern <dougm@covalent.net>
41468              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
41469              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
41470      Branch: perl
41471            ! sv.c
41472 ____________________________________________________________________________
41473 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
41474         Log: Subject: [PATCH] h2xs.PL with C::Scan
41475              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41476              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
41477              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
41478      Branch: perl
41479            ! utils/h2xs.PL
41480 ____________________________________________________________________________
41481 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
41482         Log: Elaborate (well, make more vague, really) #12030.
41483      Branch: perl
41484            ! pod/perltodo.pod pod/perlunicode.pod
41485 ____________________________________________________________________________
41486 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
41487         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
41488              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41489              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
41490              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
41491      Branch: perl
41492            ! regexec.c
41493 ____________________________________________________________________________
41494 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
41495         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
41496              are not yet complete.
41497      Branch: perl
41498            ! pod/perltodo.pod pod/perlunicode.pod
41499 ____________________________________________________________________________
41500 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
41501         Log: Document what's still to be done on the regular expression
41502              Unicode support, based on the UTR#18.
41503      Branch: perl
41504            ! pod/perltodo.pod pod/perlunicode.pod
41505 ____________________________________________________________________________
41506 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
41507         Log: Regen headers.
41508      Branch: perl
41509            ! embedvar.h perlapi.h
41510 ____________________________________________________________________________
41511 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
41512         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
41513              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41514              Date: Sun, 09 Sep 2001 18:41:54 +0100
41515              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
41516      Branch: perl
41517            ! Porting/findvars ext/ByteLoader/bytecode.h
41518            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
41519            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
41520 ____________________________________________________________________________
41521 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
41522         Log: enable most warnings for windows build; fix the various typecasting
41523              nits that showed up (no bugfixes here)
41524      Branch: maint-5.6/perl
41525            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
41526            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
41527            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
41528            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
41529            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41530            ! x2p/walk.c
41531 ____________________________________________________________________________
41532 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
41533         Log: Integrate change #12024 from maintperl
41534              (a local() precedence bug)
41535      Branch: perl
41536           !> lib/ExtUtils/Install.pm
41537 ____________________________________________________________________________
41538 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
41539         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
41540              change#8642
41541      Branch: maint-5.6/perl
41542            ! lib/ExtUtils/Install.pm
41543 ____________________________________________________________________________
41544 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
41545         Log: Update Changes.
41546      Branch: perl
41547            ! Changes patchlevel.h
41548 ____________________________________________________________________________
41549 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
41550         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
41551              From: "chromatic" <chromatic@rmci.net>
41552              Date: Fri, 14 Sep 2001 09:44:57 -0600 
41553              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
41554      Branch: perl
41555            ! lib/ExtUtils/Manifest.t
41556 ____________________________________________________________________________
41557 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
41558         Log: Hopefully better skipping of the Complete.t tests
41559              in case of not a tty. 
41560      Branch: perl
41561            ! lib/Term/Complete.t t/op/stat.t
41562 ____________________________________________________________________________
41563 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
41564         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
41565              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41566              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
41567              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
41568      Branch: perl
41569            ! regexec.c t/op/pat.t
41570 ____________________________________________________________________________
41571 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
41572         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
41573              From: Robin Barker <rmb1@cise.npl.co.uk>
41574              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
41575              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
41576      Branch: perl
41577            ! pod/perlport.pod
41578 ____________________________________________________________________________
41579 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
41580         Log: NetWare tweaks from Ananth Kesari.
41581      Branch: perl
41582            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41583            ! NetWare/nwutil.h
41584 ____________________________________________________________________________
41585 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
41586         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
41587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41588              Date: Fri, 14 Sep 2001 10:51:13 +0200
41589              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
41590      Branch: perl
41591            ! pod/perlport.pod
41592 ____________________________________________________________________________
41593 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
41594         Log: Subject: Re: [PATCH 2 pl2pm.PL]
41595              From: Joe Smith <Joe.Smith@inwap.com>
41596              Date: Fri, 14 Sep 2001 00:13:32 -0700
41597              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
41598              
41599              Eradicate qu.
41600      Branch: perl
41601            ! keywords.h keywords.pl utils/pl2pm.PL
41602 ____________________________________________________________________________
41603 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
41604         Log: Retract #12013, didn't go over too well in Tru64.
41605      Branch: perl
41606            ! embed.h embed.pl sv.h
41607 ____________________________________________________________________________
41608 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
41609         Log: Subject: [PATCH] Execute files of debugger commands
41610              From: Peter Scott <Peter@PSDT.com>
41611              Date: Thu, 13 Sep 2001 15:26:31 -0700
41612              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
41613      Branch: perl
41614            ! lib/perl5db.pl pod/perldebug.pod
41615 ____________________________________________________________________________
41616 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
41617         Log: (Retracted by #12015)
41618              Subject: [proposed PATCH] Re: perl@11920
41619              From: Nicholas Clark <nick@ccl4.org>
41620              Date: Wed, 12 Sep 2001 23:46:09 +0100
41621              Message-ID: <20010912234609.H4971@plum.flirble.org>     
41622      Branch: perl
41623            ! embed.h embed.pl sv.h
41624 ____________________________________________________________________________
41625 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
41626         Log: ucblib shouldn't be linked against in nonstop-ux,
41627              from Tom Bates.
41628      Branch: perl
41629            ! hints/nonstopux.sh
41630 ____________________________________________________________________________
41631 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
41632         Log: Do stty only if we have stty.
41633              
41634              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
41635      Branch: perl
41636            ! lib/Term/Complete.pm
41637 ____________________________________________________________________________
41638 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
41639         Log: Skip the test if not running on a tty.
41640      Branch: perl
41641            ! lib/Term/Complete.t
41642 ____________________________________________________________________________
41643 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
41644         Log: Regen headers.
41645      Branch: perl
41646            ! embed.h opcode.h pod/perlapi.pod proto.h
41647 ____________________________________________________________________________
41648 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41649         Log: Subject: [PATCH op.c] Re: perl@12003
41650              From: Robin Barker <rmb1@cise.npl.co.uk>
41651              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41652              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41653      Branch: perl
41654            ! op.c
41655 ____________________________________________________________________________
41656 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41657         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41658              From: Robin Barker <rmb1@cise.npl.co.uk>
41659              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41660              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41661      Branch: perl
41662            ! sv.c
41663 ____________________________________________________________________________
41664 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41665         Log: Upgrade to Memoize 0.66.
41666      Branch: perl
41667            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41668            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41669            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41670 ____________________________________________________________________________
41671 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41672         Log: Subject: [ID 20010912.007] substr reference core dump
41673              From: me-01@ton.iguana.be
41674              Date: 12 Sep 2001 14:11:16 -0000
41675              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41676      Branch: perl
41677            ! mg.c
41678 ____________________________________________________________________________
41679 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41680         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41681              From: Ilmari Karonen <iltzu@sci.fi>
41682              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41683              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41684      Branch: perl
41685            ! pod/perlfaq4.pod
41686 ____________________________________________________________________________
41687 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41688         Log: Update Changes.
41689      Branch: perl
41690            ! Changes patchlevel.h
41691 ____________________________________________________________________________
41692 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41693         Log: NetWare update from Ananth Kesari.
41694      Branch: perl
41695            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41696            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41697 ____________________________________________________________________________
41698 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41699         Log: Retract #11984: div() being redefined, and 1397
41700              failing on 64-bit platforms.
41701      Branch: perl
41702            ! lib/Math/BigInt/Calc.pm
41703 ____________________________________________________________________________
41704 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41705         Log: Metaconfig unit change for #11999.
41706      Branch: metaconfig
41707            ! U/protos/d_lseekproto.U
41708 ____________________________________________________________________________
41709 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41710         Log: The lseek fix (#11991) was no fix.
41711      Branch: perl
41712            ! Configure
41713 ____________________________________________________________________________
41714 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41715         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41716              From: Matt Sergeant <MSergeant@star.net.uk>
41717              Date: Tue, 11 Sep 2001 09:22:32 +0100
41718              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41719      Branch: perl
41720            ! ext/Encode/Encode.pm
41721 ____________________________________________________________________________
41722 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41723         Log: Sometimes dTHX is added because it is needed on non 
41724              gnuc platforms, but not needed there. This uses GCC
41725              to silence GCC specific warnings by marking pTHX as 
41726              unused.
41727      Branch: perl
41728            ! perl.h
41729 ____________________________________________________________________________
41730 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41731         Log: Integrate mainline
41732      Branch: perlio
41733            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41734           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41735 ____________________________________________________________________________
41736 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41737         Log: Part Integrate mainline
41738      Branch: perlio
41739           +> (branch 69 files)
41740            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41741            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41742            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41743            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41744            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41745            - lib/Test/More/Changes lib/Test/More/t/More.t
41746            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41747            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41748            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41749            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41750            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41751            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41752            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41753            - t/lib/Test/More/Catch.pm wince/perl.ico
41754           !> (integrate 197 files)
41755 ____________________________________________________________________________
41756 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41757         Log: Subject: Re: [PATCH] Encode.pm docs fix
41758              From: Gisle Aas <gisle@ActiveState.com>
41759              Date: 10 Sep 2001 11:27:02 -0700
41760              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
41761      Branch: perl
41762            ! ext/Encode/Encode.pm
41763 ____________________________________________________________________________
41764 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
41765         Log: Fix unpack U to be the reverse of pack U
41766              (but implement unpack U0U as a backdoor to get
41767              the UTF-8 malformed warnings from un-UTF-8 data)
41768      Branch: perl
41769            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
41770 ____________________________________________________________________________
41771 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
41772         Log: Metaconfig unit change for #11991;
41773              delete an unused unit (d_strtoull.U is the one used)
41774      Branch: metaconfig
41775            ! U/protos/d_lseekproto.U
41776      Branch: metaconfig/U/perl
41777            - strtoull.U
41778 ____________________________________________________________________________
41779 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
41780         Log: Subject: [PATCH] Configure not recording lseek proto
41781              From: Blair Zajac <blair@orcaware.com>
41782              Date: Mon, 10 Sep 2001 17:52:37 -0700
41783              Message-ID: <3B9D6055.BA334A31@orcaware.com>
41784              
41785              plus regen Configure.
41786      Branch: perl
41787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41788            ! config_h.SH uconfig.h
41789 ____________________________________________________________________________
41790 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
41791         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?)))                  
41792              From: Nicholas Clark <nick@ccl4.org>
41793              Date: Tue, 11 Sep 2001 00:00:31 +0100
41794              Message-ID: <20010911000031.G1512@plum.flirble.org>
41795      Branch: perl
41796            + t/op/qq.t
41797            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
41798 ____________________________________________________________________________
41799 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
41800         Log: Subject: [PATCH] Building on win32 w/o perlio
41801              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
41802              Date: Mon, 10 Sep 2001 23:38:46 +0200
41803              Message-ID: <3B9D4F06.14433.2C37644@localhost>
41804      Branch: perl
41805            ! perl.c win32/Makefile win32/makefile.mk
41806 ____________________________________________________________________________
41807 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
41808         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
41809              From: "chromatic" <chromatic@rmci.net>
41810              Date: Mon, 10 Sep 2001 15:14:01 -0600
41811              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
41812      Branch: perl
41813            + lib/CGI/t/push.t
41814            ! MANIFEST
41815 ____________________________________________________________________________
41816 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
41817         Log: Subject: avoiding hoardes of zombies
41818              From: Nicholas Clark <nick@ccl4.org>
41819              Date: Mon, 10 Sep 2001 22:00:40 +0100
41820              Message-ID: <20010910220040.C1512@plum.flirble.org>
41821      Branch: perl
41822            ! pod/perlipc.pod
41823 ____________________________________________________________________________
41824 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
41825         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
41826              From: John Peacock <jpeacock@rowman.com>
41827              Date: Mon, 10 Sep 2001 16:34:30 -0400
41828              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
41829      Branch: perl
41830            ! sv.c t/op/ver.t utf8.h
41831 ____________________________________________________________________________
41832 [ 11985] By: ams                                   on 2001/09/10  23:20:13
41833         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
41834      Branch: perl
41835            ! MANIFEST
41836 ____________________________________________________________________________
41837 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
41838         Log: (Retracted by #12001)
41839              Subject: Calc with USE_MUL/USE_DIV
41840              From: Tels <perl_dummy@bloodgate.com>
41841              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
41842              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
41843      Branch: perl
41844            ! lib/Math/BigInt/Calc.pm
41845 ____________________________________________________________________________
41846 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
41847         Log: Subject: [PATCH op.c] Re: perl@11978
41848              From: Robin Barker <rmb1@cise.npl.co.uk>
41849              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
41850              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
41851              
41852              Format errors.
41853      Branch: perl
41854            ! op.c
41855 ____________________________________________________________________________
41856 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
41857         Log: Switch PADOFFSET back to U32 both because of binary backward
41858              compatibility and because Arthur seems to have been fixing the
41859              problems with naughty integer-pointer casting.
41860      Branch: perl
41861            ! op.h
41862 ____________________________________________________________________________
41863 [ 11981] By: ams                                   on 2001/09/10  16:31:43
41864         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
41865              Fix Pod Typo, Add Test for ExtUtils::Command
41866              From: "chromatic" <chromatic@rmci.net>
41867              Date: Mon, 10 Sep 2001 11:20:56 -0600
41868              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
41869      Branch: perl
41870            + lib/ExtUtils/Command.t
41871            ! MANIFEST lib/ExtUtils/Command.pm
41872 ____________________________________________________________________________
41873 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
41874         Log: Subject: [PATCH] Encode.pm docs fix
41875              From: Matt Sergeant <MSergeant@star.net.uk>
41876              Date: Mon, 10 Sep 2001 15:24:01 +0100
41877              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
41878      Branch: perl
41879            ! ext/Encode/Encode.pm
41880 ____________________________________________________________________________
41881 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
41882         Log: Update Changes.
41883      Branch: perl
41884            ! Changes patchlevel.h
41885 ____________________________________________________________________________
41886 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
41887         Log: Revert #11973, the dTHX seems to be needed in there
41888              for threaded builds.
41889      Branch: perl
41890            ! perlio.c
41891 ____________________________________________________________________________
41892 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41893         Log: Detypo.
41894      Branch: perl
41895            ! pod/perlguts.pod
41896 ____________________________________________________________________________
41897 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
41898         Log: Further Class::Struct patching from Damian.
41899              
41900              The new new semantics are:
41901              
41902              * If you pass an initializer for a nested object, it has to be:
41903              a) a reference to an object of that class, or      
41904              b) a reference to an object of a subclass of that class, or
41905              c) a reference to a hash of arguments to be passed to the
41906              class's constructor
41907              * If you pass no initializer for a nested object, the attribute
41908              is initialized to C<undef>
41909      Branch: perl
41910            ! lib/Class/Struct.pm
41911 ____________________________________________________________________________
41912 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
41913         Log: Skip the crypt test if no crypt.
41914      Branch: perl
41915            ! t/op/crypt.t
41916 ____________________________________________________________________________
41917 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
41918         Log: Warn against using bare v-strings as IP addresses
41919              (okay if using the wrappers from Socket)
41920      Branch: perl
41921            ! pod/perldata.pod pod/perlport.pod
41922 ____________________________________________________________________________
41923 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41924         Log: Remove unused dTHX. Silenced another warning.
41925      Branch: perl
41926            ! perlio.c
41927 ____________________________________________________________________________
41928 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41929         Log: Silence some more warnings INT2PTR.
41930      Branch: perl
41931            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41932 ____________________________________________________________________________
41933 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41934         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41935      Branch: perl
41936            ! cop.h
41937 ____________________________________________________________________________
41938 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41939         Log: Apply INT2PTR with force to silence warnings from
41940              PM_GETRE and friends. No more warnings with 64bit 
41941              IVs and 32bit pointers.    
41942      Branch: perl
41943            ! op.c op.h perl.c
41944 ____________________________________________________________________________
41945 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41946         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41947      Branch: perl
41948            ! pod/perlguts.pod
41949 ____________________________________________________________________________
41950 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41951         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41952              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41953              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41954              perl_clone.
41955      Branch: perl
41956            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41957 ____________________________________________________________________________
41958 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41959         Log: Using strlen() not good on embedded nul bytes.
41960      Branch: perl
41961            ! regcomp.c
41962 ____________________________________________________________________________
41963 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41964         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41966              Date: Mon, 13 Aug 2001 22:51:59 +0200
41967              Message-ID: <20010813225159.C6681@rafael>
41968              (Applied with several tweaks.)
41969      Branch: perl
41970            ! embed.h embed.pl proto.h toke.c
41971 ____________________________________________________________________________
41972 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41973         Log: The exact error message is system-dependent.
41974      Branch: perl
41975            ! lib/ExtUtils/Manifest.t
41976 ____________________________________________________________________________
41977 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41978         Log: Add Windows and Mac Sami support to Encode
41979              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41980      Branch: perl
41981            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41982            ! MANIFEST
41983 ____________________________________________________________________________
41984 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41985         Log: Use the tried method.
41986      Branch: perl
41987            ! pod/perlport.pod
41988 ____________________________________________________________________________
41989 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41990         Log: Can't count parentheses.
41991      Branch: perl
41992            ! ext/IO/lib/IO/Socket/INET.pm
41993 ____________________________________________________________________________
41994 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41995         Log: perlport additions: 1 while unlink, add/delete directory
41996              entries and permissions, cygwin stat funkiness (from Michael
41997              Schwern and Nicholas Clark)
41998      Branch: perl
41999            ! pod/perlport.pod
42000 ____________________________________________________________________________
42001 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
42002         Log: blib does have a detectable test.
42003      Branch: perl
42004            ! t/lib/1_compile.t
42005 ____________________________________________________________________________
42006 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
42007         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
42008              From: "chromatic" <chromatic@rmci.net>
42009              Date: Sat, 08 Sep 2001 19:33:42 -0600
42010              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
42011      Branch: perl
42012            + lib/Term/Complete.t
42013            ! MANIFEST
42014 ____________________________________________________________________________
42015 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
42016         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
42017              From: Michael G Schwern <schwern@pobox.com> 
42018              Date: Sat, 8 Sep 2001 02:40:26 -0400
42019              Message-ID: <20010908024026.A26283@blackrider>
42020      Branch: perl
42021            + lib/Test/Tutorial.pod
42022            ! MANIFEST
42023 ____________________________________________________________________________
42024 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
42025         Log: Try to look up protocol (by name) only iff it has non-numbers:
42026              nice if the server is in a chrooted environment (no /etc/protocols,
42027              server code using hardcorded protocol numbers like 6 for tcp),
42028              suggested by John Holdsworth <coldwave@bigfoot.com>.
42029              In other words, if we are given a number, why look it up again
42030              (by number)?
42031      Branch: perl
42032            ! ext/IO/lib/IO/Socket/INET.pm
42033 ____________________________________________________________________________
42034 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
42035         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
42036              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42037              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
42038              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
42039              
42040              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
42041              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42042              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
42043              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
42044              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
42045              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42046              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
42047              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
42048      Branch: perl
42049            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
42050 ____________________________________________________________________________
42051 [ 11955] By: ams                                   on 2001/09/09  02:54:21
42052         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
42053              From: "Craig A. Berry" <craigberry@mac.com>
42054              Date: Sat, 08 Sep 2001 19:02:16 -0500
42055              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
42056      Branch: perl
42057            ! lib/CGI/t/carp.t
42058 ____________________________________________________________________________
42059 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
42060         Log: Documentation tweaks; think the IP address as an opaque string.
42061      Branch: perl
42062            ! ext/Socket/Socket.pm
42063 ____________________________________________________________________________
42064 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
42065         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
42066              From: Michael G Schwern <schwern@pobox.com>
42067              Date: Sat, 8 Sep 2001 19:45:46 -0400
42068              Message-ID: <20010908194546.C9193@blackrider>
42069      Branch: perl
42070            + lib/blib.t
42071            ! MANIFEST lib/blib.pm t/lib/1_compile.t
42072 ____________________________________________________________________________
42073 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
42074         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
42075              From: "chromatic" <chromatic@rmci.net>
42076              Date: Sat, 08 Sep 2001 12:31:44 -0600
42077              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
42078      Branch: perl
42079            + lib/CGI/t/fast.t
42080            ! MANIFEST
42081 ____________________________________________________________________________
42082 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
42083         Log: The Socket tests were wrong: they were assuming too much.
42084      Branch: perl
42085            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
42086 ____________________________________________________________________________
42087 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
42088         Log: Retract the portability changes since they
42089              seem to have opened a can of worms... will
42090              go back to UNICOS/mk and do the bare minimum
42091              required to get the tests working.
42092      Branch: perl
42093            ! ext/Socket/Socket.xs
42094 ____________________________________________________________________________
42095 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
42096         Log: PADOFFSET is used to cast pointers into integers,
42097              if pointers are 64 bits and U32 32 bits,
42098              bad things may happen, or at least warnings issued.
42099      Branch: perl
42100            ! op.h
42101 ____________________________________________________________________________
42102 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
42103         Log: Still more Socket portability tweaking.
42104              Now Socket.t seems to be happy in all of
42105              Linux/x86, Tru64/alpha, Solaris/sparc,
42106              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
42107              
42108              Addendum: it seems that io_multihomed, io_sock, and hostent
42109              were broken in little-endians (linux/x86 and tru64/alpha)
42110              because of this change.  Argh.
42111      Branch: perl
42112            ! ext/Socket/Socket.xs
42113 ____________________________________________________________________________
42114 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
42115         Log: More portability kicking on inet_ntoa().
42116      Branch: perl
42117            ! ext/Socket/Socket.xs
42118 ____________________________________________________________________________
42119 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
42120         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
42121              From: Michael G Schwern <schwern@pobox.com> 
42122              Date: Fri, 7 Sep 2001 23:06:51 -0400
42123              Message-ID: <20010907230651.R606@blackrider>
42124      Branch: perl
42125            + lib/ExtUtils/Manifest.t
42126            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
42127 ____________________________________________________________________________
42128 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
42129         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
42130              From: "chromatic" <chromatic@rmci.net>
42131              Date: Fri, 07 Sep 2001 17:53:15 -0600      
42132              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
42133      Branch: perl
42134            + lib/ExtUtils/testlib.t
42135            ! MANIFEST
42136 ____________________________________________________________________________
42137 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
42138         Log: Thinko.
42139      Branch: perl
42140            ! lib/integer.t
42141 ____________________________________________________________________________
42142 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
42143         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
42144              From: "Craig A. Berry" <craigberry@mac.com>
42145              Date: Fri, 07 Sep 2001 15:30:03 -0500
42146              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
42147      Branch: perl
42148            ! lib/CGI/Carp.pm
42149 ____________________________________________________________________________
42150 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
42151         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
42152              From: Michael G Schwern <schwern@pobox.com>
42153              Date: Fri, 7 Sep 2001 15:38:13 -0400
42154              Message-ID: <20010907153813.K606@blackrider>
42155      Branch: perl
42156            ! lib/ExtUtils/MM_Unix.pm
42157 ____________________________________________________________________________
42158 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
42159         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
42160              From: Robin Barker <rmb1@cise.npl.co.uk>
42161              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
42162              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
42163      Branch: perl
42164            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
42165 ____________________________________________________________________________
42166 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
42167         Log: Clean up 1_compile.t; move tests to more consistent
42168              places (t/ subdirectories); add integer.t (much of
42169              the pragma is tested elsewhere but there is no one
42170              centralized place)
42171      Branch: perl
42172            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
42173            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
42174            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
42175            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
42176            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
42177            - lib/File/Find/find.t lib/File/Find/taint.t
42178            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
42179 ____________________________________________________________________________
42180 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
42181         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
42182              From: "chromatic" <chromatic@rmci.net>
42183              Date: Fri, 07 Sep 2001 10:17:40 -0600
42184              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
42185      Branch: perl
42186            ! lib/File/Find/taint.t
42187 ____________________________________________________________________________
42188 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
42189         Log: Update Changes.
42190      Branch: perl
42191            ! Changes patchlevel.h
42192 ____________________________________________________________________________
42193 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
42194         Log: Rename the old threading tutorial, start a new one,
42195              regen toc.
42196      Branch: perl
42197            + pod/perlothrtut.pod
42198            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
42199            ! pod/perltoc.pod
42200 ____________________________________________________________________________
42201 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
42202         Log: vars very much has a test.
42203      Branch: perl
42204            ! t/lib/1_compile.t
42205 ____________________________________________________________________________
42206 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
42207         Log: Subject: Re: wince/perl.ico marked as binary
42208              From: Nicholas Clark <nick@ccl4.org>
42209              Date: Fri, 7 Sep 2001 13:54:40 +0100
42210              Message-ID: <20010907135439.D39150@plum.flirble.org>
42211              
42212              and wince/Makefile.ce change from Rainer Keuchel.
42213      Branch: perl
42214            + wince/makeico.pl
42215            ! MANIFEST wince/Makefile.ce
42216 ____________________________________________________________________________
42217 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
42218         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
42219              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42220              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
42221              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
42222      Branch: perl
42223            ! regexec.c
42224 ____________________________________________________________________________
42225 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
42226         Log: (Replaced by #11934)
42227              Subject: Re: [PATCH regexec.c] more general .* and .*?
42228              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42229              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
42230              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
42231      Branch: perl
42232            ! regexec.c
42233 ____________________________________________________________________________
42234 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
42235         Log: The #11931 patching misbehaved.
42236      Branch: perl
42237            ! lib/Test/Harness/t/test-harness.t
42238 ____________________________________________________________________________
42239 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
42240         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
42241              From: Michael G Schwern <schwern@pobox.com>
42242              Date: Fri, 7 Sep 2001 03:30:41 -0400
42243              Message-ID: <20010907033041.A2796@blackrider>
42244      Branch: perl
42245            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
42246            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
42247            + t/lib/sample-tests/header_at_end_fail
42248            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
42249            - lib/Test/Harness.t
42250            ! MANIFEST lib/Test/Harness.pm t/TEST
42251 ____________________________________________________________________________
42252 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
42253         Log: Subject: [PATCH] Digest::MD5 update
42254              From: Gisle Aas <gisle@ActiveState.com>
42255              Date: 06 Sep 2001 23:32:56 -0700
42256              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
42257      Branch: perl
42258            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42259            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
42260 ____________________________________________________________________________
42261 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
42262         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
42263              From: "chromatic" <chromatic@rmci.net>
42264              Date: Thu, 06 Sep 2001 23:11:44 -0600
42265              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
42266      Branch: perl
42267            + lib/less.t
42268            ! MANIFEST t/lib/1_compile.t
42269 ____________________________________________________________________________
42270 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
42271         Log: The binary file must somehow differently stored.
42272      Branch: perl
42273            - wince/perl.ico
42274            ! MANIFEST
42275 ____________________________________________________________________________
42276 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
42277         Log: Add more modules to the list of modules that have tests,
42278              Schwern's wallet is getting more nervous.
42279              (Run t/lib/1_compile.t manually to see which modules
42280              are lacking tests, or the tests can't be run for some
42281              reason or another, such as the Net:: modules)
42282      Branch: perl
42283            ! t/lib/1_compile.t
42284 ____________________________________________________________________________
42285 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
42286         Log: Try to make Socket::inet_ntoa() more robust.
42287      Branch: perl
42288            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
42289 ____________________________________________________________________________
42290 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
42291         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
42292              From: chromatic <chromatic@rmci.net>       
42293              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
42294              Message-Id: <01090522580506.19590@firewheel>           
42295      Branch: perl
42296            ! lib/English.t
42297 ____________________________________________________________________________
42298 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
42299         Log: Subject: Re: perlvar manpage and localizing special vars
42300              From: Stas Bekman <stas@stason.org>
42301              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
42302              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
42303      Branch: perl
42304            ! pod/perlvar.pod
42305 ____________________________________________________________________________
42306 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
42307         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
42308              From: Robin Barker <rmb1@cise.npl.co.uk>
42309              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
42310              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
42311      Branch: perl
42312            ! lib/ExtUtils/MakeMaker.pm
42313 ____________________________________________________________________________
42314 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
42315         Log: Symbol missing; AIX unhappy.
42316      Branch: perl
42317            ! makedef.pl
42318 ____________________________________________________________________________
42319 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
42320         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
42321              Reported in 5.61, seems to work okay in blead.
42322      Branch: perl
42323            ! t/run/kill_perl.t
42324 ____________________________________________________________________________
42325 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
42326         Log: Update Changes.
42327      Branch: perl
42328            ! Changes patchlevel.h
42329 ____________________________________________________________________________
42330 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
42331         Log: Document the bad assumptions currently breaking
42332              the Socket.t tests 10, 11, and 13 in UNICOS.
42333      Branch: perl
42334            ! ext/Socket/Socket.xs
42335 ____________________________________________________________________________
42336 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
42337         Log: Subject: [PATCH x2p] make OPTIMIZE=...
42338              From: Robin Barker <rmb1@cise.npl.co.uk>
42339              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
42340              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
42341      Branch: perl
42342            ! x2p/Makefile.SH x2p/cflags.SH
42343 ____________________________________________________________________________
42344 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
42345         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
42346              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42347              Date: Thu, 6 Sep 2001 11:09:40 +0100
42348              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
42349              
42350              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
42351              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
42352              Date: 6 Sep 2001 10:14:38 -0000
42353              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
42354      Branch: perl
42355            ! pod/perlfaq1.pod pod/perlhack.pod
42356 ____________________________________________________________________________
42357 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
42358         Log: Subject: Extra NUL is Data::Dumper output - patch
42359              From: Tony Cook <tony@develop-help.com>
42360              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
42361              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
42362      Branch: perl
42363            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42364 ____________________________________________________________________________
42365 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
42366         Log: Avoid redefinition warning
42367              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
42368              from
42369              perl -w -Ilib -MCwd -e ''
42370      Branch: perl
42371            ! lib/Cwd.pm
42372 ____________________________________________________________________________
42373 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
42374         Log: Update the is_tainted() example implementation.
42375      Branch: perl
42376            ! pod/perlsec.pod
42377 ____________________________________________________________________________
42378 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
42379         Log: Missing) in #11912.
42380      Branch: perl
42381            ! lib/Test/Simple/t/fail.t
42382 ____________________________________________________________________________
42383 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
42384         Log: Rewhack Test-Simple into core harness.
42385      Branch: perl
42386            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42387            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
42388            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42389            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42390            ! lib/Test/Simple/t/skipall.t
42391 ____________________________________________________________________________
42392 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
42393         Log: Workaround for the new Exporter 'feature'.
42394      Branch: perl
42395            ! lib/Test/More.pm
42396 ____________________________________________________________________________
42397 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
42398         Log: Re-introduce pure-Perl fall-back for abs_path,
42399              re-introduce #11898.
42400      Branch: perl
42401            ! lib/Cwd.pm lib/File/Find.pm
42402 ____________________________________________________________________________
42403 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
42404         Log: More tests.
42405      Branch: perl
42406            ! lib/Exporter.t
42407 ____________________________________________________________________________
42408 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
42409         Log: Retract #11898 for now because it introduces
42410              a rather nasty depencency: when B is being built,
42411              MakeMaker is used.  MakeMaker uses File::Find.
42412              File::Find uses Cwd::getcwd()...which doesn't
42413              exist yet.
42414      Branch: perl
42415            ! lib/File/Find.pm
42416 ____________________________________________________________________________
42417 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
42418         Log: New test welcome.
42419      Branch: perl
42420            + lib/Test/Simple/t/simple.t
42421 ____________________________________________________________________________
42422 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
42423         Log: Old test begone.
42424      Branch: perl
42425            - lib/Attribute/Handlers/test.pl
42426 ____________________________________________________________________________
42427 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
42428         Log: Test-Simple syncup from Schwern.
42429      Branch: perl
42430            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
42431            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
42432            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
42433            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
42434            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
42435            - lib/Test/More/Changes lib/Test/More/t/More.t
42436            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42437            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42438            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
42439            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
42440            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
42441            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42442            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42443            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
42444            ! t/lib/Test/Simple/sample_tests/death.plx
42445            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
42446            ! t/lib/Test/Simple/sample_tests/extras.plx
42447            ! t/lib/Test/Simple/sample_tests/five_fail.plx
42448            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
42449            ! t/lib/Test/Simple/sample_tests/one_fail.plx
42450            ! t/lib/Test/Simple/sample_tests/require.plx
42451            ! t/lib/Test/Simple/sample_tests/success.plx
42452            ! t/lib/Test/Simple/sample_tests/too_few.plx
42453            ! t/lib/Test/Simple/sample_tests/two_fail.plx
42454 ____________________________________________________________________________
42455 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
42456         Log: Integrate File::Find changes from bleadperl
42457      Branch: maint-5.6/macperl
42458            ! lib/File/Find.pm t/lib/filefind-taint.t
42459 ____________________________________________________________________________
42460 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
42461         Log: Integrate 11847 from maint-5.6/perl
42462      Branch: maint-5.6/macperl
42463           !> sv.c
42464 ____________________________________________________________________________
42465 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
42466         Log: In UNICOS division yada yada.
42467      Branch: perl
42468            ! t/op/override.t
42469 ____________________________________________________________________________
42470 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
42471         Log: In UNICOS division is really lossy, better use
42472              a tolerance test.
42473      Branch: perl
42474            ! ext/Time/HiRes/HiRes.t
42475 ____________________________________________________________________________
42476 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
42477         Log: In UNICOS sigaction() sets an extra flag
42478              ("the signal has been registered for all the processes in
42479              a multitasking group.")
42480      Branch: perl
42481            ! ext/POSIX/sigaction.t
42482 ____________________________________________________________________________
42483 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
42484         Log: Documentation micropatch from Damian.
42485      Branch: perl
42486            ! lib/Attribute/Handlers.pm
42487 ____________________________________________________________________________
42488 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
42489         Log: (Retracted by #11908)
42490              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
42491              From: Michael G Schwern <schwern@pobox.com>
42492              Date: Wed, 5 Sep 2001 15:58:21 -0400
42493              Message-ID: <20010905155821.I632@blackrider>
42494      Branch: perl
42495            ! lib/File/Find.pm lib/File/Find/taint.t
42496 ____________________________________________________________________________
42497 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
42498         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
42499              From: Michael G Schwern <schwern@pobox.com>
42500              Date: Wed, 5 Sep 2001 19:16:31 -0400
42501              Message-ID: <20010905191631.E11386@blackrider>
42502      Branch: perl
42503            + lib/CGI/t/carp.t
42504            ! MANIFEST
42505 ____________________________________________________________________________
42506 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
42507         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
42508              From: chromatic <chromatic@rmci.net>
42509              Date: Wed, 5 Sep 2001 18:08:07 -0600
42510              Message-Id: <01090518080700.19590@firewheel>
42511      Branch: perl
42512            ! lib/English.pm
42513 ____________________________________________________________________________
42514 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
42515         Log: Fix a typo #11889 and add a test for the same.
42516      Branch: perl
42517            ! ext/Socket/Socket.t ext/Socket/Socket.xs
42518 ____________________________________________________________________________
42519 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
42520         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
42521              From: "Craig A. Berry" <craigberry@mac.com>
42522              Date: Wed, 05 Sep 2001 17:48:54 -0500
42523              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
42524      Branch: perl
42525            ! lib/warnings.t t/run/kill_perl.t
42526 ____________________________________________________________________________
42527 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
42528         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
42529              From: Michael G Schwern <schwern@pobox.com>
42530              Date: Wed, 5 Sep 2001 17:22:25 -0400
42531              Message-ID: <20010905172225.C11386@blackrider>
42532      Branch: perl
42533            ! t/run/kill_perl.t
42534 ____________________________________________________________________________
42535 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
42536         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
42537              From: Nicholas Clark <nick@ccl4.org>
42538              Date: Wed, 5 Sep 2001 20:54:24 +0100
42539              Message-ID: <20010905205424.C25120@plum.flirble.org>
42540      Branch: perl
42541            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
42542 ____________________________________________________________________________
42543 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
42544         Log: Forgotten thing.
42545      Branch: perl
42546            ! uconfig.h
42547 ____________________________________________________________________________
42548 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
42549         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
42550              From: chromatic <chromatic@rmci.net>               
42551              Date: Wed, 5 Sep 2001 13:22:08 -0600
42552              Message-Id: <01090513220807.10587@firewheel> 
42553      Branch: perl
42554            ! lib/English.pm
42555 ____________________________________________________________________________
42556 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
42557         Log: inet_ntoa() tweaks:
42558              - don't allow addresses with > 255 characters
42559              - indent the HP-UX workaround
42560              - don't leak memory
42561      Branch: perl
42562            ! ext/Socket/Socket.xs
42563 ____________________________________________________________________________
42564 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
42565         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
42566              <xwu@theeducationcenter.com>
42567      Branch: perl
42568            ! lib/File/Find.pm
42569 ____________________________________________________________________________
42570 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
42571         Log: Typo nits.
42572      Branch: perl
42573            ! lib/File/Find.pm
42574 ____________________________________________________________________________
42575 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
42576         Log: -Wall nit.
42577      Branch: perl
42578            ! op.c
42579 ____________________________________________________________________________
42580 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
42581         Log: Update to Scalar-List-Utils 1.05
42582      Branch: perl
42583            ! ext/List/Util/ChangeLog ext/List/Util/README
42584            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
42585 ____________________________________________________________________________
42586 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
42587         Log: Update Changes.
42588      Branch: perl
42589            ! Changes patchlevel.h
42590 ____________________________________________________________________________
42591 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
42592         Log: Update to Scalar-List-Utils 1.04
42593      Branch: perl
42594            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
42595            ! ext/List/Util/lib/List/Util.pm
42596            ! ext/List/Util/lib/Scalar/Util.pm
42597 ____________________________________________________________________________
42598 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42599         Log: Metaconfigify #11724.
42600      Branch: metaconfig
42601            ! U/threads/archname.U
42602 ____________________________________________________________________________
42603 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
42604         Log: The MacOS reference is okay, no reason to hide it.
42605      Branch: perl
42606            ! lib/Cwd.pm
42607 ____________________________________________________________________________
42608 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
42609         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
42610              From: Michael G Schwern <schwern@pobox.com>
42611              Date: Tue, 4 Sep 2001 15:30:10 -0400
42612              Message-ID: <20010904153010.H26466@blackrider> 
42613              
42614              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
42615      Branch: perl
42616            ! ext/Cwd/Makefile.PL lib/Cwd.pm
42617 ____________________________________________________________________________
42618 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
42619         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.))
42620              From: Michael G Schwern <schwern@pobox.com>
42621              Date: Tue, 4 Sep 2001 17:39:13 -0400
42622              Message-ID: <20010904173913.C626@blackrider>
42623      Branch: perl
42624            ! lib/Cwd.pm
42625 ____________________________________________________________________________
42626 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
42627         Log: Subject: Re: Perl_pp_* in public API?
42628              From: "Craig A. Berry" <craigberry@mac.com>
42629              Date: Tue, 4 Sep 2001 21:51:29 -0500
42630              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
42631      Branch: perl
42632            ! ext/List/Util/Util.xs
42633 ____________________________________________________________________________
42634 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
42635         Log: From Damian: Class::Struct was unable to define
42636              recursive classes.  After the patch an object reference
42637              (rather than a hash) is required to initialize
42638              an object attribute.  If no such initializer is given to
42639              the constructor, object attributes are now default
42640              initialized to C<undef>.
42641      Branch: perl
42642            ! lib/Class/Struct.pm lib/Class/Struct.t
42643 ____________________________________________________________________________
42644 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
42645         Log: Subject: Re: sv_catpvfn and sv_setpvfn
42646              From: Richard Soderberg <rs@oregonnet.com>
42647              Date: Tue, 4 Sep 2001 15:16:47 -0700
42648              Message-Id: <200109042216.PAA17858@oregonnet.com>
42649      Branch: perl
42650            ! pod/perlclib.pod pod/perlguts.pod
42651 ____________________________________________________________________________
42652 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42653         Log: NetWare updates from Ananth Kesari.
42654      Branch: perl
42655            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42656            ! NetWare/nw5thread.h
42657 ____________________________________________________________________________
42658 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42659         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?))
42660              From: Nicholas Clark <nick@ccl4.org>
42661              Date: Tue, 4 Sep 2001 22:42:50 +0100
42662              Message-ID: <20010904224250.P25120@plum.flirble.org>
42663      Branch: perl
42664            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42665            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42666            ! t/op/oct.t toke.c
42667 ____________________________________________________________________________
42668 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42669         Log: Fix Cwd::getcwd() not being tainted, as noticed
42670              by Schwern.
42671      Branch: perl
42672            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42673            - ext/Cwd/Cwd.t
42674            ! MANIFEST ext/Cwd/Cwd.xs util.c
42675 ____________________________________________________________________________
42676 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42677         Log: Retract #11870 and volatilize the right destruct_level.
42678              Silly thinko pointed out by Sarathy.
42679      Branch: perl
42680            ! intrpvar.h perl.c
42681 ____________________________________________________________________________
42682 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42683         Log: At least a temporary fix for the mysterious scope core dumps
42684              in Tru64 from Graham.
42685      Branch: perl
42686            ! ext/List/Util/Util.xs
42687 ____________________________________________________________________________
42688 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42689         Log: (Retracted by #11872)
42690      Branch: perl
42691            ! intrpvar.h
42692 ____________________________________________________________________________
42693 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42694         Log: Quench a -Wall gripe noticed by Robin Barker.
42695      Branch: perl
42696            ! op.c
42697 ____________________________________________________________________________
42698 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42699         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42700              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42701              Date: Wed, 05 Sep 2001 02:01:32 +0900
42702              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42703      Branch: perl
42704            ! lib/Unicode/UCD.pm
42705 ____________________________________________________________________________
42706 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42707         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42708              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42709              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42710              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42711      Branch: perl
42712            ! gv.c
42713 ____________________________________________________________________________
42714 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42715         Log: Update Changes.
42716      Branch: perl
42717            ! Changes patchlevel.h
42718 ____________________________________________________________________________
42719 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42720         Log: Add the \[$@%&*] prototype support.
42721      Branch: perl
42722            ! op.c pod/perlsub.pod t/comp/proto.t
42723 ____________________________________________________________________________
42724 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42725         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42726              From: Michael G Schwern <schwern@pobox.com>
42727              Date: Mon, 3 Sep 2001 18:59:01 -0400
42728              Message-ID: <20010903185901.Z9233@blackrider>
42729      Branch: perl
42730            ! lib/CGI/t/form.t
42731 ____________________________________________________________________________
42732 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42733         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42734              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42735              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42736              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42737      Branch: perl
42738            ! gv.c
42739 ____________________________________________________________________________
42740 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42741         Log: More srand entry tweakage based on Randal's suggestion.
42742      Branch: perl
42743            ! pod/perlfunc.pod
42744 ____________________________________________________________________________
42745 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42746         Log: Subject: [PATCH] 'main' *is* a reserved word
42747              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42748              Date: Mon, 3 Sep 2001 22:55:41 +0200
42749              Message-ID: <20010903225541.A24097@rafael>
42750      Branch: perl
42751            ! toke.c
42752 ____________________________________________________________________________
42753 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42754         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42755              From: Peter Prymmer <pvhp@best.com>
42756              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42757              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42758      Branch: perl
42759            ! README.vms configure.com
42760 ____________________________________________________________________________
42761 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
42762         Log: Subject: Re: A slightly better default seed?   
42763              From: Michael G Schwern <schwern@pobox.com>
42764              Date: Mon, 3 Sep 2001 18:08:15 -0400 
42765              Message-ID: <20010903180815.W9233@blackrider>
42766      Branch: perl
42767            ! t/op/srand.t
42768 ____________________________________________________________________________
42769 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
42770         Log: Add sharedsv.o to microperl object files.
42771      Branch: perl
42772            ! Makefile.micro
42773 ____________________________________________________________________________
42774 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
42775         Log: AUTHORS updates and
42776              
42777              Subject: [PATCH] Just some preening :-)        
42778              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42779              Date: Tue, 4 Sep 2001 14:16:59 +0100
42780              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
42781      Branch: perl
42782            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
42783 ____________________________________________________________________________
42784 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
42785         Log: Typo fix and slight rewording.
42786      Branch: perl
42787            ! pod/perlfunc.pod
42788 ____________________________________________________________________________
42789 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
42790         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
42791      Branch: perl
42792            ! pod/perlfaq4.pod
42793 ____________________________________________________________________________
42794 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
42795         Log: The helper file changed name.
42796      Branch: perl
42797            ! MANIFEST
42798 ____________________________________________________________________________
42799 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
42800         Log: Update to Scalar-List-Utils 1.03
42801      Branch: perl
42802            + ext/List/Util/t/shuffle.t
42803            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42804            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
42805            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42806            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42807            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42808            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42809            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
42810            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42811 ____________________________________________________________________________
42812 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
42813         Log: Make crypt() do something more sane for Unicode
42814              (take crypt() of the low eight bits of the characters,
42815              instead of taking crypt() of the UTF-8 of the scalar);
42816              add a test for crypt().
42817      Branch: perl
42818            + t/op/crypt.t
42819            ! MANIFEST pod/perlfunc.pod pp.c
42820 ____________________________________________________________________________
42821 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
42822         Log: Reorganize the srand entry.
42823      Branch: perl
42824            ! pod/perlfunc.pod
42825 ____________________________________________________________________________
42826 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
42827         Log: Remove the tests that assume something about
42828              calling srand() without arguments multiple times.
42829      Branch: perl
42830            ! t/op/srand.t
42831 ____________________________________________________________________________
42832 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
42833         Log: Upgrade to Math::BigInt 1.42.
42834      Branch: perl
42835            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42836            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42837            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42838            ! lib/Math/BigInt/t/mbimbf.t
42839 ____________________________________________________________________________
42840 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
42841         Log: integrate change#11847 from maint-5.6
42842              
42843              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42844      Branch: perl
42845            ! sv.c
42846 ____________________________________________________________________________
42847 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
42848         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42849      Branch: maint-5.6/perl
42850            ! sv.c
42851 ____________________________________________________________________________
42852 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
42853         Log: As far as I can tell these functions have been Unicodified.
42854      Branch: perl
42855            ! doop.c
42856 ____________________________________________________________________________
42857 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
42858         Log: Update to Storable 1.0.13.
42859      Branch: perl
42860            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42861            ! ext/Storable/Storable.xs
42862 ____________________________________________________________________________
42863 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
42864         Log: Patch the Filter::Simple test to work with
42865              the core test suite (since the FilterTest.pm
42866              is in t/lib, not in lib).
42867      Branch: perl
42868            ! lib/Filter/Simple/t/filter.t
42869 ____________________________________________________________________________
42870 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
42871         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
42872      Branch: perl
42873            + t/lib/FilterTest.pm
42874            - t/lib/MyFilter.pm
42875 ____________________________________________________________________________
42876 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
42877         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
42878              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
42879              Text::Balanced 1.86.
42880      Branch: perl
42881            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
42882            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
42883            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
42884            + lib/Switch/t/nested.t lib/Switch/t/switch.t
42885            + lib/Text/Balanced/Changes lib/Text/Balanced/README
42886            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
42887            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
42888            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
42889            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
42890            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
42891            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
42892            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
42893            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
42894            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
42895            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
42896            ! MANIFEST lib/Attribute/Handlers.pm
42897            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42898            ! lib/Attribute/Handlers/demo/Demo.pm
42899            ! lib/Attribute/Handlers/demo/Descriptions.pm
42900            ! lib/Attribute/Handlers/demo/MyClass.pm
42901            ! lib/Attribute/Handlers/demo/demo.pl
42902            ! lib/Attribute/Handlers/demo/demo2.pl
42903            ! lib/Attribute/Handlers/demo/demo3.pl
42904            ! lib/Attribute/Handlers/demo/demo4.pl
42905            ! lib/Attribute/Handlers/demo/demo_call.pl
42906            ! lib/Attribute/Handlers/demo/demo_chain.pl
42907            ! lib/Attribute/Handlers/demo/demo_cycle.pl
42908            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
42909            ! lib/Attribute/Handlers/demo/demo_phases.pl
42910            ! lib/Attribute/Handlers/demo/demo_range.pl
42911            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
42912            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
42913            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
42914            ! lib/Text/Balanced.pm
42915 ____________________________________________________________________________
42916 [ 11841] By: sky                                   on 2001/09/03  11:04:15
42917         Log: Forgot to add a file with Change #11840
42918      Branch: perl
42919            + t/op/srand.t
42920 ____________________________________________________________________________
42921 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42922         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42923              From: Michael G Schwern <schwern@pobox.com>
42924              Date: Mon, 3 Sep 2001 07:43:00 -0400
42925              Message-ID: <20010903074300.E9233@blackrider>
42926      Branch: perl
42927            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42928 ____________________________________________________________________________
42929 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42930         Log: Document the changes with regards to running of END blocks.
42931              And DESTROY on global objects are called in perl_destruct()!
42932      Branch: perl
42933            ! pod/perl572delta.pod pod/perlembed.pod
42934 ____________________________________________________________________________
42935 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42936         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42937              From: Michael G Schwern <schwern@pobox.com>
42938              Date: Mon, 3 Sep 2001 06:29:42 -0400
42939              Message-ID: <20010903062942.C9233@blackrider>
42940      Branch: perl
42941            ! t/op/time.t
42942 ____________________________________________________________________________
42943 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42944         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42945              From: Michael G Schwern <schwern@pobox.com>
42946              Date: Mon, 3 Sep 2001 06:24:13 -0400
42947              Message-ID: <20010903062413.B9233@blackrider>
42948      Branch: perl
42949            ! t/op/rand.t
42950 ____________________________________________________________________________
42951 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42952         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42953              From: Michael G Schwern <schwern@pobox.com>
42954              Date: Sun, 2 Sep 2001 21:38:43 -0400
42955              Message-ID: <20010902213843.L2711@blackrider>
42956      Branch: perl
42957            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42958            ! MANIFEST
42959 ____________________________________________________________________________
42960 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42961         Log: Integrate mainline
42962      Branch: perlio
42963           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42964            - t/op/misc.t
42965           !> (integrate 187 files)
42966 ____________________________________________________________________________
42967 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42968         Log: Update Changes.
42969      Branch: perl
42970            ! Changes patchlevel.h
42971 ____________________________________________________________________________
42972 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42973         Log: Slight tweaks.
42974      Branch: perl
42975            ! t/run/kill_perl.t
42976 ____________________________________________________________________________
42977 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42978         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42979      Branch: perl
42980            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42981 ____________________________________________________________________________
42982 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42983         Log: Change #11828 wasn't complete, this updates to intest path
42984      Branch: perl
42985            ! t/run/kill_perl.t
42986 ____________________________________________________________________________
42987 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42988         Log: 's's's.
42989      Branch: perl
42990            ! Changes
42991 ____________________________________________________________________________
42992 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42993         Log: Update Changes.
42994      Branch: perl
42995            ! Changes patchlevel.h
42996 ____________________________________________________________________________
42997 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42998         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42999              From: Michael G Schwern <schwern@pobox.com>
43000              Date: Sat, 1 Sep 2001 20:18:58 -0400
43001              Message-ID: <20010901201858.X606@blackrider>
43002              +MANIFEST Fix
43003      Branch: perl
43004            + t/run/kill_perl.t
43005            - t/op/misc.t t/run/segfault.t
43006            ! MANIFEST
43007 ____________________________________________________________________________
43008 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
43009         Log: Subject: [PATCH] lib/Time/Local.pm
43010              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43011              Date: Sun, 2 Sep 2001 06:50:01 -0500
43012              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
43013      Branch: perl
43014            ! lib/Time/Local.pm
43015 ____________________________________________________________________________
43016 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
43017         Log: Tick off Unicode collation and the normalization from
43018              the todo list.
43019      Branch: perl
43020            ! pod/perltodo.pod
43021 ____________________________________________________________________________
43022 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
43023         Log: Update to Unicode 3.1.1.
43024      Branch: perl
43025            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
43026            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
43027            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
43028            ! lib/unicore/PropList.txt lib/unicore/README.perl
43029            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
43030            ! lib/unicore/rename lib/unicore/version
43031 ____________________________________________________________________________
43032 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
43033         Log: Slight doc tweaks for the module.
43034      Branch: perl
43035            ! lib/Unicode/UCD.pm
43036 ____________________________________________________________________________
43037 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
43038         Log: Rename the variable: it *used* to be (wrongly) that the
43039              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
43040              but that is no more the case: PL_reg_match_utf8 is better.
43041      Branch: perl
43042            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
43043            ! regexec.c sv.c thrdvar.h
43044 ____________________________________________________________________________
43045 [ 11822] By: ams                                   on 2001/09/02  02:54:50
43046         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
43047              From: Ilmari Karonen <iltzu@sci.fi>
43048              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
43049              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
43050              (op/sub_lval.t updated to take new error message into account.)
43051      Branch: perl
43052            ! op.c t/op/sub_lval.t
43053 ____________________________________________________________________________
43054 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
43055         Log: remove stray CRs in files; keep all files with UNIX line-ends
43056              (Porting/makerel adds CRs to the files that need it in the
43057              distribution)
43058      Branch: perl
43059            ! NetWare/t/NWScripts.pl README.dos
43060            ! ext/Encode/Encode/cns11643-1.enc
43061            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
43062            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43063 ____________________________________________________________________________
43064 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
43065         Log: some remnants of change#11803
43066      Branch: perl
43067            ! ext/ByteLoader/byterun.h perl.h
43068 ____________________________________________________________________________
43069 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
43070         Log: Update to Unicode::Collate 0.08.
43071      Branch: perl
43072            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43073            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
43074 ____________________________________________________________________________
43075 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
43076         Log: Test tweaks.
43077      Branch: perl
43078            ! t/op/pat.t
43079 ____________________________________________________________________________
43080 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
43081         Log: Fix test
43082      Branch: maint-5.6/macperl
43083            ! t/lib/b.t
43084 ____________________________________________________________________________
43085 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
43086         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
43087              warnings in Config.pm with -W; increase default and
43088              minimum RAM; bump version number.
43089      Branch: maint-5.6/macperl
43090            + macos/lib/Mac/LowMem.pm
43091            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
43092            ! macos/configpm macos/macperl/MacPerl.r
43093 ____________________________________________________________________________
43094 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
43095         Log: Make syntax check report in MPW style, fix tests
43096              to use Mac::err=unix to get normal-style error
43097              messages.
43098      Branch: maint-5.6/macperl
43099            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
43100            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
43101 ____________________________________________________________________________
43102 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
43103         Log: Make MPW-style errors optional (but the default); add
43104              MacPerl::ErrorFormat() function and Mac::err pragma
43105      Branch: maint-5.6/macperl
43106            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
43107            + macos/ext/Mac/err/err.xs
43108            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
43109            ! macos/macish.c macos/macish.h macos/macperl.sym
43110 ____________________________________________________________________________
43111 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
43112         Log: More module and test ports from Thomas Wegner et al
43113      Branch: maint-5.6/macperl
43114            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43115            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
43116            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
43117            ! t/op/magic.t
43118 ____________________________________________________________________________
43119 [ 11812] By: sky                                   on 2001/09/01  17:19:30
43120         Log: Subject: [PATCH t/op/concat.t] cleanup
43121              From: Michael G Schwern <schwern@pobox.com>
43122              Date: Sat, 1 Sep 2001 14:06:28 -0400
43123              Message-ID: <20010901140628.C606@blackrider>
43124      Branch: perl
43125            ! t/op/concat.t
43126 ____________________________________________________________________________
43127 [ 11811] By: sky                                   on 2001/09/01  12:25:29
43128         Log: Change #11805 didn't update the MANIFEST
43129      Branch: perl
43130            ! MANIFEST
43131 ____________________________________________________________________________
43132 [ 11810] By: sky                                   on 2001/09/01  11:52:44
43133         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
43134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43135              Date: Sat, 1 Sep 2001 14:50:14 +0200
43136              Message-ID: <20010901145014.A691@rafael>
43137      Branch: perl
43138            ! t/op/inccode.t
43139 ____________________________________________________________________________
43140 [ 11809] By: sky                                   on 2001/09/01  11:49:22
43141         Log: Subject: PATCH: ExtUtils::MakeMaker
43142              From: Tony Bowden <tony@kasei.com>
43143              Date: Sat, 1 Sep 2001 10:33:53 +0100
43144              Message-ID: <20010901103353.A13863@soto.kasei.com>
43145              Manually applied
43146      Branch: perl
43147            ! lib/ExtUtils/MakeMaker.pm
43148 ____________________________________________________________________________
43149 [ 11808] By: sky                                   on 2001/09/01  11:39:13
43150         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
43151              From: mike808@users.sourceforge.net
43152              Date: Sat, 1 Sep 101 11:27:50 GMT
43153              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
43154              With little tweak
43155      Branch: perl
43156            ! lib/Term/Cap.pm
43157 ____________________________________________________________________________
43158 [ 11807] By: ams                                   on 2001/09/01  11:31:16
43159         Log: Subject: oct() and hex()
43160              From: Nicholas Clark <nick@ccl4.org>
43161              Date: Fri, 31 Aug 2001 23:14:13 +0100
43162              Message-Id: <20010831231413.J4950@plum.flirble.org>
43163      Branch: perl
43164            ! pod/perlclib.pod
43165 ____________________________________________________________________________
43166 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
43167         Log: Integrate change 11801 from maintperl
43168      Branch: maint-5.6/macperl
43169            ! perl.c
43170 ____________________________________________________________________________
43171 [ 11805] By: sky                                   on 2001/08/31  21:35:10
43172         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
43173              From: Michael G Schwern <schwern@pobox.com>
43174              Date: Fri, 31 Aug 2001 15:36:28 -0400
43175              Message-ID: <20010831153628.B598@blackrider>
43176              Check for things which used to segfault
43177      Branch: perl
43178            + t/run/segfault.t
43179 ____________________________________________________________________________
43180 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
43181         Log: integrate change#11801 from maint-5.6
43182              
43183              remove age-old UNICOS "workaround" that introduces a static, and
43184              hence an egregious race condition for threaded builds (*sigh*
43185              beats me why this kludge wasn't guarded by a UNICOS-specific
43186              #define *sigh*)
43187      Branch: perl
43188            ! perl.c
43189 ____________________________________________________________________________
43190 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
43191         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
43192              working in 5.7.x
43193      Branch: perl
43194            - objXSUB.h
43195            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
43196            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
43197            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
43198            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
43199            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
43200            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
43201            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
43202            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
43203            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
43204            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
43205            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
43206            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
43207            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
43208            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
43209            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
43210            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
43211            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
43212            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
43213            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
43214            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
43215            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
43216            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
43217 ____________________________________________________________________________
43218 [ 11802] By: ams                                   on 2001/08/31  18:11:32
43219         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
43220              From: "Philip Newton" <Philip.Newton@gmx.net>
43221              Date: Fri, 31 Aug 2001 21:12:56 +0200
43222              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
43223      Branch: perl
43224            ! pod/perldiag.pod
43225 ____________________________________________________________________________
43226 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
43227         Log: remove age-old UNICOS "workaround" that introduces a static, and
43228              hence an egregious race condition for threaded builds (*sigh*
43229              beats me why this kludge wasn't guarded by a UNICOS-specific
43230              #define *sigh*)
43231      Branch: maint-5.6/perl
43232            ! perl.c
43233 ____________________________________________________________________________
43234 [ 11800] By: sky                                   on 2001/08/31  17:30:26
43235         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
43236              Might break on platforms where bool is larger than 8 bites ???
43237      Branch: perl
43238            ! regcomp.c
43239 ____________________________________________________________________________
43240 [ 11799] By: ams                                   on 2001/08/31  12:15:44
43241         Log: Integrate 11778 into mainline.
43242      Branch: perl
43243            ! t/base/term.t
43244 ____________________________________________________________________________
43245 [ 11798] By: sky                                   on 2001/08/31  11:31:44
43246         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
43247              supposed to happen.
43248      Branch: perl
43249            ! regcomp.c
43250 ____________________________________________________________________________
43251 [ 11797] By: sky                                   on 2001/08/31  11:28:17
43252         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
43253              From: "John P. Linderman" <jpl@research.att.com>
43254              Date: Fri, 31 Aug 2001 08:20:35 -0400
43255              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
43256              Fixes test 14 which could fail randomly in rare cases.
43257      Branch: perl
43258            ! ext/Time/HiRes/HiRes.t regcomp.c
43259 ____________________________________________________________________________
43260 [ 11796] By: ams                                   on 2001/08/31  01:13:07
43261         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
43262              From: Nicholas Clark <nick@ccl4.org>
43263              Date: Thu, 30 Aug 2001 23:21:50 +0100
43264              Message-Id: <20010830232150.D4950@plum.flirble.org>
43265      Branch: perl
43266            ! ext/Sys/Syslog/Makefile.PL
43267 ____________________________________________________________________________
43268 [ 11795] By: ams                                   on 2001/08/30  23:53:23
43269         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
43270              patching example
43271              From: Michael G Schwern <schwern@pobox.com>
43272              Date: Thu, 30 Aug 2001 17:02:08 -0400
43273              Message-Id: <20010830170208.M2318@blackrider>
43274      Branch: perl
43275            ! pod/perlhack.pod
43276 ____________________________________________________________________________
43277 [ 11794] By: ams                                   on 2001/08/30  19:35:36
43278         Log: Subject: [PATCH] pp_modulo
43279              From: Nicholas Clark <nick@ccl4.org>
43280              Date: Thu, 30 Aug 2001 18:20:54 +0100
43281              Message-Id: <20010830182053.A4950@plum.flirble.org>
43282      Branch: perl
43283            ! pp.c t/op/64bitint.t
43284 ____________________________________________________________________________
43285 [ 11793] By: sky                                   on 2001/08/30  13:02:48
43286         Log: 11792 wasn't complete
43287      Branch: perl
43288            ! makedef.pl regcomp.c
43289 ____________________________________________________________________________
43290 [ 11792] By: sky                                   on 2001/08/30  12:21:11
43291         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
43292      Branch: perl
43293            ! makedef.pl
43294 ____________________________________________________________________________
43295 [ 11791] By: sky                                   on 2001/08/30  10:08:02
43296         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
43297      Branch: perl
43298            ! config_h.SH
43299 ____________________________________________________________________________
43300 [ 11790] By: sky                                   on 2001/08/30  08:22:31
43301         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
43302              on the pad. Fixes coredumps in cleanups introduced by
43303              Change 11755  
43304      Branch: perl
43305            ! op.c perl.c sv.h
43306 ____________________________________________________________________________
43307 [ 11789] By: sky                                   on 2001/08/29  19:01:47
43308         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
43309              This is a replacement implmentation that works on HPUX.
43310              This bug should probably be fixed in GCC.
43311      Branch: perl
43312            ! ext/Socket/Socket.xs
43313 ____________________________________________________________________________
43314 [ 11788] By: ams                                   on 2001/08/29  17:35:33
43315         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
43316              From: Nicholas Clark <nick@ccl4.org>
43317              Date: Wed, 29 Aug 2001 18:21:56 +0100
43318              Message-Id: <20010829182156.O4950@plum.flirble.org>
43319      Branch: perl
43320            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
43321 ____________________________________________________________________________
43322 [ 11787] By: sky                                   on 2001/08/29  10:42:54
43323         Log: Added test for pack_addr_in and unpack_addr_in
43324              Nitpik in test 10
43325      Branch: perl
43326            ! ext/Socket/Socket.t
43327 ____________________________________________________________________________
43328 [ 11786] By: sky                                   on 2001/08/29  10:28:14
43329         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
43330              Trying to catch errors on HP-UX
43331      Branch: perl
43332            ! ext/Socket/Socket.t
43333 ____________________________________________________________________________
43334 [ 11785] By: sky                                   on 2001/08/29  09:07:03
43335         Log: make sure USE_THREADS is defined so external apps work
43336      Branch: perl
43337            ! config_h.SH
43338 ____________________________________________________________________________
43339 [ 11784] By: sky                                   on 2001/08/29  08:06:12
43340         Log: Subject: Re: The hitlist of untested modules.
43341              From: Jonathan Stowe <gellyfish@gellyfish.com>
43342              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
43343              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
43344              Start of tests for Shell.pm (make Schwern poorer!)
43345      Branch: perl
43346            + lib/Shell.t
43347            ! MANIFEST
43348 ____________________________________________________________________________
43349 [ 11783] By: sky                                   on 2001/08/29  07:37:50
43350         Log: END{} can change the return value even if we die from BEGIN{}
43351      Branch: perl
43352            ! miniperlmain.c
43353 ____________________________________________________________________________
43354 [ 11782] By: ams                                   on 2001/08/29  06:32:17
43355         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
43356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43357              Date: Wed, 29 Aug 2001 09:18:17 +0200
43358              Message-Id: <20010829091817.A4453@rafael>
43359      Branch: perl
43360            ! t/op/inccode.t
43361 ____________________________________________________________________________
43362 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
43363         Log: Delete xsubpp.patch, as full copy exists now
43364      Branch: maint-5.6/macperl
43365            - macos/xsubpp.patch
43366 ____________________________________________________________________________
43367 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
43368         Log: Add Changes file
43369      Branch: maint-5.6/macperl
43370            + macos/Changes
43371 ____________________________________________________________________________
43372 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
43373         Log: Add Mac version of xsubpp as separate file
43374      Branch: maint-5.6/macperl
43375            + macos/xsubpp
43376            ! macos/Makefile.mk
43377 ____________________________________________________________________________
43378 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
43379         Log: Fix open of /dev/null for Mac OS
43380      Branch: maint-5.6/macperl
43381            ! t/base/term.t
43382 ____________________________________________________________________________
43383 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
43384         Log: Various patches: enable more tests; skip CVS in PerlInstall;
43385              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
43386      Branch: maint-5.6/macperl
43387            ! macos/MacPerlTests.cmd macos/PerlInstall
43388            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
43389 ____________________________________________________________________________
43390 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
43391         Log: Allow for platforms to override formatting of errors
43392              on output from Matthias Neeracher (Mac files)
43393      Branch: maint-5.6/macperl
43394            ! macos/macish.c macos/macish.h
43395 ____________________________________________________________________________
43396 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
43397         Log: Allow for platforms to override formatting of errors
43398              on output from Matthias Neeracher (core files)
43399      Branch: maint-5.6/macperl
43400            ! perl.h pp_ctl.c util.c
43401 ____________________________________________________________________________
43402 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
43403         Log: Add some param checking, from reports by Kevin Reid.
43404      Branch: maint-5.6/macperl
43405            ! macos/ext/Mac/Controls/Controls.pm
43406            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
43407 ____________________________________________________________________________
43408 [ 11773] By: ams                                   on 2001/08/28  23:54:57
43409         Log: Subject: [PATCH] make coretest
43410              From: Paul Johnson <paul@pjcj.net>
43411              Date: Wed, 29 Aug 2001 00:11:38 +0200
43412              Message-Id: <20010829001138.B12169@pjcj.net>
43413              (Applied without the change to perlhack.pod. This should
43414              probably stay undocumented.)
43415      Branch: perl
43416            ! Makefile.SH t/TEST
43417 ____________________________________________________________________________
43418 [ 11772] By: sky                                   on 2001/08/28  13:01:20
43419         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
43420              From: Michael G Schwern <schwern@pobox.com>
43421              Date: Tue, 28 Aug 2001 09:57:39 -0400
43422              Message-ID: <20010828095738.E17775@blackrider>
43423      Branch: perl
43424            ! pod/perlhack.pod t/op/pack.t
43425 ____________________________________________________________________________
43426 [ 11771] By: sky                                   on 2001/08/28  11:20:13
43427         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
43428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43429              Date: Tue, 28 Aug 2001 14:23:43 +0200
43430              Message-ID: <20010828142343.A19299@rafael>
43431      Branch: perl
43432            ! pod/perlvar.pod pp_ctl.c
43433 ____________________________________________________________________________
43434 [ 11770] By: ams                                   on 2001/08/28  10:13:21
43435         Log: Subject: [PATCH] odd typo in op.h
43436              From: Nicholas Clark <nick@ccl4.org>
43437              Date: Tue, 28 Aug 2001 12:10:26 +0100
43438              Message-Id: <20010828121026.V4950@plum.flirble.org>
43439      Branch: perl
43440            ! op.h
43441 ____________________________________________________________________________
43442 [ 11769] By: sky                                   on 2001/08/28  08:09:16
43443         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
43444              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
43445              Date: Tue, 28 Aug 2001 02:22:20 +0300
43446              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
43447      Branch: perl
43448            ! ext/B/B/Lint.pm
43449 ____________________________________________________________________________
43450 [ 11768] By: ams                                   on 2001/08/28  00:47:35
43451         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43452              From: Michael G Schwern <schwern@pobox.com>
43453              Date: Mon, 27 Aug 2001 21:24:44 -0400
43454              Message-Id: <20010827212444.F12582@blackrider>
43455      Branch: perl
43456            ! pod/perlhack.pod t/op/pack.t
43457 ____________________________________________________________________________
43458 [ 11767] By: ams                                   on 2001/08/27  23:59:48
43459         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43460              From: Michael G Schwern <schwern@pobox.com>
43461              Date: Mon, 27 Aug 2001 20:12:29 -0400
43462              Message-Id: <20010827201229.D12582@blackrider>
43463      Branch: perl
43464            ! pod/perlhack.pod t/op/pack.t
43465 ____________________________________________________________________________
43466 [ 11766] By: ams                                   on 2001/08/27  23:39:40
43467         Log: Update Changes.
43468      Branch: perl
43469            ! Changes
43470 ____________________________________________________________________________
43471 [ 11765] By: ams                                   on 2001/08/27  22:53:10
43472         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
43473              From: Michael G Schwern <schwern@pobox.com>
43474              Date: Mon, 27 Aug 2001 19:47:30 -0400
43475              Message-Id: <20010827194730.C12582@blackrider>
43476      Branch: perl
43477            ! t/op/inccode.t
43478 ____________________________________________________________________________
43479 [ 11764] By: ams                                   on 2001/08/27  22:46:21
43480         Log: Subject: [PATCH] new tests for the coderef-in-@INC
43481              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43482              Date: Mon, 27 Aug 2001 22:36:27 +0200
43483              Message-Id: <20010827223627.C690@rafael>
43484              
43485              Subject: Re: [PATCH] new tests for the coderef-in-@INC
43486              From: Nicholas Clark <nick@ccl4.org>
43487              Date: Tue, 28 Aug 2001 00:02:46 +0100
43488              Message-Id: <20010828000245.R4950@plum.flirble.org>
43489      Branch: perl
43490            + t/op/inccode.t
43491            ! MANIFEST
43492 ____________________________________________________________________________
43493 [ 11763] By: ams                                   on 2001/08/27  22:41:09
43494         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
43495              bleadperl on fire, Win95+4NT)
43496              From: Michael G Schwern <schwern@pobox.com>
43497              Date: Mon, 27 Aug 2001 16:54:42 -0400
43498              Message-Id: <20010827165442.F9436@blackrider>
43499      Branch: perl
43500            ! lib/warnings.t
43501 ____________________________________________________________________________
43502 [ 11762] By: sky                                   on 2001/08/27  19:19:17
43503         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
43504              avaible at compile time. This broke the compilation of 
43505              Net/Ping.pm
43506      Branch: perl
43507            ! lib/Net/Ping.pm
43508 ____________________________________________________________________________
43509 [ 11761] By: sky                                   on 2001/08/27  18:34:48
43510         Log: Removed tripple definitions of CUSTOM_OP functions.
43511      Branch: perl
43512            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43513 ____________________________________________________________________________
43514 [ 11760] By: sky                                   on 2001/08/27  18:21:27
43515         Log: Regen headers
43516      Branch: perl
43517            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
43518            ! perlapi.h proto.h
43519 ____________________________________________________________________________
43520 [ 11759] By: ams                                   on 2001/08/27  16:31:53
43521         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
43522              From: "chromatic" <chromatic@rmci.net>
43523              Date: Mon, 27 Aug 2001 11:17:09 -0600
43524              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
43525      Branch: perl
43526            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
43527 ____________________________________________________________________________
43528 [ 11758] By: sky                                   on 2001/08/27  15:16:42
43529         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
43530              Thanks to H. Merijn Brand for the patch.
43531              Some of the comments and or guards might be removable in perl.h now.
43532      Branch: perl
43533            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
43534            ! Porting/Glossary Porting/config_H README.threads config_h.SH
43535            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
43536            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
43537            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
43538            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
43539            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
43540            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
43541            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
43542            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
43543            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43544            ! win32/config_H.vc win32/perllib.c win32/win32.h
43545            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
43546            ! wince/config.h wince/config_H.ce wince/win32.h
43547            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
43548 ____________________________________________________________________________
43549 [ 11757] By: sky                                   on 2001/08/27  13:39:16
43550         Log: Subject: GNU ld parses arguments different
43551              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43552              Date: Mon, 27 Aug 2001 16:25:51 +0200
43553              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
43554      Branch: perl
43555            ! hints/hpux.sh
43556 ____________________________________________________________________________
43557 [ 11756] By: sky                                   on 2001/08/27  13:18:45
43558         Log: Subject: Custom Ops
43559              From: Simon Cozens <simon@netthink.co.uk>
43560              Date: Sat, 25 Aug 2001 17:45:09 +0100
43561              Message-ID: <20010825174509.A5752@netthink.co.uk>
43562              I also added a fix to Opcode.pm to quite test cases.
43563      Branch: perl
43564            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
43565            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
43566 ____________________________________________________________________________
43567 [ 11755] By: sky                                   on 2001/08/27  05:37:17
43568         Log: Plugs a memory leak on destruction of regular expressions
43569              introcued by #11274.
43570              PL_regex_padav now has an AV as it's first entry with a list
43571              of freed regex_padav slots that it will reuse on creating
43572              new PMOPs.
43573      Branch: perl
43574            ! op.c perl.c
43575 ____________________________________________________________________________
43576 [ 11754] By: ams                                   on 2001/08/26  14:38:52
43577         Log: Subject: [PATCH] t/io/binmode.t
43578              From: Nicholas Clark <nick@ccl4.org>
43579              Date: Sun, 26 Aug 2001 12:03:05 +0100
43580              Message-Id: <20010826120305.C4950@plum.flirble.org>
43581              
43582              (Also a nitpick in #11752 to t/op/universal.t)
43583      Branch: perl
43584            ! t/io/binmode.t t/op/universal.t
43585 ____________________________________________________________________________
43586 [ 11753] By: ams                                   on 2001/08/26  08:19:34
43587         Log: Subject: [PATCH] op/universal.t failing
43588              From: Nicholas Clark <nick@ccl4.org>
43589              Date: Sun, 26 Aug 2001 09:48:22 +0100
43590              Message-Id: <20010826094822.B4950@plum.flirble.org>
43591      Branch: perl
43592            ! t/op/universal.t
43593 ____________________________________________________________________________
43594 [ 11752] By: ams                                   on 2001/08/25  22:46:13
43595         Log: Subject: Re: 'can' with undefined subs
43596              From: Tony Bowden <tony@kasei.com>
43597              Date: Sat, 25 Aug 2001 14:58:17 +0100
43598              Message-Id: <20010825145817.A11788@soto.kasei.com>
43599              (Applied with minor modifications.)
43600      Branch: perl
43601            ! t/op/universal.t
43602 ____________________________________________________________________________
43603 [ 11751] By: ams                                   on 2001/08/25  18:28:43
43604         Log: Subject: Re: 'can' with undefined subs
43605              From: Tony Bowden <tony@kasei.com>
43606              Date: Sat, 25 Aug 2001 15:13:14 +0100
43607              Message-Id: <20010825151314.B11788@soto.kasei.com>
43608      Branch: perl
43609            ! lib/UNIVERSAL.pm
43610 ____________________________________________________________________________
43611 [ 11750] By: nick                                  on 2001/08/25  15:24:15
43612         Log: Integrate mainline
43613      Branch: perlio
43614           +> t/io/binmode.t
43615           !> (integrate 26 files)
43616 ____________________________________________________________________________
43617 [ 11749] By: nick                                  on 2001/08/25  14:55:41
43618         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
43619              From:  John Peacock <jpeacock@rowman.com>
43620              Date:  Wed, 22 Aug 2001 12:05:28 -0400
43621              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
43622      Branch: perl
43623            ! pod/perlhack.pod
43624 ____________________________________________________________________________
43625 [ 11748] By: nick                                  on 2001/08/25  14:53:04
43626         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
43627              From:  Michael G Schwern <schwern@pobox.com>
43628              Date:  Wed, 22 Aug 2001 19:22:45 -0400
43629              Message-Id:  <20010822192245.U619@blackrider>
43630      Branch: perl
43631            ! MANIFEST
43632 ____________________________________________________________________________
43633 [ 11747] By: nick                                  on 2001/08/25  14:52:33
43634         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
43635              From:  Nicholas Clark <nick@ccl4.org>
43636              Date:  Wed, 22 Aug 2001 23:29:06 +0100
43637              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
43638      Branch: perl
43639            + t/io/binmode.t
43640            ! perlio.c pod/perlfunc.pod
43641 ____________________________________________________________________________
43642 [ 11744] By: nick                                  on 2001/08/25  14:37:33
43643         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
43644              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43645              Date:  Fri, 24 Aug 2001 22:10:42 +0200
43646              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
43647      Branch: perl
43648            ! x2p/a2py.c x2p/walk.c
43649 ____________________________________________________________________________
43650 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43651         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43652              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43653              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43654              Message-Id:  <20010824233413.A1285@rafael>
43655      Branch: perl
43656            ! pod/perlfunc.pod pod/perlvar.pod
43657 ____________________________________________________________________________
43658 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43659         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43660              From: Nicholas Clark <nick@ccl4.org>
43661              Date: Sat, 25 Aug 2001 14:50:07 +0100
43662              Message-Id: <20010825145007.L41464@plum.flirble.org>
43663      Branch: perl
43664            ! pp_ctl.c
43665 ____________________________________________________________________________
43666 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43667         Log: When applying patch via Porting/apply fails, do p4 refresh
43668              to get old files back.
43669      Branch: perl
43670            ! Porting/apply
43671 ____________________________________________________________________________
43672 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43673         Log: #11739 was incomplete.
43674      Branch: perl
43675            ! pod/perldiag.pod
43676 ____________________________________________________________________________
43677 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43678         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43679              From: "Philip Newton" <Philip.Newton@gmx.net>
43680              Date: Fri, 24 Aug 2001 07:08:34 +0200
43681      Branch: perl
43682            ! pod/perldiag.pod
43683 ____________________________________________________________________________
43684 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43685         Log: Fixed Doug Wilson's email address.
43686      Branch: perl
43687            ! AUTHORS
43688 ____________________________________________________________________________
43689 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43690         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43692              Date: Thu, 23 Aug 2001 22:22:58 +0200
43693              Message-Id: <20010823222258.A901@rafael>
43694      Branch: perl
43695            ! pod/perldiag.pod
43696 ____________________________________________________________________________
43697 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43698         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43699              From: "Craig A. Berry" <craigberry@mac.com>
43700              Date: Thu, 23 Aug 2001 19:07:45 -0500
43701              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43702      Branch: perl
43703            ! configure.com
43704 ____________________________________________________________________________
43705 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43706         Log: Backed out 11732, it breaks lib/strict.t 
43707      Branch: perl
43708            ! op.c
43709 ____________________________________________________________________________
43710 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43711         Log: Removed toy from 17133 after Matt Sargeants request.
43712      Branch: perl
43713            ! pod/perlfaq4.pod
43714 ____________________________________________________________________________
43715 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43716         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43717              From: Robin Houston <robin@kitsite.com>
43718              Date: Wed, 22 Aug 2001 23:06:16 +0100
43719              Message-ID: <20010822230616.A254@robin.kitsite.com>
43720      Branch: perl
43721            ! pod/perlfaq4.pod
43722 ____________________________________________________________________________
43723 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43724         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43725              From: Simon Cozens <simon@netthink.co.uk>
43726              Date: Thu, 23 Aug 2001 12:06:36 +0100
43727              Message-ID: <20010823120636.A9961@netthink.co.uk>
43728      Branch: perl
43729            ! op.c
43730 ____________________________________________________________________________
43731 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43732         Log: fix broken windows build
43733      Branch: perl
43734            ! perl.h
43735 ____________________________________________________________________________
43736 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43737         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43738              From: Nicholas Clark <nick@ccl4.org>
43739              Date: Wed, 22 Aug 2001 23:25:58 +0100
43740              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43741      Branch: perl
43742            ! t/io/tell.t
43743 ____________________________________________________________________________
43744 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43745         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43746              questions)
43747              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43748              Date: Wed, 22 Aug 2001 17:09:04 -0400
43749              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43750              (Oops, forgot File::Spec::Unix in the previous patch.)
43751      Branch: perl
43752            ! lib/File/Spec/Unix.pm
43753 ____________________________________________________________________________
43754 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43755         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43756              questions)
43757              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43758              Date: Wed, 22 Aug 2001 17:09:04 -0400
43759              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43760      Branch: perl
43761            ! lib/File/Spec.pm
43762 ____________________________________________________________________________
43763 [ 11727] By: ams                                   on 2001/08/22  19:43:30
43764         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
43765              From: John Peacock <jpeacock@rowman.com>
43766              Date: Wed, 22 Aug 2001 12:35:52 -0400
43767              Message-Id: <3B83DF68.5D89DC81@rowman.com>
43768              (Adds proper tests for $], notwithstanding Subject. +nitpick)
43769      Branch: perl
43770            ! t/op/ver.t
43771 ____________________________________________________________________________
43772 [ 11726] By: ams                                   on 2001/08/22  19:36:39
43773         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
43774              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
43775              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
43776              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
43777      Branch: perl
43778            ! lib/diagnostics.pm lib/diagnostics.t
43779 ____________________________________________________________________________
43780 [ 11725] By: ams                                   on 2001/08/22  19:25:01
43781         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
43782              From: Nicholas Clark <nick@ccl4.org>
43783              Date: Wed, 22 Aug 2001 20:59:05 +0100
43784              Message-Id: <20010822205905.U82818@plum.flirble.org>
43785      Branch: perl
43786            ! pp.c t/op/64bitint.t t/op/arith.t
43787 ____________________________________________________________________________
43788 [ 11724] By: ams                                   on 2001/08/22  10:02:33
43789         Log: Subject: Configure blooper
43790              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43791              Date: Wed, 22 Aug 2001 12:38:35 +0200
43792              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
43793      Branch: perl
43794            ! Configure
43795 ____________________________________________________________________________
43796 [ 11723] By: ams                                   on 2001/08/21  16:17:53
43797         Log: Subject: [PATCH] installperl -help
43798              From: Nicholas Clark <nick@ccl4.org>
43799              Date: Tue, 21 Aug 2001 17:34:23 +0100
43800              Message-Id: <20010821173423.F82818@plum.flirble.org>
43801      Branch: perl
43802            ! installperl
43803 ____________________________________________________________________________
43804 [ 11722] By: ams                                   on 2001/08/20  07:46:31
43805         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
43806              From: Ilmari Karonen <iltzu@sci.fi>
43807              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
43808              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
43809      Branch: perl
43810            ! pod/perlvar.pod
43811 ____________________________________________________________________________
43812 [ 11721] By: nick                                  on 2001/08/20  06:24:31
43813         Log: Integrate mainline
43814      Branch: perlio
43815           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
43816           +> lib/Lingua/KO/Hangul/Util/Changes
43817           +> lib/Lingua/KO/Hangul/Util/README
43818           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43819           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43820           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43821           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43822           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43823           +> lib/Unicode/Normalize/t/test.t
43824            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43825           !> (integrate 55 files)
43826 ____________________________________________________________________________
43827 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
43828         Log: Integrate Change #11599 from maint-5.6/perl
43829      Branch: maint-5.6/macperl
43830           !> README.win32
43831 ____________________________________________________________________________
43832 [ 11719] By: ams                                   on 2001/08/18  21:21:42
43833         Log: Add Porting/apply to MANIFEST.
43834      Branch: perl
43835            ! MANIFEST
43836 ____________________________________________________________________________
43837 [ 11718] By: sky                                   on 2001/08/18  14:38:01
43838         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
43839              Better solution would be to make 5005threaded perl use
43840              the same system as ithreads do
43841      Branch: perl
43842            ! perl.h
43843 ____________________________________________________________________________
43844 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
43845         Log: New try for ID 20010407.006: detach the semantics
43846              "was the last match target UTF8" into its own variable.
43847      Branch: perl
43848            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
43849            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
43850 ____________________________________________________________________________
43851 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
43852         Log: UTF8 flag should be meaningful only when POK.
43853      Branch: perl
43854            ! dump.c
43855 ____________________________________________________________________________
43856 [ 11715] By: sky                                   on 2001/08/18  11:45:16
43857         Log: USE_THREADS and USE_ITHREADS are never true at the same time
43858      Branch: perl
43859            ! perl.h
43860 ____________________________________________________________________________
43861 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
43862         Log: Retract #11712 for now.  The real fix would probably
43863              be something like making PL_reg_sv a copy (PV + UTF8)
43864              of the matched/substituted string (note: not just a SvPOK
43865              string, for example the stringified form of a ROK would
43866              be applicable)  Beware of leaks.
43867      Branch: perl
43868            ! pp_hot.c t/op/pat.t
43869 ____________________________________________________________________________
43870 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
43871         Log: UTF8 wasn't printing for PVMGs.
43872      Branch: perl
43873            ! dump.c
43874 ____________________________________________________________________________
43875 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
43876         Log: (Retracted by #11714)
43877              
43878              Okay analysis, debatable fix.  (The fix will inc
43879              the refcount of all temporary match objects,
43880              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
43881              which will then cause griping at untie() time
43882              ("inner references remain").
43883              
43884              Fix for ID 20010407.006: PL_reg_sv got wiped out
43885              by freetemps if the match target was a temporary
43886              (like function_call() =~ /.../), which in turn meant
43887              that the $1 et al stopped working if they had UTF-8
43888              in them.  Therefore bump up the refcount of PL_reg_sv.
43889      Branch: perl
43890            ! pp_hot.c t/op/pat.t
43891 ____________________________________________________________________________
43892 [ 11711] By: ams                                   on 2001/08/17  20:32:08
43893         Log: Subject: [PATCH] doesn't compile, was perl@11710
43894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43895              Date: Fri, 17 Aug 2001 23:21:10 +0200
43896              Message-Id: <20010817232110.C7041@rafael> 
43897      Branch: perl
43898            ! sharedsv.c
43899 ____________________________________________________________________________
43900 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
43901         Log: Update Changes.
43902      Branch: perl
43903            ! Changes patchlevel.h
43904 ____________________________________________________________________________
43905 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
43906         Log: Upgrade to libnet 1.0704.
43907      Branch: perl
43908            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43909            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
43910            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
43911            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
43912            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
43913            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
43914            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
43915 ____________________________________________________________________________
43916 [ 11708] By: sky                                   on 2001/08/17  13:34:04
43917         Log: Let perl_clone copy PL_exit_flags
43918      Branch: perl
43919            ! sv.c
43920 ____________________________________________________________________________
43921 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43922         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43923      Branch: perl
43924            ! sharedsv.c sharedsv.h
43925 ____________________________________________________________________________
43926 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43927         Log: The metaconfig unit change for #11705.
43928      Branch: metaconfig/U/perl
43929            ! Extensions.U
43930 ____________________________________________________________________________
43931 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43932         Log: Allow the threads extension to be found if present.
43933      Branch: perl
43934            ! Configure
43935 ____________________________________________________________________________
43936 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43937         Log: Mail -> change script (pre-alpha)
43938      Branch: perl
43939            + Porting/apply
43940 ____________________________________________________________________________
43941 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43942         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43943              Thanks to Tom Hospel for pointing out my error.
43944      Branch: perl
43945            ! op.h
43946 ____________________________________________________________________________
43947 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43948         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.
43949      Branch: perl
43950            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43951 ____________________________________________________________________________
43952 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43953         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43954              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43955      Branch: perl
43956            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43957            + lib/Lingua/KO/Hangul/Util/README
43958            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43959            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43960            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43961            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43962            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43963            + lib/Unicode/Normalize/t/test.t
43964            ! MANIFEST
43965 ____________________________________________________________________________
43966 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43967         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43968              Date: Thu, 16 Aug 2001 22:46:15 -0500
43969              From: "Craig A. Berry" <craigberry@mac.com>
43970              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43971      Branch: perl
43972            ! configure.com numeric.c
43973 ____________________________________________________________________________
43974 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43975         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43976              of the usual suspects (like getpwent) but not for others
43977              (like localtime and rand).  The _r versions are available
43978              for all of them, so let's use them.
43979      Branch: perl
43980            ! perl.h
43981 ____________________________________________________________________________
43982 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43983         Log: (Accidental apply; thankfully empty.)
43984      Branch: perl
43985            ! hints/os390.sh
43986 ____________________________________________________________________________
43987 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43988         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43989              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43990              Date: Thu, 16 Aug 2001 16:27:49 +0100
43991              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43992      Branch: perl
43993            ! regexec.c t/op/re_tests
43994 ____________________________________________________________________________
43995 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43996         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43997              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43998              Date: Thu, 16 Aug 2001 18:50:01 +0100
43999              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
44000      Branch: perl
44001            ! pp_hot.c t/op/pat.t
44002 ____________________________________________________________________________
44003 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
44004         Log: Subject: [PATCH] *time_r again
44005              From: "Arthur Bergman" <arthur@contiller.se>
44006              Date: Thu, 16 Aug 2001 16:01:54 +0200
44007              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
44008      Branch: perl
44009            ! op.h
44010 ____________________________________________________________________________
44011 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
44012         Log: system() and backtick error handling cleanup from Craig A. Berry.
44013      Branch: perl
44014            ! vms/vms.c
44015 ____________________________________________________________________________
44016 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
44017         Log: change#10334 leaks memory, copies string when it doesn't
44018              need to
44019      Branch: perl
44020            ! perl.c
44021 ____________________________________________________________________________
44022 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
44023         Log: One more twist to the sprintf + utf8 testing.
44024      Branch: perl
44025            ! t/op/misc.t
44026 ____________________________________________________________________________
44027 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
44028         Log: Fix for 20010407.008 sprintf removes utf8-ness.
44029      Branch: perl
44030            ! pp.c t/op/misc.t
44031 ____________________________________________________________________________
44032 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
44033         Log: Subject: [PATCH] *time_r fixes
44034              From: "Arthur Bergman" <arthur@contiller.se>
44035              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
44036              Date: Thu, 16 Aug 2001 14:22:27 +0200
44037      Branch: perl
44038            ! op.h
44039 ____________________________________________________________________________
44040 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
44041         Log: Upgrade to CGI.pm 2.77.
44042      Branch: perl
44043            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
44044            ! lib/CGI/t/function.t
44045 ____________________________________________________________________________
44046 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
44047         Log: Document the bytes-to-Unicode upgrading.
44048      Branch: perl
44049            ! pod/perlunicode.pod
44050 ____________________________________________________________________________
44051 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
44052         Log: Add a test for Unicode sprintf.
44053      Branch: perl
44054            ! t/op/misc.t
44055 ____________________________________________________________________________
44056 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
44057         Log: Add Unicode tests for index/rindex.
44058      Branch: perl
44059            ! t/op/index.t
44060 ____________________________________________________________________________
44061 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
44062         Log: Document a bit the art of minimizing the installation,
44063              based on the p5p discussion.
44064      Branch: perl
44065            ! INSTALL
44066 ____________________________________________________________________________
44067 [ 11684] By: nick                                  on 2001/08/15  15:03:31
44068         Log: Integrate mainline
44069      Branch: perlio
44070           +> sharedsv.c sharedsv.h
44071           !> (integrate 53 files)
44072 ____________________________________________________________________________
44073 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
44074         Log: Update Changes.
44075      Branch: perl
44076            ! Changes patchlevel.h
44077 ____________________________________________________________________________
44078 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
44079         Log: The #11673 necessitated a test tweak.
44080      Branch: perl
44081            ! t/io/utf8.t
44082 ____________________________________________________________________________
44083 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
44084         Log: Also UNICOS is in the general case unable to silently
44085              handle fp overflows.
44086      Branch: perl
44087            ! numeric.c
44088 ____________________________________________________________________________
44089 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
44090         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
44091              NV_EPSILON #defined.
44092      Branch: perl
44093            ! perl.h
44094 ____________________________________________________________________________
44095 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
44096         Log: Re-establish the fp overflow detection for VAX VMS; there
44097              is no easy way to have the IEEE fp silent overflow semantics.
44098              (in Alpha VMS we still will use IEEE fp by default-- but it
44099              is still possible to configure Perl to use G_FLOAT)
44100      Branch: perl
44101            ! numeric.c
44102 ____________________________________________________________________________
44103 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
44104         Log: Subject: [PATCH] pp_lock 
44105              From: "Arthur Bergman" <arthur@contiller.se>
44106              Date: Wed, 15 Aug 2001 11:52:16 +0200
44107              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
44108      Branch: perl
44109            ! pp.c
44110 ____________________________________________________________________________
44111 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
44112         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
44113              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44114              Date: Wed, 15 Aug 2001 11:32:11 +0100
44115              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
44116      Branch: perl
44117            ! regcomp.c t/op/re_tests
44118 ____________________________________________________________________________
44119 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
44120         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
44121              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44122              Date: Wed, 15 Aug 2001 10:33:49 +0100
44123              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
44124      Branch: perl
44125            ! regexec.c t/op/re_tests
44126 ____________________________________________________________________________
44127 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
44128         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
44129              From: Barrie Slaymaker <barries@slaysys.com>
44130              Date: Tue, 14 Aug 2001 14:32:25 -0400
44131              Message-ID: <20010814143225.A19822@jester.slaysys.com>
44132      Branch: perl
44133            ! lib/File/Spec.t lib/File/Spec/Unix.pm
44134 ____________________________________________________________________________
44135 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
44136         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
44137              From: Peter Prymmer <pvhp@forte.com>
44138              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
44139              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
44140      Branch: perl
44141            ! README.vms configure.com
44142 ____________________________________________________________________________
44143 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
44144         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
44145              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44146              Date: Tue, 14 Aug 2001 21:23:27 +0200
44147              Message-ID: <20010814212327.A1919@rafael>
44148      Branch: perl
44149            ! doio.c
44150 ____________________________________________________________________________
44151 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
44152         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
44153              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44154              Date: Tue, 14 Aug 2001 22:30:11 +0200
44155              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
44156              
44157              Combination of nmake, quoting, and Perl expanded $( in here-doc.
44158      Branch: perl
44159            ! ext/SDBM_File/Makefile.PL
44160 ____________________________________________________________________________
44161 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
44162         Log: Todo updates.
44163      Branch: perl
44164            ! pod/perltodo.pod
44165 ____________________________________________________________________________
44166 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
44167         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
44168              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44169              Date: Mon, 13 Aug 2001 23:15:01 +0200
44170              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
44171      Branch: perl
44172            ! sv.c
44173 ____________________________________________________________________________
44174 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
44175         Log: Subject: [PATCH] [b-]showlex.t
44176              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
44177              Date: Sun, 12 Aug 2001 22:24:51 +0200
44178              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
44179              
44180              The 4nt command shell will expand the % in command line
44181              no matter what quoting is attempted, changed the % to @.
44182      Branch: perl
44183            ! ext/B/Showlex.t
44184 ____________________________________________________________________________
44185 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
44186         Log: Subject: [PATCH] magic.t
44187              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44188              Date: Sun, 12 Aug 2001 20:49:27 +0200
44189              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
44190      Branch: perl
44191            ! t/op/magic.t
44192 ____________________________________________________________________________
44193 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
44194         Log: Add sharedsv* to the DOSish platforms; plus add
44195              some WinCE files to the list of DOSish files.
44196      Branch: perl
44197            ! NetWare/Makefile Porting/makerel win32/Makefile
44198            ! win32/makefile.mk wince/Makefile.ce
44199 ____________________________________________________________________________
44200 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
44201         Log: More DOSish files.
44202      Branch: perl
44203            ! Porting/makerel
44204 ____________________________________________________________________________
44205 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
44206         Log: Strip CRs from the WinCE files.  Now we need to
44207              figure out in which CRs are really needed: probably
44208              Makefile.ce and the README files, at least, probably
44209              also the registry.bat.
44210      Branch: perl
44211            ! wince/Makefile.ce wince/README.compile wince/README.perlce
44212            ! wince/config.h wince/include/cectype.h wince/include/errno.h
44213            ! wince/include/sys/stat.h wince/include/sys/types.h
44214            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
44215            ! wince/perldll.def wince/registry.bat wince/wince.h
44216            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
44217 ____________________________________________________________________________
44218 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
44219         Log: Add some files to DOSish and writables.
44220      Branch: perl
44221            ! Porting/makerel
44222 ____________________________________________________________________________
44223 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
44224         Log: Compile failure message tidying.
44225      Branch: perl
44226            ! t/lib/1_compile.t
44227 ____________________________________________________________________________
44228 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
44229         Log: The new sharedsv* should be exported only if usethreads.
44230      Branch: perl
44231            ! makedef.pl
44232 ____________________________________________________________________________
44233 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
44234         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
44235              From: Peter Prymmer <pvhp@forte.com>
44236              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
44237              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
44238      Branch: perl
44239            ! README.os390
44240 ____________________________________________________________________________
44241 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
44242         Log: Update Changes.
44243      Branch: perl
44244            ! Changes patchlevel.h
44245 ____________________________________________________________________________
44246 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
44247         Log: Subject: [PATHC] sharedsv.[c|h]
44248              From: "Artur Bergman" <artur@contiller.se>
44249              Date: Mon, 13 Aug 2001 14:38:41 +0200
44250              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
44251              
44252              Subject: [PATCH] embed.pl
44253              From: Arthur Bergman <arthur@contiller.se>
44254              Date: Mon, 13 Aug 2001 14:38:14 +0200
44255              Message-ID: <B79D96D6.3088%arthur@contiller.se>
44256              
44257              Subject: [PATCH] sharedsv cleanups
44258              From: "Arthur Bergman" <arthur@contiller.se>
44259              Date: Mon, 13 Aug 2001 15:14:25 +0200
44260              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
44261              
44262              Plus few tweaks: _init needs to be Adp, the prototypes
44263              should not be revealed unless using ithreads, #endif FOO
44264              must be #endif /* FOO */, adding (parentheses) around
44265              do { } while doesn't work too well.
44266      Branch: perl
44267            + sharedsv.c sharedsv.h
44268            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
44269            ! perl.h perlapi.c pod/perlapi.pod proto.h
44270 ____________________________________________________________________________
44271 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
44272         Log: Subject: Re: END {} blocks run in perl_run
44273              From: Arthur Bergman <arthur@contiller.se>
44274              Date: Mon, 13 Aug 2001 11:11:30 +0200
44275              Message-ID: <B79D6661.3068%arthur@contiller.se>
44276      Branch: perl
44277            ! perl.c
44278 ____________________________________________________________________________
44279 [ 11657] By: nick                                  on 2001/08/13  09:03:02
44280         Log: Integrate mainline
44281      Branch: perlio
44282           +> (branch 326 files)
44283            - (delete 330 files)
44284           !> (integrate 85 files)
44285 ____________________________________________________________________________
44286 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
44287         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
44288              and the Perl will be built to do that by default (adding that
44289              will break scripts having non-UTF-8 binary data, such as Latin-1.)
44290      Branch: perl
44291            ! op.c toke.c utf8.h
44292 ____________________________________________________________________________
44293 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
44294         Log: Unnecessary downgrades.
44295      Branch: perl
44296            ! doop.c
44297 ____________________________________________________________________________
44298 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
44299         Log: Failure not true anymore (probably caused by my broken setup).
44300      Branch: perl
44301            ! t/op/pat.t
44302 ____________________________________________________________________________
44303 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
44304         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
44305              stopped working).
44306      Branch: perl
44307            ! op.h pp_ctl.c regcomp.c
44308 ____________________________________________________________________________
44309 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
44310         Log: There is no IN_UTF8.
44311      Branch: perl
44312            ! utf8.h
44313 ____________________________________________________________________________
44314 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
44315         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
44316      Branch: perl
44317            ! op.c op.h pp_ctl.c regcomp.c
44318 ____________________________________________________________________________
44319 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
44320         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
44321              and a test tweak.
44322      Branch: perl
44323            ! op.c t/pod/find.t
44324 ____________________________________________________________________________
44325 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
44326         Log: Todo updates and fixes.
44327      Branch: perl
44328            ! pod/perltodo.pod
44329 ____________________________________________________________________________
44330 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
44331         Log: Mark tests (and one module) having explicit Latin-1
44332              (and one file having explicit UTF-8) with an explicit
44333              'no utf8' (and one explicit 'use utf8').
44334              
44335              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
44336      Branch: perl
44337            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
44338            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
44339            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
44340 ____________________________________________________________________________
44341 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
44342         Log: Subject: SV: END {} blocks run in perl_run
44343              From: "Arthur Bergman" <arthur@contiller.se>
44344              Date: Sun, 12 Aug 2001 00:34:28 +0200 
44345              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
44346      Branch: perl
44347            ! miniperlmain.c perl.c
44348 ____________________________________________________________________________
44349 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
44350         Log: Typos in #11645.
44351      Branch: perl
44352            ! perl.h
44353 ____________________________________________________________________________
44354 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
44355         Log: On ithreads default to use_reentrant except on naturally
44356              threadsafe platforms.
44357      Branch: perl
44358            ! perl.h
44359 ____________________________________________________________________________
44360 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
44361         Log: (Hopefully) a fix for 20010723.004: make install needs
44362              write permission in build directory.  The problem was
44363              probably caused by overeager sprinkling of the lib/re.pm
44364              dependencies (which was done to guarantee lib/re.pm being
44365              uptodate for parallel makes: now solved by funneling that
44366              through an explicit recursive make in the preplibrary target).
44367      Branch: perl
44368            ! Makefile.SH
44369 ____________________________________________________________________________
44370 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
44371         Log: Dispell the "use utf8" superstition.
44372      Branch: perl
44373            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
44374            ! pod/perlunicode.pod
44375 ____________________________________________________________________________
44376 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
44377         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44378              From: "Abigail" <abigail@foad.org> 
44379              Date: Sat, 11 Aug 2001 23:49:49 +0200
44380              Message-ID: <20010811214950.23255.qmail@foad.org>
44381      Branch: perl
44382            ! t/op/taint.t
44383 ____________________________________________________________________________
44384 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
44385         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44386              From: Abhijit Menon-Sen <ams@wiw.org>
44387              Date: Sat, 11 Aug 2001 06:18:19 +0530
44388              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
44389      Branch: perl
44390            ! mg.c
44391 ____________________________________________________________________________
44392 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
44393         Log: Test for change #11639.
44394      Branch: perl
44395            ! t/op/tiehandle.t
44396 ____________________________________________________________________________
44397 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
44398         Log: Subject: Re: Can't localize *FH, then tie it
44399              From: Abhijit Menon-Sen <ams@wiw.org>
44400              Date: Sun, 12 Aug 2001 16:08:06 +0530
44401              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
44402      Branch: perl
44403            ! pp_hot.c pp_sys.c
44404 ____________________________________________________________________________
44405 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
44406         Log: Drop all the unnecessary "use utf8" clauses and some of
44407              the unnecessary "use bytes" ones.
44408              
44409              TODO: scour the documentation for unnecessary "use utf8"
44410              and prominently display it in perldelta when the time comes.
44411              ("use utf8" should be necessary ONLY if one wants the script
44412              to be in UTF-8.)  Also should be checked in some non-ASCII
44413              non-Latin-1 platform, like EBCDIC.
44414      Branch: perl
44415            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
44416            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
44417 ____________________________________________________________________________
44418 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
44419         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
44420              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
44421              in Unicode handling.
44422      Branch: perl
44423            + t/op/lc.t
44424            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
44425 ____________________________________________________________________________
44426 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
44427         Log: Thinko: we want the flags for native cc, not gcc.
44428      Branch: perl
44429            ! hints/dec_osf.sh
44430 ____________________________________________________________________________
44431 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
44432         Log: (retracted by 13077)
44433              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
44434              From: Robin Houston <robin@kitsite.com>
44435              Date: Fri, 10 Aug 2001 14:42:02 +0100
44436              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
44437      Branch: perl
44438            ! pp.c
44439 ____________________________________________________________________________
44440 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
44441         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
44442              From: Abhijit Menon-Sen <ams@wiw.org>
44443              Date: Sat, 11 Aug 2001 16:31:04 +0530
44444              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
44445      Branch: perl
44446            ! op.c
44447 ____________________________________________________________________________
44448 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
44449         Log: Get rid of indread, from Abhijit Menon-Sen.
44450      Branch: perl
44451            ! pp_sys.c
44452 ____________________________________________________________________________
44453 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
44454         Log: CRLFgngngn.
44455      Branch: perl
44456            ! win32/Makefile win32/makefile.mk
44457 ____________________________________________________________________________
44458 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
44459         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
44460      Branch: perl
44461            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44462            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
44463            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
44464            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
44465            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
44466            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
44467            ! win32/Makefile win32/makefile.mk
44468 ____________________________________________________________________________
44469 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
44470         Log: Avoid #elif (less portable than #else #if).
44471      Branch: perl
44472            ! handy.h
44473 ____________________________________________________________________________
44474 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
44475         Log: Subject: patch for perlvar.pod
44476              From: mah@everybody.org (Mark A. Hershberger)
44477              Date: 08 Aug 2001 17:03:16 -0500
44478              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
44479      Branch: perl
44480            ! pod/perlvar.pod
44481 ____________________________________________________________________________
44482 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
44483         Log: cpp commands must start (the # must be) at the column #0.
44484      Branch: perl
44485            ! op.c
44486 ____________________________________________________________________________
44487 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
44488         Log: If using gcc -B/foo/bar makedepend would give
44489              unnecessary warnings about unused -B/foo/bar.
44490      Branch: perl
44491            ! makedepend.SH
44492 ____________________________________________________________________________
44493 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
44494         Log: Update Changes.
44495      Branch: perl
44496            ! Changes patchlevel.h
44497 ____________________________________________________________________________
44498 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
44499         Log: s/z/tz/
44500      Branch: perl
44501            ! pod/perlfaq2.pod
44502 ____________________________________________________________________________
44503 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
44504         Log: Article nit.
44505      Branch: perl
44506            ! pod/perlfaq2.pod
44507 ____________________________________________________________________________
44508 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
44509         Log: Rename lib/unicode files to lib/unicore to avoid
44510              conflicts between core lib/unicode and Unicode::
44511              files in case-ignoring filesystems.
44512      Branch: perl
44513            + (add 325 files)
44514            - (delete 324 files)
44515            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
44516 ____________________________________________________________________________
44517 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
44518         Log: Upgrade to Math::BigInt 1.41.
44519      Branch: perl
44520            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
44521 ____________________________________________________________________________
44522 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
44523         Log: Subject: [PATCH] remove PL_na from typemap
44524              From: James <james@rf.net>
44525              Date: Mon, 06 Aug 2001 20:23:15 -0700
44526              Message-ID: <3B6F5F23.A31A81B1@rf.net>
44527              
44528              (had to be manually applied)
44529      Branch: perl
44530            ! lib/ExtUtils/typemap
44531 ____________________________________________________________________________
44532 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
44533         Log: The metaconfig unit changes for #11618.
44534      Branch: metaconfig/U/perl
44535            + d_fpclassl.U i_fp.U
44536 ____________________________________________________________________________
44537 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
44538         Log: Forgot this from #11618.
44539              
44540              NOTE: wince/config_H.ce needs updating.
44541      Branch: perl
44542            ! wince/config.ce
44543 ____________________________________________________________________________
44544 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
44545         Log: Introduce more floating point classifying APIs;
44546              try to define (most importantly) Perl_is{inf,nan}(x).
44547              
44548              For this first cut, assume none such APIs exist in non-UNIXoid
44549              platforms-- this is of course too unkind: Win32 rumoredly has
44550              _fpclass() and _isnan(), and VMS/VOS very probably have some
44551              of the APIs available.     The only thing Perl uses at the moment
44552              is Perl_isnan() (has been in use for a while now).
44553              
44554              NOTE: the Win32 and NetWare config_h.?c need regenerating.
44555      Branch: perl
44556            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
44557            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44558            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
44559            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44560            ! vos/config.ga.h win32/config.bc win32/config.gc
44561            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44562            ! win32/config_H.vc wince/config.ce wince/config.h
44563 ____________________________________________________________________________
44564 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
44565         Log: Integrate change #11519 from perlio:
44566              
44567              Avoid testing for (non-)existance of "encoding(xxxx)"
44568              layer is called "encoding" the (xxxx) is an argument.
44569      Branch: perl
44570           !> lib/open.pm
44571 ____________________________________________________________________________
44572 [ 11616] By: nick                                  on 2001/08/09  07:50:24
44573         Log: Integrate mainline
44574      Branch: perlio
44575           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
44576           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
44577           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
44578           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
44579            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44580            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44581           !> (integrate 79 files)
44582 ____________________________________________________________________________
44583 [ 11615] By: nick                                  on 2001/08/09  06:23:44
44584         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
44585              layer is called "encoding" the (xxxx) is an argument.
44586      Branch: perlio
44587            ! lib/open.pm
44588 ____________________________________________________________________________
44589 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
44590         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
44591              From: Paul Johnson <paul@pjcj.net>
44592              Date: Wed, 8 Aug 2001 23:54:17 +0200
44593              Message-ID: <20010808235417.O1006@pjcj.net>
44594      Branch: perl
44595            ! ext/B/B/Concise.pm
44596 ____________________________________________________________________________
44597 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
44598         Log: Make VMS use IEEE math by default; reorder Tru64 hints
44599              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
44600              exception semantics) is always set if using (the new) cc.
44601      Branch: perl
44602            ! configure.com hints/dec_osf.sh
44603 ____________________________________________________________________________
44604 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
44605         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
44606              From: Abhijit Menon-Sen <ams@wiw.org>
44607              Date: Tue, 7 Aug 2001 17:16:05 +0530
44608              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
44609      Branch: perl
44610            ! pp_sys.c
44611 ____________________________________________________________________________
44612 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
44613         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
44614              From: "Craig A. Berry" <craigberry@mac.com>
44615              Date: Tue, 07 Aug 2001 22:27:47 -0500
44616              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
44617      Branch: perl
44618            ! t/run/exit.t
44619 ____________________________________________________________________________
44620 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
44621         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
44622              From: "Craig A. Berry" <craigberry@mac.com>
44623              Date: Tue, 07 Aug 2001 20:01:53 -0500
44624              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
44625      Branch: perl
44626            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
44627 ____________________________________________________________________________
44628 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
44629         Log: Update the magazine information.
44630      Branch: perl
44631            ! pod/perlfaq2.pod
44632 ____________________________________________________________________________
44633 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
44634         Log: Ignore SIGFPE everywhere.
44635      Branch: perl
44636            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
44637 ____________________________________________________________________________
44638 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
44639         Log: With permission, change the licensing of the docs by
44640              TomC (and Gnat) to comply with the rest of Perl.
44641      Branch: perl
44642            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44643            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44644            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44645            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
44646            ! pod/perltootc.pod
44647 ____________________________________________________________________________
44648 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44649         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44650              From: Andy Dougherty <doughera@lafayette.edu>
44651              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44652              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44653      Branch: perl
44654            ! hints/openbsd.sh
44655 ____________________________________________________________________________
44656 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44657         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44658              From: Andy Dougherty <doughera@lafayette.edu>
44659              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44660              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44661      Branch: perl
44662            ! Makefile.SH
44663 ____________________________________________________________________________
44664 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44665         Log: Don't autogenerate the headers et alia,
44666              make regen_headers explicitly.
44667      Branch: perl
44668            ! Makefile.SH
44669 ____________________________________________________________________________
44670 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44671         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44672              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44673              Date: Tue, 07 Aug 2001 08:33:26 -0700
44674              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44675              
44676              Unnecessary dependency.
44677      Branch: perl
44678            ! embed.pl
44679 ____________________________________________________________________________
44680 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44681         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44682              From: Abhijit Menon-Sen <ams@wiw.org>
44683              Date: Tue, 7 Aug 2001 09:10:54 +0530
44684              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44685      Branch: perl
44686            ! pp_hot.c
44687 ____________________________________________________________________________
44688 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44689         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44690              From: "James A. Duncan" <jduncan@fotango.com>
44691              Date: Mon, 6 Aug 2001 17:29:11 +0100
44692              Message-ID: <20010806172911.A2071@fotango.com>
44693              
44694              (the intrpvar.h addition moved to the end for bincompat)
44695      Branch: perl
44696            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44697 ____________________________________________________________________________
44698 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44699         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44700      Branch: perl
44701           !> README.win32
44702 ____________________________________________________________________________
44703 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44704         Log: fix URLs for fcrypt.c
44705      Branch: maint-5.6/perl
44706            ! README.win32
44707 ____________________________________________________________________________
44708 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44709         Log: Yet another way to say Infinity: HP-UX calls its "++".
44710      Branch: perl
44711            ! lib/Math/BigInt/t/bigintpm.t
44712 ____________________________________________________________________________
44713 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44714         Log: Update Changes.
44715      Branch: perl
44716            ! Changes patchlevel.h
44717 ____________________________________________________________________________
44718 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44719         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44720      Branch: perl
44721            ! pod/perlfaq5.pod
44722 ____________________________________________________________________________
44723 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44724         Log: The #11593 wasn't right.
44725      Branch: perl
44726            ! lib/Math/BigInt/t/bigintpm.t
44727 ____________________________________________________________________________
44728 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44729         Log: Subject: [PATCH: perl@11564] introducing perlivp
44730              From: Prymmer/Kahn <pvhp@best.com>
44731              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44732              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44733              
44734              Subject: Re: [PATCH: perl@11564] introducing perlivp
44735              From: Prymmer/Kahn <pvhp@best.com>
44736              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44737              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44738      Branch: perl
44739            + utils/perlivp.PL
44740            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44741            ! win32/Makefile win32/makefile.mk
44742 ____________________________________________________________________________
44743 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44744         Log: libcs are confused what to call Infinity.
44745      Branch: perl
44746            ! lib/Math/BigInt/t/bigintpm.t
44747 ____________________________________________________________________________
44748 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44749         Log: Avoid SIGFPE in Tru64.
44750      Branch: perl
44751            ! numeric.c
44752 ____________________________________________________________________________
44753 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44754         Log: Upgrade to Math::BigInt 1.40.
44755              
44756              NOTE: this patch necessitates doing something about
44757              infinity handling since the new bigintpm.t tests use
44758              infinity, which causes SIGFPEs at least in Tru64.
44759      Branch: perl
44760            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44761            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
44762            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
44763            ! lib/Math/BigInt/t/mbimbf.t
44764 ____________________________________________________________________________
44765 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
44766         Log: remove hardcoded cmd shell in testsuite
44767      Branch: perl
44768            ! t/op/glob.t t/op/magic.t t/op/stat.t
44769 ____________________________________________________________________________
44770 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
44771         Log: 4-arg select() was busted on windows because change#8178 didn't
44772              make it into mainline
44773      Branch: perl
44774            ! perl.h win32/include/sys/socket.h
44775 ____________________________________________________________________________
44776 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
44777         Log: Rename the Getopt::Long tests to be as they are
44778              in the Getopt::Long official distribution.
44779      Branch: perl
44780            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
44781            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
44782            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44783            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44784            ! MANIFEST
44785 ____________________________________________________________________________
44786 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
44787         Log: Upgrade to Getopt::Long 2.26.
44788      Branch: perl
44789            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
44790            ! MANIFEST lib/Getopt/Long.pm
44791 ____________________________________________________________________________
44792 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
44793         Log: Retract #10874 (the hack should be unnecessary by now)
44794      Branch: perl
44795            ! lib/Test/Harness.pm
44796 ____________________________________________________________________________
44797 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
44798         Log: avoid temp file littering in tests
44799      Branch: perl
44800            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
44801 ____________________________________________________________________________
44802 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
44803         Log: Subject: warning in sv.c: double format, NV arg
44804              From: "Philip Newton" <Philip.Newton@gmx.net>
44805              Date: Sun, 5 Aug 2001 19:41:07 +0200
44806              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
44807      Branch: perl
44808            ! sv.c
44809 ____________________________________________________________________________
44810 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
44811         Log: fix POSIX.t#13 for windos
44812      Branch: perl
44813            ! ext/POSIX/POSIX.t
44814 ____________________________________________________________________________
44815 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
44816         Log: Add a test for PerlIO::Via.
44817      Branch: perl
44818            + ext/PerlIO/t/via.t
44819            ! MANIFEST ext/PerlIO/Via/Via.pm
44820 ____________________________________________________________________________
44821 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
44822         Log: flock() and link() are not available on Windows 9x
44823      Branch: perl
44824            ! win32/config_sh.PL
44825 ____________________________________________________________________________
44826 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
44827         Log: Some Tru64 C compilers have C++ components that confuse
44828              the ccversion parsing.
44829      Branch: perl
44830            ! hints/dec_osf.sh
44831 ____________________________________________________________________________
44832 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
44833         Log: (Reintroduce #11125)
44834              
44835              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
44836              From: Alan Burlison <Alan.Burlison@sun.com> 
44837              Date: Tue, 03 Jul 2001 15:20:13 +0100   
44838              Message-ID: <3B41D49D.A923D4F9@sun.com> 
44839      Branch: perl
44840            ! lib/ExtUtils/MM_Unix.pm
44841 ____________________________________________________________________________
44842 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
44843         Log: Little pointer juggling for HP-UX cc to avoid
44844              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
44845              followed by
44846              "error 1549: Modifiable lvalue required for assignment operator."
44847      Branch: perl
44848            ! hv.c
44849 ____________________________________________________________________________
44850 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
44851         Log: Continuation of #11575: SANY_SEEN completely deprecated,
44852              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
44853              plus a fix for the bug.
44854      Branch: perl
44855            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44856 ____________________________________________________________________________
44857 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
44858         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
44859              From: Doug MacEachern <dougm@covalent.net>
44860              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
44861              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
44862      Branch: perl
44863            ! sv.c
44864 ____________________________________________________________________________
44865 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
44866         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
44867              the new CANY is the \C.  The problem reported and the
44868              test case supplied in
44869              
44870              Subject: UTF-8 bugs in string length & single line regex matches
44871              From: "Daniel P. Berrange" <dan@berrange.com>
44872              Date: Fri, 3 Aug 2001 11:39:33 +0100
44873              Message-ID: <20010803113932.A19318@berrange.com>
44874      Branch: perl
44875            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
44876            ! t/op/pat.t
44877 ____________________________________________________________________________
44878 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
44879         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
44880              From: Doug MacEachern <dougm@covalent.net>
44881              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
44882              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
44883      Branch: perl
44884            ! perl.c regexec.c
44885 ____________________________________________________________________________
44886 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
44887         Log: The #11572 didn't up the test count.
44888      Branch: perl
44889            ! t/op/length.t
44890 ____________________________________________________________________________
44891 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
44892         Log: Subject: UTF-8 bugs in string length & single line regex matches
44893              From: "Daniel P. Berrange" <dan@berrange.com>
44894              Date: Fri, 3 Aug 2001 11:39:33 +0100         
44895              Message-ID: <20010803113932.A19318@berrange.com>
44896              
44897              (the mg_length() fix)
44898      Branch: perl
44899            ! mg.c t/op/length.t
44900 ____________________________________________________________________________
44901 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
44902         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44903              From: Abhijit Menon-Sen <ams@wiw.org>
44904              Date: Sat, 4 Aug 2001 16:56:35 +0530
44905              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
44906      Branch: perl
44907            ! hv.c
44908 ____________________________________________________________________________
44909 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
44910         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44911              From: Abhijit Menon-Sen <ams@wiw.org>
44912              Date: Sat, 4 Aug 2001 16:16:03 +0530
44913              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
44914      Branch: perl
44915            ! hv.c
44916 ____________________________________________________________________________
44917 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
44918         Log: Subject: Re: [patch] refcount re ops
44919              From: Abhijit Menon-Sen <ams@wiw.org>
44920              Date: Sat, 4 Aug 2001 08:54:55 +0530
44921              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44922      Branch: perl
44923            ! sv.c
44924 ____________________________________________________________________________
44925 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44926         Log: Subject: [patch] refcount re ops
44927              From: Doug MacEachern <dougm@covalent.net>
44928              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44929              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44930      Branch: perl
44931            ! regcomp.c sv.c
44932 ____________________________________________________________________________
44933 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44934         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44935              From: Doug MacEachern <dougm@covalent.net>
44936              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44937              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44938      Branch: perl
44939            ! perl.c regexec.c
44940 ____________________________________________________________________________
44941 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44942         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44943              From: "Craig A. Berry" <craigberry@mac.com> 
44944              Date: Fri, 03 Aug 2001 16:16:16 -0500
44945              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44946      Branch: perl
44947            ! t/op/misc.t
44948 ____________________________________________________________________________
44949 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44950         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44951              From: John Kristian <jmk2001@engineer.com>
44952              Date: Fri, 03 Aug 2001 00:59:08 -0700
44953              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44954      Branch: perl
44955            ! win32/win32.c
44956 ____________________________________________________________________________
44957 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44958         Log: Update Changes.
44959      Branch: perl
44960            ! Changes patchlevel.h
44961 ____________________________________________________________________________
44962 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44963         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44964              From: "Craig A. Berry" <craigberry@mac.com>
44965              Date: Thu, 02 Aug 2001 23:15:24 -0500
44966              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44967      Branch: perl
44968            ! ext/B/Stash.t
44969 ____________________________________________________________________________
44970 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44971         Log: Subject: [patch] plug PL_cshname leak
44972              From: Doug MacEachern <dougm@covalent.net>
44973              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44974              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44975      Branch: perl
44976            ! sv.c
44977 ____________________________________________________________________________
44978 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44979         Log: Subject: [patch] plug PL_sh_path leak
44980              From: Doug MacEachern <dougm@covalent.net>
44981              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44982              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44983      Branch: perl
44984            ! sv.c
44985 ____________________________________________________________________________
44986 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44987         Log: Subject: [patch] plug PL_regex_padav leaks
44988              From: Doug MacEachern <dougm@covalent.net>
44989              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44990              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44991      Branch: perl
44992            ! op.c op.h perl.c
44993 ____________________________________________________________________________
44994 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44995         Log: Subject: [patch] plug PL_origargv leak
44996              From: Doug MacEachern <dougm@covalent.net>
44997              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44998              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44999      Branch: perl
45000            ! perl.c
45001 ____________________________________________________________________________
45002 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
45003         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
45004              From: Abhijit Menon-Sen <ams@wiw.org>
45005              Date: Fri, 3 Aug 2001 06:38:11 +0530
45006              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
45007      Branch: perl
45008            ! hv.c
45009 ____________________________________________________________________________
45010 [ 11557] By: nick                                  on 2001/08/03  08:17:38
45011         Log: Integrate mainline
45012      Branch: perlio
45013           +> (branch 47 files)
45014            - lib/Switch/test.pl
45015           !> (integrate 49 files)
45016 ____________________________________________________________________________
45017 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
45018         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
45019              From: "Craig A. Berry" <craigberry@mac.com>
45020              Date: Thu, 02 Aug 2001 12:56:19 -0500
45021              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
45022      Branch: perl
45023            ! ext/B/Showlex.t
45024 ____________________________________________________________________________
45025 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
45026         Log: Be more careful about non-existent files.
45027      Branch: perl
45028            ! lib/File/Copy.pm
45029 ____________________________________________________________________________
45030 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
45031         Log: Subject: [PATCH resend] deparse empty formats
45032              From: Robin Houston <robin@kitsite.com> 
45033              Date: Thu, 2 Aug 2001 14:32:36 +0100
45034              Message-ID: <20010802143236.A894@robin.kitsite.com>
45035      Branch: perl
45036            ! ext/B/B/Deparse.pm
45037 ____________________________________________________________________________
45038 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
45039         Log: Subject: [patch] ithreads + refto fix improvement
45040              From: Doug MacEachern <dougm@covalent.net>
45041              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
45042              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
45043      Branch: perl
45044            ! pp.c
45045 ____________________________________________________________________________
45046 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
45047         Log: Readability nit from Abhijit.
45048      Branch: perl
45049            ! op.c
45050 ____________________________________________________________________________
45051 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
45052         Log: setproctitle() API version nit from Anton Berezin.
45053      Branch: perl
45054            ! mg.c
45055 ____________________________________________________________________________
45056 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
45057         Log: Add PerlCE to the docs.
45058      Branch: perl
45059            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45060            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45061 ____________________________________________________________________________
45062 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
45063         Log: Integrate the PerlCE (WinCE Perl) port;
45064              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
45065      Branch: perl
45066            + README.ce wince/FindExt.pm wince/Makefile.ce
45067            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
45068            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
45069            + wince/bin/search.pl wince/config.ce wince/config.h
45070            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
45071            + wince/dl_win32.xs wince/include/arpa/inet.h
45072            + wince/include/cectype.h wince/include/errno.h
45073            + wince/include/netdb.h wince/include/sys/socket.h
45074            + wince/include/sys/stat.h wince/include/sys/types.h
45075            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
45076            + wince/perl.rc wince/perldll.def wince/perllib.c
45077            + wince/perlmain.c wince/registry.bat wince/runperl.c
45078            + wince/splittree.pl wince/win32.h wince/win32iop.h
45079            + wince/win32thread.c wince/win32thread.h wince/wince.c
45080            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
45081            + wince/xdistclean.ksh wince/xmakediffs.ksh
45082            ! MANIFEST perl.c perl.h perlio.c
45083 ____________________________________________________________________________
45084 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
45085         Log: setproctitle() made simpler.  (This assumes the string is
45086              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
45087              should be used.  Note len, not len + 1.)  BSD-fu from Anton
45088              Berezin.
45089      Branch: perl
45090            ! mg.c
45091 ____________________________________________________________________________
45092 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
45093         Log: Subject: [PATCH] -Wall cleanup: op.c
45094              From: Richard Soderberg <rs@oregonnet.com>
45095              Date: Thu, 2 Aug 2001 00:17:09 -0700
45096              Message-Id: <200108020717.AAA26895@oregonnet.com>
45097              
45098              Subject: [PATCH] -Wall cleanup: sv.c
45099              From: Richard Soderberg <rs@oregonnet.com>
45100              Date: Thu, 2 Aug 2001 00:49:21 -0700
45101              Message-Id: <200108020749.AAA27492@oregonnet.com>
45102      Branch: perl
45103            ! op.c sv.c
45104 ____________________________________________________________________________
45105 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
45106         Log: Update Changes.
45107      Branch: perl
45108            ! Changes patchlevel.h
45109 ____________________________________________________________________________
45110 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
45111         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
45112              From: Doug MacEachern <dougm@covalent.net>
45113              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
45114              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
45115      Branch: perl
45116            ! op.c
45117 ____________________________________________________________________________
45118 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
45119         Log: The #11541 didn't work under threads.
45120      Branch: perl
45121            ! op.c
45122 ____________________________________________________________________________
45123 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
45124         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
45125              From: Hugo <hv@crypt.compulink.co.uk>
45126              Date: Fri, 22 Jun 2001 01:19:08 +0100 
45127              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
45128              
45129              (Skip tests if accept() failed)
45130      Branch: perl
45131            ! ext/IO/lib/IO/t/io_unix.t
45132 ____________________________________________________________________________
45133 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
45134         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
45135              From: "Stian Seeberg" <sseeberg@nimsoft.no>
45136              Date: Mon, 30 Jul 2001 12:28:07 +0200
45137              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
45138      Branch: perl
45139            ! perl.h
45140 ____________________________________________________________________________
45141 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
45142         Log: Subject: Pluggable optimizer
45143              From: Simon Cozens <simon@netthink.co.uk>
45144              Date: Wed, 1 Aug 2001 13:57:02 -0700
45145              Message-ID: <20010801135702.I10442@netthink.co.uk>
45146      Branch: perl
45147            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
45148 ____________________________________________________________________________
45149 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
45150         Log: Subject: [ID 20010801.039] perlre.pod message typo
45151              From: Autrijus Tang <autrijus@geb.elixus.org>
45152              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
45153              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
45154      Branch: perl
45155            ! pod/perlre.pod
45156 ____________________________________________________________________________
45157 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
45158         Log: Test for change #11536.
45159      Branch: perl
45160            ! t/op/tiehandle.t
45161 ____________________________________________________________________________
45162 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
45163         Log: More test fixups for #11537.
45164      Branch: perl
45165            ! t/lib/warnings/4lint t/lib/warnings/9enabled
45166 ____________________________________________________________________________
45167 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
45168         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
45169              From: Doug MacEachern <dougm@covalent.net>
45170              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
45171              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
45172      Branch: perl
45173            ! op.c t/TestInit.pm
45174 ____________________________________________________________________________
45175 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
45176         Log: Subject: [patch] ithreads + refto bug
45177              From: Doug MacEachern <dougm@covalent.net>
45178              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
45179              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
45180              
45181              (Test in change #11539)
45182      Branch: perl
45183            ! pp.c
45184 ____________________________________________________________________________
45185 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
45186         Log: Subject: [PATCH: perl@11523] fixups for t/harness
45187              From: Prymmer/Kahn <pvhp@best.com>
45188              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
45189              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
45190      Branch: perl
45191            ! t/harness
45192 ____________________________________________________________________________
45193 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
45194         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
45195              From: Prymmer/Kahn <pvhp@best.com>
45196              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
45197              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
45198      Branch: perl
45199            ! win32/Makefile win32/makefile.mk
45200 ____________________________________________________________________________
45201 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
45202         Log: Need to know the number of tests.
45203      Branch: perl
45204            ! t/run/exit.t
45205 ____________________________________________________________________________
45206 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
45207         Log: Subject: Re: new exit tests on VMS
45208              From: "Craig A. Berry" <craigberry@mac.com>
45209              Date: Tue, 31 Jul 2001 12:19:29 -0500
45210              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
45211      Branch: perl
45212            ! t/run/exit.t
45213 ____________________________________________________________________________
45214 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
45215         Log: Retract #11530 (the dTHX is needed under threads)
45216      Branch: perl
45217            ! perlio.c
45218 ____________________________________________________________________________
45219 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
45220         Log: (Retracted by #11531)
45221      Branch: perl
45222            ! perlio.c
45223 ____________________________________________________________________________
45224 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
45225         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
45226              From: Richard Soderberg <rs@crystalflame.net>
45227              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
45228              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
45229      Branch: perl
45230            ! unixish.h
45231 ____________________________________________________________________________
45232 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
45233         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
45234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45235              Date: Tue, 31 Jul 2001 05:39:09 -0400
45236              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
45237              
45238              (with a note about the case of UV being equal to long long)
45239      Branch: perl
45240            ! utils/h2xs.PL
45241 ____________________________________________________________________________
45242 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
45243         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
45244              From: "Craig A. Berry" <craigberry@mac.com>
45245              Date: Tue, 31 Jul 2001 14:57:43 -0500
45246              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
45247      Branch: perl
45248            ! t/io/fs.t
45249 ____________________________________________________________________________
45250 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
45251         Log: Fix for
45252              
45253              Subject: [ID 20010116.001] File::Copy truncates orig file 
45254              From: arbor@al37al08.telecel.pt
45255              Date: Tue, 16 Jan 2001 11:43:02 GMT
45256              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
45257              
45258              (copy($foo, $foo) would truncate $foo)
45259      Branch: perl
45260            ! lib/File/Copy.pm lib/File/Copy.t
45261 ____________________________________________________________________________
45262 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
45263         Log: Metaconfig unit change for #11524.
45264      Branch: metaconfig/U/perl
45265            ! Extras.U
45266 ____________________________________________________________________________
45267 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
45268         Log: Multiple modules didn't work; plus typo fixes.
45269      Branch: perl
45270            ! Configure
45271 ____________________________________________________________________________
45272 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
45273         Log: Update Changes.
45274      Branch: perl
45275            ! Changes patchlevel.h
45276 ____________________________________________________________________________
45277 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
45278         Log: Regen perlapi.
45279      Branch: perl
45280            ! pod/perlapi.pod
45281 ____________________________________________________________________________
45282 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
45283         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
45284              From: Dave Mitchell <davem@fdgroup.co.uk>
45285              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
45286              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
45287      Branch: perl
45288            ! sv.c
45289 ____________________________________________________________________________
45290 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
45291         Log: Regen toc.
45292      Branch: perl
45293            ! pod/perltoc.pod
45294 ____________________________________________________________________________
45295 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
45296         Log: Regen Porting stuff.
45297      Branch: perl
45298            ! Porting/Glossary Porting/config.sh Porting/config_H
45299 ____________________________________________________________________________
45300 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
45301         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
45302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45303              Date: Tue, 31 Jul 2001 05:34:38 -0400
45304              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
45305      Branch: perl
45306            ! utils/h2xs.PL
45307 ____________________________________________________________________________
45308 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
45309         Log: Metaconfig unit change for #11516. 
45310      Branch: metaconfig/U/perl
45311            ! gccvers.U
45312 ____________________________________________________________________________
45313 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
45314         Log: Add -Wall in cflags, not in Configure.
45315              (This way -Wall affects only the core and the core XS,
45316              not user modules' XS.  Concern from Paul Marquess,
45317              implementation idea from Andy Dougherty.)
45318      Branch: perl
45319            ! Configure cflags.SH
45320 ____________________________________________________________________________
45321 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
45322         Log: Metaconfig unit changes for #11514.
45323      Branch: metaconfig
45324            + U/modified/sysman.U
45325            ! U/installdirs/man1dir.U
45326 ____________________________________________________________________________
45327 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
45328         Log: Subject: Configure's detection of system manual
45329              From: Sean Dague <sean@dague.net> 
45330              Date: Sun, 13 May 2001 15:53:15 -0400
45331              Message-ID: <20010513155315.A15833@underhill.dague.net>
45332      Branch: perl
45333            ! Configure
45334 ____________________________________________________________________________
45335 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
45336         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
45337              From: Autrijus Tang <autrijus@autrijus.org> 
45338              Date: Thu, 21 Jun 2001 23:56:48 +0800
45339              Message-Id: <20010621235648.A57340@not.autrijus.org>
45340      Branch: perl
45341            ! pod/perlobj.pod
45342 ____________________________________________________________________________
45343 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
45344         Log: Subject: Typo in DB_File.pm
45345              From: "Philip Newton" <Philip.Newton@gmx.net>
45346              Date: Tue, 31 Jul 2001 06:19:35 +0200
45347              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
45348      Branch: perl
45349            ! ext/DB_File/DB_File.pm
45350 ____________________________________________________________________________
45351 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
45352         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
45353              From: "Stephen P. Potter" <spp@spotter.yi.org>
45354              Date: Wed, 30 May 2001 13:59:34 -0400
45355              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
45356      Branch: perl
45357            ! pod/perlre.pod
45358 ____________________________________________________________________________
45359 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
45360         Log: eval "format foo=" would loop indefinitely; reported in
45361              
45362              Subject: A load of old rubbish
45363              From: Mike Guy <mjtg@cam.ac.uk>
45364              Date: Mon, 14 May 2001 16:12:22 +0100
45365              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
45366              
45367              (The core dumps reported in there already fixed.)
45368      Branch: perl
45369            ! toke.c
45370 ____________________________________________________________________________
45371 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
45372         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
45373      Branch: perl
45374            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
45375            + lib/Switch/t/switch_case.t
45376            - lib/Switch/test.pl
45377            ! MANIFEST lib/Switch.pm
45378 ____________________________________________________________________________
45379 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
45380         Log: Subject: [PATCH @11505] DB_File-1.78
45381              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45382              Date: Mon, 30 Jul 2001 22:54:37 +0100
45383              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
45384      Branch: perl
45385            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45386            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45387 ____________________________________________________________________________
45388 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
45389         Log: Explain in more detail why -pipe and -fno-common are good.
45390      Branch: perl
45391            ! hints/darwin.sh
45392 ____________________________________________________________________________
45393 [ 11506] By: nick                                  on 2001/07/30  14:32:23
45394         Log: Integrate mainline
45395      Branch: perlio
45396           !> INSTALL Makefile.SH doio.c hints/darwin.sh
45397 ____________________________________________________________________________
45398 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
45399         Log: Perl hasn't been putting man pages into $prefix/lib for
45400              a long time now; pointed out by Andy Dougherty. 
45401      Branch: perl
45402            ! hints/darwin.sh
45403 ____________________________________________________________________________
45404 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
45405         Log: Document the extras Configure option.
45406      Branch: perl
45407            ! INSTALL
45408 ____________________________________________________________________________
45409 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
45410         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
45411              everywhere.
45412      Branch: perl
45413           !> doio.c
45414 ____________________________________________________________________________
45415 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
45416         Log: Doubly guard against invoking CPAN if no extras defined,
45417              pointed out by H. Merijn Brand.
45418      Branch: perl
45419            ! Makefile.SH
45420 ____________________________________________________________________________
45421 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
45422         Log: Fix O_RDONLY check to check for O_RDONLY.
45423      Branch: maint-5.6/macperl
45424            ! doio.c
45425 ____________________________________________________________________________
45426 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
45427         Log: Integrate miscellaneous changes from maint-5.6/perl.
45428      Branch: maint-5.6/macperl
45429           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
45430 ____________________________________________________________________________
45431 [ 11499] By: nick                                  on 2001/07/30  06:52:42
45432         Log: Integrate mainline
45433      Branch: perlio
45434           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
45435           +> win32/sync_ext.pl
45436            - win32/sncfnmcs.pl
45437           !> (integrate 71 files)
45438 ____________________________________________________________________________
45439 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
45440         Log: Update Changes.
45441      Branch: perl
45442            ! Changes patchlevel.h
45443 ____________________________________________________________________________
45444 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
45445         Log: Now Configure -Dextras=Foo::Bar and "make install" will
45446              fetch and install Foo::Bar.
45447      Branch: perl
45448            ! Makefile.SH
45449 ____________________________________________________________________________
45450 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
45451         Log: Metaconfig unit change for #11495.
45452      Branch: metaconfig/U/perl
45453            ! Extras.U
45454 ____________________________________________________________________________
45455 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
45456         Log: extras.make, extras.test, and extras.install make targets.
45457      Branch: perl
45458            ! Configure Makefile.SH
45459 ____________________________________________________________________________
45460 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
45461         Log: Metaconfig unit change for #11493.
45462      Branch: metaconfig/U/perl
45463            ! Extras.U
45464 ____________________________________________________________________________
45465 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
45466         Log: Better to have the list of extras in $extras than 'define'.
45467      Branch: perl
45468            ! Configure
45469 ____________________________________________________________________________
45470 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
45471         Log: The metaconfig unit change for #11490.
45472      Branch: metaconfig/U/perl
45473            + Extras.U
45474 ____________________________________________________________________________
45475 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
45476         Log: Missed from #11490 (the required dependency).
45477      Branch: perl
45478            ! Makefile.SH
45479 ____________________________________________________________________________
45480 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
45481         Log: Add the support of asking for extra modules or bundles of modules
45482              to be fetched from the CPAN and installed as a part of the Perl
45483              build process.  None of this installation is yet really done;
45484              only the list is asked, and saved away in extras.lst for
45485              the build and installation process to worry about later.
45486      Branch: perl
45487            ! Configure
45488 ____________________________________________________________________________
45489 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
45490         Log: Beginnings of better Inf and NaN support.
45491              At least toke.c and sv.c still need quite a bit of work.
45492      Branch: perl
45493            ! numeric.c perl.h
45494 ____________________________________________________________________________
45495 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
45496         Log: Top-level Makefile didn't honour OPTIMIZE.
45497      Branch: perl
45498            ! Makefile.SH
45499 ____________________________________________________________________________
45500 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
45501         Log: Update Changes.
45502      Branch: perl
45503            ! Changes patchlevel.h
45504 ____________________________________________________________________________
45505 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
45506         Log: Use Search::Dict 1.02 interface for charinfo().
45507      Branch: perl
45508            ! lib/UnicodeCD.pm
45509 ____________________________________________________________________________
45510 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
45511         Log: Now also allow transforming the read lines before comparing them.
45512              (This will help UnicodeCD.) 
45513      Branch: perl
45514            ! lib/Search/Dict.pm
45515 ____________________________________________________________________________
45516 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
45517         Log: Remove tiehandle code.
45518      Branch: perl
45519            ! lib/UnicodeCD.pm
45520 ____________________________________________________________________________
45521 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
45522         Log: Allow specifying a comparison function for Search::Dict::look().
45523      Branch: perl
45524            ! lib/Search/Dict.pm
45525 ____________________________________________________________________________
45526 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
45527         Log: Small UnicodeCD tweaks.
45528      Branch: perl
45529            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45530 ____________________________________________________________________________
45531 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
45532         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
45533              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45534              Date: Tue, 24 Jul 2001 01:51:32 +0900
45535              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
45536      Branch: perl
45537            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45538 ____________________________________________________________________________
45539 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
45540         Log: Subject: [PATCH] installperl
45541              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45542              Date: Fri, 27 Jul 2001 19:05:04 -0700
45543              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
45544      Branch: perl
45545            ! installperl
45546 ____________________________________________________________________________
45547 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
45548         Log: Subject: [PATCH] Set proper compatibility versions in core
45549              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45550              Date: Fri, 27 Jul 2001 20:01:49 -0700
45551              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
45552      Branch: perl
45553            ! Makefile.SH
45554 ____________________________________________________________________________
45555 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
45556         Log: Metaconfig unit change for #11477.
45557      Branch: metaconfig/U/perl
45558            ! dlsrc.U
45559 ____________________________________________________________________________
45560 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
45561         Log: Subject: [PATCH] Darwin: -fpic not so good
45562              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45563              Date: Fri, 27 Jul 2001 18:57:38 -0700
45564              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
45565      Branch: perl
45566            ! Configure
45567 ____________________________________________________________________________
45568 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
45569         Log: Subject: [PATCH] Clean up Darwin hints
45570              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45571              Date: Fri, 27 Jul 2001 19:13:15 -0700
45572              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
45573      Branch: perl
45574            ! hints/darwin.sh
45575 ____________________________________________________________________________
45576 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
45577         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
45578              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45579              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
45580              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
45581      Branch: perl
45582            ! pod/perlfunc.pod pp.c t/op/split.t
45583 ____________________________________________________________________________
45584 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
45585         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
45586              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45587              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
45588              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
45589      Branch: perl
45590            ! pod/perlvar.pod
45591 ____________________________________________________________________________
45592 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
45593         Log: Subject: [PATCH] fixes to constant.pm documentation
45594              From: Ilmari Karonen <iltzu@sci.fi>
45595              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
45596              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
45597      Branch: perl
45598            ! lib/constant.pm
45599 ____________________________________________________________________________
45600 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
45601         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
45602              From: "Philip Newton" <Philip.Newton@gmx.net>
45603              Date: Fri, 27 Jul 2001 07:51:10 +0200
45604              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
45605      Branch: perl
45606            ! pod/perlport.pod
45607 ____________________________________________________________________________
45608 [ 11471] By: nick                                  on 2001/07/26  06:23:32
45609         Log: Subject:  [PATCH] Doc fix for perlguts / threading
45610              From:  Arthur Bergman <arthur@contiller.se>
45611              Date:  Wed, 25 Jul 2001 11:28:23 +0200
45612              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
45613      Branch: perl
45614            ! pod/perlguts.pod
45615 ____________________________________________________________________________
45616 [ 11470] By: nick                                  on 2001/07/26  06:21:06
45617         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
45618              From:  Philip Newton <Philip.Newton@gmx.net>
45619              Date:  Wed, 25 Jul 2001 08:19:47 +0200
45620              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
45621      Branch: perl
45622            ! INSTALL
45623 ____________________________________________________________________________
45624 [ 11469] By: nick                                  on 2001/07/26  06:20:25
45625         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
45626              From:  Philip Newton <Philip.Newton@gmx.net>
45627              Date:  Wed, 25 Jul 2001 08:12:48 +0200
45628              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
45629      Branch: perl
45630            ! INSTALL
45631 ____________________________________________________________________________
45632 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
45633         Log: More +x.
45634      Branch: perl
45635            ! Porting/makerel
45636 ____________________________________________________________________________
45637 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
45638         Log: Update Changes.
45639      Branch: perl
45640            ! Changes patchlevel.h
45641 ____________________________________________________________________________
45642 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
45643         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
45644              From: "Philip Newton" <Philip.Newton@gmx.net>
45645              Date: Tue, 24 Jul 2001 06:45:55 +0200
45646              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
45647      Branch: perl
45648            ! os2/perlrexx.c
45649 ____________________________________________________________________________
45650 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45651         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45652              From: Peter Prymmer <pvhp@forte.com>
45653              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45654              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45655      Branch: perl
45656            ! pod/perlport.pod t/io/fs.t vms/test.com
45657 ____________________________________________________________________________
45658 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45659         Log: Workaround on Cwd bootstrap problem.
45660      Branch: perl
45661            ! lib/ExtUtils/MakeMaker.pm
45662 ____________________________________________________________________________
45663 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45664         Log: When in Rome, quote like the Romans do.
45665      Branch: perl
45666            ! cflags.SH
45667 ____________________________________________________________________________
45668 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45669         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45671              Date: Mon, 23 Jul 2001 19:29:49 -0400
45672              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45673      Branch: perl
45674            + os2/perlrexx.c
45675            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45676            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45677            ! t/op/write.t
45678 ____________________________________________________________________________
45679 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45680         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45682              Date: Mon, 23 Jul 2001 18:43:42 -0400
45683              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45684      Branch: perl
45685            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45686 ____________________________________________________________________________
45687 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45688         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45690              Date: Mon, 23 Jul 2001 18:33:16 -0400
45691              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45692      Branch: perl
45693            ! lib/ExtUtils/MakeMaker.pm
45694 ____________________________________________________________________________
45695 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45696         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45698              Date: Mon, 23 Jul 2001 18:20:35 -0400
45699              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45700      Branch: perl
45701            ! Makefile.SH cflags.SH
45702 ____________________________________________________________________________
45703 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45704         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45705              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45706              Date: Mon, 23 Jul 2001 11:32:17 -0500
45707              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45708      Branch: perl
45709            ! lib/ExtUtils/MakeMaker.pm
45710 ____________________________________________________________________________
45711 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45712         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45714              Date: Mon, 23 Jul 2001 18:13:20 -0400
45715              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45716      Branch: perl
45717            ! lib/perl5db.pl
45718 ____________________________________________________________________________
45719 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45720         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45722              Date: Mon, 23 Jul 2001 18:07:40 -0400
45723              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45724      Branch: perl
45725            ! op.c
45726 ____________________________________________________________________________
45727 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45728         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45729              From: "Craig A. Berry" <craigberry@mac.com>
45730              Date: Mon, 23 Jul 2001 15:35:06 -0500
45731              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45732      Branch: perl
45733            ! util.c
45734 ____________________________________________________________________________
45735 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45736         Log: Subject: [PATCH perlfaq9.pod typo]
45737              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45738              Date: Mon, 23 Jul 2001 07:49:05 -0700
45739              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45740      Branch: perl
45741            ! pod/perlfaq9.pod
45742 ____________________________________________________________________________
45743 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45744         Log: Subject: win32\sncfnmcs.pl corrections
45745              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45746              Date: Mon, 23 Jul 2001 12:56:54 +0200
45747              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45748              
45749              Rename the script a little bit more sensibly.
45750      Branch: perl
45751            + win32/sync_ext.pl
45752            - win32/sncfnmcs.pl
45753            ! MANIFEST README.win32
45754 ____________________________________________________________________________
45755 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45756         Log: Test tweak.
45757      Branch: perl
45758            ! ext/B/Deparse.t
45759 ____________________________________________________________________________
45760 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
45761         Log: Metaconfig unit tweak for #11450.
45762      Branch: metaconfig/U/perl
45763            ! Mksymlinks.U
45764 ____________________________________________________________________________
45765 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
45766         Log: Too volatile failsafe check.
45767      Branch: perl
45768            ! Configure
45769 ____________________________________________________________________________
45770 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
45771         Log: Further doc tweaks.
45772      Branch: perl
45773            ! lib/UnicodeCD.pm
45774 ____________________________________________________________________________
45775 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
45776         Log: Doc tweaks.
45777      Branch: perl
45778            ! lib/UnicodeCD.pm
45779 ____________________________________________________________________________
45780 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
45781         Log: Doc tweakery from Abhijit.
45782      Branch: perl
45783            ! Porting/repository.pod
45784 ____________________________________________________________________________
45785 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
45786         Log: An accidental empty line.
45787      Branch: perl
45788            ! MANIFEST
45789 ____________________________________________________________________________
45790 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
45791         Log: Missing MANIFESTations.
45792      Branch: perl
45793            ! MANIFEST
45794 ____________________________________________________________________________
45795 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
45796         Log: Update Changes.
45797      Branch: perl
45798            ! Changes patchlevel.h
45799 ____________________________________________________________________________
45800 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
45801         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
45802              From: Mike Guy <mjtg@cam.ac.uk>
45803              Date: Fri, 20 Jul 2001 16:12:49 +0100
45804              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
45805      Branch: perl
45806            ! Porting/pumpkin.pod
45807 ____________________________________________________________________________
45808 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
45809         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45810              From: Peter Prymmer <pvhp@forte.com>
45811              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
45812              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
45813      Branch: perl
45814            ! pod/perlhack.pod
45815 ____________________________________________________________________________
45816 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
45817         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
45818              From: Michael G Schwern <schwern@pobox.com>
45819              Date: Fri, 20 Jul 2001 20:22:35 -0400
45820              Message-ID: <20010720202235.O4498@blackrider>
45821      Branch: perl
45822            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
45823            ! lib/Test/t/todo.t
45824 ____________________________________________________________________________
45825 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
45826         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
45827              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45828              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
45829              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
45830      Branch: perl
45831            ! ext/POSIX/POSIX.pod
45832 ____________________________________________________________________________
45833 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
45834         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
45835              From: Mark-Jason Dominus <mjd@plover.com>
45836              Date: Fri, 20 Jul 2001 23:16:54 -0400
45837              Message-ID: <20010721031654.21877.qmail@plover.com>
45838      Branch: perl
45839            ! ext/POSIX/POSIX.pod
45840 ____________________________________________________________________________
45841 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
45842         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
45843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45844              Date: Sun, 22 Jul 2001 14:56:09 +0200
45845              Message-ID: <20010722145609.A766@rafael>
45846      Branch: perl
45847            ! ext/B/O.pm
45848 ____________________________________________________________________________
45849 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
45850         Log: Subject: regexec.c #define cleanup
45851              From: Mark-Jason Dominus <mjd@plover.com>
45852              Date: Sat, 21 Jul 2001 18:33:25 -0400
45853              Message-ID: <20010721223325.3069.qmail@plover.com>
45854      Branch: perl
45855            ! regexec.c
45856 ____________________________________________________________________________
45857 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
45858         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
45859              From: Prymmer/Kahn <pvhp@best.com>
45860              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
45861              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
45862      Branch: perl
45863            ! t/io/fs.t
45864 ____________________________________________________________________________
45865 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
45866         Log: Typo in #11432.
45867      Branch: perl
45868            ! ext/POSIX/POSIX.t
45869 ____________________________________________________________________________
45870 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
45871         Log: Integrate (manually) change #11424 from macperl.
45872      Branch: perl
45873            ! ext/Filter/t/call.t
45874 ____________________________________________________________________________
45875 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
45876         Log: Integrate change #11408 from macperl.
45877      Branch: perl
45878           !> README.macos pod/perlport.pod
45879 ____________________________________________________________________________
45880 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
45881         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
45882      Branch: perl
45883           +> macos/MacPerlTests.cmd macos/xsubpp.patch
45884            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
45885            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
45886            ! ext/POSIX/POSIX.t
45887 ____________________________________________________________________________
45888 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
45889         Log: pod/*.t tests not picked up by t/TEST either
45890      Branch: maint-5.6/perl
45891            ! t/TEST
45892 ____________________________________________________________________________
45893 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
45894         Log: better tweak for change#11429 (windows has both / and \ separated
45895              paths in @INC at that point)
45896      Branch: maint-5.6/perl
45897            ! t/pod/testp2pt.pl
45898 ____________________________________________________________________________
45899 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
45900         Log: MacOS pod test tweak needs \Escape
45901      Branch: maint-5.6/perl
45902            ! t/pod/testp2pt.pl
45903 ____________________________________________________________________________
45904 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
45905         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
45906              resulting duplicate output, but t/harness isn't)
45907      Branch: maint-5.6/perl
45908            ! t/run/runenv.t
45909 ____________________________________________________________________________
45910 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
45911         Log: t/harness wasn't picking up all the tests
45912      Branch: maint-5.6/perl
45913            ! t/harness
45914 ____________________________________________________________________________
45915 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
45916         Log: update MANIFEST for new file
45917      Branch: maint-5.6/perl
45918            ! MANIFEST
45919 ____________________________________________________________________________
45920 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
45921         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45922              the exception of the macperl/macos/... tree
45923      Branch: maint-5.6/perl
45924           +> t/lib/filefind-taint.t
45925           !> (integrate 72 files)
45926 ____________________________________________________________________________
45927 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45928         Log: Fix test.
45929      Branch: maint-5.6/macperl
45930            ! macos/bundled_ext/Filter/t/call.t
45931 ____________________________________________________________________________
45932 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45933         Log: Make perl fork()-safe (in a slightly limited way) even on
45934              platforms that don't have pthread_atfork() (extension of
45935              the fix in change#11151).
45936              
45937              Note that this will not help extensions that call fork()
45938              directly in C, or that link to libraries that call fork()
45939              directly.  Such cases must be fixed to either call
45940              PerlProc_fork(), or call atfork_lock() in parent before the
45941              calling the function that forks and call atfork_unlock()
45942              in both parent and child immediately after the fork().
45943              (There are no worries if C code calls exec() in the child
45944              immediately after a fork().  Only cases where the child
45945              calls perl's API functions (including New()) after the
45946              fork() are problematic.)
45947              
45948              This change also eliminates the use of vfork() from perl,
45949              since all such uses were violating the severe restrictions
45950              on modifying the state of the process between the vfork()
45951              and the exec().
45952              
45953              This is a modified version of patches suggested by Abhijit
45954              Menon-Sen and Richard Soderberg.
45955      Branch: perl
45956            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45957            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45958 ____________________________________________________________________________
45959 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45960         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45961              Switch, and Text::Balanced.
45962      Branch: maint-5.6/macperl
45963            + macos/bundled_ext/Filter/Util/Call/Call.pm
45964            + macos/bundled_ext/Filter/Util/Call/Call.xs
45965            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45966            + macos/bundled_ext/Filter/t/MyFilter.pm
45967            + macos/bundled_ext/Filter/t/call.t
45968            + macos/bundled_ext/Filter/t/filter-util.pl
45969            + macos/bundled_lib/blib/lib/Class/ISA.pm
45970            + macos/bundled_lib/blib/lib/Digest.pm
45971            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45972            + macos/bundled_lib/blib/lib/Switch.pm
45973            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45974            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45975            + macos/bundled_lib/t/Class/ISA/test.pl
45976            + macos/bundled_lib/t/Digest/Digest.t
45977            + macos/bundled_lib/t/Filter/Simple/test.pl
45978            + macos/bundled_lib/t/Switch/test.pl
45979            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45980            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45981            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45982            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45983            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45984            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45985            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45986            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45987 ____________________________________________________________________________
45988 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45989         Log: Add Filter::Util::Call to config/make files; edit utils
45990              to recognize the module (it was descended too far down).
45991              Bump version to 5.6.1a4.
45992      Branch: maint-5.6/macperl
45993            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45994            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45995            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45996 ____________________________________________________________________________
45997 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45998         Log: Make DB_File the default for MLDBM on MacOS.
45999      Branch: maint-5.6/macperl
46000            ! macos/bundled_lib/blib/lib/MLDBM.pm
46001 ____________________________________________________________________________
46002 [ 11419] By: nick                                  on 2001/07/20  14:51:03
46003         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
46004              From:  Simon Cozens <simon@netthink.co.uk>
46005              Date:  Fri, 20 Jul 2001 11:42:35 -0400
46006              Message-Id:  <20010720114235.A5235@netthink.co.uk>
46007      Branch: perl
46008            ! lib/UnicodeCD.pm
46009 ____________________________________________________________________________
46010 [ 11418] By: nick                                  on 2001/07/20  14:48:12
46011         Log: Subject:  [PATCH regcomp.h] adds a comment
46012              From:  Abhijit Menon-Sen <ams@wiw.org>
46013              Date:  Fri, 20 Jul 2001 21:05:37 +0530
46014              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
46015      Branch: perl
46016            ! regcomp.h
46017 ____________________________________________________________________________
46018 [ 11417] By: nick                                  on 2001/07/20  14:16:38
46019         Log: Subject:  [PATCH 5.7.2] INSTALL updates
46020              From:  Andy Dougherty <doughera@lafayette.edu>
46021              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
46022              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
46023      Branch: perl
46024            ! INSTALL
46025 ____________________________________________________________________________
46026 [ 11416] By: nick                                  on 2001/07/20  06:44:44
46027         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
46028              From:  Russ Allbery <rra@stanford.edu>
46029              Date:  19 Jul 2001 15:52:37 -0700
46030              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
46031      Branch: perl
46032            ! lib/Pod/Man.pm
46033 ____________________________________________________________________________
46034 [ 11415] By: nick                                  on 2001/07/20  06:35:11
46035         Log: Subject:  [PATCH] defer op_seq allocation
46036              From:  Abhijit Menon-Sen <ams@wiw.org>
46037              Date:  Thu, 19 Jul 2001 22:12:24 +0530
46038              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
46039      Branch: perl
46040            ! op.c
46041 ____________________________________________________________________________
46042 [ 11414] By: nick                                  on 2001/07/20  06:23:36
46043         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
46044              From:  Abhijit Menon-Sen <ams@wiw.org>
46045              Date:  Fri, 20 Jul 2001 01:18:50 +0530
46046              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
46047              (Private e-mail)
46048      Branch: perl
46049            ! ext/Time/HiRes/HiRes.xs
46050 ____________________________________________________________________________
46051 [ 11413] By: nick                                  on 2001/07/20  06:18:53
46052         Log: Integrate mainline
46053      Branch: perlio
46054           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
46055            - t/base/commonsense.t
46056           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
46057           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
46058           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
46059           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
46060           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
46061           !> win32/win32.c
46062 ____________________________________________________________________________
46063 [ 11412] By: nick                                  on 2001/07/19  06:44:27
46064         Log: Integrate win32/perlhost.h from maintenance branch.
46065              (Rest of $ENV{PATH} / system() fix.)
46066      Branch: perl
46067           !> win32/perlhost.h
46068 ____________________________________________________________________________
46069 [ 11411] By: nick                                  on 2001/07/19  06:41:34
46070         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
46071              From:  Philip Newton <Philip.Newton@gmx.net>
46072              Date:  Wed, 18 Jul 2001 21:43:57 +0200
46073              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
46074      Branch: perl
46075            ! pod/perlhack.pod
46076 ____________________________________________________________________________
46077 [ 11410] By: nick                                  on 2001/07/19  06:39:35
46078         Log: Subject:  Security hole in taint checking in open()
46079              From:  deekoo@tentacle.net
46080              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
46081              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
46082      Branch: perl
46083            ! doio.c
46084 ____________________________________________________________________________
46085 [ 11409] By: nick                                  on 2001/07/19  06:28:08
46086         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
46087              From:  Abhijit Menon-Sen <ams@wiw.org>
46088              Date:  Thu, 19 Jul 2001 04:30:43 +0530
46089              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
46090      Branch: perl
46091            ! ext/Time/HiRes/HiRes.xs
46092 ____________________________________________________________________________
46093 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
46094         Log: Update docs with latest implementation information and new URLs.
46095      Branch: maint-5.6/macperl
46096            ! README.macos pod/perlport.pod
46097 ____________________________________________________________________________
46098 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
46099         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
46100              Fix BuildRules to accept optimization variables.
46101      Branch: maint-5.6/macperl
46102            + macos/bundled_ext/Digest/MD5/Makefile.mk
46103            ! macos/BuildRules.mk macos/Makefile.mk
46104            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
46105            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
46106 ____________________________________________________________________________
46107 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
46108         Log: Integrate changes 11399,11401
46109      Branch: maint-5.6/macperl
46110           !> win32/perlhost.h win32/win32.c
46111 ____________________________________________________________________________
46112 [ 11405] By: nick                                  on 2001/07/18  06:50:33
46113         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
46114              from perl5.6*
46115      Branch: perl
46116           !> win32/perlhost.h win32/win32.c
46117 ____________________________________________________________________________
46118 [ 11404] By: nick                                  on 2001/07/18  06:43:59
46119         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
46120              From:  hv@crypt0.demon.co.uk
46121              Date:  Wed, 18 Jul 2001 05:58:46 +0100
46122              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
46123      Branch: perl
46124            ! ext/POSIX/POSIX.t
46125 ____________________________________________________________________________
46126 [ 11403] By: nick                                  on 2001/07/18  06:38:57
46127         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
46128              From:  hv@crypt0.demon.co.uk
46129              Date:  Wed, 18 Jul 2001 05:21:54 +0100
46130              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
46131      Branch: perl
46132            ! numeric.c t/op/arith.t
46133 ____________________________________________________________________________
46134 [ 11402] By: nick                                  on 2001/07/18  06:19:17
46135         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
46136              From:  mjd@plover.com
46137              Date:  17 Jul 2001 17:59:20 -0000
46138              Message-Id:  <20010717175920.8177.qmail@plover.com>
46139      Branch: perl
46140            ! pod/perlre.pod
46141 ____________________________________________________________________________
46142 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
46143         Log: thinko in change#11400 (duh)
46144      Branch: maint-5.6/perl
46145            ! win32/perlhost.h
46146 ____________________________________________________________________________
46147 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
46148         Log: change#11399 revealed another unrelated bug; this is just a temporary
46149              bandaid
46150      Branch: maint-5.6/perl
46151            ! win32/perlhost.h
46152 ____________________________________________________________________________
46153 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
46154         Log: fix bugs in handling of the virtualized environment under windows;
46155              there were bugs in propagating any changes to %ENV down to the real
46156              environment when such changes happened in the toplevel process
46157              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
46158              problem identification, and for a part of the fix)
46159      Branch: maint-5.6/perl
46160            ! win32/perlhost.h win32/win32.c
46161 ____________________________________________________________________________
46162 [ 11398] By: nick                                  on 2001/07/17  08:26:35
46163         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46164              From: Peter Prymmer <pvhp@forte.com>
46165              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
46166              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
46167              
46168              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
46169              should not depend on existance of Config.pm
46170      Branch: perl
46171           +> t/lib/commonsense.t
46172            - t/base/commonsense.t
46173            ! MANIFEST t/README
46174 ____________________________________________________________________________
46175 [ 11397] By: nick                                  on 2001/07/17  08:09:58
46176         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
46177              From:  Michael G Schwern <schwern@pobox.com>
46178              Date:  Mon, 16 Jul 2001 18:20:31 -0400
46179              Message-Id:  <20010716182031.A1128@blackrider>
46180      Branch: perl
46181            ! pod/perlhack.pod
46182 ____________________________________________________________________________
46183 [ 11396] By: nick                                  on 2001/07/17  08:04:11
46184         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
46185              From:  Gwyn Judd <b.judd@xtra.co.nz>
46186              Date:  Tue, 17 Jul 2001 20:55:58 +1200
46187              Message-Id:  <20010717205558.A3107@thislove>
46188      Branch: perl
46189            ! pod/perlfunc.pod
46190 ____________________________________________________________________________
46191 [ 11395] By: nick                                  on 2001/07/17  08:02:22
46192         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
46193              From:  Peter Prymmer <pvhp@forte.com>
46194              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
46195              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
46196      Branch: perl
46197            ! t/op/sprintf.t
46198 ____________________________________________________________________________
46199 [ 11394] By: nick                                  on 2001/07/17  07:57:06
46200         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
46201              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
46202              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
46203              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
46204      Branch: perl
46205            ! gv.c
46206 ____________________________________________________________________________
46207 [ 11392] By: nick                                  on 2001/07/17  07:50:12
46208         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
46209              From:  Coral <coral@moonlight.crystalflame.net>
46210              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
46211              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
46212      Branch: perl
46213            ! pp_sys.c thread.h
46214 ____________________________________________________________________________
46215 [ 11391] By: nick                                  on 2001/07/17  07:34:28
46216         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
46217              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46218              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
46219              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
46220      Branch: perl
46221            ! utils/h2xs.PL
46222 ____________________________________________________________________________
46223 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
46224         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
46225              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
46226              and Mac::Apps::Launch, which don't work, and Time::HiRes and
46227              Time::Piece, which don't yet work.
46228      Branch: maint-5.6/macperl
46229            + (add 154 files)
46230 ____________________________________________________________________________
46231 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
46232         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
46233              Also add hack to get around missing setenv for PERL5DB.
46234      Branch: maint-5.6/macperl
46235            ! macos/macish.c macos/macish.h
46236 ____________________________________________________________________________
46237 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
46238         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
46239      Branch: maint-5.6/macperl
46240            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
46241            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
46242 ____________________________________________________________________________
46243 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
46244         Log: Fix up some configuration and make options, add extra
46245              extensions.
46246      Branch: maint-5.6/macperl
46247            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
46248            ! macos/macperl/Makefile.mk
46249 ____________________________________________________________________________
46250 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
46251         Log: From Change 11374 in maintperl.
46252      Branch: maint-5.6/macperl
46253           !> utils/h2ph.PL
46254 ____________________________________________________________________________
46255 [ 11385] By: nick                                  on 2001/07/16  14:12:58
46256         Log: Back out change to h2xs till it passes its test.
46257      Branch: perl
46258            ! utils/h2xs.PL
46259 ____________________________________________________________________________
46260 [ 11384] By: nick                                  on 2001/07/16  14:00:10
46261         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
46262              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46263              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
46264              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
46265      Branch: perl
46266            ! utils/h2xs.PL
46267 ____________________________________________________________________________
46268 [ 11383] By: nick                                  on 2001/07/16  13:53:12
46269         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
46270              From:  Robin Houston <robin@kitsite.com>
46271              Date:  Sun, 15 Jul 2001 18:22:31 +0100
46272              Message-Id:  <20010715182230.A11174@robin>
46273      Branch: perl
46274            ! hints/darwin.sh
46275 ____________________________________________________________________________
46276 [ 11382] By: nick                                  on 2001/07/16  13:52:49
46277         Log: Subject:  [PATCH perl@11372] re_dup
46278              From:  Radu Greab <radu@netsoft.ro>
46279              Date:  Sun, 15 Jul 2001 04:50:06 +0300
46280              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
46281      Branch: perl
46282            ! sv.c
46283 ____________________________________________________________________________
46284 [ 11379] By: nick                                  on 2001/07/16  13:35:39
46285         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
46286              From:  Robin Houston <robin@kitsite.com>
46287              Date:  Sat, 14 Jul 2001 14:28:50 +0100
46288              Message-Id:  <20010714142850.A10205@robin>
46289      Branch: perl
46290            ! ext/B/B/Deparse.pm
46291 ____________________________________________________________________________
46292 [ 11378] By: nick                                  on 2001/07/16  13:30:36
46293         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
46294              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
46295              Date:  Sat, 14 Jul 2001 22:17:42 +0900
46296              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
46297      Branch: perl
46298            + ext/Encode/Encode/euc-jp-0212.enc
46299            ! ext/Encode/Encode/Tcl.pm
46300 ____________________________________________________________________________
46301 [ 11377] By: nick                                  on 2001/07/16  13:17:28
46302         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
46303              From:  Andy Dougherty <doughera@lafayette.edu>
46304              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
46305              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
46306      Branch: perl
46307            ! hints/darwin.sh hints/rhapsody.sh
46308 ____________________________________________________________________________
46309 [ 11376] By: nick                                  on 2001/07/16  09:05:00
46310         Log: Integrate mainline
46311      Branch: perlio
46312           +> ext/Encode/Encode/7bit-greek.enc
46313           +> ext/Encode/Encode/7bit-latin1.enc
46314           +> ext/Encode/Encode/cns11643-1.enc
46315           +> ext/Encode/Encode/cns11643-2.enc
46316           +> ext/Encode/Encode/iso2022-cn.enc
46317           +> ext/Encode/Encode/iso2022-jp1.enc
46318           +> ext/Encode/Encode/iso2022-jp2.enc
46319           !> Changes Configure MANIFEST Makefile.SH
46320           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46321           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
46322           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
46323           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
46324           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
46325 ____________________________________________________________________________
46326 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
46327         Log: integrate change#11374 from maint-5.6
46328              
46329              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46330      Branch: perl
46331           !> utils/h2ph.PL
46332 ____________________________________________________________________________
46333 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
46334         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46335      Branch: maint-5.6/perl
46336            ! utils/h2ph.PL
46337 ____________________________________________________________________________
46338 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
46339         Log: Update Changes.
46340      Branch: perl
46341            ! Changes patchlevel.h
46342 ____________________________________________________________________________
46343 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
46344         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
46345              From: Jonathan Stowe <gellyfish@gellyfish.com>
46346              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
46347              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
46348      Branch: perl
46349            ! utils/h2xs.PL
46350 ____________________________________________________________________________
46351 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
46352         Log: Subject: patch to add DEL to [:cntrl:]
46353              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46354              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
46355              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
46356      Branch: perl
46357            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
46358 ____________________________________________________________________________
46359 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
46360         Log: Metaconfig unit change for #11369; plus a dependency nit.
46361      Branch: metaconfig
46362            ! U/compline/nblock_io.U
46363      Branch: metaconfig/U/perl
46364            ! Extensions.U
46365 ____________________________________________________________________________
46366 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
46367         Log: #include <stdlib.h> so that exit() is prototyped,
46368              noticed by Hugo.
46369      Branch: perl
46370            ! Configure
46371 ____________________________________________________________________________
46372 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
46373         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46374              From: Peter Prymmer <pvhp@forte.com>
46375              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
46376              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
46377      Branch: perl
46378            ! t/op/sprintf.t
46379 ____________________________________________________________________________
46380 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
46381         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
46382              From: Peter Prymmer <pvhp@forte.com>
46383              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
46384              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
46385      Branch: perl
46386            ! ext/Encode/Encode/Tcl.t
46387 ____________________________________________________________________________
46388 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
46389         Log: Add information about gcc 3.0 basic block profiling.
46390      Branch: perl
46391            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
46392 ____________________________________________________________________________
46393 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
46394         Log: Subject: Error in lib/PerlIO/Via.pm ?
46395              From: Mark-Jason Dominus <mjd@plover.com>
46396              Date: Fri, 13 Jul 2001 15:55:41 -0400
46397              Message-ID: <20010713195541.26751.qmail@plover.com>
46398      Branch: perl
46399            ! ext/PerlIO/Via/Via.pm
46400 ____________________________________________________________________________
46401 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
46402         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
46403              section from the Compiler section.
46404      Branch: perl
46405            ! myconfig.SH
46406 ____________________________________________________________________________
46407 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
46408         Log: Handle glibc style of constant definitions using enum
46409              with intervening #defines; from Brendan O'Dea.
46410      Branch: perl
46411            ! utils/h2ph.PL
46412 ____________________________________________________________________________
46413 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
46414         Log: Add LC_MESSAGES to the locale_h export tag (it already is
46415              in the Makefile.PL and thusly eligible for an XS constant)
46416              (see also maintperl #10543)
46417      Branch: perl
46418            ! ext/POSIX/POSIX.pm
46419 ____________________________________________________________________________
46420 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
46421         Log: Subject: Re: [patch] re_dup
46422              From: Abhijit Menon-Sen <ams@wiw.org>
46423              Date: Fri, 13 Jul 2001 21:41:09 +0530
46424              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
46425      Branch: perl
46426            ! sv.c
46427 ____________________________________________________________________________
46428 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
46429         Log: Subject: [patch] re_dup
46430              From: Doug MacEachern <dougm@covalent.net>
46431              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
46432              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
46433      Branch: perl
46434            ! sv.c
46435 ____________________________________________________________________________
46436 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
46437         Log: Update Changes.
46438      Branch: perl
46439            ! Changes patchlevel.h
46440 ____________________________________________________________________________
46441 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
46442         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
46443              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
46444              Date: Sat, 14 Jul 2001 00:06:30 +0900
46445              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
46446      Branch: perl
46447            + ext/Encode/Encode/7bit-greek.enc
46448            + ext/Encode/Encode/7bit-latin1.enc
46449            + ext/Encode/Encode/cns11643-1.enc
46450            + ext/Encode/Encode/cns11643-2.enc
46451            + ext/Encode/Encode/iso2022-cn.enc
46452            + ext/Encode/Encode/iso2022-jp1.enc
46453            + ext/Encode/Encode/iso2022-jp2.enc
46454            ! MANIFEST ext/Encode/Encode/Tcl.pm
46455            ! ext/Encode/Encode/iso2022-kr.enc
46456 ____________________________________________________________________________
46457 [ 11357] By: nick                                  on 2001/07/13  14:24:06
46458         Log: Blind integrate mainline (as of 5.7.2?)
46459      Branch: perlio
46460           !> AUTHORS Changes Porting/config.sh Porting/config_H
46461           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
46462           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46463           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46464           !> win32/makefile.mk
46465 ____________________________________________________________________________
46466 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
46467         Log: Snip away the devel patchlevel.
46468      Branch: perl
46469            ! patchlevel.h
46470 ____________________________________________________________________________
46471 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
46472         Log: Bump the version to 5.7.2.
46473      Branch: perl
46474            ! Porting/config.sh Porting/config_H patchlevel.h
46475            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46476            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46477            ! win32/makefile.mk
46478 ____________________________________________________________________________
46479 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
46480         Log: Update Changes.
46481      Branch: perl
46482            ! Changes
46483 ____________________________________________________________________________
46484 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
46485         Log: Reword.
46486      Branch: perl
46487            ! AUTHORS
46488 ____________________________________________________________________________
46489 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
46490         Log: AUTHORS update.
46491      Branch: perl
46492            ! AUTHORS
46493 ____________________________________________________________________________
46494 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
46495         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
46496              unless ithreads.
46497      Branch: perl
46498            ! makedef.pl
46499 ____________________________________________________________________________
46500 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
46501         Log: Integrate perlio:
46502              
46503              [ 11346]
46504              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46505              to avoid /unicode vs /Unicode issues.
46506      Branch: perl
46507           !> win32/distclean.bat
46508 ____________________________________________________________________________
46509 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
46510         Log: Test the encoding transform only iff we have PerlIO,
46511              noticed by H. Merijn Brand.
46512      Branch: perl
46513            ! ext/PerlIO/t/encoding.t
46514 ____________________________________________________________________________
46515 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
46516         Log: README.netware tweaks from Ananth Kesari.
46517      Branch: perl
46518            ! README.netware
46519 ____________________________________________________________________________
46520 [ 11346] By: nick                                  on 2001/07/13  09:18:51
46521         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46522              to avoid /unicode vs /Unicode issues.
46523      Branch: perlio
46524            ! win32/distclean.bat
46525 ____________________________________________________________________________
46526 [ 11345] By: nick                                  on 2001/07/13  06:24:18
46527         Log: Integrate mainline
46528      Branch: perlio
46529           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
46530            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
46531           !> (integrate 63 files)
46532 ____________________________________________________________________________
46533 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
46534         Log: Add d_bincompat5005 information to perl -V.
46535      Branch: perl
46536            ! myconfig.SH
46537 ____________________________________________________________________________
46538 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
46539         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
46540              From: Abhijit Menon-Sen <ams@wiw.org>
46541              Date: Fri, 13 Jul 2001 07:12:36 +0530
46542              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
46543      Branch: perl
46544            ! sv.c
46545 ____________________________________________________________________________
46546 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
46547         Log: Remove unicode::distinct, as per Inaba Hiroto.
46548      Branch: perl
46549            - lib/unicode/distinct.pm
46550            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
46551            ! t/lib/1_compile.t
46552 ____________________________________________________________________________
46553 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
46554         Log: Paging for Dr Octothorpe.
46555      Branch: perl
46556            ! pod/perlfaq4.pod
46557 ____________________________________________________________________________
46558 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
46559         Log: cut-n-paste error noticed by mjd.
46560      Branch: perl
46561            ! pod/perlfaq4.pod
46562 ____________________________________________________________________________
46563 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
46564         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
46565              From: Peter Prymmer <pvhp@forte.com>
46566              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
46567              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
46568      Branch: perl
46569            ! pod/perlfaq4.pod
46570 ____________________________________________________________________________
46571 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
46572         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
46573              From: Randall Gellens <randy@qualcomm.com>
46574              Date: Thu, 12 Jul 2001 16:56:23 -0700
46575              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
46576      Branch: perl
46577            ! Porting/repository.pod
46578 ____________________________________________________________________________
46579 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
46580         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
46581      Branch: perl
46582            ! thread.h
46583 ____________________________________________________________________________
46584 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
46585         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
46586              From: coral <coral@moonlight.crystalflame.net>
46587              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
46588              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
46589      Branch: perl
46590            ! thread.h
46591 ____________________________________________________________________________
46592 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
46593         Log: Metaconfig unit change for #11134.
46594      Branch: metaconfig
46595            + U/threads/d_pthread_atfork.U
46596 ____________________________________________________________________________
46597 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
46598         Log: Add HAS_PTHREAD_ATFORK.
46599      Branch: perl
46600            ! Configure NetWare/config.wc NetWare/config_H.wc
46601            ! Porting/Glossary Porting/config.sh Porting/config_H
46602            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46603            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
46604            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46605            ! win32/config.gc win32/config.vc win32/config_H.bc
46606            ! win32/config_H.gc win32/config_H.vc
46607 ____________________________________________________________________________
46608 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
46609         Log: Subject: [PATCH] File::Copy fails on tied handles
46610              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
46611              Date: Thu, 12 Jul 2001 15:18:51 -0700
46612              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
46613      Branch: perl
46614            ! lib/File/Copy.pm
46615 ____________________________________________________________________________
46616 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
46617         Log: Subject: [PATCH] Langinfo.t
46618              From: Nicholas Clark <nick@ccl4.org>
46619              Date: Thu, 12 Jul 2001 23:55:38 +0100
46620              Message-ID: <20010712235538.M5827@plum.flirble.org>
46621      Branch: perl
46622            ! ext/I18N/Langinfo/Langinfo.t
46623 ____________________________________________________________________________
46624 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
46625         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
46626              From: Peter Prymmer <pvhp@forte.com>
46627              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
46628              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
46629      Branch: perl
46630            ! pod/perl572delta.pod
46631 ____________________________________________________________________________
46632 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
46633         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
46634              From: Abhijit Menon-Sen <ams@wiw.org>
46635              Date: Fri, 13 Jul 2001 05:21:16 +0530
46636              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
46637      Branch: perl
46638            ! sv.c
46639 ____________________________________________________________________________
46640 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
46641         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
46642              From: Abhijit Menon-Sen <ams@wiw.org>
46643              Date: Fri, 13 Jul 2001 03:04:25 +0530
46644              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
46645      Branch: perl
46646            ! av.c
46647 ____________________________________________________________________________
46648 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46649         Log: s/^M$//g
46650      Branch: perl
46651            ! win32/Makefile win32/makefile.mk
46652 ____________________________________________________________________________
46653 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46654         Log: Update Changes.
46655      Branch: perl
46656            ! Changes patchlevel.h
46657 ____________________________________________________________________________
46658 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46659         Log: Typo spotted by Philip Newton.
46660      Branch: perl
46661            ! pod/perl572delta.pod
46662 ____________________________________________________________________________
46663 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46664         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46665              From: Artur Bergman <artur@contiller.se>
46666              Date: Thu, 12 Jul 2001 20:57:09 +0200
46667              Message-ID: <B773BFA4.236B%artur@contiller.se>
46668      Branch: perl
46669            ! sv.c
46670 ____________________________________________________________________________
46671 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46672         Log: Add README.uts from Hal Morris.
46673      Branch: perl
46674            + README.uts
46675            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46676            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46677 ____________________________________________________________________________
46678 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46679         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46681              Date: Thu, 12 Jul 2001 20:32:37 +0200
46682              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46683      Branch: perl
46684            ! hints/aix.sh
46685 ____________________________________________________________________________
46686 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46687         Log: Subject: Patch: document reg_data.what member
46688              From: Mark-Jason Dominus <mjd@plover.com>
46689              Message-ID: <20010712182532.14821.qmail@plover.com>
46690              Date: Thu, 12 Jul 2001 14:25:32 -0400
46691      Branch: perl
46692            ! regcomp.c regcomp.h
46693 ____________________________________________________________________________
46694 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46695         Log: Subject: [PATCH] Perl_re_dup()
46696              From: Abhijit Menon-Sen <ams@wiw.org>
46697              Date: Thu, 12 Jul 2001 23:54:32 +0530
46698              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46699      Branch: perl
46700            ! embed.h embed.pl perlapi.c proto.h sv.c
46701 ____________________________________________________________________________
46702 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46703         Log: Regen Configure, modlib, toc.
46704      Branch: perl
46705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46706            ! pod/perlmodlib.pod pod/perltoc.pod
46707 ____________________________________________________________________________
46708 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46709         Log: The problem seems to be in PerlIO::Layer::->find() not
46710              accepting the ":encoding(blurflur)" arguments.
46711      Branch: perl
46712            ! lib/PerlIO.pm lib/open.pm
46713 ____________________________________________________________________________
46714 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46715         Log: AIX doc update.
46716      Branch: perl
46717            ! README.aix pod/perl572delta.pod
46718 ____________________________________________________________________________
46719 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46720         Log: Subject: AIX README update
46721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46722              Date: Thu, 12 Jul 2001 19:28:30 +0200
46723              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46724      Branch: perl
46725            ! README.aix
46726 ____________________________________________________________________________
46727 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46728         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46729              From: Norton Allen <allen@huarp.harvard.edu>
46730              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46731              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46732      Branch: perl
46733            ! ext/IO/lib/IO/t/io_unix.t
46734 ____________________________________________________________________________
46735 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46736         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46737              From: Norton Allen <allen@huarp.harvard.edu>
46738              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46739              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46740      Branch: perl
46741            ! README.qnx hints/qnx.sh
46742 ____________________________________________________________________________
46743 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46744         Log: Subject: [patch] faster PM_GETRE
46745              From: Doug MacEachern <dougm@covalent.net>
46746              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46747              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46748      Branch: perl
46749            ! op.h
46750 ____________________________________________________________________________
46751 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46752         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46753              From: Doug MacEachern <dougm@covalent.net>
46754              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46755              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46756      Branch: perl
46757            ! op.c
46758 ____________________________________________________________________________
46759 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
46760         Log: Tell where the nice Estonian database is.
46761      Branch: perl
46762            ! lib/open.pm
46763 ____________________________________________________________________________
46764 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
46765         Log: Retract #11309 since #11310 is a better fix.
46766      Branch: perl
46767            ! t/lib/1_compile.t
46768 ____________________________________________________________________________
46769 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
46770         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
46771              change#11300 needs to return the status of failed win32_spawnvp())
46772              
46773              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
46774              splitting correctly; remove unused variables; 'require' at run time
46775              rather than 'use' at compile time for I18N::Langinfo, since it
46776              isn't everyware
46777      Branch: perl
46778            ! lib/open.pm win32/win32.c
46779 ____________________________________________________________________________
46780 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
46781         Log: Temporary workaround.
46782      Branch: perl
46783            ! t/lib/1_compile.t
46784 ____________________________________________________________________________
46785 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
46786         Log: UCD typo in #11306 and add also more known-to-be-tested
46787              modules to the skip list.
46788      Branch: perl
46789            ! t/lib/1_compile.t
46790 ____________________________________________________________________________
46791 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
46792         Log: Rename Unicode::UCD to UnicodeCD to avoid
46793              messups with case-insensitive filesystems.
46794      Branch: perl
46795            + lib/UnicodeCD.pm lib/UnicodeCD.t
46796            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
46797            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
46798 ____________________________________________________________________________
46799 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
46800         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
46801              From: daniel@biz.bitpusher.com
46802              Date: Wed, 11 Jul 2001 23:25:47 -0700
46803              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
46804      Branch: perl
46805            ! lib/Tie/Array.pm t/op/splice.t
46806 ____________________________________________________________________________
46807 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
46808         Log: Subject: [PATCH] More accurate line numbers in messages
46809              From: Paul Johnson <paul@pjcj.net>
46810              Date: Thu, 12 Jul 2001 04:14:11 +0200
46811              Message-ID: <20010712041411.A3467@pjcj.net>
46812              
46813              (With prototyping and multiplicity tweaks.)
46814      Branch: perl
46815            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
46816 ____________________________________________________________________________
46817 [ 11304] By: nick                                  on 2001/07/12  12:53:40
46818         Log: Integrate mainline
46819      Branch: perlio
46820           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
46821           !> regexec.c thread.h
46822 ____________________________________________________________________________
46823 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
46824         Log: Cut-and-pasto in #11298.
46825      Branch: perl
46826            ! ext/ByteLoader/bytecode.h
46827 ____________________________________________________________________________
46828 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
46829         Log: Update the AIX known problems section.
46830      Branch: perl
46831            ! pod/perl572delta.pod
46832 ____________________________________________________________________________
46833 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
46834         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
46835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46836              Date: Thu, 12 Jul 2001 12:16:16 +0200
46837              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
46838      Branch: perl
46839            ! hints/aix.sh
46840 ____________________________________________________________________________
46841 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
46842         Log: Integrate perlio:
46843              
46844              [ 11296]
46845              Exclude reentrant_buffer from .def file
46846              
46847              [ 11295]
46848              Honour void-ness of my_exit()
46849      Branch: perl
46850           !> makedef.pl win32/win32.c
46851 ____________________________________________________________________________
46852 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
46853         Log: Subject: [PATCH] fix for PMOP threadness failures
46854              From: Artur Bergman <artur@contiller.se>
46855              Date: Thu, 12 Jul 2001 09:48:06 +0200
46856              Message-ID: <B77322D6.22DD%artur@contiller.se>
46857      Branch: perl
46858            ! regexec.c
46859 ____________________________________________________________________________
46860 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
46861         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
46862              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46863              Date: Thu, 12 Jul 2001 09:09:48 +0200
46864              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
46865              
46866              More parentheses to keep bcc happy.
46867      Branch: perl
46868            ! ext/ByteLoader/bytecode.h
46869 ____________________________________________________________________________
46870 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
46871         Log: Subject: Re: [patch] pthread_atfork bandaid
46872              From: Doug MacEachern <dougm@covalent.net>
46873              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
46874              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
46875      Branch: perl
46876            ! thread.h
46877 ____________________________________________________________________________
46878 [ 11296] By: nick                                  on 2001/07/12  11:55:48
46879         Log: Exclude reentrant_buffer from .def file
46880      Branch: perlio
46881            ! makedef.pl
46882 ____________________________________________________________________________
46883 [ 11295] By: nick                                  on 2001/07/12  11:11:44
46884         Log: Honour void-ness of my_exit()
46885      Branch: perlio
46886            ! win32/win32.c
46887 ____________________________________________________________________________
46888 [ 11294] By: nick                                  on 2001/07/12  07:51:04
46889         Log: Integrate mainline
46890      Branch: perlio
46891           +> uts/sprintf_wrap.c
46892           !> (integrate 35 files)
46893 ____________________________________________________________________________
46894 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
46895         Log: Retract #11289.
46896      Branch: perl
46897            ! embed.h embed.pl perl.c proto.h thread.h
46898 ____________________________________________________________________________
46899 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
46900         Log: Now the :locale pseudolayer *almost* works...
46901      Branch: perl
46902            ! lib/open.pm
46903 ____________________________________________________________________________
46904 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
46905         Log: Locale encoding tweaks.
46906      Branch: perl
46907            ! lib/open.pm
46908 ____________________________________________________________________________
46909 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
46910         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
46911              From: Mark-Jason Dominus <mjd@plover.com>
46912              Date: Thu, 12 Jul 2001 00:59:31 -0400
46913              Message-ID: <20010712045931.8543.qmail@plover.com>
46914              
46915              Remove the chmod/umask leading zero warning.
46916      Branch: perl
46917            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
46918            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46919 ____________________________________________________________________________
46920 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
46921         Log: (Retracted by #11289.)
46922      Branch: perl
46923            ! embed.h embed.pl perl.c proto.h thread.h
46924 ____________________________________________________________________________
46925 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46926         Log: Needed by #11283.
46927      Branch: perl
46928            ! intrpvar.h
46929 ____________________________________________________________________________
46930 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46931         Log: Metaconfig unit change for #11286.
46932      Branch: metaconfig/U/perl
46933            ! patchlevel.U
46934 ____________________________________________________________________________
46935 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46936         Log: Subject: Re: [PATCH Configure] perl -V broken
46937              From: Andy Dougherty <doughera@lafayette.edu>
46938              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46939              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46940      Branch: perl
46941            ! Configure myconfig.SH
46942 ____________________________________________________________________________
46943 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46944         Log: Retract #11166 (and #11237).
46945      Branch: perl
46946            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46947            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46948            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46949 ____________________________________________________________________________
46950 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46951         Log: UTS tweaks for Hal Morris.
46952      Branch: perl
46953            + uts/sprintf_wrap.c
46954            ! MANIFEST hints/uts.sh perl.h
46955 ____________________________________________________________________________
46956 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46957         Log: Subject: [PATCH] Use reentrant API glibc
46958              From: Artur Bergman <artur@contiller.se>
46959              Date: Thu, 12 Jul 2001 00:58:21 +0200
46960              Message-ID: <B772A6AD.2288%artur@contiller.se>
46961      Branch: perl
46962            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46963            ! sv.c
46964 ____________________________________________________________________________
46965 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46966         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46967              From: barries <barries@slaysys.com>
46968              Date: Wed, 11 Jul 2001 15:11:46 -0400
46969              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46970      Branch: perl
46971            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46972 ____________________________________________________________________________
46973 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46974         Log: Subject: [patch] pthread_atfork bandaid
46975              From: Doug MacEachern <dougm@covalent.net>
46976              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46977              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46978      Branch: perl
46979            ! miniperlmain.c perl.c
46980 ____________________________________________________________________________
46981 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46982         Log: Subject: [patch] perl_clone leaks
46983              From: Doug MacEachern <dougm@covalent.net>
46984              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46985              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46986      Branch: perl
46987            ! sv.c
46988 ____________________________________________________________________________
46989 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46990         Log: Integrate mainline
46991      Branch: perlio
46992           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46993           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46994           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46995           +> lib/Term/ANSIColor/README
46996           !> (integrate 54 files)
46997 ____________________________________________________________________________
46998 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46999         Log: Update Changes.
47000      Branch: perl
47001            ! Changes patchlevel.h
47002 ____________________________________________________________________________
47003 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
47004         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
47005              From: Peter Prymmer <pvhp@forte.com>
47006              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
47007              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
47008              
47009              Backport of embed.pl to 5.003.
47010      Branch: perl
47011            ! embed.pl
47012 ____________________________________________________________________________
47013 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
47014         Log: Subject: Re: POSIX test #14 on UTS 
47015              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
47016              Date: Wed, 11 Jul 2001 03:02:14 +0100
47017              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
47018      Branch: perl
47019            ! ext/POSIX/POSIX.t
47020 ____________________________________________________________________________
47021 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
47022         Log: Make the I32 an IV to preserve structure alignment and size.
47023      Branch: perl
47024            ! op.h
47025 ____________________________________________________________________________
47026 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
47027         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
47028              From: "Artur Bergman" <artur@contiller.se>
47029              Date: Wed, 11 Jul 2001 14:23:37 +0200
47030              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
47031              
47032              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
47033      Branch: perl
47034            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
47035            ! pod/perlapi.pod sv.c
47036 ____________________________________________________________________________
47037 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
47038         Log: Tweak until Pod::Parser gets updated.
47039      Branch: perl
47040            ! t/pod/special_seqs.xr
47041 ____________________________________________________________________________
47042 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
47043         Log: File::Spec usage tweak.
47044      Branch: perl
47045            ! lib/ExtUtils.t
47046 ____________________________________________________________________________
47047 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
47048         Log: Integrate #11263 from macperl; macos and macosx updates.
47049      Branch: perl
47050           !> pod/perlport.pod
47051 ____________________________________________________________________________
47052 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
47053         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
47054              From: Peter Prymmer <pvhp@forte.com>
47055              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
47056              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
47057      Branch: perl
47058            + ext/Time/HiRes/hints/dynixptx.pl
47059            ! MANIFEST hints/dynixptx.sh
47060 ____________________________________________________________________________
47061 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
47062         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
47063              From: Nicholas Clark <nick@ccl4.org>
47064              Date: Tue, 10 Jul 2001 23:17:43 +0100
47065              Message-ID: <20010710231742.B59620@plum.flirble.org>
47066      Branch: perl
47067            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
47068 ____________________________________________________________________________
47069 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
47070         Log: Subject: [DOC PATCH] Pluggable runops
47071              From: Paul Johnson <paul@pjcj.net>
47072              Date: Tue, 10 Jul 2001 21:53:28 +0200
47073              Message-ID: <20010710215328.B26577@pjcj.net>
47074      Branch: perl
47075            ! pod/perlguts.pod
47076 ____________________________________________________________________________
47077 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
47078         Log: Subject: [PATCH] Authors
47079              From: Artur Bergman <artur@contiller.se>
47080              Date: Tue, 10 Jul 2001 20:39:12 +0200
47081              Message-ID: <B771186F.21CD%artur@contiller.se>
47082      Branch: perl
47083            ! AUTHORS
47084 ____________________________________________________________________________
47085 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
47086         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
47087              From: Doug MacEachern <dougm@covalent.net>
47088              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
47089              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
47090      Branch: perl
47091            ! pp_ctl.c
47092 ____________________________________________________________________________
47093 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
47094         Log: Subject: doc patch; times() in scalar context
47095              From: mjd@plover.com
47096              Date: 10 Jul 2001 18:01:17 -0000
47097              Message-ID: <20010710180117.12477.qmail@plover.com>
47098      Branch: perl
47099            ! pod/perlfunc.pod
47100 ____________________________________________________________________________
47101 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
47102         Log: Subject: [PATCH] Small fix to pp_gmtime
47103              From: Artur Bergman <artur@contiller.se>
47104              Date: Tue, 10 Jul 2001 19:54:52 +0200
47105              Message-ID: <B7710E0B.21C5%artur@contiller.se>
47106      Branch: perl
47107            ! pp_sys.c
47108 ____________________________________________________________________________
47109 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
47110         Log: Integrate changes from mainline perl, add notes about
47111              Mac OS X and Mac OS.
47112      Branch: maint-5.6/macperl
47113            ! pod/perlport.pod
47114 ____________________________________________________________________________
47115 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
47116         Log: A proof of the dangers of package; ?
47117      Branch: perl
47118            ! t/lib/warnings/op
47119 ____________________________________________________________________________
47120 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
47121         Log: Regen toc and modlib.
47122      Branch: perl
47123            ! pod/perlmodlib.pod pod/perltoc.pod
47124 ____________________________________________________________________________
47125 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
47126         Log: Add compexcl(), casefold(), and casespec() interfaces;
47127              and make all interfaces to return hash references instead
47128              of hashes. 
47129      Branch: perl
47130            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47131 ____________________________________________________________________________
47132 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
47133         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
47134              From: "Philip Newton" <Philip.Newton@gmx.net>
47135              Date: Tue, 10 Jul 2001 09:55:59 +0200
47136              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
47137              
47138              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
47139              From: "Philip Newton" <Philip.Newton@gmx.net>
47140              Date: Tue, 10 Jul 2001 09:56:37 +0200
47141              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
47142      Branch: perl
47143            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47144            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
47145 ____________________________________________________________________________
47146 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
47147         Log: Subject: [patch] undef &xsub for 1,2
47148              From: Doug MacEachern <dougm@covalent.net>
47149              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
47150              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
47151              
47152              (This version of the patch with a comment from Gisle.)
47153      Branch: perl
47154            ! op.c
47155 ____________________________________________________________________________
47156 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
47157         Log: Mention package; deprecation and the Win32 problems.
47158      Branch: perl
47159            ! pod/perl572delta.pod
47160 ____________________________________________________________________________
47161 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
47162         Log: Subject: [PATCH] deprecate package with no arguments
47163              From: Robin Houston <robin@kitsite.com>
47164              Date: Tue, 10 Jul 2001 13:33:40 +0100
47165              Message-ID: <20010710133340.A13452@robin.kitsite.com>
47166      Branch: perl
47167            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
47168 ____________________________________________________________________________
47169 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
47170         Log: Upgrade to podlators 1.10.
47171      Branch: perl
47172            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
47173            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
47174            ! pod/pod2man.PL pod/pod2text.PL
47175 ____________________________________________________________________________
47176 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
47177         Log: Upgrade to Term::ANSIColor 1.04.
47178      Branch: perl
47179            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
47180            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
47181 ____________________________________________________________________________
47182 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
47183         Log: Integrate perlio:
47184              
47185              [ 11252]
47186              Fix open(...,"...:layer(xxx)",...)
47187              - use memEQ not strEQ as there is '(' not '\0'
47188              
47189              [ 11063]
47190              Quick for for #ifdef mess
47191      Branch: perl
47192           !> perlio.c
47193 ____________________________________________________________________________
47194 [ 11252] By: nick                                  on 2001/07/10  06:58:14
47195         Log: Fix open(...,"...:layer(xxx)",...)
47196              - use memEQ not strEQ as there is '(' not '\0'
47197      Branch: perlio
47198            ! perlio.c
47199 ____________________________________________________________________________
47200 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
47201         Log: Telling the number of tests helps.
47202      Branch: perl
47203            ! ext/PerlIO/t/encoding.t
47204 ____________________________________________________________________________
47205 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
47206         Log: Require I18N::Langinfo, not use.
47207      Branch: perl
47208            ! lib/open.pm
47209 ____________________________________________________________________________
47210 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
47211         Log: Add a test for for PerlIO ":encoding(...)" layer.
47212      Branch: perl
47213            + ext/PerlIO/t/encoding.t
47214            ! MANIFEST ext/Encode/Encode.pm
47215 ____________________________________________________________________________
47216 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
47217         Log: PerlIO ":encoding(foobar)" temporary fix.
47218              Not really correct, I think, since the change means
47219              that prefixes match.
47220      Branch: perl
47221            ! perlio.c
47222 ____________________________________________________________________________
47223 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
47224         Log: Update to Math::BigInt 1.36.  The biggest news is
47225              the separation of the backend; now the pure Perl
47226              implementation is in Math::BigInt::Calc, but one
47227              can plugin, say, Math::BigInt::BitVect, and get
47228              considerable speedup.
47229      Branch: perl
47230            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
47231            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47232            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
47233            ! lib/Math/BigInt/t/mbimbf.t
47234 ____________________________________________________________________________
47235 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
47236         Log: Subject: Re: compatibility question
47237              From: Peter Prymmer <pvhp@forte.com>
47238              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
47239              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
47240      Branch: perl
47241            ! lib/ExtUtils/MM_VMS.pm
47242 ____________________________________________________________________________
47243 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
47244         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
47245              From: Norton Allen <allen@huarp.harvard.edu>
47246              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
47247              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
47248      Branch: perl
47249            ! ext/File/Glob/t/basic.t
47250 ____________________________________________________________________________
47251 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
47252         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
47253              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47254              Date: Tue, 10 Jul 2001 00:29:55 +0900
47255              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
47256      Branch: perl
47257            + ext/Encode/Encode/HZ.enc
47258            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
47259            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
47260            ! ext/Encode/Encode/iso2022-jp.enc
47261            ! ext/Encode/Encode/iso2022-kr.enc
47262 ____________________________________________________________________________
47263 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
47264         Log: Add in all them there macos/ files.
47265      Branch: maint-5.6/macperl
47266            + (add 577 files)
47267 ____________________________________________________________________________
47268 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
47269         Log: Add the new modules to the list of having those own tests.
47270      Branch: perl
47271            ! t/lib/1_compile.t
47272 ____________________________________________________________________________
47273 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
47274         Log: Add INOUT to control both ways at the same time.
47275      Branch: perl
47276            ! lib/open.pm
47277 ____________________________________________________________________________
47278 [ 11240] By: nick                                  on 2001/07/09  16:33:50
47279         Log: Integrate mainline
47280      Branch: perlio
47281           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47282           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47283           !> (integrate 41 files)
47284 ____________________________________________________________________________
47285 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
47286         Log: More encoding mapping magic.
47287      Branch: perl
47288            ! lib/open.pm
47289 ____________________________________________________________________________
47290 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
47291         Log: Update Changes.
47292      Branch: perl
47293            ! Changes patchlevel.h
47294 ____________________________________________________________________________
47295 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
47296         Log: (Retracted by #11285).
47297              
47298              Subject: [PATCH] OPpCONST_OCTAL fixes
47299              From: Abhijit Menon-Sen <ams@wiw.org>
47300              Date: Mon, 9 Jul 2001 07:38:45 +0530
47301              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
47302      Branch: perl
47303            ! op.c
47304 ____________________________________________________________________________
47305 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
47306         Log: Add a pseudolayer ":locale" to the open pragma which
47307              will get the encoding from the locale.  Yet undocumented
47308              because I can't get the PerlIO :encoding(foobar) to work.
47309      Branch: perl
47310            ! ext/Encode/Encode.pm lib/open.pm
47311 ____________________________________________________________________________
47312 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
47313         Log: Add more encoding mappings.
47314      Branch: perl
47315            ! ext/Encode/Encode.pm
47316 ____________________________________________________________________________
47317 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
47318         Log: Document that using :encoding layer requires using Encode.
47319      Branch: perl
47320            ! ext/Encode/Encode.pm lib/PerlIO.pm
47321 ____________________________________________________________________________
47322 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
47323         Log: Netware tweak from Ananth Kesari.
47324      Branch: perl
47325            ! NetWare/netware.h
47326 ____________________________________________________________________________
47327 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
47328         Log: t/harness doesn't know about run/*.t
47329      Branch: perl
47330            ! t/harness
47331 ____________________________________________________________________________
47332 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
47333         Log: run/exit.t busted on windows
47334      Branch: perl
47335            ! t/run/exit.t
47336 ____________________________________________________________________________
47337 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
47338         Log: fix a couple of UCD.t tests that fail due to bad case
47339      Branch: perl
47340            ! lib/Unicode/UCD.t
47341 ____________________________________________________________________________
47342 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
47343         Log: test skip logic was broken
47344      Branch: perl
47345            ! ext/I18N/Langinfo/Langinfo.t
47346 ____________________________________________________________________________
47347 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
47348         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
47349              failure of ExtUtils.t#27 when built in debug mode)
47350      Branch: perl
47351            ! lib/ExtUtils/MM_Win32.pm
47352 ____________________________________________________________________________
47353 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
47354         Log: I18N::Langinfo is not available on windows
47355      Branch: perl
47356            ! win32/FindExt.pm
47357 ____________________________________________________________________________
47358 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
47359         Log: save a dTHX
47360      Branch: perl
47361            ! ext/POSIX/POSIX.xs
47362 ____________________________________________________________________________
47363 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
47364         Log: Update Changes.
47365      Branch: perl
47366            ! Changes patchlevel.h
47367 ____________________________________________________________________________
47368 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
47369         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
47370              as pointed out by Sarathy.
47371      Branch: perl
47372            ! ext/I18N/Langinfo/Langinfo.xs
47373 ____________________________________________________________________________
47374 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
47375         Log: Retract #11212.
47376      Branch: perl
47377            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47378 ____________________________________________________________________________
47379 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
47380         Log: Bump up the VERSION of Cwd.xs.
47381      Branch: perl
47382            ! ext/Cwd/Makefile.PL
47383 ____________________________________________________________________________
47384 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
47385         Log: Retract #11220, the problem wasn't the missing leading zero.
47386              Here's the problem:
47387              $ ./perl -we 'chmod(oct("755"), ".")'
47388              Non-octal literal mode (493) specified at -e line 1.
47389              (Did you mean 0493 instead?)
47390      Branch: perl
47391            ! lib/ExtUtils/MM_Unix.pm
47392 ____________________________________________________________________________
47393 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
47394         Log: (Retracted by #11221)
47395              Change the PERM_RW and PERM_RWX to 0644 and 0755
47396              (add the leading zero).
47397      Branch: perl
47398            ! lib/ExtUtils/MM_Unix.pm
47399 ____________________________________________________________________________
47400 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
47401         Log: Integrate changes #11193, 11205, 11209 from macperl.
47402              
47403              Fix up AutoLoader to fudge for Mac paths in import().
47404              
47405              Allow symbols in try_symbol() to begin with "_".
47406              
47407              Small portability fix for Mac OS.
47408      Branch: perl
47409           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
47410 ____________________________________________________________________________
47411 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
47412         Log: Metaconfig unit change for #11217.
47413      Branch: metaconfig/U/perl
47414            ! Extensions.U
47415 ____________________________________________________________________________
47416 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
47417         Log: Detypo, problem noticed by Gerrit P. Haase.
47418      Branch: perl
47419            ! Configure config_h.SH
47420 ____________________________________________________________________________
47421 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
47422         Log: Cwd cleanups.
47423      Branch: perl
47424            ! ext/Cwd/Cwd.xs
47425 ____________________________________________________________________________
47426 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
47427         Log: Slight tweaks on #11213.
47428      Branch: perl
47429            ! toke.c
47430 ____________________________________________________________________________
47431 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
47432         Log: A missing dTHX noticed by Gerrit P. Haase.
47433      Branch: perl
47434            ! ext/POSIX/POSIX.xs
47435 ____________________________________________________________________________
47436 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
47437         Log: Subject: [PATCH toke.c] Simplify yytoke()
47438              From: Simon Cozens <simon@netthink.co.uk>
47439              Date: Sun, 8 Jul 2001 13:24:34 +0100
47440              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
47441              
47442              Split out pending_ident().
47443      Branch: perl
47444            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
47445 ____________________________________________________________________________
47446 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
47447         Log: (Retracted by #11223.)
47448              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
47449              Date: Wed, 05 Nov 1997 17:22:34 -0600
47450              From: Graham Barr <gbarr@ti.com>
47451              Message-Id: <3460FFBA.6DA51F46@ti.com>
47452      Branch: perl
47453            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47454 ____________________________________________________________________________
47455 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
47456         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
47457      Branch: perl
47458            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47459            ! pod/perllocale.pod
47460 ____________________________________________________________________________
47461 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
47462         Log: Really do the test under the C locale.
47463      Branch: perl
47464            ! ext/I18N/Langinfo/Langinfo.t
47465 ____________________________________________________________________________
47466 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
47467         Log: Small portability fix for Mac OS.
47468      Branch: maint-5.6/macperl
47469            ! lib/Cwd.pm
47470 ____________________________________________________________________________
47471 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
47472         Log: Metaconfig unit change for #11207.
47473      Branch: metaconfig/U/perl
47474            ! Extensions.U
47475 ____________________________________________________________________________
47476 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
47477         Log: Add I18N::Langinfo, which is basically a wrapper around
47478              nl_langinfo(), which is an additional way to query locale
47479              specific information.
47480      Branch: perl
47481            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47482            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47483            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
47484 ____________________________________________________________________________
47485 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
47486         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
47487              used in File::Find tests; replace with if.t.
47488      Branch: maint-5.6/macperl
47489            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
47490            ! t/pragma/warn/op
47491 ____________________________________________________________________________
47492 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
47493         Log: Allow symbols in try_symbol() to begin with "_".
47494      Branch: maint-5.6/macperl
47495            ! makedef.pl
47496 ____________________________________________________________________________
47497 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
47498         Log: Sync up the File::Find changes from the rewrite by
47499              Thomas Wegner, et al.
47500      Branch: maint-5.6/macperl
47501            + t/lib/filefind-taint.t
47502            ! lib/File/Find.pm t/lib/filefind.t
47503 ____________________________________________________________________________
47504 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
47505         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
47506              From: Thomas Wegner <wegner_thomas@yahoo.com>
47507              Date: Thu, 5 Jul 2001 20:31:25 +0200
47508              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
47509      Branch: maint-5.6/macperl
47510            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
47511 ____________________________________________________________________________
47512 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
47513         Log: Some more test portability fixes.
47514      Branch: maint-5.6/macperl
47515            ! t/lib/filecopy.t t/pragma/warn/pp_sys
47516 ____________________________________________________________________________
47517 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
47518         Log: The #11200 removed wrong (non-existent) target.  Duh.
47519      Branch: perl
47520            ! Makefile.SH
47521 ____________________________________________________________________________
47522 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
47523         Log: Zap the lib/re.pm before creating it.
47524      Branch: perl
47525            ! Makefile.SH
47526 ____________________________________________________________________________
47527 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
47528         Log: Another test.  Please ignore.
47529      Branch: maint-5.6/macperl
47530            ! README.macos
47531 ____________________________________________________________________________
47532 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
47533         Log: Portability fixes for a lot of tests, especially IO-related
47534              tests, and warnings, and the harness script.
47535      Branch: maint-5.6/macperl
47536            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
47537            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
47538            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
47539            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
47540            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
47541            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
47542            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
47543            ! t/pragma/warnings.t
47544 ____________________________________________________________________________
47545 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
47546         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
47547              From: Nicholas Clark <nick@ccl4.org>
47548              Date: Sat, 7 Jul 2001 21:00:17 +0100
47549              Message-ID: <20010707210017.H59620@plum.flirble.org>
47550      Branch: perl
47551            ! lib/h2xs.t
47552 ____________________________________________________________________________
47553 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
47554         Log: The UNICOS/mk SysV IPC problem has been fixed.
47555      Branch: perl
47556            ! pod/perl572delta.pod
47557 ____________________________________________________________________________
47558 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
47559         Log: Slight update tweaks on perlunicode.pod.
47560      Branch: perl
47561            ! pod/perlunicode.pod
47562 ____________________________________________________________________________
47563 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
47564         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
47565              From: Mark-Jason Dominus <mjd@plover.com>
47566              Date: Sat, 07 Jul 2001 13:04:04 -0400
47567              Message-ID: <20010707170404.32694.qmail@plover.com>
47568      Branch: perl
47569            ! ext/DB_File/DB_File.pm
47570 ____________________________________________________________________________
47571 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
47572         Log: Fix up AutoLoader to fudge for Mac paths in import().
47573      Branch: maint-5.6/macperl
47574            ! lib/AutoLoader.pm
47575 ____________________________________________________________________________
47576 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
47577         Log: Try to force the lib/re.pm to be there before entering
47578              the extensions builds, should help for parallel makes.
47579      Branch: perl
47580            ! Makefile.SH
47581 ____________________________________________________________________________
47582 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
47583         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47584              From: Norton Allen <allen@huarp.harvard.edu>
47585              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
47586              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
47587      Branch: perl
47588            ! ext/POSIX/POSIX.xs
47589 ____________________________________________________________________________
47590 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
47591         Log: Subject: [PATCH] Re: op/arith.t
47592              From: Nicholas Clark <nick@ccl4.org>
47593              Date: Sat, 7 Jul 2001 13:04:54 +0100
47594              Message-ID: <20010707130454.D59620@plum.flirble.org>
47595      Branch: perl
47596            ! numeric.c toke.c
47597 ____________________________________________________________________________
47598 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
47599         Log: Subject: [PATCH] h2xs
47600              From: Nicholas Clark <nick@ccl4.org>
47601              Date: Fri, 6 Jul 2001 23:25:14 +0100
47602              Message-ID: <20010706232514.X59620@plum.flirble.org>
47603      Branch: perl
47604            ! utils/h2xs.PL
47605 ____________________________________________________________________________
47606 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
47607         Log: Subject: Re: bleedperl perl_alloc..free leakage
47608              From: Radu Greab <radu@netsoft.ro>
47609              Date: Fri, 6 Jul 2001 19:48:54 +0300
47610              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
47611              
47612              Leak-be-gone.
47613      Branch: perl
47614            ! op.c
47615 ____________________________________________________________________________
47616 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
47617         Log: Test again.  Please ignore.
47618      Branch: maint-5.6/macperl
47619            ! README.macos
47620 ____________________________________________________________________________
47621 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
47622         Log: Test.  Please ignore.
47623      Branch: maint-5.6/macperl
47624            ! README.macos
47625 ____________________________________________________________________________
47626 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
47627         Log: Include changes already sent in separately as patches,
47628              before branch was created.
47629      Branch: maint-5.6/macperl
47630            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
47631            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
47632            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
47633            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
47634            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
47635            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
47636            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
47637            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
47638            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
47639            ! t/pragma/strict.t
47640 ____________________________________________________________________________
47641 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
47642         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47643              From: Norton Allen <allen@huarp.harvard.edu>
47644              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47645              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47646      Branch: perl
47647            ! utf8.h
47648 ____________________________________________________________________________
47649 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47650         Log: Integrate mainline
47651      Branch: perlio
47652           +> (branch 42 files)
47653            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47654            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47655            - win32/bin/mdelete.bat
47656           !> (integrate 215 files)
47657 ____________________________________________________________________________
47658 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47659         Log: The #11166 needed also these updated.
47660      Branch: perl
47661            ! lib/warnings.pm warnings.h
47662 ____________________________________________________________________________
47663 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47664         Log: Update Changes.
47665      Branch: perl
47666            ! Changes patchlevel.h
47667 ____________________________________________________________________________
47668 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47669         Log: Regen toc.
47670      Branch: perl
47671            ! pod/perltoc.pod
47672 ____________________________________________________________________________
47673 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47674         Log: Nit from Abhijit.
47675      Branch: perl
47676            ! lib/CPAN.pm
47677 ____________________________________________________________________________
47678 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47679         Log: Retract #11172.
47680      Branch: perl
47681            ! t/op/method.t
47682 ____________________________________________________________________________
47683 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47684         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47685              From: Norton Allen <allen@huarp.harvard.edu>
47686              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47687              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47688      Branch: perl
47689            ! lib/Cwd.pm
47690 ____________________________________________________________________________
47691 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47692         Log: (Accidentally empty check-in.)
47693      Branch: perl
47694            ! utf8.h
47695 ____________________________________________________________________________
47696 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47697         Log: Retract #11165 since Sarathy pointed out it'll not
47698              work properly under threads, the problem should be
47699              solved using "the savestack, either via SSNEW() or
47700              using a newSVpv()+SAVEFREESV() combo."
47701      Branch: perl
47702            ! ext/POSIX/POSIX.xs
47703 ____________________________________________________________________________
47704 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47705         Log: Retract #11125 since NI-S pointed out it'll not work in
47706              cases where the extension has their own handcrafted INC
47707              et alia.
47708      Branch: perl
47709            ! lib/ExtUtils/MM_Unix.pm
47710 ____________________________________________________________________________
47711 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47712         Log: Subject: RE: [PATCH] -I and MakeMaker again
47713              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47714              Date: Fri, 6 Jul 2001 09:18:29 +0200
47715              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47716      Branch: perl
47717            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47718            ! lib/ExtUtils/MM_Win32.pm
47719 ____________________________________________________________________________
47720 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47721         Log: (Retracted by #11178)
47722              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47723              From: Piers Cawley <pdcawley@iterative-software.com>
47724              Date: 06 Jul 2001 10:49:01 +0100
47725              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47726      Branch: perl
47727            ! t/op/method.t
47728 ____________________________________________________________________________
47729 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47730         Log: VOS README update from Paul Green.
47731      Branch: perl
47732            ! README.vos
47733 ____________________________________________________________________________
47734 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47735         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47736              From: Norton Allen <allen@huarp.harvard.edu>
47737              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47738              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47739      Branch: perl
47740            ! README.qnx hints/qnx.sh
47741 ____________________________________________________________________________
47742 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47743         Log: Subject: [PATCH] Doc patch for Tie::Hash
47744              From: Artur Bergman <artur@contiller.se>
47745              Date: Thu, 05 Jul 2001 22:51:18 +0200
47746              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47747      Branch: perl
47748            ! lib/Tie/Hash.pm
47749 ____________________________________________________________________________
47750 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47751         Log: Subject: [PATCH] perlfaq4.pod
47752              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47753              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47754              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47755      Branch: perl
47756            ! pod/perlfaq4.pod
47757 ____________________________________________________________________________
47758 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47759         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
47760              From: Robin Houston <robin@kitsite.com>
47761              Date: Thu, 5 Jul 2001 18:33:21 +0100
47762              Message-ID: <20010705183321.A27345@robin.kitsite.com>
47763      Branch: perl
47764            ! ext/B/B/Deparse.pm
47765 ____________________________________________________________________________
47766 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
47767         Log: (Retracted by #11285.)
47768              
47769              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
47770              From: Abhijit Menon-Sen <ams@wiw.org>
47771              Date: Fri, 6 Jul 2001 01:26:32 +0530
47772              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
47773      Branch: perl
47774            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
47775            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
47776            ! warnings.pl
47777 ____________________________________________________________________________
47778 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
47779         Log: (Retracted by #11175)
47780              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47781              From: Norton Allen <allen@huarp.harvard.edu>
47782              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
47783              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
47784      Branch: perl
47785            ! ext/POSIX/POSIX.xs
47786 ____________________________________________________________________________
47787 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
47788         Log: Unterminated C< (noticed by Richard Hatch), and few other
47789              small Unicode doc tweaks.
47790      Branch: perl
47791            ! pod/perlretut.pod
47792 ____________________________________________________________________________
47793 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
47794         Log: More flexible argument understanding; add charblocks() and
47795              charscripts(); make charblock() and charscript() two-way;
47796              add charinrange(); separate the $Unicode::UCD::VERSION and
47797              the version of the Unicode by adding UnicodeVersion().
47798      Branch: perl
47799            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47800 ____________________________________________________________________________
47801 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
47802         Log: Update Unicode::UCD on \p{In...}.
47803      Branch: perl
47804            ! lib/Unicode/UCD.pm
47805 ____________________________________________________________________________
47806 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
47807         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
47808              From: Norton Allen <allen@huarp.harvard.edu>
47809              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
47810              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
47811      Branch: perl
47812            ! lib/ExtUtils/MM_Unix.pm
47813 ____________________________________________________________________________
47814 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
47815         Log: POSIX-BC tweaks from Thomas Dorner.
47816      Branch: perl
47817            ! hints/posix-bc.sh perlio.h
47818 ____________________________________________________________________________
47819 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
47820         Log: Module updates for the delta.
47821      Branch: perl
47822            ! pod/perl572delta.pod
47823 ____________________________________________________________________________
47824 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
47825         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
47826              From: Norton Allen <allen@huarp.harvard.edu>
47827              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
47828              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
47829      Branch: perl
47830            ! ext/IO/lib/IO/t/io_sock.t
47831 ____________________________________________________________________________
47832 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
47833         Log: Subject: [PATCH perldiag.pod] Quick fixes
47834              From: Simon Cozens <simon@netthink.co.uk>
47835              Date: Wed, 4 Jul 2001 20:22:12 +0100
47836              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
47837      Branch: perl
47838            ! pod/perldiag.pod
47839 ____________________________________________________________________________
47840 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
47841         Log: (retracted by #13533)
47842              
47843              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
47844              From: Radu Greab <radu@netsoft.ro>
47845              Date: Wed, 4 Jul 2001 22:13:31 +0300
47846              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
47847      Branch: perl
47848            ! op.c sv.c t/op/pos.t
47849 ____________________________________________________________________________
47850 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
47851         Log: Subject: [PATCH] -I and MakeMaker again
47852              From: Michael G Schwern <schwern@pobox.com>
47853              Date: Wed, 4 Jul 2001 15:03:07 -0400
47854              Message-ID: <20010704150307.I20340@blackrider>
47855              
47856              (and retract #11145)
47857      Branch: perl
47858            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
47859            ! lib/ExtUtils/MakeMaker.pm
47860 ____________________________________________________________________________
47861 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
47862         Log: Subject: Re: PERFORCE change 11142 for review
47863              From: "Philip Newton" <Philip.Newton@gmx.net>
47864              Date: Wed, 4 Jul 2001 20:46:26 +0200
47865              Message-Id: <200107041841.VAA25380@taas.iki.fi>
47866      Branch: perl
47867            ! lib/ExtUtils/MakeMaker.pm
47868 ____________________________________________________________________________
47869 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
47870         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47871              From: Jonathan Stowe <gellyfish@gellyfish.com>
47872              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
47873              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
47874      Branch: perl
47875            ! utils/pl2pm.PL
47876 ____________________________________________________________________________
47877 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
47878         Log: fix the binary compatibility issue when building with/without
47879              usemymalloc by exporting Perl_malloc() et al as simple wrappers
47880              around the system functions (this allows most extensions built
47881              using one mode to coexist with perls built in the other mode)
47882              
47883              XXX the Perl_mfree() wrapper might need to do return(free()) on
47884              platforms where Free_t isn't "void"
47885      Branch: perl
47886            ! embed.h embed.pl makedef.pl proto.h util.c
47887 ____________________________________________________________________________
47888 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
47889         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
47890              since it doesn't ensure threads other than the one calling fork()
47891              aren't holding any locks; the fix is to use pthread_atfork() to
47892              hold global locks
47893              
47894              building perl with -Dusemymalloc exacerbates the problem since
47895              Perl_malloc() holds a mutex, and perl's exec() calls New()
47896              
47897              XXX the code in win32thread.h may be needed on platforms that have
47898              no pthread_atfork()
47899      Branch: perl
47900            ! perl.c thread.h win32/win32thread.h
47901 ____________________________________________________________________________
47902 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
47903         Log: Integrate #11009 from maintperl.
47904      Branch: maint-5.6/macperl
47905           !> lib/ExtUtils/Manifest.pm
47906 ____________________________________________________________________________
47907 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
47908         Log: Flexing my Perforce muscles.
47909      Branch: maint-5.6/macperl
47910            ! README.macos
47911 ____________________________________________________________________________
47912 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
47913         Log: Update Changes.
47914      Branch: perl
47915            ! Changes patchlevel.h
47916 ____________________________________________________________________________
47917 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
47918         Log: Metaconfig unit change for #11146.
47919      Branch: metaconfig/U/perl
47920            ! d_fcntl_can_lock.U
47921 ____________________________________________________________________________
47922 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47923         Log: Somehow the #ifdefs of the added code (in #11093) made
47924              HP-UX to fail the fcntl locking test, without the ifdefs
47925              the test seems to be working again.  Reason unknown:
47926              HP-UX cc doesn't complain either way.
47927      Branch: perl
47928            ! Configure
47929 ____________________________________________________________________________
47930 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47931         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47932      Branch: perl
47933            ! lib/ExtUtils/MM_Unix.pm
47934 ____________________________________________________________________________
47935 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47936         Log: gcc -Wall nit.
47937      Branch: perl
47938            ! pp_hot.c
47939 ____________________________________________________________________________
47940 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47941         Log: When removing tests updating the test count is a good idea, too.
47942      Branch: perl
47943            ! lib/Net/t/require.t
47944 ____________________________________________________________________________
47945 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47946         Log: Document #11134 and add the new symbols to the list of
47947              of MakeMaker known ones.
47948      Branch: perl
47949            ! lib/ExtUtils/MakeMaker.pm
47950 ____________________________________________________________________________
47951 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47952         Log: Microperl update.
47953      Branch: perl
47954            ! uconfig.h
47955 ____________________________________________________________________________
47956 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47957         Log: Update the libnet tests as per #11138.
47958      Branch: perl
47959            - lib/Net/t/ph.t
47960            ! MANIFEST lib/Net/t/require.t
47961 ____________________________________________________________________________
47962 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47963         Log: Regen toc and modlib.
47964      Branch: perl
47965            ! pod/perlmodlib.pod pod/perltoc.pod
47966 ____________________________________________________________________________
47967 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47968         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47969              Graham's request.
47970      Branch: perl
47971            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47972            ! MANIFEST
47973 ____________________________________________________________________________
47974 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47975         Log: Add the OS/390 harness results to the delta.
47976      Branch: perl
47977            ! pod/perl572delta.pod
47978 ____________________________________________________________________________
47979 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47980         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47981      Branch: perl
47982            ! t/op/study.t
47983 ____________________________________________________________________________
47984 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47985         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47986      Branch: perl
47987            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47988 ____________________________________________________________________________
47989 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47990         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47991              From: Michael G Schwern <schwern@pobox.com>
47992              Date: Wed, 4 Jul 2001 00:01:16 -0400
47993              Message-ID: <20010704000116.C591@blackrider>
47994      Branch: perl
47995            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47996 ____________________________________________________________________________
47997 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47998         Log: The #11132 missed singleton characters (not part
47999              of a unilo..unihi range) in Unicode scripts.
48000      Branch: perl
48001            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
48002            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
48003            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
48004            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
48005            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
48006            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
48007            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
48008            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
48009            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
48010            ! lib/unicode/mktables.PL t/op/pat.t
48011 ____________________________________________________________________________
48012 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
48013         Log: Support preferentially the Unicode 'scripts' definition
48014              in the \p{In...} notation since according to Unicode the
48015              scripts concept is more natural for matching than using
48016              the somewhat artificial block names.  The block names are
48017              still available, though, and if there's a name conflict,
48018              the scripts one wins and the blocks one has to do with
48019              'Block' appended to its name.  For more information see
48020              
48021              http://www.unicode.org/unicode/reports/tr24/
48022      Branch: perl
48023            + lib/unicode/In/100.pl lib/unicode/In/101.pl
48024            + lib/unicode/In/102.pl lib/unicode/In/103.pl
48025            + lib/unicode/In/104.pl lib/unicode/In/105.pl
48026            + lib/unicode/In/106.pl lib/unicode/In/107.pl
48027            + lib/unicode/In/108.pl lib/unicode/In/109.pl
48028            + lib/unicode/In/110.pl lib/unicode/In/111.pl
48029            + lib/unicode/In/112.pl lib/unicode/In/113.pl
48030            + lib/unicode/In/114.pl lib/unicode/In/115.pl
48031            + lib/unicode/In/116.pl lib/unicode/In/117.pl
48032            + lib/unicode/In/118.pl lib/unicode/In/119.pl
48033            + lib/unicode/In/120.pl lib/unicode/In/121.pl
48034            + lib/unicode/In/122.pl lib/unicode/In/123.pl
48035            + lib/unicode/In/124.pl lib/unicode/In/125.pl
48036            + lib/unicode/In/126.pl lib/unicode/In/127.pl
48037            + lib/unicode/In/128.pl lib/unicode/In/129.pl
48038            + lib/unicode/In/130.pl lib/unicode/In/131.pl
48039            + lib/unicode/In/132.pl lib/unicode/In/133.pl
48040            + lib/unicode/In/134.pl lib/unicode/In/135.pl
48041            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
48042            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
48043            ! (edit 106 files)
48044 ____________________________________________________________________________
48045 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
48046         Log: Better document the difference between a block and a script.
48047      Branch: perl
48048            ! lib/Unicode/UCD.pm
48049 ____________________________________________________________________________
48050 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
48051         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
48052              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48053              Date: Tue, 3 Jul 2001 15:04:23 -0500
48054              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
48055      Branch: perl
48056            ! lib/CPAN.pm
48057 ____________________________________________________________________________
48058 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
48059         Log: Add tests for charscript().
48060      Branch: perl
48061            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
48062 ____________________________________________________________________________
48063 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
48064         Log: Add charscript() to get the UTR#24 script names of characters.
48065      Branch: perl
48066            ! lib/Unicode/UCD.pm
48067 ____________________________________________________________________________
48068 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
48069         Log: Todo updates.
48070      Branch: perl
48071            ! pod/perltodo.pod
48072 ____________________________________________________________________________
48073 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
48074         Log: Unicode::UCD updates.
48075      Branch: perl
48076            ! lib/Unicode/UCD.pm
48077 ____________________________________________________________________________
48078 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
48079         Log: (Retracted by #11174)
48080              Subject: MakeMaker should pass through DEFINE and INC to subdirs
48081              From: Alan Burlison <Alan.Burlison@sun.com>
48082              Date: Tue, 03 Jul 2001 15:20:13 +0100
48083              Message-ID: <3B41D49D.A923D4F9@sun.com>
48084      Branch: perl
48085            ! lib/ExtUtils/MM_Unix.pm
48086 ____________________________________________________________________________
48087 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
48088         Log: Subject: Patch needed for UTS
48089              From: hom00@utsglobal.com (Hal Morris)
48090              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
48091              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
48092              
48093              Replace #11113 with a better version.
48094      Branch: perl
48095            ! perl.h
48096 ____________________________________________________________________________
48097 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
48098         Log: Subject: Re: POINTERRIGOR
48099              From: Andy Dougherty <doughera@lafayette.edu>
48100              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
48101              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
48102      Branch: perl
48103            ! util.c
48104 ____________________________________________________________________________
48105 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
48106         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
48107              From: "Philip Newton" <pnewton@gmx.de>
48108              Date: Tue, 3 Jul 2001 17:03:34 +0200
48109              Message-ID: <3B41FAE6.29564.660E117@localhost>
48110      Branch: perl
48111            ! pp_hot.c
48112 ____________________________________________________________________________
48113 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
48114         Log: Typos.
48115      Branch: perl
48116            ! INSTALL
48117 ____________________________________________________________________________
48118 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
48119         Log: Subject: [PATCH 5.6.1] debugger fixes
48120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48121              Date: Tue, 3 Jul 2001 03:38:18 -0400
48122              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
48123              
48124              The $^S is working again.
48125      Branch: perl
48126            ! lib/perl5db.pl
48127 ____________________________________________________________________________
48128 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
48129         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
48130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48131              Date: Tue, 3 Jul 2001 03:34:06 -0400
48132              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
48133      Branch: perl
48134            ! os2/OS2/Process/Process.pm
48135 ____________________________________________________________________________
48136 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
48137         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
48138              From: "Philip Newton" <Philip.Newton@gmx.net>
48139              Date: Tue, 3 Jul 2001 09:11:27 +0200
48140              Message-Id: <200107030706.KAA04596@taas.iki.fi>
48141      Branch: perl
48142            ! lib/FindBin.pm
48143 ____________________________________________________________________________
48144 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
48145         Log: Delta delta.
48146      Branch: perl
48147            ! pod/perl572delta.pod
48148 ____________________________________________________________________________
48149 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
48150         Log: Metaconfig unit change for 11115.
48151      Branch: metaconfig
48152            ! U/modified/libc.U
48153 ____________________________________________________________________________
48154 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
48155         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
48156              (from Richard Hatch) (this was the cause of pipes() and
48157              times() mysteriously not being found)
48158      Branch: perl
48159            ! Configure
48160 ____________________________________________________________________________
48161 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
48162         Log: Retract #10142, the real culprit found by Richard Hatch,
48163              coming soon to Configure near you.
48164      Branch: perl
48165            ! hints/aix.sh
48166 ____________________________________________________________________________
48167 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
48168         Log: (Replaced by #11124) UTS workaround from Hal Morris.
48169      Branch: perl
48170            ! perl.h
48171 ____________________________________________________________________________
48172 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
48173         Log: Subject: [PATCH] grok not grocking correctly
48174              From: Nicholas Clark <nick@ccl4.org>
48175              Date: Tue, 3 Jul 2001 00:19:08 +0100
48176              Message-ID: <20010703001908.H59620@plum.flirble.org>
48177      Branch: perl
48178            ! numeric.c
48179 ____________________________________________________________________________
48180 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
48181         Log: Subject: [PATCH Deparse.t] test just-posted patches
48182              From: Robin Houston <robin@kitsite.com>
48183              Date: Mon, 2 Jul 2001 23:46:15 +0100
48184              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
48185      Branch: perl
48186            ! ext/B/Deparse.t
48187 ____________________________________________________________________________
48188 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
48189         Log: Subject: [PATCH toke.c] autosplit into @F
48190              From: Robin Houston <robin@kitsite.com>
48191              Date: Mon, 2 Jul 2001 23:18:20 +0100
48192              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
48193      Branch: perl
48194            ! perl.c toke.c
48195 ____________________________________________________________________________
48196 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
48197         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
48198              From: Robin Houston <robin@kitsite.com>
48199              Date: Mon, 2 Jul 2001 23:00:48 +0100
48200              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
48201      Branch: perl
48202            ! ext/B/B/Deparse.pm
48203 ____________________________________________________________________________
48204 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
48205         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
48206              From: "Philip Newton" <Philip.Newton@gmx.net>
48207              Date: Mon, 2 Jul 2001 22:06:22 +0200
48208              (no Message-Id)
48209      Branch: perl
48210            ! ext/NDBM_File/hints/linux.pl
48211 ____________________________________________________________________________
48212 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
48213         Log: Subject: Re: Fixed pack problem - sort of
48214              From: Nicholas Clark <nick@ccl4.org>
48215              Date: Mon, 2 Jul 2001 20:59:20 +0100
48216              Message-ID: <20010702205919.F59620@plum.flirble.org>
48217      Branch: perl
48218            ! pp_pack.c t/op/pack.t
48219 ____________________________________________________________________________
48220 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
48221         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
48222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48223              Date: Mon, 2 Jul 2001 15:45:41 -0400
48224              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
48225      Branch: perl
48226            ! os2/os2.c
48227 ____________________________________________________________________________
48228 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
48229         Log: (Mistaken retraction)
48230      Branch: perl
48231            ! utils/pl2pm.PL
48232 ____________________________________________________________________________
48233 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
48234         Log: Detypo in #11103.
48235      Branch: perl
48236            ! utils/pl2pm.PL
48237 ____________________________________________________________________________
48238 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
48239         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
48240              From: Jonathan Stowe <gellyfish@gellyfish.com>
48241              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
48242              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
48243      Branch: perl
48244            ! utils/pl2pm.PL
48245 ____________________________________________________________________________
48246 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
48247         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
48248              From: "Craig A. Berry" <craigberry@mac.com>
48249              Date: Mon, 02 Jul 2001 14:11:23 -0500
48250              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
48251      Branch: perl
48252            ! lib/Unicode/UCD.pm
48253 ____________________________________________________________________________
48254 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
48255         Log: Subject: [PATCH] Re: op/numconvert.t failures
48256              From: Nicholas Clark <nick@ccl4.org>
48257              Date: Mon, 2 Jul 2001 20:10:48 +0100
48258              Message-ID: <20010702201048.E59620@plum.flirble.org>
48259      Branch: perl
48260            ! t/op/numconvert.t
48261 ____________________________________________________________________________
48262 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
48263         Log: Update Changes.
48264      Branch: perl
48265            ! Changes patchlevel.h
48266 ____________________________________________________________________________
48267 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
48268         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
48269              The real fix must be more involved.  The line of code all the leaky
48270              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
48271              line of Perl_newPMOP().
48272      Branch: perl
48273            ! op.h
48274 ____________________________________________________________________________
48275 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
48276         Log: Based on
48277              
48278              Subject: Re: sizeof(struct sembuf)
48279              From: Nicholas Clark <nick@ccl4.org>
48280              Date: Sun, 1 Jul 2001 22:26:48 +0100
48281              Message-ID: <20010701222648.W59620@plum.flirble.org>
48282              
48283              but do semop() always the slow way.
48284      Branch: perl
48285            ! doio.c
48286 ____________________________________________________________________________
48287 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
48288         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
48289              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48290              Date: Tue, 03 Jul 2001 00:56:30 +0900
48291              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
48292      Branch: perl
48293            ! ext/Encode/Encode/Tcl.t
48294 ____________________________________________________________________________
48295 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
48296         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
48297              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48298              Date: Tue, 03 Jul 2001 00:55:46 +0900
48299              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
48300      Branch: perl
48301            ! ext/Encode/Encode/Tcl.pm
48302 ____________________________________________________________________________
48303 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
48304         Log: Regen api and toc.
48305      Branch: perl
48306            ! pod/perlapi.pod pod/perltoc.pod
48307 ____________________________________________________________________________
48308 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
48309         Log: Metaconfig unit change for #11093.
48310      Branch: metaconfig/U/perl
48311            ! d_fcntl_can_lock.U
48312 ____________________________________________________________________________
48313 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
48314         Log: The fcntl locking test may hang if NFS locking messed up;
48315              break out with alarm(10).
48316      Branch: perl
48317            ! Configure
48318 ____________________________________________________________________________
48319 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
48320         Log: Move the mdelete.bat from win32/bin to win32.
48321      Branch: perl
48322            ! MANIFEST
48323 ____________________________________________________________________________
48324 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
48325         Log: Typo in #11083.
48326      Branch: perl
48327            ! ext/Time/Piece/Piece.t
48328 ____________________________________________________________________________
48329 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
48330         Log: Netware tweaks from Guruprasad.
48331      Branch: perl
48332            - NetWare/perlsdio.h
48333            ! MANIFEST NetWare/Makefile NetWare/interface.c
48334            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
48335            ! perlsdio.h
48336 ____________________________________________________________________________
48337 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
48338         Log: Subject: Re: [PATH] shared -> unique;
48339              From: Abhijit Menon-Sen <ams@wiw.org>
48340              Date: Wed, 27 Jun 2001 03:51:27 +0530
48341              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
48342      Branch: perl
48343            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
48344 ____________________________________________________________________________
48345 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
48346         Log: Subject: Re: AIX / gcc-3.0
48347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48348              Date: Mon, 02 Jul 2001 15:20:21 +0200
48349              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
48350      Branch: perl
48351            ! hints/aix.sh
48352 ____________________________________________________________________________
48353 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
48354         Log: Subject: Re: Bug report: split splits on wrong pattern
48355              From: Abhijit Menon-Sen <ams@wiw.org>
48356              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
48357              Date: Mon, 2 Jul 2001 16:31:33 +0530
48358      Branch: perl
48359            ! pp_ctl.c
48360 ____________________________________________________________________________
48361 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
48362         Log: Subject: [PATCH 5.6.1] test harness
48363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48364              Date: Mon, 2 Jul 2001 06:29:21 -0400
48365              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
48366      Branch: perl
48367            ! lib/Test/Harness.pm
48368 ____________________________________________________________________________
48369 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
48370         Log: Subject: [PATCH 5.6.1] debugger goof
48371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48372              Date: Mon, 2 Jul 2001 06:27:22 -0400
48373              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
48374      Branch: perl
48375            ! lib/perl5db.pl
48376 ____________________________________________________________________________
48377 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
48378         Log: Subject: [PATCH 5.6.1] OS/2 cwd
48379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48380              Date: Mon, 2 Jul 2001 06:21:17 -0400
48381              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
48382      Branch: perl
48383            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
48384 ____________________________________________________________________________
48385 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
48386         Log: Make #11082 more OS/2-specific.
48387      Branch: perl
48388            ! ext/Time/Piece/Piece.t
48389 ____________________________________________________________________________
48390 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
48391         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
48392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48393              Date: Mon, 2 Jul 2001 06:06:34 -0400
48394              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
48395      Branch: perl
48396            ! ext/Time/Piece/Piece.t
48397 ____________________________________________________________________________
48398 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
48399         Log: Subject: [PATCH B::Deparse] version number & changes
48400              From: Robin Houston <robin@kitsite.com>  
48401              Date: Sun, 1 Jul 2001 17:17:29 +0100
48402              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
48403      Branch: perl
48404            ! ext/B/B/Deparse.pm
48405 ____________________________________________________________________________
48406 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
48407         Log: Subject: a small fix.
48408              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48409              Date: Mon, 2 Jul 2001 12:17:53 +0200
48410              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
48411      Branch: perl
48412            ! ext/Thread/Thread.xs
48413 ____________________________________________________________________________
48414 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
48415         Log: Subject: RE: perl@10907
48416              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48417              Date: Mon, 2 Jul 2001 12:06:16 +0200
48418              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
48419              
48420              Borland C vs PerlIO.
48421      Branch: perl
48422            ! win32/config.bc win32/config_H.bc
48423 ____________________________________________________________________________
48424 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
48425         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
48426              From: "H.M. Brand" <merijn@l1.procura.nl>
48427              Date: Mon, 02 Jul 2001 11:18:57 +0200
48428              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
48429      Branch: perl
48430            ! t/op/write.t
48431 ____________________________________________________________________________
48432 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
48433         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
48434              From: Michael G Schwern <schwern@pobox.com>
48435              Date: Mon, 2 Jul 2001 00:26:24 -0400
48436              Message-ID: <20010702002624.A18302@blackrider>
48437      Branch: perl
48438            - ext/util/mkbootstrap
48439 ____________________________________________________________________________
48440 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
48441         Log: Subject: [PATCH op.h] v minor comment tweak
48442              From: Robin Houston <robin@puffinry.freeserve.co.uk>
48443              Date: Mon, 2 Jul 2001 00:42:01 +0100
48444              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
48445      Branch: perl
48446            ! op.h
48447 ____________________________________________________________________________
48448 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
48449         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
48450      Branch: perl
48451            ! pod/perlfunc.pod
48452 ____________________________________________________________________________
48453 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
48454         Log: Subject: Re: sizeof(struct sembuf)
48455              From: Nicholas Clark <nick@ccl4.org>
48456              Date: Sun, 1 Jul 2001 19:23:16 +0100
48457              Message-ID: <20010701192316.V59620@plum.flirble.org>
48458              
48459              s/signaling/signalling/
48460      Branch: perl
48461            ! pod/perlfunc.pod
48462 ____________________________________________________________________________
48463 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
48464         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
48465              From: "Philip Newton" <Philip.Newton@gmx.net>
48466              Date: Sun, 1 Jul 2001 09:37:56 +0200
48467              Message-Id: <200107010733.KAA03920@taas.iki.fi>
48468      Branch: perl
48469            ! pod/perlvar.pod
48470 ____________________________________________________________________________
48471 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
48472         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
48473              From: "Philip Newton" <Philip.Newton@gmx.net>
48474              Date: Sun, 1 Jul 2001 09:37:56 +0200
48475              Message-Id: <200107010733.KAA03925@taas.iki.fi>
48476      Branch: perl
48477            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48478 ____________________________________________________________________________
48479 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
48480         Log: Metaconfig unit change for #11070.
48481      Branch: metaconfig
48482            ! U/compline/randfunc.U
48483 ____________________________________________________________________________
48484 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
48485         Log: Subject: [PATCH perlsnap] its --> it's --> its
48486              From: "Philip Newton" <Philip.Newton@gmx.net>
48487              Date: Sun, 1 Jul 2001 09:37:56 +0200
48488              Message-Id: <200107010733.KAA03914@taas.iki.fi>
48489      Branch: perl
48490            ! Porting/config_H
48491 ____________________________________________________________________________
48492 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
48493         Log: Sync with Sarathy; integrate with perlio.
48494      Branch: perl
48495           !> gv.c
48496 ____________________________________________________________________________
48497 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
48498         Log: regenerate win32/config_H.?c files
48499      Branch: perl
48500            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48501 ____________________________________________________________________________
48502 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
48503         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
48504              naming discipline
48505              
48506              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
48507              because of this)
48508              
48509              fix a warning about "fd" being used without being set in Cwd.xs
48510      Branch: perl
48511            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
48512            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
48513            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
48514            ! win32/config.vc
48515 ____________________________________________________________________________
48516 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
48517         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
48518              within macro arguments") and warnings ("unary minus applied to
48519              unsigned type", among others)
48520      Branch: perl
48521            ! gv.c hv.c op.c pp.c sv.c toke.c
48522 ____________________________________________________________________________
48523 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
48524         Log: win32 fixes: more spurious CRs
48525      Branch: perl
48526            ! win32/mdelete.bat
48527 ____________________________________________________________________________
48528 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
48529         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
48530              from win32/bin (or it gets deleted by distclean); don't delete
48531              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
48532              NT (should be made Win9x specific, and added to makefile.mk)
48533      Branch: perl
48534           +> win32/mdelete.bat
48535            - win32/bin/mdelete.bat
48536            ! win32/Makefile win32/makefile.mk
48537 ____________________________________________________________________________
48538 [ 11063] By: nick                                  on 2001/07/01  18:54:09
48539         Log: Quick for for #ifdef mess
48540      Branch: perlio
48541            ! gv.c
48542 ____________________________________________________________________________
48543 [ 11062] By: nick                                  on 2001/07/01  18:47:42
48544         Log: Raw integrate - does not build #if mess in gv.c
48545      Branch: perlio
48546           !> (integrate 29 files)
48547 ____________________________________________________________________________
48548 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
48549         Log: Make 'compile' target a little less broken.
48550              Still very broken, though: -Wall warnings from
48551              the generated code, boot_Foo prototypes missing,
48552              can't autoload Fcntl::SEEK_CUR et alia, ...
48553      Branch: perl
48554            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
48555            ! utils/perlcc.PL x2p/Makefile.SH
48556 ____________________________________________________________________________
48557 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
48558         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
48559      Branch: perl
48560            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48561            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48562 ____________________________________________________________________________
48563 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
48564         Log: Update Changes.
48565      Branch: perl
48566            ! Changes patchlevel.h
48567 ____________________________________________________________________________
48568 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
48569         Log: Still one typo, regen toc.
48570      Branch: perl
48571            ! lib/Unicode/UCD.pm pod/perltoc.pod
48572 ____________________________________________________________________________
48573 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
48574         Log: Detypos and regen toc.
48575      Branch: perl
48576            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
48577 ____________________________________________________________________________
48578 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
48579         Log: VERSION tweak.
48580      Branch: perl
48581            ! ext/List/Util/lib/List/Util.pm
48582 ____________________________________________________________________________
48583 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
48584         Log: Attempt at plugging the leak under ithreads detected by Doug.
48585      Branch: perl
48586            ! op.h
48587 ____________________________________________________________________________
48588 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
48589         Log: gcc -Wall lint after #11051.
48590      Branch: perl
48591            ! pp_sys.c
48592 ____________________________________________________________________________
48593 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
48594         Log: Integrate perlio:
48595              
48596              [ 11050]
48597              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48598      Branch: perl
48599           !> lib/File/Find/taint.t
48600 ____________________________________________________________________________
48601 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
48602         Log: Don't use the v-strings for module VERSIONs.
48603      Branch: perl
48604            ! lib/Unicode/UCD.pm
48605 ____________________________________________________________________________
48606 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
48607         Log: Code cleanup based on turning off the -woffs in IRIX.
48608              Not all of the gripes cleaned up (hairy code in hv.c and
48609              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
48610              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
48611              to the IRIX hints)
48612      Branch: perl
48613            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
48614            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
48615            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
48616            ! regcomp.c sv.c
48617 ____________________________________________________________________________
48618 [ 11050] By: nick                                  on 2001/06/30  20:46:46
48619         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48620      Branch: perlio
48621            ! lib/File/Find/taint.t
48622 ____________________________________________________________________________
48623 [ 11049] By: nick                                  on 2001/06/30  18:13:33
48624         Log: Integrate mainline
48625      Branch: perlio
48626           +> NetWare/nwstdio.h NetWare/perlsdio.h
48627           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48628           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
48629           +> lib/Unicode/UCD.t t/run/exit.t
48630           !> (integrate 60 files)
48631 ____________________________________________________________________________
48632 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
48633         Log: Delta delta.
48634      Branch: perl
48635            ! pod/perl572delta.pod
48636 ____________________________________________________________________________
48637 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
48638         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
48639              by CPAN.pm, use rather _00.
48640      Branch: perl
48641            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
48642            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48643            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
48644            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
48645            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
48646            ! lib/ExtUtils/Embed.pm lib/Test.pm
48647 ____________________________________________________________________________
48648 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48649         Log: Add a simple Unicode character database interface, Unicode::UCD.
48650      Branch: perl
48651            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48652            ! MANIFEST
48653 ____________________________________________________________________________
48654 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48655         Log: Subject: [PATCH] op/numconver.t
48656              From: Nicholas Clark <nick@ccl4.org>
48657              Date: Sat, 30 Jun 2001 15:40:10 +0100
48658              Message-ID: <20010630154010.I59620@plum.flirble.org>
48659      Branch: perl
48660            ! t/op/numconvert.t
48661 ____________________________________________________________________________
48662 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48663         Log: The $^N is now taken (by #11038).
48664      Branch: perl
48665            ! t/base/lex.t
48666 ____________________________________________________________________________
48667 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48668         Log: The #11040 had slipped to a wrong function...
48669      Branch: perl
48670            ! sv.c
48671 ____________________________________________________________________________
48672 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48673         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48674              the Configure library symbol probe mysteriously finds all
48675              symbols but those of pipe() and times().
48676      Branch: perl
48677            ! hints/aix.sh
48678 ____________________________________________________________________________
48679 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48680         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48681              From: Nicholas Clark <nick@ccl4.org>
48682              Date: Fri, 29 Jun 2001 23:49:07 +0100
48683              Message-ID: <20010629234907.D59620@plum.flirble.org>
48684      Branch: perl
48685            ! lib/ExtUtils.t
48686 ____________________________________________________________________________
48687 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48688         Log: Subject: [PATCH] weakref fix 2, not yet there
48689              From: Artur Bergman <artur@contiller.se>
48690              Date: Sat, 30 Jun 2001 01:18:16 +0200
48691              Message-ID: <B762D957.1CC9%artur@contiller.se>
48692      Branch: perl
48693            ! sv.c
48694 ____________________________________________________________________________
48695 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48696         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48697              From: Michael G Schwern <schwern@pobox.com>
48698              Date: Fri, 29 Jun 2001 19:39:11 -0400
48699              Message-ID: <20010629193910.D25304@blackrider>
48700      Branch: perl
48701            + t/run/exit.t
48702            ! MANIFEST
48703 ____________________________________________________________________________
48704 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48705         Log: Add support for $^N, the most-recently closed group.
48706      Branch: perl
48707            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48708            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48709            ! thrdvar.h
48710 ____________________________________________________________________________
48711 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48712         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48713              From: lvirden@cas.org
48714              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48715              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48716              
48717              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48718              From: lvirden@cas.org
48719              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48720              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48721      Branch: perl
48722            ! README.solaris
48723 ____________________________________________________________________________
48724 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48725         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48726              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48727              Date: Sat, 30 Jun 2001 07:33:37 +0900
48728              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48729              
48730              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48731              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48732              Date: Sat, 30 Jun 2001 21:38:14 +0900
48733              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48734      Branch: perl
48735            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48736            + ext/Encode/Encode/7bit-kr.enc
48737            ! MANIFEST ext/Encode/Encode/Tcl.pm
48738 ____________________________________________________________________________
48739 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48740         Log: NetWare tweaks from Guruprasad.
48741      Branch: perl
48742            + NetWare/nwstdio.h NetWare/perlsdio.h
48743            ! MANIFEST NetWare/Makefile NetWare/config.wc
48744            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48745            ! NetWare/t/Readme.txt
48746 ____________________________________________________________________________
48747 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48748         Log: More module $VERSION bump-ups.
48749      Branch: perl
48750            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48751            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48752            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48753 ____________________________________________________________________________
48754 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48755         Log: Doc update due to #11032.
48756      Branch: perl
48757            ! pod/perl572delta.pod
48758 ____________________________________________________________________________
48759 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
48760         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
48761              From: Peter Prymmer <pvhp@forte.com>
48762              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
48763              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
48764      Branch: perl
48765            ! ext/Time/HiRes/HiRes.xs
48766 ____________________________________________________________________________
48767 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
48768         Log: -lpthreads missing in AIX.
48769      Branch: perl
48770            ! hints/aix.sh
48771 ____________________________________________________________________________
48772 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
48773         Log: Subject: [PATCH] CLONE && weakrefs
48774              From: Artur Bergman <artur@contiller.se>
48775              Date: Fri, 29 Jun 2001 17:02:00 +0200
48776              Message-ID: <B7626508.1CA0%artur@contiller.se>
48777      Branch: perl
48778            ! sv.c
48779 ____________________________________________________________________________
48780 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
48781         Log: Subject: Re: Bug report: split splits on wrong pattern
48782              From: Radu Greab <radu@netsoft.ro>
48783              Date: Wed, 27 Jun 2001 21:50:52 +0300
48784              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
48785      Branch: perl
48786            ! pp_ctl.c t/op/split.t
48787 ____________________________________________________________________________
48788 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
48789         Log: Metaconfig unit change for #11027.
48790      Branch: metaconfig/U/perl
48791            ! d_modfl.U
48792 ____________________________________________________________________________
48793 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
48794         Log: I thought this Configure glitch for AIX was just recently fixed?
48795      Branch: perl
48796            ! Configure
48797 ____________________________________________________________________________
48798 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
48799         Log: Update Changes.
48800      Branch: perl
48801            ! Changes patchlevel.h
48802 ____________________________________________________________________________
48803 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
48804         Log: Subject: Re: perl@10967, File::Find, and Cwd
48805              From: Mike Guy <mjtg@cam.ac.uk>
48806              Date: Fri, 29 Jun 2001 14:56:49 +0100
48807              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
48808      Branch: perl
48809            ! lib/File/Find/taint.t
48810 ____________________________________________________________________________
48811 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
48812         Log: Update the sv_pvprintify() spec.
48813      Branch: perl
48814            ! pod/perltodo.pod
48815 ____________________________________________________________________________
48816 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
48817         Log: Known test failures update.
48818      Branch: perl
48819            ! pod/perl572delta.pod
48820 ____________________________________________________________________________
48821 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
48822         Log: Based on
48823              
48824              Subject: [PATCH @11016] More );) fixes
48825              From: Richard Soderberg <rs@crystalflame.net>
48826              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
48827              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
48828      Branch: perl
48829            ! ext/Thread/Thread.xs ext/Thread/typemap
48830 ____________________________________________________________________________
48831 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
48832         Log: Subject: [PATCH @11016] Fixes compile errors in four files
48833              From: Richard Soderberg <rs@crystalflame.net>
48834              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
48835              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
48836      Branch: perl
48837            ! mg.c pp.c pp_hot.c util.c
48838 ____________________________________________________________________________
48839 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
48840         Log: AIX hints tweaking continues, from Merijn Brand.
48841      Branch: perl
48842            ! hints/aix.sh
48843 ____________________________________________________________________________
48844 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
48845         Log: HP-UX needs gccversion sooner, from Merijn Brand.
48846      Branch: perl
48847            ! hints/hpux.sh
48848 ____________________________________________________________________________
48849 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
48850         Log: Subject: [PATCH 5.6.1] OS/2 docs
48851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48852              Date: Fri, 29 Jun 2001 02:34:12 -0400
48853              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
48854      Branch: perl
48855            ! README.os2 os2/Changes
48856 ____________________________________________________________________________
48857 [ 11017] By: nick                                  on 2001/06/29  10:20:30
48858         Log: Integrate mainline
48859      Branch: perlio
48860           +> (branch 37 files)
48861            - ext/ODBM_File/sdbm.t
48862           !> (integrate 211 files)
48863 ____________________________________________________________________________
48864 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
48865         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
48866              the modules found using a script written by Larry Schatzer Jr.
48867      Branch: perl
48868            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48869            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
48870            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
48871            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48872            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
48873            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
48874            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
48875            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
48876            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
48877            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
48878            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
48879            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
48880            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
48881            ! lib/constant.pm lib/fields.pm lib/strict.pm
48882 ____________________________________________________________________________
48883 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
48884         Log: The latest JPL from the anoncvs.
48885      Branch: perl
48886            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48887 ____________________________________________________________________________
48888 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
48889         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
48890      Branch: perl
48891            ! t/op/pat.t
48892 ____________________________________________________________________________
48893 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
48894         Log: Worrying about insecure directories now is a bit too late.
48895      Branch: perl
48896            ! lib/File/Find/taint.t
48897 ____________________________________________________________________________
48898 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
48899         Log: Cannot DIE() in a void function,
48900              from Richard Hatch <rhatch@austin.ibm.com>.
48901      Branch: perl
48902            ! ext/IPC/SysV/SysV.xs
48903 ____________________________________________________________________________
48904 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
48905         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
48906              From: Peter Prymmer <pvhp@forte.com>
48907              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
48908              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
48909              
48910              (unfinished: time/hires tests 3, 5, 14 failing, but better
48911              than wholesale failure)
48912      Branch: perl
48913            ! ext/Time/HiRes/HiRes.xs
48914 ____________________________________________________________________________
48915 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
48916         Log: Subject: [PATCH 5.6.1] OS/2 improvements
48917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48918              Date: Thu, 28 Jun 2001 16:03:14 -0400
48919              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
48920      Branch: perl
48921            + os2/os2_base.t
48922            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48923            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48924            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48925            ! os2/os2ish.h
48926 ____________________________________________________________________________
48927 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48928         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48929              From: Michael G Schwern <schwern@pobox.com>
48930              Date: Thu, 28 Jun 2001 13:13:49 -0400
48931              Message-ID: <20010628131349.A14738@blackrider>
48932      Branch: maint-5.6/perl
48933            ! lib/ExtUtils/Manifest.pm
48934 ____________________________________________________________________________
48935 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48936         Log: AIX tweak from Merijn Brand.
48937      Branch: perl
48938            ! hints/aix.sh
48939 ____________________________________________________________________________
48940 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48941         Log: Create the macperl branch.
48942      Branch: maint-5.6/macperl
48943           +> (branch 1728 files)
48944 ____________________________________________________________________________
48945 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48946         Log: Update Changes.
48947      Branch: perl
48948            ! Changes patchlevel.h
48949 ____________________________________________________________________________
48950 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48951         Log: More Perforce lore.
48952      Branch: perl
48953            ! Porting/repository.pod
48954 ____________________________________________________________________________
48955 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48956         Log: Metaconfig unit changes for #11003.
48957      Branch: metaconfig/U/perl
48958            + d_nl_langinfo.U i_langinfo.U
48959 ____________________________________________________________________________
48960 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48961         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48962              Expected not to exist in non-UNIX excepting in VMS, where
48963              according to a quick web survey they just might.
48964      Branch: perl
48965            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48966            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48967            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48968            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48969            ! win32/config.bc win32/config.gc win32/config.vc
48970 ____________________________________________________________________________
48971 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48972         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48973              in AIX is one is doing a 64-bit build.
48974      Branch: perl
48975            ! hints/aix.sh
48976 ____________________________________________________________________________
48977 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48978         Log: Metaconfig unit changes for #11000.
48979      Branch: metaconfig/U/perl
48980            ! use64bits.U uselfs.U
48981 ____________________________________________________________________________
48982 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48983         Log: Move use64bitint and use64bitall before uselargefiles.
48984      Branch: perl
48985            ! Configure
48986 ____________________________________________________________________________
48987 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48988         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48989              From: Robert Spier <rspier@pobox.com>
48990              Message-ID: <15162.41164.618712.841415@rls.cx>
48991              Date: Wed, 27 Jun 2001 23:13:16 -0400
48992      Branch: perl
48993            ! doio.c
48994 ____________________________________________________________________________
48995 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48996         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48997              From: Peter Prymmer <pvhp@forte.com>
48998              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48999              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
49000      Branch: perl
49001            ! numeric.c
49002 ____________________________________________________________________________
49003 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
49004         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
49005              From: Peter Prymmer <pvhp@forte.com>
49006              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
49007              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
49008      Branch: perl
49009            ! configure.com ext/Digest/MD5/Makefile.PL
49010 ____________________________________________________________________________
49011 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
49012         Log: Update Changes.
49013      Branch: perl
49014            ! Changes patchlevel.h
49015 ____________________________________________________________________________
49016 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
49017         Log: Tiny EPOC updates.
49018      Branch: perl
49019            ! epoc/config.sh
49020 ____________________________________________________________________________
49021 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
49022         Log: The Test::More and Test::Simple tests required help
49023              thanks to our schizophrenic test scheme.
49024      Branch: perl
49025            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49026            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49027            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
49028            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
49029            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
49030 ____________________________________________________________________________
49031 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
49032         Log: Upgrade to Test::Simple 0.09.
49033      Branch: perl
49034            + lib/Test/Simple/Changes
49035            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49036            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49037            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49038            ! lib/Test/Simple/t/plan_is_noplan.t
49039 ____________________________________________________________________________
49040 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
49041         Log: Upgrade to Test::More 0.07.
49042      Branch: perl
49043            + lib/Test/More/Changes
49044            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
49045            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
49046            ! lib/Test/More/t/skipall.t
49047 ____________________________________________________________________________
49048 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
49049         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
49050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49051              Date: Wed, 27 Jun 2001 18:40:04 +0200
49052              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
49053      Branch: perl
49054            ! hints/hpux.sh
49055 ____________________________________________________________________________
49056 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
49057         Log: Subject: [PATCH README.qnx hints/qnx.sh]
49058              From: Norton Allen <allen@huarp.harvard.edu>
49059              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
49060              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
49061      Branch: perl
49062            ! README.qnx hints/qnx.sh
49063 ____________________________________________________________________________
49064 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
49065         Log: Subject: [PATCH] two little documentation nits
49066              From: Abhijit Menon-Sen <ams@wiw.org>
49067              Date: Wed, 27 Jun 2001 20:07:50 +0530
49068              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
49069      Branch: perl
49070            ! sv.c sv.h
49071 ____________________________________________________________________________
49072 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
49073         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
49074              From: Norton Allen <allen@huarp.harvard.edu>
49075              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
49076              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
49077      Branch: perl
49078            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
49079 ____________________________________________________________________________
49080 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
49081         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
49082              From: Michael G Schwern <schwern@pobox.com>
49083              Date: Wed, 27 Jun 2001 02:34:58 -0400
49084              Message-ID: <20010627023458.K23874@blackrider>
49085      Branch: perl
49086            ! vms/test.com
49087 ____________________________________________________________________________
49088 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
49089         Log: Add perl_clone_host() for Netware.
49090      Branch: perl
49091            ! NetWare/nw5.c
49092 ____________________________________________________________________________
49093 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
49094         Log: GCC 3.0 hints for HP-UX.
49095      Branch: perl
49096            ! hints/hpux.sh
49097 ____________________________________________________________________________
49098 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
49099         Log: In some Linux distributions the libndbm is broken
49100              (no null key support), therefore link with libgdbm
49101              (if available), since it has a working ndbm emulation,
49102              from Jonathan Stowe.
49103      Branch: perl
49104            + ext/NDBM_File/hints/linux.pl
49105            ! MANIFEST
49106 ____________________________________________________________________________
49107 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
49108         Log: Subject: [PATCH perl@10930] find.t hack for VMS
49109              From: "Craig A. Berry" <craigberry@mac.com>
49110              Date: Tue, 26 Jun 2001 23:40:25 -0500
49111              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
49112      Branch: perl
49113            ! lib/File/Find/find.t
49114 ____________________________________________________________________________
49115 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
49116         Log: AUTHORS updates.
49117      Branch: perl
49118            ! AUTHORS
49119 ____________________________________________________________________________
49120 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
49121         Log: Metaconfig unit change like #10980.
49122      Branch: metaconfig
49123            ! U/compline/d_stdstdio.U
49124 ____________________________________________________________________________
49125 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
49126         Log: "lose the it's", from Abhijit Menon-Sen.
49127              ("It's" not searched, pods not searched.)
49128      Branch: perl
49129            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
49130            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
49131            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
49132            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
49133            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49134            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
49135 ____________________________________________________________________________
49136 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
49137         Log: "lose the looses", from Abhijit Menon-Sen.
49138      Branch: perl
49139            ! ext/B/B/Assembler.pm gv.c
49140 ____________________________________________________________________________
49141 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
49142         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
49143      Branch: perl
49144            ! hints/os390.sh
49145 ____________________________________________________________________________
49146 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
49147         Log: DEC C 5.3 on the VAX simply doesn't seem to like
49148              compiling the MD5 extension, disable it there for now,
49149              from Peter Prymmer.
49150      Branch: perl
49151            ! configure.com
49152 ____________________________________________________________________________
49153 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
49154         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
49155              From: Jonathan Stowe <gellyfish@gellyfish.com>
49156              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
49157              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
49158      Branch: perl
49159            ! pod/perlfaq3.pod
49160 ____________________________________________________________________________
49161 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
49162         Log: Subject: [PATCH 5.6.1] perlxs misprints
49163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49164              Date: Tue, 26 Jun 2001 17:20:00 -0400
49165              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
49166      Branch: perl
49167            ! pod/perlxs.pod
49168 ____________________________________________________________________________
49169 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
49170         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
49171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49172              Date: Tue, 26 Jun 2001 17:27:07 -0400
49173              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
49174      Branch: perl
49175            ! lib/ExtUtils/MM_Unix.pm
49176 ____________________________________________________________________________
49177 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
49178         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
49179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49180              Date: Tue, 26 Jun 2001 17:23:24 -0400
49181              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
49182      Branch: perl
49183            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49184 ____________________________________________________________________________
49185 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
49186         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
49187              by Olaf Flebbe.
49188      Branch: perl
49189            ! perl.h
49190 ____________________________________________________________________________
49191 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
49192         Log: Detypo.
49193      Branch: perl
49194            ! lib/Memoize/t/tie_sdbm.t
49195 ____________________________________________________________________________
49196 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
49197         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
49198      Branch: perl
49199            ! win32/perllib.c
49200 ____________________________________________________________________________
49201 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
49202         Log: Subject: [patch] perl_clone+CvFILE
49203              From: Doug MacEachern <dougm@covalent.net>
49204              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
49205              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
49206      Branch: perl
49207            ! sv.c
49208 ____________________________________________________________________________
49209 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
49210         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
49211              From: Mark-Jason Dominus <mjd@plover.com>
49212              Date: Tue, 26 Jun 2001 12:33:01 -0400
49213              Message-ID: <20010626163301.31298.qmail@plover.com>
49214      Branch: perl
49215            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49216 ____________________________________________________________________________
49217 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
49218         Log: Update Changes.
49219      Branch: perl
49220            ! Changes patchlevel.h
49221 ____________________________________________________________________________
49222 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
49223         Log: Also catfile() needs now to explicitly exported.
49224      Branch: perl
49225            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49226 ____________________________________________________________________________
49227 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
49228         Log: Regen toc.
49229      Branch: perl
49230            ! pod/perltoc.pod
49231 ____________________________________________________________________________
49232 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
49233         Log: Nonexistent pod command.
49234      Branch: perl
49235            ! pod/perl572delta.pod
49236 ____________________________________________________________________________
49237 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
49238         Log: Be more portable in the quest for tmpdir.
49239      Branch: perl
49240            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49241 ____________________________________________________________________________
49242 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
49243         Log: Be more portable in finding out the home directory,
49244              and use File::Spec to do the concat.
49245              (Come to think of it, couldn't File::Spec provide
49246              for a ->homedir method?)
49247      Branch: perl
49248            ! lib/Net/Config.pm
49249 ____________________________________________________________________________
49250 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
49251         Log: Doc patch for #10959.
49252      Branch: perl
49253            ! pod/perlfunc.pod
49254 ____________________________________________________________________________
49255 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
49256         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
49257              From: "Philip Newton" <pnewton@gmx.de>
49258              Date: Tue, 26 Jun 2001 16:26:47 +0200
49259              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
49260      Branch: perl
49261            ! pod/perldata.pod
49262 ____________________________________________________________________________
49263 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
49264         Log: Subject: [PATH] shared -> unique;
49265              From: "Artur Bergman" <artur@contiller.se>
49266              Date: Tue, 26 Jun 2001 16:18:40 +0200
49267              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
49268              
49269              Because "shared" isn't: it's read-only.
49270      Branch: perl
49271            ! toke.c xsutils.c
49272 ____________________________________________________________________________
49273 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
49274         Log: Escape multiline croak messages.
49275      Branch: perl
49276            ! t/op/ver.t
49277 ____________________________________________________________________________
49278 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
49279         Log: No more pragma/*.t for minitest.
49280      Branch: perl
49281            ! Makefile.SH
49282 ____________________________________________________________________________
49283 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
49284         Log: AUTHORS updates.
49285      Branch: perl
49286            ! AUTHORS
49287 ____________________________________________________________________________
49288 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
49289         Log: delta updates.
49290      Branch: perl
49291            ! pod/perl572delta.pod
49292 ____________________________________________________________________________
49293 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
49294         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
49295              From: Artur Bergman <artur@contiller.se> 
49296              Date: Tue, 26 Jun 2001 15:32:53 +0200
49297              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
49298      Branch: perl
49299            ! makedef.pl sv.c sv.h win32/perllib.c
49300 ____________________________________________________________________________
49301 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
49302         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
49303              From: Jonathan Stowe <gellyfish@gellyfish.com>
49304              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
49305              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
49306              
49307              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
49308      Branch: perl
49309            + ext/Time/HiRes/hints/sco.pl
49310            ! MANIFEST
49311 ____________________________________________________________________________
49312 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
49313         Log: Subject: [PATCH 5.6.1] static build
49314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49315              Date: Tue, 26 Jun 2001 04:22:25 -0400
49316              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
49317      Branch: perl
49318            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
49319            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49320 ____________________________________________________________________________
49321 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
49322         Log: DJGPP patches from Laszlo Molnar.
49323      Branch: perl
49324            ! djgpp/djgpp.c perl.c util.c
49325 ____________________________________________________________________________
49326 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
49327         Log: Netware patches from Ananth Kesari.
49328      Branch: perl
49329            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
49330            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
49331            ! NetWare/nwtinfo.h
49332 ____________________________________________________________________________
49333 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
49334         Log: Detypo.
49335      Branch: perl
49336            ! ext/Errno/Errno_pm.PL
49337 ____________________________________________________________________________
49338 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
49339         Log: There seems to be two ways of spelling the $^O in *STEP.
49340      Branch: perl
49341            ! ext/Errno/Errno_pm.PL
49342 ____________________________________________________________________________
49343 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
49344         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
49345              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
49346      Branch: perl
49347            ! ext/Errno/Errno_pm.PL
49348 ____________________________________________________________________________
49349 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
49350         Log: Known bugs update.
49351      Branch: perl
49352            ! pod/perl572delta.pod
49353 ____________________________________________________________________________
49354 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
49355         Log: The default installation of Cygwin has 500 as root's uid.
49356      Branch: perl
49357            ! lib/User/pwent.t
49358 ____________________________________________________________________________
49359 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
49360         Log: Be even more relaxed (re-allow having only one entry).
49361      Branch: perl
49362            ! t/op/grent.t t/op/pwent.t
49363 ____________________________________________________________________________
49364 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
49365         Log: Test failure updates.
49366      Branch: perl
49367            ! pod/perl572delta.pod
49368 ____________________________________________________________________________
49369 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
49370         Log: MPE/iX test tweaks from Mark Bixby.
49371      Branch: perl
49372            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
49373            ! t/io/fs.t t/op/stat.t
49374 ____________________________________________________________________________
49375 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
49376         Log: Microperl findings.
49377      Branch: perl
49378            ! perl.h pp_sys.c
49379 ____________________________________________________________________________
49380 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
49381         Log: Touch uconfig.h.
49382      Branch: perl
49383            ! uconfig.h
49384 ____________________________________________________________________________
49385 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
49386         Log: Subject: [PATCH] Proposed fix for Pod::Man
49387              From: Rob Napier <rnapier@employees.org>
49388              Date: Mon, 25 Jun 2001 15:49:24 -0400
49389              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
49390              
49391              Cater for Solaris nroff brokenness (shortchanges daisywheel
49392              printers, but hey, we also no more support PDPs.)
49393      Branch: perl
49394            ! lib/Pod/Man.pm
49395 ____________________________________________________________________________
49396 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
49397         Log: Typo in #10937.
49398      Branch: perl
49399            ! ext/POSIX/sigaction.t
49400 ____________________________________________________________________________
49401 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
49402         Log: SIGCONT not trappable in VMS.
49403      Branch: perl
49404            ! ext/POSIX/sigaction.t
49405 ____________________________________________________________________________
49406 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
49407         Log: Subject: [DRAFT] Encode-Tcl.t
49408              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49409              Date: Tue, 26 Jun 2001 03:38:08 +0900
49410              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
49411      Branch: perl
49412            + ext/Encode/Encode/Tcl.t
49413            ! MANIFEST ext/Encode/Encode/Tcl.pm
49414 ____________________________________________________________________________
49415 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
49416         Log: Because of #10932 retract also the perlfunc hunk of #10910.
49417      Branch: perl
49418            ! pod/perlfunc.pod
49419 ____________________________________________________________________________
49420 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
49421         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
49422              by Ilya Zakharevich in
49423              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
49424      Branch: perl
49425            ! XSUB.h
49426 ____________________________________________________________________________
49427 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
49428         Log: Typo in #10889.
49429      Branch: perl
49430            ! hints/uts.sh
49431 ____________________________________________________________________________
49432 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
49433         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49434              From: Abhijit Menon-Sen <ams@wiw.org>
49435              Date: Mon, 25 Jun 2001 23:45:45 +0530
49436              Message-ID: <20010625234545.A5022@lustre.linux.in>
49437      Branch: perl
49438            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
49439 ____________________________________________________________________________
49440 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
49441         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
49442              From: Michael G Schwern <schwern@pobox.com>
49443              Date: Mon, 25 Jun 2001 14:35:51 -0400
49444              Message-ID: <20010625143551.H13819@blackrider>
49445      Branch: perl
49446            ! lib/Test.pm
49447 ____________________________________________________________________________
49448 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
49449         Log: Update Changes.
49450      Branch: perl
49451            ! Changes patchlevel.h
49452 ____________________________________________________________________________
49453 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
49454         Log: Regen toc and modlib.
49455      Branch: perl
49456            ! pod/perlmodlib.pod pod/perltoc.pod
49457 ____________________________________________________________________________
49458 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
49459         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
49460              for the benefit of C++ compilers, as suggested by Guruprasad.
49461      Branch: perl
49462            ! embed.pl proto.h
49463 ____________________________________________________________________________
49464 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
49465         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
49466              From: Jonathan Stowe <gellyfish@gellyfish.com>
49467              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
49468              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
49469      Branch: perl
49470            ! pod/perlfaq5.pod
49471 ____________________________________________________________________________
49472 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
49473         Log: Missed from #10925.
49474      Branch: perl
49475            ! gv.c
49476 ____________________________________________________________________________
49477 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
49478         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
49479              From: Robin Houston <robin@kitsite.com>
49480              Date: Sat, 19 May 2001 16:19:34 +0100
49481              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
49482      Branch: perl
49483            ! cv.h gv.h op.c
49484 ____________________________________________________________________________
49485 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
49486         Log: Netware README tweak.
49487      Branch: perl
49488            ! README.netware
49489 ____________________________________________________________________________
49490 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
49491         Log: Subject: [PATCH] Re: overload.t fails
49492              From: Abhijit Menon-Sen <ams@wiw.org>
49493              Date: Mon, 25 Jun 2001 14:52:20 +0530
49494              Message-ID: <20010625145220.A24114@lustre.linux.in>
49495      Branch: perl
49496            ! lib/overload.t
49497 ____________________________________________________________________________
49498 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
49499         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49500              From: Mike Guy <mjtg@cam.ac.uk>
49501              Date: Mon, 25 Jun 2001 11:43:23 +0100
49502              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
49503      Branch: perl
49504            ! lib/Carp.pm
49505 ____________________________________________________________________________
49506 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
49507         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
49508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49509              Date: Sun, 24 Jun 2001 05:17:05 -0400
49510              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
49511      Branch: perl
49512            ! os2/os2ish.h
49513 ____________________________________________________________________________
49514 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
49515         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
49516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49517              Date: Mon, 25 Jun 2001 05:52:27 -0400
49518              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
49519      Branch: perl
49520            ! hints/os2.sh
49521 ____________________________________________________________________________
49522 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
49523         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
49524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49525              Date: Mon, 25 Jun 2001 05:23:35 -0400
49526              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
49527      Branch: perl
49528            ! os2/os2.c
49529 ____________________________________________________________________________
49530 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
49531         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
49532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49533              Date: Mon, 25 Jun 2001 05:04:32 -0400
49534              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
49535      Branch: perl
49536            ! os2/OS2/REXX/DLL/DLL.pm
49537 ____________________________________________________________________________
49538 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
49539         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
49540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49541              Date: Mon, 25 Jun 2001 05:02:36 -0400
49542              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
49543      Branch: perl
49544            ! mg.c os2/dl_os2.c os2/os2.c
49545 ____________________________________________________________________________
49546 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
49547         Log: Subject: Re: [PATCH 5.6.1] misprints
49548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49549              Date: Mon, 25 Jun 2001 04:50:50 -0400
49550              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
49551      Branch: perl
49552            ! os2/os2.c pp_sys.c
49553 ____________________________________________________________________________
49554 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
49555         Log: Add Test::More and Test::Simple to the delta.
49556      Branch: perl
49557            ! pod/perl572delta.pod
49558 ____________________________________________________________________________
49559 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
49560         Log: Add Test::More, from Michael G Schwern.
49561      Branch: perl
49562            + lib/Test/More.pm lib/Test/More/t/More.t
49563            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49564            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49565            + t/lib/Test/More/Catch.pm
49566            ! MANIFEST
49567 ____________________________________________________________________________
49568 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
49569         Log: Add Test::Simple from Michael G Schwern.
49570      Branch: perl
49571            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49572            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49573            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49574            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
49575            + t/lib/Test/Simple/Catch.pm
49576            + t/lib/Test/Simple/sample_tests/death.plx
49577            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
49578            + t/lib/Test/Simple/sample_tests/extras.plx
49579            + t/lib/Test/Simple/sample_tests/five_fail.plx
49580            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
49581            + t/lib/Test/Simple/sample_tests/one_fail.plx
49582            + t/lib/Test/Simple/sample_tests/require.plx
49583            + t/lib/Test/Simple/sample_tests/success.plx
49584            + t/lib/Test/Simple/sample_tests/too_few.plx
49585            + t/lib/Test/Simple/sample_tests/two_fail.plx
49586            ! MANIFEST
49587 ____________________________________________________________________________
49588 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
49589         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
49590              From: "Craig A. Berry" <craigberry@mac.com>
49591              Date: Sun, 24 Jun 2001 23:41:36 -0500
49592              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
49593      Branch: perl
49594            ! pp_sys.c
49595 ____________________________________________________________________________
49596 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
49597         Log: Upgrade to Attribute::Handlers 0.70.
49598      Branch: perl
49599            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
49600            ! MANIFEST lib/Attribute/Handlers.pm
49601 ____________________________________________________________________________
49602 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
49603         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49604              From: Abhijit Menon-Sen <ams@wiw.org>
49605              Date: Sat, 23 Jun 2001 05:17:44 +0530
49606              Message-ID: <20010623051744.A18583@lustre.linux.in>
49607              
49608              (Can't think of a good place to put tests.)
49609      Branch: perl
49610            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
49611 ____________________________________________________________________________
49612 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
49613         Log: Subject: [PATCH] t/op/pat.t typo fix
49614              From: Richard Soderberg <rs@crystalflame.net>
49615              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
49616              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
49617      Branch: perl
49618            ! t/op/pat.t
49619 ____________________________________________________________________________
49620 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
49621         Log: Move the pack warnings to their own file, as pointed
49622              out by Spider.
49623      Branch: perl
49624            + t/lib/warnings/pp_pack
49625            ! MANIFEST t/lib/warnings/pp
49626 ____________________________________________________________________________
49627 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
49628         Log: Update Changes.
49629      Branch: perl
49630            ! Changes patchlevel.h
49631 ____________________________________________________________________________
49632 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
49633         Log: Partially fix a problem noticed by IRIX compiler:
49634              the initialization of parse_start was bypassed by
49635              several gotos.  Now initialized to zero, which may
49636              not be the best choice.
49637      Branch: perl
49638            ! regcomp.c
49639 ____________________________________________________________________________
49640 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
49641         Log: Relax the group and password tests back to moaning only
49642              if no matches at all are found.  (Even with a small sample
49643              I could find many sites where there are, umm, anomalies in
49644              the said databases.)       
49645      Branch: perl
49646            ! t/op/grent.t t/op/pwent.t
49647 ____________________________________________________________________________
49648 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49649         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49650      Branch: perl
49651            ! pp_ctl.c
49652 ____________________________________________________________________________
49653 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49654         Log: De-cut-and-pasto in #10902.
49655      Branch: perl
49656            ! pp_ctl.c
49657 ____________________________________________________________________________
49658 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49659         Log: The #10771 didn't take?
49660      Branch: perl
49661            ! pp_ctl.c
49662 ____________________________________________________________________________
49663 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49664         Log: Undo the filetests part of #10900, under multiplicity
49665              weird errors take place.
49666      Branch: perl
49667            ! pp_sys.c
49668 ____________________________________________________________________________
49669 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49670         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49671      Branch: perl
49672            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49673 ____________________________________________________________________________
49674 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49675         Log: (Replaced by #10922)
49676              
49677              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49678              From: Tony Bowden <tony@kasei.com>
49679              Date: Sun, 24 Jun 2001 17:32:40 +0100
49680              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49681              
49682              Document (well, mention) shortmess() and longmess()
49683              to rob people of their fun of reinventing the wheel.
49684      Branch: perl
49685            ! lib/Carp.pm
49686 ____________________________________________________________________________
49687 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49688         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49689              From: Brian Jepson <bjepson@oreilly.com>
49690              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49691              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49692      Branch: perl
49693            ! pp_sys.c
49694 ____________________________________________________________________________
49695 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49696         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49697              From: Robin Barker <rmb1@cise.npl.co.uk> 
49698              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49699              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49700      Branch: perl
49701            ! lib/CPAN.pm
49702 ____________________________________________________________________________
49703 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49704         Log: Memoize patch from mjd.
49705      Branch: perl
49706            ! lib/Memoize/t/tie_storable.t
49707 ____________________________________________________________________________
49708 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49709         Log: Spec the sv_pvprintify() a bit more.
49710      Branch: perl
49711            ! pod/perltodo.pod
49712 ____________________________________________________________________________
49713 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49714         Log: Upgrade to Memoize 0.65.
49715      Branch: perl
49716            + lib/Memoize/t/array_confusion.t
49717            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49718            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49719            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49720            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49721            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49722            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49723            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49724            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49725            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49726            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49727            ! lib/Memoize/t/tie_storable.t
49728 ____________________________________________________________________________
49729 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49730         Log: Metaconfig unit change for #10892.
49731      Branch: metaconfig
49732            ! U/modified/Options.U
49733 ____________________________________________________________________________
49734 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49735         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49737              Date: Sun, 24 Jun 2001 05:24:40 -0400
49738              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49739      Branch: perl
49740            ! Configure hints/os2.sh
49741 ____________________________________________________________________________
49742 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49743         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49744              From: Mike Guy <mjtg@cam.ac.uk>
49745              Date: Sun, 24 Jun 2001 15:28:39 +0100
49746              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49747              
49748              Fix an ancient (5.002) bug.
49749      Branch: perl
49750            ! lib/Carp/Heavy.pm
49751 ____________________________________________________________________________
49752 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49753         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49754              variables.
49755      Branch: perl
49756            ! pp_sys.c
49757 ____________________________________________________________________________
49758 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49759         Log: Make UTS as per #10888.
49760      Branch: perl
49761            ! hints/uts.sh
49762 ____________________________________________________________________________
49763 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
49764         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
49765      Branch: perl
49766            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
49767            ! mpeix/mpeixish.h perl.h unixish.h
49768 ____________________________________________________________________________
49769 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
49770         Log: AUTHORS update.
49771      Branch: perl
49772            ! AUTHORS
49773 ____________________________________________________________________________
49774 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
49775         Log: Subject: Encode::Tcl for multibyte doesnot work
49776              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49777              Date: Sun, 24 Jun 2001 22:48:21 +0900
49778              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
49779      Branch: perl
49780            ! ext/Encode/Encode/Tcl.pm
49781 ____________________________________________________________________________
49782 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
49783         Log: Subject: [PATCH] Remove tautology in error messages
49784              From: Mike Guy <mjtg@cam.ac.uk>
49785              Date: Sun, 24 Jun 2001 13:31:00 +0100
49786              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
49787      Branch: perl
49788            ! pp_sys.c
49789 ____________________________________________________________________________
49790 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
49791         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
49792      Branch: perl
49793            ! hints/darwin.sh
49794 ____________________________________________________________________________
49795 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
49796         Log: Subject: Re: [PATCH 5.6.1] test suite
49797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49798              Date: Sun, 24 Jun 2001 05:47:05 -0400
49799              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
49800              
49801              Test suite fixes.
49802      Branch: perl
49803            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
49804 ____________________________________________________________________________
49805 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
49806         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
49807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49808              Date: Sun, 24 Jun 2001 05:37:19 -0400
49809              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
49810      Branch: perl
49811            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
49812 ____________________________________________________________________________
49813 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
49814         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
49815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49816              Date: Sun, 24 Jun 2001 05:34:50 -0400
49817              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
49818              
49819              Pacify compiler warnings.
49820      Branch: perl
49821            ! pp_sys.c
49822 ____________________________________________________________________________
49823 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
49824         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49826              Date: Sun, 24 Jun 2001 05:21:18 -0400
49827              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
49828              
49829              Enable compression of executables during link time.
49830      Branch: perl
49831            ! hints/os2.sh
49832 ____________________________________________________________________________
49833 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
49834         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49836              Date: Sun, 24 Jun 2001 05:15:11 -0400
49837              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
49838              
49839              Add ordinals to the export list for Perl DLL.
49840              (Breaks intra-version DLL compatibility.)
49841      Branch: perl
49842            ! makedef.pl
49843 ____________________________________________________________________________
49844 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
49845         Log: Allow (displaying and) re-editing the Subject in perlbug.
49846              Also abstract the Subject quality control into a function.
49847      Branch: perl
49848            ! utils/perlbug.PL
49849 ____________________________________________________________________________
49850 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
49851         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
49852      Branch: perl
49853            ! utils/perlbug.PL
49854 ____________________________________________________________________________
49855 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
49856         Log: Regen toc and modlib.
49857      Branch: perl
49858            ! pod/perlmodlib.pod pod/perltoc.pod
49859 ____________________________________________________________________________
49860 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
49861         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
49862              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
49863              attribute semantics as much as possible, or 'ntsec' which uses
49864              native NTFS semantics.)  (See also #10877.)
49865      Branch: perl
49866            ! perl.c
49867 ____________________________________________________________________________
49868 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
49869         Log: (Retracted by #11586)
49870              
49871              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
49872      Branch: perl
49873            ! lib/Test/Harness.pm
49874 ____________________________________________________________________________
49875 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
49876         Log: Just zap the -uPerlio.
49877      Branch: perl
49878            ! ext/B/Stash.t
49879 ____________________________________________________________________________
49880 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
49881         Log: Do not test PerlIO if PerlIO not used.
49882      Branch: perl
49883            ! ext/PerlIO/PerlIO.t
49884 ____________________________________________________________________________
49885 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
49886         Log: Regen perlapi.
49887      Branch: perl
49888            ! pod/perlapi.pod
49889 ____________________________________________________________________________
49890 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
49891         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49892              From: Nicholas Clark <nick@ccl4.org>
49893              Date: Sat, 23 Jun 2001 22:55:47 +0100
49894              Message-ID: <20010623225547.Z98663@plum.flirble.org>
49895      Branch: perl
49896            ! numeric.c
49897 ____________________________________________________________________________
49898 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
49899         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
49900              From: Prymmer/Kahn <pvhp@best.com>
49901              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
49902              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
49903      Branch: perl
49904            ! lib/h2xs.t
49905 ____________________________________________________________________________
49906 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
49907         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
49908              cygwin does not taint cwd, just like win32.
49909      Branch: perl
49910            ! lib/File/Find/taint.t t/op/taint.t
49911 ____________________________________________________________________________
49912 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
49913         Log: Retract #10865, the patch should be unnecessary.
49914              (But seemingly helpful in Cygwin?  Strange.)
49915      Branch: perl
49916            ! lib/Memoize/t/tie_ndbm.t
49917 ____________________________________________________________________________
49918 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
49919         Log: Misplaced test file; plus Cygwin filesystem semantics.
49920      Branch: perl
49921            + ext/SDBM_File/sdbm.t
49922            - ext/ODBM_File/sdbm.t
49923            ! MANIFEST
49924 ____________________________________________________________________________
49925 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49926         Log: (Retracted by #10867.)
49927      Branch: perl
49928            ! lib/Memoize/t/tie_ndbm.t
49929 ____________________________________________________________________________
49930 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49931         Log: Metaconfig unit change for #10863.
49932      Branch: metaconfig/U/perl
49933            ! Extensions.U
49934 ____________________________________________________________________________
49935 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49936         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49937              -lndbm and -ldbm are available.
49938      Branch: perl
49939            ! Configure config_h.SH
49940 ____________________________________________________________________________
49941 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49942         Log: More Cygwin filesystem semantics.
49943      Branch: perl
49944            ! t/io/fs.t t/op/stat.t
49945 ____________________________________________________________________________
49946 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49947         Log: More DOSish permission semantics for Cygwin.
49948      Branch: perl
49949            ! lib/AnyDBM_File.t
49950 ____________________________________________________________________________
49951 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49952         Log: Cygwin too has different permission semantics.
49953      Branch: perl
49954            ! ext/GDBM_File/gdbm.t
49955 ____________________________________________________________________________
49956 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49957         Log: The group (and assumedly passwd) databases can have
49958              only one entry (this is the case in cygwin).
49959      Branch: perl
49960            ! t/op/grent.t t/op/pwent.t
49961 ____________________________________________________________________________
49962 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49963         Log: Also in Cygwin use Socket to figure out domainname
49964              (if any) (avoids trying to call external 'domainname',
49965              which doesn't at the moment exist in Cygwin)
49966      Branch: perl
49967            ! lib/Net/Domain.pm
49968 ____________________________________________________________________________
49969 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49970         Log: Remove also the lib$Foo.def, not just $Foo.def.
49971      Branch: perl
49972            ! lib/ExtUtils/MM_Unix.pm
49973 ____________________________________________________________________________
49974 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49975         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49976      Branch: perl
49977            ! unixish.h
49978 ____________________________________________________________________________
49979 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49980         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49981              to match the whole isprint(), only the space character.
49982      Branch: perl
49983            ! handy.h pod/perlre.pod t/op/pat.t
49984 ____________________________________________________________________________
49985 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49986         Log: Integrate mainline
49987      Branch: perlio
49988           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49989           !> lib/ExtUtils.t lib/File/Find/taint.t
49990           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49991           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49992           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49993 ____________________________________________________________________________
49994 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49995         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49996              with its floats    in os390 and s390 (UTS).
49997      Branch: perl
49998            ! lib/Math/BigInt/t/bigintpm.t
49999 ____________________________________________________________________________
50000 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
50001         Log: Add also UTS (s390) to the non-IEEE float platforms.
50002      Branch: perl
50003            ! t/op/sprintf.t
50004 ____________________________________________________________________________
50005 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
50006         Log: Subject: RFC: what are applicable standards for exponent sizes?
50007              From: Peter Prymmer <pvhp@forte.com>
50008              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
50009              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
50010      Branch: perl
50011            ! t/op/sprintf.t
50012 ____________________________________________________________________________
50013 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
50014         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
50015              From: Peter Prymmer <pvhp@forte.com>
50016              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
50017              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
50018      Branch: perl
50019            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
50020 ____________________________________________________________________________
50021 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
50022         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
50023              From: Peter Prymmer <pvhp@forte.com>
50024              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
50025              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
50026      Branch: perl
50027            ! lib/ExtUtils.t
50028 ____________________________________________________________________________
50029 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
50030         Log: Retract #10845.
50031      Branch: perl
50032            ! lib/File/Find/taint.t
50033 ____________________________________________________________________________
50034 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
50035         Log: Yet another error message.
50036      Branch: perl
50037            ! t/op/mkdir.t
50038 ____________________________________________________________________________
50039 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
50040         Log: The croak message for nonexistent socket functions may vary.
50041      Branch: perl
50042            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
50043 ____________________________________________________________________________
50044 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
50045         Log: (Retracted by #10848.)
50046      Branch: perl
50047            ! lib/File/Find/taint.t
50048 ____________________________________________________________________________
50049 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
50050         Log: Integrate perlio:
50051              
50052              [ 10843]
50053              Back out debug in taint.t
50054              
50055              [ 10841]
50056              Skip cwd test on Win32 ???
50057              
50058              [ 10836]
50059              Skip |- based op/write.t on Win32 as well as VMS
50060      Branch: perl
50061           !> lib/File/Find/taint.t t/op/write.t
50062 ____________________________________________________________________________
50063 [ 10843] By: nick                                  on 2001/06/22  21:24:51
50064         Log: Back out debug in taint.t
50065      Branch: perlio
50066            ! lib/File/Find/taint.t
50067 ____________________________________________________________________________
50068 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
50069         Log: setitimer() does not exist in Unicos, despite of what
50070              Configure thinks, from Mark P. Lutz.
50071      Branch: perl
50072            ! hints/unicos.sh
50073 ____________________________________________________________________________
50074 [ 10841] By: nick                                  on 2001/06/22  21:19:36
50075         Log: Skip cwd test on Win32 ???
50076      Branch: perlio
50077            ! lib/File/Find/taint.t
50078 ____________________________________________________________________________
50079 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
50080         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
50081              and Tru64 gcc -Wall happy.
50082      Branch: perl
50083            ! mg.c
50084 ____________________________________________________________________________
50085 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
50086         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
50087      Branch: perl
50088            ! ext/IPC/SysV/Semaphore.pm
50089 ____________________________________________________________________________
50090 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
50091         Log: Metaconfig unit change for #10837.
50092      Branch: metaconfig/U/perl
50093            ! Cross.U
50094 ____________________________________________________________________________
50095 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
50096         Log: Cleanup of the cross-compilation unit.
50097      Branch: perl
50098            ! Configure
50099 ____________________________________________________________________________
50100 [ 10836] By: nick                                  on 2001/06/22  20:45:12
50101         Log: Skip |- based op/write.t on Win32 as well as VMS
50102      Branch: perlio
50103            ! t/op/write.t
50104 ____________________________________________________________________________
50105 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
50106         Log: Integrate perlio:
50107              
50108              [ 10833]
50109              Patcho fix.
50110      Branch: perl
50111           !> util.c
50112 ____________________________________________________________________________
50113 [ 10834] By: nick                                  on 2001/06/22  20:41:54
50114         Log: Integrate mainline
50115      Branch: perlio
50116           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50117           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
50118           !> vos/config.ga.h
50119 ____________________________________________________________________________
50120 [ 10833] By: nick                                  on 2001/06/22  20:22:58
50121         Log: Patcho fix.
50122      Branch: perlio
50123            ! util.c
50124 ____________________________________________________________________________
50125 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
50126         Log: Metaconfig unit changes for #10831.
50127      Branch: metaconfig
50128            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
50129 ____________________________________________________________________________
50130 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
50131         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
50132              From: Andy Dougherty <doughera@lafayette.edu>
50133              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
50134              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
50135      Branch: perl
50136            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50137            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
50138 ____________________________________________________________________________
50139 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
50140         Log: MPE/iX prototype nits from Mark Bixby.
50141      Branch: perl
50142            ! pp_sys.c
50143 ____________________________________________________________________________
50144 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
50145         Log: Detypo.
50146      Branch: perl
50147            ! util.c
50148 ____________________________________________________________________________
50149 [ 10828] By: nick                                  on 2001/06/22  15:33:37
50150         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
50151      Branch: perlio
50152           +> lib/h2xs.t
50153           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
50154           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
50155           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
50156           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
50157           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50158           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50159           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
50160           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
50161           !> vms/vmsish.h
50162 ____________________________________________________________________________
50163 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
50164         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
50165              Date: Fri, 22 Jun 2001 10:08:35 -0500
50166              From: "Craig A. Berry" <craigberry@mac.com>
50167              Message-Id: <a05101001b75908704194@[192.168.56.145]>
50168      Branch: perl
50169            ! vms/vms.c vms/vmsish.h
50170 ____________________________________________________________________________
50171 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
50172         Log: NetWare scripts tweak from Ananth Kesari.
50173      Branch: perl
50174            ! NetWare/t/NWScripts.pl
50175 ____________________________________________________________________________
50176 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
50177         Log: Update Changes.
50178      Branch: perl
50179            ! Changes patchlevel.h
50180 ____________________________________________________________________________
50181 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
50182         Log: Add .i and .s targets.
50183      Branch: perl
50184            ! Makefile.SH
50185 ____________________________________________________________________________
50186 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
50187         Log: Upgrade to Locale::Maketext 1.03.
50188      Branch: perl
50189            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50190            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50191 ____________________________________________________________________________
50192 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
50193         Log: Upgrade to I18N::LangTags 0.26.
50194      Branch: perl
50195            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50196            ! lib/I18N/LangTags/test.pl
50197 ____________________________________________________________________________
50198 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
50199         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
50200              Philip Newton.
50201      Branch: perl
50202            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50203            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50204 ____________________________________________________________________________
50205 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
50206         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
50207              From: Prymmer/Kahn <pvhp@best.com>
50208              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
50209              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
50210      Branch: perl
50211            + lib/h2xs.t
50212            ! MANIFEST utils/h2xs.PL
50213 ____________________________________________________________________________
50214 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
50215         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
50216              From: Prymmer/Kahn <pvhp@best.com>
50217              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
50218              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
50219      Branch: perl
50220            ! lib/ExtUtils.t
50221 ____________________________________________________________________________
50222 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
50223         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
50224              From: Prymmer/Kahn <pvhp@best.com>
50225              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
50226              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
50227      Branch: perl
50228            ! t/pod/plainer.t
50229 ____________________________________________________________________________
50230 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
50231         Log: AUTHORS update.
50232      Branch: perl
50233            ! AUTHORS
50234 ____________________________________________________________________________
50235 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
50236         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
50237              From: "Craig A. Berry" <craigberry@mac.com>
50238              Date: Thu, 21 Jun 2001 18:20:38 -0500
50239              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
50240      Branch: perl
50241            ! ext/POSIX/POSIX.xs
50242 ____________________________________________________________________________
50243 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
50244         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
50245              From: "Craig A. Berry" <craigberry@mac.com>
50246              Date: Thu, 21 Jun 2001 09:58:52 -0500
50247              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
50248      Branch: perl
50249            ! ext/B/Deparse.t t/op/write.t
50250 ____________________________________________________________________________
50251 [ 10814] By: nick                                  on 2001/06/22  08:13:09
50252         Log: Integrate mainline.
50253      Branch: perlio
50254           !> (integrate 46 files)
50255 ____________________________________________________________________________
50256 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
50257         Log: Change the prefixes only if $prefix is unset,
50258              as originally patched by Marcel Grunauer.
50259      Branch: perl
50260            ! hints/darwin.sh hints/rhapsody.sh
50261 ____________________________________________________________________________
50262 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
50263         Log: Subject: Re: Patch for hints/darwin.sh
50264              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
50265              Date: Thu, 21 Jun 2001 11:23:46 -0700
50266              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
50267      Branch: perl
50268            ! hints/darwin.sh hints/rhapsody.sh
50269 ____________________________________________________________________________
50270 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
50271         Log: Add .PHONY targets for non-file targets,
50272              from Wilfredo Sánchez.  Should help saying
50273              "make install" on case-insensitive filesystems.
50274      Branch: perl
50275            ! Makefile.SH
50276 ____________________________________________________________________________
50277 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
50278         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
50279              From: Doug MacEachern <dougm@covalent.net>
50280              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
50281              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
50282              
50283              plus reword the getcwd() comment, plus use getcwd() buffer
50284              size minus one.
50285      Branch: perl
50286            ! util.c
50287 ____________________________________________________________________________
50288 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
50289         Log: More gprofing from Doug MacEachern.
50290      Branch: perl
50291            ! Makefile.SH
50292 ____________________________________________________________________________
50293 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
50294         Log: Metaconfig unit change for #10807.
50295      Branch: metaconfig/U/perl
50296            ! d_sfio.U
50297 ____________________________________________________________________________
50298 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
50299         Log: Tell that you are removing the unneeded -lsfio.
50300      Branch: perl
50301            ! Configure
50302 ____________________________________________________________________________
50303 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
50304         Log: More MPE/iX tweaks from Mark Bixby.
50305      Branch: perl
50306            ! perl.c t/op/magic.t
50307 ____________________________________________________________________________
50308 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
50309         Log: The fchdir() proto is supposed to live in <unistd.h>.
50310      Branch: perl
50311            ! ext/Cwd/Cwd.xs
50312 ____________________________________________________________________________
50313 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
50314         Log: This town is too small for the Cwd extension and me,
50315              it would seem...
50316      Branch: perl
50317            ! ext/Cwd/Cwd.xs
50318 ____________________________________________________________________________
50319 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
50320         Log: Metaconfig unit change for #10802.
50321      Branch: metaconfig/U/perl
50322            ! d_modfl.U
50323 ____________________________________________________________________________
50324 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
50325         Log: More d'ohs.
50326      Branch: perl
50327            ! Configure
50328 ____________________________________________________________________________
50329 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
50330         Log: Off-by-one.  I'm so classic.
50331      Branch: perl
50332            ! util.c
50333 ____________________________________________________________________________
50334 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
50335         Log: Update Changes.
50336      Branch: perl
50337            ! Changes patchlevel.h
50338 ____________________________________________________________________________
50339 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
50340         Log: Subject: Documentation patch for Net::FTP
50341              From: Marcel Grunauer <marcel@codewerk.com>
50342              Date: Wed, 20 Jun 2001 23:03:26 +0200
50343              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
50344      Branch: perl
50345            ! lib/Net/FTP.pm
50346 ____________________________________________________________________________
50347 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
50348         Log: Retract the #10417 mg.c and embed.pl parts because of
50349              strange SEGVs in 64bit x86 FreeBSD observed by
50350              Nicholas Clark.
50351      Branch: perl
50352            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
50353 ____________________________________________________________________________
50354 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
50355         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
50356      Branch: perl
50357            ! Configure NetWare/config.wc NetWare/config_H.wc
50358            ! Porting/Glossary Porting/config.sh Porting/config_H
50359            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50360            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50361            ! vos/config.ga.h win32/config.bc win32/config.gc
50362            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50363            ! win32/config_H.vc
50364 ____________________________________________________________________________
50365 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
50366         Log: Cwd tweak from Doug MacEachern.
50367      Branch: perl
50368            ! ext/Cwd/Cwd.xs
50369 ____________________________________________________________________________
50370 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
50371         Log: Protect the fchdir() and lstat() with ifdefs.
50372              fchdir() needs a Configure probe.
50373      Branch: perl
50374            ! ext/Cwd/Cwd.xs
50375 ____________________________________________________________________________
50376 [ 10794] By: nick                                  on 2001/06/21  17:11:35
50377         Log: Integrate mainline
50378      Branch: perlio
50379           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50380           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50381           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50382           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50383           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50384           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50385           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50386           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50387            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50388            - lib/File/Glob/case.t lib/File/Glob/global.t
50389            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50390            - lib/File/Temp/posix.t lib/File/Temp/security.t
50391            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50392            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50393            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50394            - lib/Text/Wrap/wrap.t
50395           !> (integrate 41 files)
50396 ____________________________________________________________________________
50397 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
50398         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
50399              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
50400              Date: Thu, 21 Jun 2001 13:04:54 -0500
50401              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
50402      Branch: perl
50403            ! ext/Cwd/Cwd.xs
50404 ____________________________________________________________________________
50405 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
50406         Log: Subject: [PATCH pod] overlong =item
50407              From: Robin Barker <rmb1@cise.npl.co.uk>
50408              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
50409              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
50410      Branch: perl
50411            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50412            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50413 ____________________________________________________________________________
50414 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
50415         Log: Subject: [PATCH perlio.c] format 
50416              From: Robin Barker <rmb1@cise.npl.co.uk>
50417              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
50418              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
50419      Branch: perl
50420            ! perlio.c
50421 ____________________________________________________________________________
50422 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
50423         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50424              From: Radu Greab <radu@netsoft.ro>
50425              Date: Thu, 21 Jun 2001 19:06:02 +0300
50426              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
50427      Branch: perl
50428            ! pod/perlapi.pod sv.c
50429 ____________________________________________________________________________
50430 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
50431         Log: The metaconfig unit changes for #10788.
50432      Branch: metaconfig/U/perl
50433            ! Cross.U fflushall.U
50434 ____________________________________________________________________________
50435 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
50436         Log: Cross-configuration changes: make $from to rm the files
50437              before copying them over (this means that he rm can be
50438              removed from the fflushall test), create $targetmkdir      
50439              (not documented in install since it is supposed to internal
50440              use only), make $run to copy over the executable only if
50441              a stamp file .xok doesn't already exist (to avoid unnecessary
50442              copying of the executable)
50443      Branch: perl
50444            ! Configure Makefile.SH
50445 ____________________________________________________________________________
50446 [ 10787] By: nick                                  on 2001/06/21  14:16:18
50447         Log: Integrate mainline
50448      Branch: perlio
50449           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50450           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
50451           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
50452            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
50453           !> (integrate 34 files)
50454 ____________________________________________________________________________
50455 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
50456         Log: Re-add the files as text.
50457      Branch: perl
50458            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50459 ____________________________________________________________________________
50460 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
50461         Log: Delete the binary files.
50462      Branch: perl
50463            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50464 ____________________________________________________________________________
50465 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
50466         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
50467              From: Andy Dougherty <doughera@lafayette.edu>
50468              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
50469              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
50470      Branch: perl
50471            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
50472            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
50473            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
50474            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
50475 ____________________________________________________________________________
50476 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
50477         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
50478              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
50479              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
50480              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
50481              
50482              Setting umask to something friendlier.
50483      Branch: perl
50484            ! installman installperl
50485 ____________________________________________________________________________
50486 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
50487         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
50488              Resort MANIFEST with sort -f, looks much better.
50489      Branch: perl
50490            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50491            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50492            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50493            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50494            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50495            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50496            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50497            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50498            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50499            - lib/File/Glob/case.t lib/File/Glob/global.t
50500            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50501            - lib/File/Temp/posix.t lib/File/Temp/security.t
50502            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50503            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50504            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50505            - lib/Text/Wrap/wrap.t
50506            ! MANIFEST
50507 ____________________________________________________________________________
50508 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
50509         Log: Upgrade to I18N::LangTags 0.25.
50510      Branch: perl
50511            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50512            ! lib/I18N/LangTags/List.pm
50513 ____________________________________________________________________________
50514 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
50515         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
50516              From: Richard Soderberg <rs@crystalflame.net>
50517              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
50518              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
50519      Branch: perl
50520            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
50521            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
50522 ____________________________________________________________________________
50523 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
50524         Log: Test obsoleted by change #10777.
50525      Branch: perl
50526            ! t/op/sub_lval.t
50527 ____________________________________________________________________________
50528 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
50529         Log: Case of confused test numbering.
50530      Branch: perl
50531            ! t/op/pat.t
50532 ____________________________________________________________________________
50533 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
50534         Log: Subject: Re: Opinion on undef lvalue
50535              From: Abhijit Menon-Sen <ams@wiw.org>
50536              Date: Sun, 17 Jun 2001 13:04:46 +0530
50537              Message-ID: <20010617130446.B27925@lustre.linux.in>
50538              
50539              Allow lvalue subs to return undef in array context.
50540      Branch: perl
50541            ! pp_hot.c
50542 ____________________________________________________________________________
50543 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
50544         Log: Just a guess that using the same hack for cygwin as
50545              for win32 might help.
50546      Branch: perl
50547            ! lib/File/Find/find.t
50548 ____________________________________________________________________________
50549 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
50550         Log: NetWare tweaks from Guruprasad.
50551      Branch: perl
50552            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
50553            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
50554            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
50555            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
50556 ____________________________________________________________________________
50557 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
50558         Log: Subject: Re: perl@10722: Bogus warnings on REs 
50559              From: Hugo <hv@crypt.compulink.co.uk>
50560              Date: Thu, 21 Jun 2001 09:51:17 +0100
50561              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
50562              
50563              Unroll to avoid a UTS compiler bug.
50564      Branch: perl
50565            ! regcomp.c
50566 ____________________________________________________________________________
50567 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
50568         Log: Subject: Re: [PATCH] Make /o work under i?threads
50569              From: Artur Bergman <artur@contiller.se>
50570              Date: Thu, 21 Jun 2001 14:38:03 +0200
50571              Message-ID: <B757B74A.184D%artur@contiller.se>
50572      Branch: perl
50573            ! t/op/pat.t
50574 ____________________________________________________________________________
50575 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
50576         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50577              From: Artur Bergman <artur@contiller.se> 
50578              Date: Thu, 21 Jun 2001 14:27:33 +0200
50579              Message-ID: <B757B4D4.1849%artur@contiller.se>
50580              
50581              Plus extra parentheses.
50582      Branch: perl
50583            ! op.h
50584 ____________________________________________________________________________
50585 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
50586         Log: Subject: [PATCH] Make /o work under i?threads
50587              From: Richard Soderberg <rs@crystalflame.net>
50588              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
50589              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
50590      Branch: perl
50591            ! pp_ctl.c
50592 ____________________________________________________________________________
50593 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
50594         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50595              From: Artur Bergman <artur@contiller.se>
50596              Date: Thu, 21 Jun 2001 14:04:54 +0200
50597              Message-ID: <B757AF86.1842%artur@contiller.se>
50598      Branch: perl
50599            ! op.h
50600 ____________________________________________________________________________
50601 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
50602         Log: Subject: Re: perl@10765: sv.c not OK on win32
50603              From: Artur Bergman <artur@contiller.se>
50604              Date: Thu, 21 Jun 2001 10:31:06 +0200
50605              Message-ID: <B7577D69.182C%artur@contiller.se>
50606      Branch: perl
50607            ! sv.c
50608 ____________________________________________________________________________
50609 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
50610         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
50611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50612              Date: Thu, 21 Jun 2001 06:23:56 -0400
50613              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
50614              
50615              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
50616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50617              Date: Thu, 21 Jun 2001 06:32:21 -0400
50618              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
50619      Branch: perl
50620            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
50621 ____________________________________________________________________________
50622 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
50623         Log: Subject: [PATCH] make syslog test more verbose
50624              From: Robert Spier <rspier@pobox.com>
50625              Date: Thu, 21 Jun 2001 00:54:32 -0400
50626              Message-ID: <15153.32264.295807.333073@rls.cx>
50627      Branch: perl
50628            ! ext/Sys/Syslog/syslog.t
50629 ____________________________________________________________________________
50630 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
50631         Log: Subject: op/study.t refinements
50632              From: Hugo <hv@crypt.compulink.co.uk>
50633              Date: Thu, 21 Jun 2001 00:29:07 +0100
50634              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
50635      Branch: perl
50636            ! t/op/study.t
50637 ____________________________________________________________________________
50638 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
50639         Log: Update Changes.
50640      Branch: perl
50641            ! Changes patchlevel.h
50642 ____________________________________________________________________________
50643 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
50644         Log: Subject: Re: [PATCH] djgpp updates
50645              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50646              Date: Wed, 20 Jun 2001 10:05:15 +0200
50647              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
50648      Branch: perl
50649            ! djgpp/config.over
50650 ____________________________________________________________________________
50651 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50652         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50653              are function calls are not being called", from Abhijit.
50654      Branch: perl
50655            ! t/base/lex.t toke.c
50656 ____________________________________________________________________________
50657 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50658         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50659      Branch: perl
50660            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50661            + lib/Locale/Maketext/test.pl
50662            - lib/Locale/Maketext.t
50663            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50664            ! lib/Locale/Maketext/TPJ13.pod
50665 ____________________________________________________________________________
50666 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50667         Log: Metaconfig unit change for #10760.
50668      Branch: metaconfig
50669            ! U/modified/Cppsym.U
50670 ____________________________________________________________________________
50671 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50672         Log: Do not remove the ccsym* Cppsym* files since
50673              they are useful for metaconfig units coming after us.
50674              (This is the Configure nit mentioned in #10752.)
50675      Branch: perl
50676            ! Configure
50677 ____________________________________________________________________________
50678 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50679         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50680      Branch: perl
50681            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50682            + lib/I18N/LangTags/README
50683            - lib/I18N/LangTags/List.pod
50684            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50685 ____________________________________________________________________________
50686 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50687         Log: Regen headers.
50688      Branch: perl
50689            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50690            ! pod/perlapi.pod proto.h
50691 ____________________________________________________________________________
50692 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50693         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50694              From: Artur Bergman <artur@contiller.se>
50695              Date: Wed, 20 Jun 2001 11:31:32 +0200
50696              Message-ID: <B7563A14.17D8%artur@contiller.se>
50697      Branch: perl
50698            ! embed.pl hv.c intrpvar.h sv.c sv.h
50699 ____________________________________________________________________________
50700 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50701         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50702              From: Tim Sweetman <tim@aldigital.co.uk> 
50703              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50704              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50705      Branch: perl
50706            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50707 ____________________________________________________________________________
50708 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50709         Log: Integrate mainline
50710      Branch: perlio
50711           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50712           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50713           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50714           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50715           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50716           !> t/op/study.t util.c
50717 ____________________________________________________________________________
50718 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50719         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50720              but not Makefile)
50721      Branch: maint-5.6/perl
50722            ! win32/Makefile
50723 ____________________________________________________________________________
50724 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50725         Log: Security tweak on readlink().
50726      Branch: perl
50727            ! pp_sys.c
50728 ____________________________________________________________________________
50729 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50730         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50731      Branch: perl
50732            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50733            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50734            ! mpeix/relink t/op/pwent.t
50735 ____________________________________________________________________________
50736 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50737         Log: Reinstate #10725 (with probe for alarm()).
50738      Branch: perl
50739            ! t/op/study.t
50740 ____________________________________________________________________________
50741 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50742         Log: Replace our implementation of realpath() with OpenBSD's
50743              (src/lib/libc/stdlib/realpath.c 1.4).
50744      Branch: perl
50745            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50746            ! pod/perldiag.pod proto.h util.c
50747 ____________________________________________________________________________
50748 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50749         Log: Integrate perlio:
50750              
50751              [ 10747]
50752              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50753      Branch: perl
50754           !> perlio.c
50755 ____________________________________________________________________________
50756 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50757         Log: No point in going into memory-saving contortions
50758              with getcwd() since there's a danger of buffer overflow.
50759              Also make the POSIX extension to use sv_getcwd().
50760              Finally, a missed proto.h fragment.
50761      Branch: perl
50762            ! ext/POSIX/POSIX.xs proto.h util.c
50763 ____________________________________________________________________________
50764 [ 10747] By: nick                                  on 2001/06/20  12:38:26
50765         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50766      Branch: perlio
50767            ! perlio.c
50768 ____________________________________________________________________________
50769 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
50770         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
50771              From: Graham Barr <gbarr@pobox.com>
50772              Date: Wed, 20 Jun 2001 11:05:49 +0100
50773              Message-ID: <20010620110549.I19188@pobox.com>
50774              
50775              reported in        
50776              
50777              Subject: Bug in IO::Socket::INET module (repeat)
50778              From: "Harmon S. Nine" <hnine@netarx.com>
50779              Date: Tue, 19 Jun 2001 09:41:35 -0400
50780              Message-ID: <3B2F568F.8080605@netarx.com>
50781              
50782              The bug was that the IO::Socket::INET constructor
50783              did not allow a 'LocalPort' of 0.
50784      Branch: perl
50785            ! ext/IO/lib/IO/Socket/INET.pm
50786 ____________________________________________________________________________
50787 [ 10745] By: nick                                  on 2001/06/20  08:56:39
50788         Log: Integrate mainline.
50789      Branch: perlio
50790           !> (integrate 37 files)
50791 ____________________________________________________________________________
50792 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
50793         Log: After some reading I don't think we can blindly
50794              use systems' realpath().  Too many security problems,
50795              too many buggy implementations.
50796              
50797              TODO: the realpath() emulation code in util.c doesn't
50798              seem fully operational?  (readlink(), for example?)
50799      Branch: perl
50800            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
50801            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
50802            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
50803            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
50804            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
50805            ! win32/config_H.gc win32/config_H.vc
50806 ____________________________________________________________________________
50807 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
50808         Log: Metaconfig unit change for #10738.
50809      Branch: metaconfig
50810            ! U/compline/d_gconvert.U
50811 ____________________________________________________________________________
50812 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
50813         Log: Integrate change #10739 from maintperl:
50814              
50815              C<eval "/x$\r\n/x"> fails to compile correctly 
50816      Branch: perl
50817           !> t/op/pat.t toke.c
50818 ____________________________________________________________________________
50819 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
50820         Log: Retract #10725 (Hugo asked NOT to apply the patch)
50821      Branch: perl
50822            ! t/op/study.t
50823 ____________________________________________________________________________
50824 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
50825         Log: The test.third results were funnily named because of the
50826              new test scheme.
50827      Branch: perl
50828            ! t/TEST
50829 ____________________________________________________________________________
50830 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
50831         Log: C<eval "/x$\r\n/x"> fails to compile correctly
50832      Branch: maint-5.6/perl
50833            ! t/op/pat.t toke.c
50834 ____________________________________________________________________________
50835 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
50836         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
50837              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50838              Date: Tue, 19 Jun 2001 19:15:40 -0400
50839              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
50840              
50841              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
50842              because "1e+129" being expected but "1.e+129" being returned.
50843              The culprit (at least in Tru64) is the use of gcvt().
50844      Branch: perl
50845            ! Configure
50846 ____________________________________________________________________________
50847 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
50848         Log: Subject: [PATCH perl@10722] test hunting on VMS
50849              From: "Craig A. Berry" <craigberry@mac.com>
50850              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
50851              Date: Tue, 19 Jun 2001 18:59:01 -0500
50852      Branch: perl
50853            ! vms/test.com
50854 ____________________________________________________________________________
50855 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
50856         Log: Subject: [PATCH] s/typos//
50857              From: Abhijit Menon-Sen <ams@wiw.org>
50858              Date: Wed, 20 Jun 2001 02:15:02 +0530
50859              Message-ID: <20010620021502.A14541@lustre.linux.in>
50860              
50861              Without the op.h s/bearword/bareword/ hunk, see
50862              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
50863      Branch: perl
50864            ! util.c
50865 ____________________________________________________________________________
50866 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
50867         Log: Metaconfig unit change for #10732 and #10733.
50868      Branch: metaconfig/U/perl
50869            ! fflushall.U
50870 ____________________________________________________________________________
50871 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
50872         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
50873              From: "Craig A. Berry" <craigberry@mac.com>
50874              Date: Tue, 19 Jun 2001 17:19:48 -0500
50875              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
50876      Branch: perl
50877            ! configure.com vms/descrip_mms.template
50878 ____________________________________________________________________________
50879 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
50880         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
50881              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50882              Date: Tue, 19 Jun 2001 16:48:07 -0400
50883              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
50884              
50885              Further fixes to fflush(NULL) detection.
50886      Branch: perl
50887            ! Configure
50888 ____________________________________________________________________________
50889 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
50890         Log: AIX test -s hangs with non-existent files?
50891              (A genuine logic bug in Configure, but AIX also broken?)
50892      Branch: perl
50893            ! Configure
50894 ____________________________________________________________________________
50895 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
50896         Log: AUTHORS updates.
50897      Branch: perl
50898            ! AUTHORS
50899 ____________________________________________________________________________
50900 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
50901         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
50902              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50903              Date: Tue, 19 Jun 2001 15:33:25 -0400
50904              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
50905      Branch: perl
50906            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
50907            ! t/lib/warnings/pp
50908 ____________________________________________________________________________
50909 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
50910         Log: Integrate perlio:
50911              
50912              [ 10728]
50913              Hack File/Find/find.t to use File::Spec::Unix on Win32.
50914      Branch: perl
50915           !> lib/File/Find/find.t win32/distclean.bat
50916 ____________________________________________________________________________
50917 [ 10728] By: nick                                  on 2001/06/19  18:24:53
50918         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
50919      Branch: perlio
50920            ! lib/File/Find/find.t win32/distclean.bat
50921 ____________________________________________________________________________
50922 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50923         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50924              also add information how to find out whether one has PerlIO.
50925      Branch: perl
50926            ! pod/perlfunc.pod
50927 ____________________________________________________________________________
50928 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50929         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50930              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50931              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50932              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50933      Branch: perl
50934            ! pod/perlfunc.pod
50935 ____________________________________________________________________________
50936 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50937         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50938              From: Hugo <hv@crypt.compulink.co.uk>
50939              Date: Tue, 19 Jun 2001 12:37:30 +0100
50940              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50941      Branch: perl
50942            ! t/op/study.t
50943 ____________________________________________________________________________
50944 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50945         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50946              From: Hugo <hv@crypt.compulink.co.uk>
50947              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50948              Date: Tue, 19 Jun 2001 13:15:17 +0100
50949      Branch: perl
50950            ! util.c
50951 ____________________________________________________________________________
50952 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50953         Log: Integrate mainline
50954      Branch: perlio
50955           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50956           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50957           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50958           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50959           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50960           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50961            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50962            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50963            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50964            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50965            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50966            - ext/Thread/unsync4.t
50967           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50968           !> djgpp/config.over djgpp/fixpmain
50969           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50970           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50971           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50972 ____________________________________________________________________________
50973 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50974         Log: Update Changes.
50975      Branch: perl
50976            ! Changes patchlevel.h
50977 ____________________________________________________________________________
50978 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50979         Log: The existence shall be MANIFESted.
50980      Branch: perl
50981            ! MANIFEST
50982 ____________________________________________________________________________
50983 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50984         Log: The old libnet.cfg is first searched from the current directory,
50985              only then from the module path.
50986      Branch: perl
50987            ! utils/libnetcfg.PL
50988 ____________________________________________________________________________
50989 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50990         Log: NetWare tweaks from Guruprasad.
50991      Branch: perl
50992            ! NetWare/Makefile NetWare/config.wc
50993 ____________________________________________________________________________
50994 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50995         Log: Subject: [PATCH] djgpp updates
50996              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50997              Date: Tue, 19 Jun 2001 10:59:06 +0200
50998              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50999      Branch: perl
51000            ! djgpp/config.over djgpp/fixpmain
51001 ____________________________________________________________________________
51002 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
51003         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
51004              From: Prymmer/Kahn <pvhp@best.com>
51005              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
51006              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
51007      Branch: perl
51008            ! win32/Makefile
51009 ____________________________________________________________________________
51010 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
51011         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
51012              to happen right after the inclusion of <inttypes.h>,
51013              from Edward Moy.
51014      Branch: perl
51015            ! handy.h perl.h
51016 ____________________________________________________________________________
51017 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
51018         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
51019              From: Doug MacEachern <dougm@covalent.net>
51020              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
51021              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
51022      Branch: perl
51023            ! ext/DynaLoader/DynaLoader_pm.PL
51024 ____________________________________________________________________________
51025 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
51026         Log: Revert #10656 for performance reasons but leave in the
51027              use of Hv*() macros -- in comments, so that grepping the
51028              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
51029              suggested by Sarathy, also by Abhijit.)
51030      Branch: perl
51031            ! hv.c
51032 ____________________________________________________________________________
51033 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
51034         Log: Subject: [patch] .s MakeMaker suffix
51035              From: Doug MacEachern <dougm@covalent.net>
51036              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
51037              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
51038      Branch: perl
51039            ! lib/ExtUtils/MM_Unix.pm
51040 ____________________________________________________________________________
51041 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
51042         Log: One test lost in the big shuffle restored.
51043      Branch: perl
51044            + ext/IPC/SysV/ipcsysv.t
51045            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
51046 ____________________________________________________________________________
51047 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
51048         Log: Rename the old non-standard threads tests so that
51049              they won't be invoked.
51050      Branch: perl
51051            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
51052            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
51053            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
51054            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
51055            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
51056            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
51057            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51058            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51059            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51060            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51061            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51062            - ext/Thread/unsync4.t
51063            ! MANIFEST
51064 ____________________________________________________________________________
51065 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
51066         Log: Integrate perlio:
51067              
51068              [ 10708]
51069              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
51070              
51071              [ 10678]
51072              Integrate mainline (part2 - the deletes)
51073      Branch: perl
51074           !> win32/config_sh.PL
51075 ____________________________________________________________________________
51076 [ 10709] By: nick                                  on 2001/06/19  08:18:18
51077         Log: Integrate mainline
51078      Branch: perlio
51079           +> (branch 40 files)
51080            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
51081            - lib/strict/subs lib/strict/vars lib/warnings/1global
51082            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
51083            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
51084            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
51085            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
51086            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
51087            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
51088            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
51089            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
51090            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
51091            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
51092            - lib/warnings/utf8 lib/warnings/util
51093           !> (integrate 57 files)
51094 ____________________________________________________________________________
51095 [ 10708] By: nick                                  on 2001/06/19  07:57:10
51096         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
51097      Branch: perlio
51098            ! win32/config_sh.PL
51099 ____________________________________________________________________________
51100 [ 10707] By: nick                                  on 2001/06/19  07:05:07
51101         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
51102      Branch: perl
51103            ! perly.c perly.y perly_c.diff vms/perly_c.vms
51104 ____________________________________________________________________________
51105 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
51106         Log: More perl572delta tweaks.
51107      Branch: perl
51108            ! pod/perl572delta.pod
51109 ____________________________________________________________________________
51110 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
51111         Log: Update perl572delta.
51112      Branch: perl
51113            ! pod/perl572delta.pod
51114 ____________________________________________________________________________
51115 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
51116         Log: VOS updates from Paul Green.
51117      Branch: perl
51118            ! vos/Changes vos/build.cm vos/perl.bind
51119 ____________________________________________________________________________
51120 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
51121         Log: Update the vos/config.*.* files.
51122      Branch: perl
51123            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51124            ! vos/config.ga.h
51125 ____________________________________________________________________________
51126 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
51127         Log: Add a makefile for more painless adding of symbols to the
51128              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
51129              takes care of the adding)
51130      Branch: perl
51131            + vos/Makefile
51132 ____________________________________________________________________________
51133 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
51134         Log: Make libnetcfg by default display the libnet configuration,
51135              -c to change, add -i for old config, document all options,
51136              regen toc.
51137      Branch: perl
51138            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
51139 ____________________________________________________________________________
51140 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
51141         Log: gcc -Wall sweep.
51142      Branch: perl
51143            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
51144 ____________________________________________________________________________
51145 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
51146         Log: So there.
51147      Branch: perl
51148            ! universal.c
51149 ____________________________________________________________________________
51150 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
51151         Log: Document the need for sv_printify().
51152              
51153              Document that 'use utf8' has been considered.
51154              
51155              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
51156      Branch: perl
51157            ! pod/perltodo.pod universal.c
51158 ____________________________________________________________________________
51159 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
51160         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
51161              From: Nicholas Clark <nick@ccl4.org>
51162              Date: Mon, 18 Jun 2001 23:29:23 +0100
51163              Message-ID: <20010618232923.I98663@plum.flirble.org>
51164      Branch: perl
51165            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
51166            ! ext/Sys/Syslog/Makefile.PL
51167 ____________________________________________________________________________
51168 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
51169         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
51170              From: Scott.L.Miller@Compaq.com
51171              Date: Mon, 18 Jun 2001 10:12:27 -0500
51172              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
51173      Branch: perl
51174            ! lib/perl5db.pl pod/perldebug.pod
51175 ____________________________________________________________________________
51176 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
51177         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
51178              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
51179              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
51180              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
51181      Branch: perl
51182            ! lib/Carp/Heavy.pm
51183 ____________________________________________________________________________
51184 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
51185         Log: Subject: [PATCH] Documentation changes for CLONE
51186              From: Artur Bergman <artur@contiller.se>
51187              Date: Mon, 18 Jun 2001 22:06:37 +0200
51188              Message-ID: <B7542BEC.1719%artur@contiller.se>
51189      Branch: perl
51190            ! pod/perlmod.pod pod/perlsub.pod
51191 ____________________________________________________________________________
51192 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
51193         Log: Subject: Re: configure.com
51194              From: "Craig A. Berry" <craigberry@mac.com>
51195              Date: Mon, 18 Jun 2001 16:04:38 -0500
51196              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
51197      Branch: perl
51198            ! configure.com
51199 ____________________________________________________________________________
51200 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
51201         Log: Subject: PL_nullstash + perl_clone()
51202              From: Doug MacEachern <dougm@covalent.net>
51203              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
51204              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
51205      Branch: perl
51206            ! sv.c
51207 ____________________________________________________________________________
51208 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
51209         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
51210              From: davem@fdgroup.co.uk
51211              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
51212              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
51213      Branch: perl
51214            ! embed.pl pod/perlapi.pod
51215 ____________________________________________________________________________
51216 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
51217         Log: More cross-compilation defaults gleaned from -Dcc
51218              if it is CPU-OS-gcc.
51219      Branch: metaconfig
51220            ! U/modified/libc.U
51221      Branch: metaconfig/U/perl
51222            ! Cross.U
51223      Branch: perl
51224            ! Configure INSTALL
51225 ____________________________________________________________________________
51226 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
51227         Log: Update Changes.
51228      Branch: perl
51229            ! Changes patchlevel.h
51230 ____________________________________________________________________________
51231 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
51232         Log: Subject: [PATCH 5.7.1] sv.c documentation
51233              From: davem@fdgroup.co.uk
51234              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
51235              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
51236      Branch: perl
51237            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
51238            ! sv.c sv.h
51239 ____________________________________________________________________________
51240 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
51241         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
51242              From: "Jon Gunnip" <jongunnip@hotmail.com>
51243              Date: Sun, 17 Jun 2001 18:24:29 -0400
51244              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
51245      Branch: perl
51246            ! pod/perlvar.pod
51247 ____________________________________________________________________________
51248 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
51249         Log: Move the locale/strict/warnings helper files back
51250              under the t/lib; this way the amount of non-installabled
51251              stuff under lib/ stays smaller.
51252      Branch: perl
51253            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
51254            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
51255            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
51256            + t/lib/warnings/5nolint t/lib/warnings/6default
51257            + t/lib/warnings/7fatal t/lib/warnings/8signal
51258            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
51259            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
51260            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
51261            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
51262            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
51263            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
51264            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
51265            + t/lib/warnings/taint t/lib/warnings/toke
51266            + t/lib/warnings/universal t/lib/warnings/utf8
51267            + t/lib/warnings/util
51268            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
51269            - lib/strict/subs lib/strict/vars lib/warnings/1global
51270            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
51271            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
51272            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
51273            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
51274            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
51275            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
51276            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
51277            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
51278            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
51279            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
51280            - lib/warnings/utf8 lib/warnings/util
51281            ! MANIFEST installperl lib/locale.t lib/strict.t
51282 ____________________________________________________________________________
51283 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
51284         Log: Split off the pack/unpack code, from Nicholas Clark.
51285      Branch: perl
51286            + pp_pack.c
51287            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
51288            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
51289            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51290 ____________________________________________________________________________
51291 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
51292         Log: Guard the SysV IPC tests against being invoked in
51293              SysV-IPC-less places.
51294      Branch: perl
51295            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
51296 ____________________________________________________________________________
51297 [ 10683] By: nick                                  on 2001/06/18  12:24:42
51298         Log: Integrate mainline (new test scheme now ok on Linux).
51299      Branch: perlio
51300           +> lib/warnings.t
51301           !> dump.c sv.c
51302 ____________________________________________________________________________
51303 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
51304         Log: Add the locale.c and numeric.c to the microperl sources.
51305      Branch: perl
51306            ! Makefile.micro win32/Makefile
51307 ____________________________________________________________________________
51308 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
51309         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
51310              From: Abhijit Menon-Sen <ams@wiw.org>
51311              Date: Mon, 18 Jun 2001 14:23:44 +0530
51312              Message-ID: <20010618142344.A13136@lustre.linux.in>
51313      Branch: perl
51314            ! dump.c
51315 ____________________________________________________________________________
51316 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
51317         Log: Subject: Re: [PATCH] more anonymous stash cleanups
51318              From: Abhijit Menon-Sen <ams@wiw.org>
51319              Date: Mon, 18 Jun 2001 15:50:32 +0530
51320              Message-ID: <20010618155032.A13223@lustre.linux.in>
51321              
51322              Plus the comment left in as suggested by NI-S.
51323      Branch: perl
51324            ! sv.c
51325 ____________________________________________________________________________
51326 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
51327         Log: One missed file.
51328      Branch: perl
51329            + lib/warnings.t
51330 ____________________________________________________________________________
51331 [ 10678] By: nick                                  on 2001/06/18  08:05:29
51332         Log: Integrate mainline (part2 - the deletes)
51333      Branch: perlio
51334            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
51335            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
51336            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
51337            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
51338            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
51339            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
51340            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
51341            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
51342            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
51343            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
51344            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
51345 ____________________________________________________________________________
51346 [ 10677] By: nick                                  on 2001/06/18  08:04:44
51347         Log: Integrate mainline (part1)
51348      Branch: perlio
51349           +> (branch 376 files)
51350            - (delete 219 files)
51351           !> (integrate 151 files)
51352 ____________________________________________________________________________
51353 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
51354         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
51355              No doubt I made some mistakes like missed some files or
51356              misnamed some files.  The naming rules were more or less:
51357              (1) if the module is from CPAN, follows its ways, be it
51358              t/*.t or test.pl.
51359              (2) otherwise if there are multiple tests for a module
51360              put them in a t/
51361              (3) otherwise if there's only one test put it in Module.t
51362              (4) helper files go to module/ (locale, strict, warnings)
51363              (5) use longer filenames now that we can (but e.g. the
51364              compat-0.6.t and the Text::Balanced test files still
51365              were renamed to be more civil against the 8.3 people)
51366              installperl was updated appropriately not to install the
51367              *.t files or the help files from under lib.
51368              
51369              TODO: some helper files still remain under t/ that could
51370              follow their 'masters'.  UPDATE: On second thoughts, why
51371              should they.  They can continue to live under t/lib, and
51372              in fact the locale/strict/warnings helpers that were moved
51373              could be moved back.  This way the amount of non-installable
51374              stuff under lib/ stays smaller.
51375      Branch: perl
51376            + (add 253 files)
51377            - (delete 254 files)
51378            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
51379 ____________________________________________________________________________
51380 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
51381         Log: The warning no more comes from util.c, it comes from numeric.c.
51382      Branch: perl
51383            ! README.tru64
51384 ____________________________________________________________________________
51385 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
51386         Log: Subject: Re: anyone good at casting spells?
51387              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51388              Date: Sun, 17 Jun 2001 21:21:04 -0400
51389              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
51390      Branch: perl
51391            ! ext/POSIX/POSIX.xs hv.h
51392 ____________________________________________________________________________
51393 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
51394         Log: Protect the (original) thread tests against testing if no 5.005
51395              threads have been configured.
51396      Branch: perl
51397            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51398            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51399            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51400            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51401            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51402            ! ext/Thread/unsync4.t
51403 ____________________________________________________________________________
51404 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
51405         Log: Try the new test scanning scheme on Text::Abbrev.
51406      Branch: perl
51407            + lib/Text/Abbrev.t
51408            - lib/Text/Abbrev/t/abbrev.t
51409            ! MANIFEST
51410 ____________________________________________________________________________
51411 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
51412         Log: Change the scan policy of the *.t and test.pl files,
51413              now the *.t do not need to live in a t/ directory.
51414      Branch: perl
51415            ! t/TEST t/harness
51416 ____________________________________________________________________________
51417 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
51418         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
51419              From: Ilmari Karonen <iltzu@sci.fi>
51420              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
51421              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
51422      Branch: perl
51423            ! pod/perlfaq7.pod
51424 ____________________________________________________________________________
51425 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
51426         Log: Quench the warnings from Tru64; the HP-UX is still
51427              broken because it really, REALLY, doesn't like the
51428              HvARRAY() being lvalue:
51429              
51430              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
51431              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
51432      Branch: perl
51433            ! hv.c
51434 ____________________________________________________________________________
51435 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
51436         Log: Integrate change #10667 from maintperl:
51437              
51438              change#10449 broke the special-case that makes lexicals inside the
51439              eval"" within DB::DB() visible
51440      Branch: perl
51441           !> op.c
51442 ____________________________________________________________________________
51443 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
51444         Log: change#10449 broke the special-case that makes lexicals inside the
51445              eval"" within DB::DB() visible
51446      Branch: maint-5.6/perl
51447            ! op.c
51448 ____________________________________________________________________________
51449 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
51450         Log: Still spurious output; indent the code a bit.
51451              
51452              TODO1: separate the utility functions like MkDir
51453              into a helper script?
51454              
51455              TODO2: I see a lot of repetition in the filepath()
51456              and dirpath() calls.
51457      Branch: perl
51458            ! t/lib/filefind.t t/lib/findtaint.t
51459 ____________________________________________________________________________
51460 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
51461         Log: Regen modlib, toc.
51462      Branch: perl
51463            ! pod/perlmodlib.pod pod/perltoc.pod
51464 ____________________________________________________________________________
51465 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
51466         Log: Add libnetcfg to perlutil.
51467      Branch: perl
51468            ! pod/perlutil.pod
51469 ____________________________________________________________________________
51470 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
51471         Log: Initial integration of libnet-1.0703.
51472              The Configure script renamed as libnetcfg, will be
51473              installed along other utilities.
51474      Branch: perl
51475            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
51476            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
51477            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
51478            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
51479            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
51480            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
51481            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
51482            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
51483            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
51484            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
51485            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
51486            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
51487            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
51488            + utils/libnetcfg.PL
51489            ! MANIFEST utils.lst utils/Makefile
51490 ____________________________________________________________________________
51491 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
51492         Log: Less potentially test-harness-confusing output.
51493      Branch: perl
51494            ! lib/Memoize/t/expire_module_t.t
51495 ____________________________________________________________________________
51496 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
51497         Log: The final print annoys make test.
51498      Branch: perl
51499            ! t/lib/filefind.t t/lib/findtaint.t
51500 ____________________________________________________________________________
51501 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
51502         Log: Add an option for handling dangling symbolic links.
51503      Branch: perl
51504            ! lib/File/Find.pm t/lib/filefind.t
51505 ____________________________________________________________________________
51506 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
51507         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
51508              From: Thomas Wegner <wegner_thomas@yahoo.com>
51509              Date: Sun, 17 Jun 2001 14:43:11 +0200
51510              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
51511      Branch: perl
51512            + t/lib/findtaint.t
51513            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
51514 ____________________________________________________________________________
51515 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
51516         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
51517              From: Jonathan Stowe <gellyfish@gellyfish.com>
51518              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
51519              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
51520      Branch: perl
51521            ! lib/ExtUtils/MM_Unix.pm
51522 ____________________________________________________________________________
51523 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
51524         Log: Subject: [PATCH] more anonymous stash cleanups
51525              From: Abhijit Menon-Sen <ams@wiw.org>
51526              Date: Sun, 17 Jun 2001 11:44:06 +0530
51527              Message-ID: <20010617114406.A25203@lustre.linux.in>
51528      Branch: perl
51529            ! op.c
51530 ____________________________________________________________________________
51531 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
51532         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
51533              From: Abhijit Menon-Sen <ams@wiw.org>
51534              Date: Sun, 17 Jun 2001 08:02:59 +0530
51535              Message-ID: <20010617080259.A28776@lustre.linux.in>
51536              
51537              Subject: [PATCH #2/7] xhv_eiter
51538              From: Abhijit Menon-Sen <ams@wiw.org>
51539              Date: Sun, 17 Jun 2001 08:13:18 +0530
51540              Message-ID: <20010617081318.B28776@lustre.linux.in>
51541              
51542              Subject: [PATCH #3/7] xhv_fill
51543              From: Abhijit Menon-Sen <ams@wiw.org>
51544              Date: Sun, 17 Jun 2001 08:25:16 +0530
51545              Message-ID: <20010617082516.C28776@lustre.linux.in>
51546              
51547              Subject: [PATCH #4/7] xhv_keys
51548              From: Abhijit Menon-Sen <ams@wiw.org>
51549              Date: Sun, 17 Jun 2001 08:36:17 +0530
51550              Message-ID: <20010617083617.D28776@lustre.linux.in>
51551              
51552              Subject: [PATCH #5/7] xhv_max
51553              From: Abhijit Menon-Sen <ams@wiw.org>
51554              Date: Sun, 17 Jun 2001 08:39:48 +0530
51555              Message-ID: <20010617083948.E28776@lustre.linux.in>
51556              
51557              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
51558              From: Abhijit Menon-Sen <ams@wiw.org>
51559              Date: Sun, 17 Jun 2001 08:51:11 +0530
51560              Message-ID: <20010617085111.F28776@lustre.linux.in>
51561      Branch: perl
51562            ! hv.c
51563 ____________________________________________________________________________
51564 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
51565         Log: Update Changes.
51566      Branch: perl
51567            ! Changes patchlevel.h
51568 ____________________________________________________________________________
51569 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
51570         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
51571              From: Abhijit Menon-Sen <ams@wiw.org>
51572              Date: Sat, 16 Jun 2001 07:41:19 +0530
51573              Message-ID: <20010616074119.A24720@lustre.linux.in>
51574      Branch: perl
51575            ! hv.c perl.c vms/vmsish.h win32/win32.h
51576 ____________________________________________________________________________
51577 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
51578         Log: Document tests failing when threaded, since we now have more.
51579      Branch: perl
51580            ! pod/perl572delta.pod
51581 ____________________________________________________________________________
51582 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
51583         Log: -Wall cleanup.
51584      Branch: perl
51585            ! ext/Thread/Thread.xs
51586 ____________________________________________________________________________
51587 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
51588         Log: pthread_attr_setstacksize() isn't absolutely necessary
51589              to call, only iff THREAD_CREATE_NEEDS_STACK.
51590      Branch: perl
51591            ! ext/Thread/Thread.xs
51592 ____________________________________________________________________________
51593 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
51594         Log: -Wall strays.
51595      Branch: perl
51596            ! perl.c util.c
51597 ____________________________________________________________________________
51598 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
51599         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
51600              (and INT64_MIN) brokenness.
51601      Branch: perl
51602            ! hints/darwin.sh perl.h
51603 ____________________________________________________________________________
51604 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
51605         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
51606              From: Nicholas Clark <nick@ccl4.org>
51607              Date: Sun, 17 Jun 2001 00:16:05 +0100
51608              Message-ID: <20010617001605.V98663@plum.flirble.org>
51609      Branch: perl
51610            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
51611            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
51612            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51613 ____________________________________________________________________________
51614 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
51615         Log: Add perlnetware to docs; regen toc; supply skeleton
51616              docs for some Memoize submodules.
51617      Branch: perl
51618            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
51619            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51620            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
51621            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51622            ! win32/Makefile win32/makefile.mk
51623 ____________________________________________________________________________
51624 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
51625         Log: pod cleanup.
51626      Branch: perl
51627            ! README.netware
51628 ____________________________________________________________________________
51629 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
51630         Log: Integrate Memoize 0.64.  Few tweaks were required in
51631              the test scripts.  Note that the speed and expire*
51632              tests take several dozen seconds to run.
51633      Branch: perl
51634            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
51635            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
51636            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51637            + lib/Memoize/README lib/Memoize/SDBM_File.pm
51638            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
51639            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
51640            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
51641            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
51642            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
51643            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
51644            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
51645            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
51646            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
51647            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
51648            ! MANIFEST t/lib/1_compile.t
51649 ____________________________________________________________________________
51650 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51651         Log: Document the cross-compilation options.
51652      Branch: perl
51653            ! Cross/README INSTALL
51654 ____________________________________________________________________________
51655 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51656         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51657      Branch: perl
51658            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51659            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51660            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51661            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51662            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51663            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51664            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51665            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51666            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51667            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51668            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51669            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51670            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51671            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51672            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51673            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51674            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51675            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51676            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51677            + lib/ExtUtils/MM_NW5.pm
51678            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51679            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51680            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51681            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51682            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51683            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51684            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51685            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51686            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51687            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51688            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51689            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51690            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51691            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51692            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51693            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51694            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51695            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51696            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51697            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51698            ! util.h x2p/a2py.c
51699 ____________________________________________________________________________
51700 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51701         Log: Resort MANIFEST.
51702      Branch: perl
51703            ! MANIFEST
51704 ____________________________________________________________________________
51705 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51706         Log: Integrate perlio:
51707              
51708              [ 10640]
51709              Disable :win32 layer as default till I get it working
51710              
51711              [ 10632]
51712              Work-in-progress win32 layer semi-functional, checking 
51713              for UNIX breakage.
51714              
51715              [ 10627]
51716              Work in progress UNIX-side edit of win32 PerLIO layer
51717      Branch: perl
51718           +> win32/win32io.c
51719           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51720 ____________________________________________________________________________
51721 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51722         Log: Disable :win32 layer as default till I get it working
51723      Branch: perlio
51724            ! MANIFEST perlio.c
51725 ____________________________________________________________________________
51726 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51727         Log: Try the new scheme by moving the Text::Abbrev test
51728              to a new place under lib.
51729      Branch: perl
51730            + lib/Text/Abbrev/t/abbrev.t
51731            - t/lib/abbrev.t
51732            ! MANIFEST
51733 ____________________________________________________________________________
51734 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51735         Log: Make the code even more dynamical so that testname
51736              suffix length can change.
51737      Branch: perl
51738            ! lib/Test/Harness.pm t/TEST
51739 ____________________________________________________________________________
51740 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51741         Log: Allow for deeper t/ and also a single test.pl.
51742      Branch: perl
51743            ! t/TEST t/harness
51744 ____________________________________________________________________________
51745 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51746         Log: #define fix from Nicholas Clark.
51747      Branch: perl
51748            ! ext/POSIX/POSIX.xs
51749 ____________________________________________________________________________
51750 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51751         Log: Initialization is nice.
51752      Branch: perl
51753            ! lib/Test/Harness.pm
51754 ____________________________________________________________________________
51755 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51756         Log: Make t/TEST and t/harness to test also the t/ tests
51757              under the main lib/ and ext/ directories.  Fix Test::Harness
51758              to dynamically change the width of its "foo/bar....ok" output.
51759      Branch: perl
51760            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
51761 ____________________________________________________________________________
51762 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
51763         Log: Subject: [PATCH] Re: perl@10611 
51764              From: Nicholas Clark <nick@ccl4.org>
51765              Date: Sat, 16 Jun 2001 16:52:47 +0100
51766              Message-ID: <20010616165247.O98663@plum.flirble.org>
51767              
51768              The .xs parts, too.
51769      Branch: perl
51770            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
51771            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
51772 ____________________________________________________________________________
51773 [ 10632] By: nick                                  on 2001/06/16  16:44:35
51774         Log: Work-in-progress win32 layer semi-functional, checking 
51775              for UNIX breakage.
51776      Branch: perlio
51777            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
51778 ____________________________________________________________________________
51779 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
51780         Log: Subject: [PATCH] Re: perl@10611 
51781              From: Nicholas Clark <nick@ccl4.org>
51782              Date: Sat, 16 Jun 2001 16:52:47 +0100
51783              Message-ID: <20010616165247.O98663@plum.flirble.org>
51784      Branch: perl
51785            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
51786            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
51787            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
51788            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
51789            ! lib/ExtUtils/Constant.pm
51790 ____________________________________________________________________________
51791 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
51792         Log: Metaconfig unit change for #10629.
51793      Branch: metaconfig
51794            ! U/modified/Finish.U
51795 ____________________________________________________________________________
51796 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
51797         Log: The extraction changed directories.
51798      Branch: perl
51799            ! Configure
51800 ____________________________________________________________________________
51801 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
51802         Log: Math::BigInt 1.35 from Tels.
51803      Branch: perl
51804            + t/lib/mbimbf.t
51805            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51806            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51807 ____________________________________________________________________________
51808 [ 10627] By: nick                                  on 2001/06/16  14:54:52
51809         Log: Work in progress UNIX-side edit of win32 PerLIO layer
51810      Branch: perlio
51811            + win32/win32io.c
51812            ! perlio.c win32/makefile.mk
51813 ____________________________________________________________________________
51814 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
51815         Log: Subject: [PATCH 5.6.1] os2/diff-configure
51816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51817              Date: Fri, 15 Jun 2001 01:19:36 -0400
51818              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
51819              
51820              Empty all of it because I think #10624 made even the
51821              last patch hunk unnecessary.
51822      Branch: perl
51823            ! os2/diff.configure
51824 ____________________________________________________________________________
51825 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
51826         Log: Metaconfig unit change for 10624.
51827      Branch: metaconfig
51828            ! U/modified/libc.U
51829      Branch: perl
51830            ! config_h.SH
51831 ____________________________________________________________________________
51832 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
51833         Log: Move the initialization of libnames to the beginning so
51834              that can one 'seed' it (as OS/2 does.)
51835      Branch: perl
51836            ! Configure
51837 ____________________________________________________________________________
51838 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
51839         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
51840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51841              Date: Fri, 15 Jun 2001 19:10:57 -0400
51842              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
51843      Branch: perl
51844            ! os2/OS2/REXX/DLL/DLL.pm
51845 ____________________________________________________________________________
51846 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
51847         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
51848              From: "Craig A. Berry" <craigberry@mac.com>
51849              Date: Fri, 15 Jun 2001 17:00:03 -0500
51850              Message-Id: <a05101007b750342599be@[172.16.52.1]>
51851      Branch: perl
51852            ! vms/descrip_mms.template
51853 ____________________________________________________________________________
51854 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
51855         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
51856              From: "Craig A. Berry" <craigberry@mac.com>
51857              Date: Fri, 15 Jun 2001 18:39:42 -0500
51858              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
51859      Branch: perl
51860            ! lib/File/Spec/VMS.pm t/lib/extutils.t
51861 ____________________________________________________________________________
51862 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
51863         Log: Integrate perlio:
51864              
51865              [ 10619]
51866              Generated files
51867              
51868              [ 10618]
51869              Fix open.pm to work via XS-implemented method calls rather
51870              than *open::layers variables which caused all the HV/AV hassle.
51871      Branch: perl
51872           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
51873           !> t/io/utf8.t t/lib/io_scalar.t
51874 ____________________________________________________________________________
51875 [ 10619] By: nick                                  on 2001/06/15  21:05:19
51876         Log: Generated files
51877      Branch: perlio
51878            ! embed.h proto.h
51879 ____________________________________________________________________________
51880 [ 10618] By: nick                                  on 2001/06/15  20:27:42
51881         Log: Fix open.pm to work via XS-implemented method calls rather
51882              than *open::layers variables which caused all the HV/AV hassle.
51883      Branch: perlio
51884            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
51885            ! t/lib/io_scalar.t
51886 ____________________________________________________________________________
51887 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
51888         Log: Integrate perlio:
51889              
51890              [ 10616]
51891              pTHX_ / aTHX_ for ExtUtils/Constant.pm
51892      Branch: perl
51893           !> lib/ExtUtils/Constant.pm
51894 ____________________________________________________________________________
51895 [ 10616] By: nick                                  on 2001/06/15  18:46:47
51896         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
51897      Branch: perlio
51898            ! lib/ExtUtils/Constant.pm
51899 ____________________________________________________________________________
51900 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
51901         Log: Integrate perlio:
51902              
51903              [ 10614]
51904              MULTIPLICITY fix for Socket.xs
51905      Branch: perl
51906           !> ext/Socket/Socket.xs
51907 ____________________________________________________________________________
51908 [ 10614] By: nick                                  on 2001/06/15  18:33:37
51909         Log: MULTIPLICITY fix for Socket.xs
51910      Branch: perlio
51911            ! ext/Socket/Socket.xs
51912 ____________________________________________________________________________
51913 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
51914         Log: Subject: Re: perl@10611
51915              From: Doug MacEachern <dougm@covalent.net>
51916              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
51917              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
51918      Branch: perl
51919            ! ext/Socket/Socket.xs
51920 ____________________________________________________________________________
51921 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51922         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51923      Branch: perlio
51924           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51925           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51926           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51927           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51928           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51929           !> utils/h2ph.PL
51930 ____________________________________________________________________________
51931 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51932         Log: Update Changes.
51933      Branch: perl
51934            ! Changes patchlevel.h
51935 ____________________________________________________________________________
51936 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51937         Log: Upping the test count.
51938      Branch: perl
51939            ! t/lib/filefind.t
51940 ____________________________________________________________________________
51941 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51942         Log: Integrate perlio:
51943              
51944              [ 10606]
51945              regen_config_h for Win32.
51946      Branch: perl
51947           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51948 ____________________________________________________________________________
51949 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51950         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51951              From: andreas.koenig@anima.de (Andreas J. Koenig)
51952              Date: 15 Jun 2001 13:30:39 +0200
51953              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51954              
51955              Record the grim history.
51956      Branch: perl
51957            ! lib/File/Find.pm
51958 ____________________________________________________________________________
51959 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51960         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51961              From: Brian McCauley <nobull@mail.com>
51962              Date: 15 Jun 2001 07:51:26 +0100
51963              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51964      Branch: perl
51965            ! lib/File/Find.pm t/lib/filefind.t
51966 ____________________________________________________________________________
51967 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51968         Log: regen_config_h for Win32.
51969      Branch: perlio
51970            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51971 ____________________________________________________________________________
51972 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51973         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51974              From: Peter Prymmer <pvhp@forte.com>
51975              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51976              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51977      Branch: perl
51978            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51979 ____________________________________________________________________________
51980 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51981         Log: Some filesystems require writability for rename/unlink.
51982      Branch: perl
51983            ! opcode.pl
51984 ____________________________________________________________________________
51985 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51986         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51988              Date: Fri, 15 Jun 2001 12:08:53 +0200
51989              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51990      Branch: perl
51991            ! perlio.c
51992 ____________________________________________________________________________
51993 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51994         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51995              From: Mike Guy <mjtg@cam.ac.uk>
51996              Date: Fri, 15 Jun 2001 14:11:49 +0100
51997              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51998      Branch: perl
51999            ! opcode.pl
52000 ____________________________________________________________________________
52001 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
52002         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
52003              From: Nicholas Clark <nick@ccl4.org>
52004              Date: Thu, 14 Jun 2001 23:52:56 +0100
52005              Message-ID: <20010614235256.G98663@plum.flirble.org>
52006      Branch: perl
52007            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
52008            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52009 ____________________________________________________________________________
52010 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
52011         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
52012              From: Russ Allbery <rra@stanford.edu>
52013              Date: 14 Jun 2001 13:24:43 -0700
52014              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
52015      Branch: perl
52016            ! ext/GDBM_File/GDBM_File.pm
52017 ____________________________________________________________________________
52018 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
52019         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
52020              From: Nicholas Clark <nick@ccl4.org>
52021              Date: Thu, 14 Jun 2001 20:37:47 +0100
52022              Message-ID: <20010614203747.F98663@plum.flirble.org>
52023      Branch: perl
52024            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
52025            ! t/lib/gdbm.t
52026 ____________________________________________________________________________
52027 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
52028         Log: Integrate perlio:
52029              
52030              [ 10597]
52031              Check that HVs with HvNAME() != NULL are really stashes before
52032              treating them as such. Also be more defensive on the GvCV.
52033              Win32 fork and dprof now working again. 
52034              
52035              [ 10595]
52036              Skip Perl_my_bcopy in .def file as we do not provide it.
52037              - Win32 (VC++) now builds but fails:
52038              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
52039              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
52040              write.t    - open(...,"|-") not implemented on Win32 
52041      Branch: perl
52042           !> makedef.pl sv.c
52043 ____________________________________________________________________________
52044 [ 10597] By: nick                                  on 2001/06/15  11:08:13
52045         Log: Check that HVs with HvNAME() != NULL are really stashes before
52046              treating them as such. Also be more defensive on the GvCV.
52047              Win32 fork and dprof now working again. 
52048      Branch: perlio
52049            ! sv.c
52050 ____________________________________________________________________________
52051 [ 10596] By: nick                                  on 2001/06/15  10:11:20
52052         Log: Integrate mainline.
52053      Branch: perlio
52054           +> Cross/README
52055           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
52056           !> Porting/config_H config_h.SH configure.com epoc/config.sh
52057           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
52058           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52059           !> vos/config.ga.h win32/config.bc win32/config.gc
52060           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52061           !> win32/config_H.vc
52062 ____________________________________________________________________________
52063 [ 10595] By: nick                                  on 2001/06/15  09:37:17
52064         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
52065              - Win32 (VC++) now builds but fails:
52066              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
52067              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
52068              write.t    - open(...,"|-") not implemented on Win32 
52069      Branch: perlio
52070            ! makedef.pl
52071 ____________________________________________________________________________
52072 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
52073         Log: Integrate perlio:
52074              
52075              [ 10591]
52076              Steps along the road toward Win32 building again.
52077      Branch: perl
52078           !> perlio.c win32/makefile.mk
52079 ____________________________________________________________________________
52080 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
52081         Log: Metaconfig unit changes for #10592.
52082      Branch: metaconfig
52083            + U/modified/i_varhdr.U U/modified/startsh.U
52084            - U/a_dvisory/crosscompile.U U/target/Target.U
52085            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
52086            ! U/compline/bitpbyte.U U/compline/byteorder.U
52087            ! U/compline/ccflags.U U/compline/charsize.U
52088            ! U/compline/d_casti32.U U/compline/d_castneg.U
52089            ! U/compline/d_closedir.U U/compline/d_fd_set.U
52090            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
52091            ! U/compline/d_keepsig.U U/compline/d_open3.U
52092            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
52093            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
52094            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
52095            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
52096            ! U/compline/doublesize.U U/compline/floatsize.U
52097            ! U/compline/nblock_io.U U/compline/orderlib.U
52098            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
52099            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
52100            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
52101            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
52102            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
52103            ! U/modified/spitshell.U U/threads/archname.U
52104            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
52105            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
52106            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
52107            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
52108            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
52109      Branch: metaconfig/U/perl
52110            + Cross.U
52111            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
52112            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
52113            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
52114            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
52115            ! stdio_streams.U uselfs.U
52116 ____________________________________________________________________________
52117 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
52118         Log: The first steps towards cross-compilation.
52119              
52120              Abstract execution of compiled test executables with $run,
52121              and abstract transfer of files with $to and $from.
52122              
52123              Under cross-compilation the $run, $to, and $from will point
52124              to appropriate wrapper scripts, by default ssh and scp,
52125              but also rsh, rcp, and cp are supported.  If not
52126              cross-compiling, they will be set to '', ':', and ':',
52127              respectively.
52128              
52129              With these patches I was able to get Configure for
52130              iPAQ ARM Linux on an Intel Linux about 95% right
52131              (only a few tests failed to execute or they produced
52132              incorrect results), and I was able to compile
52133              a functional miniperl.
52134              
52135              The symbol crosscompile renamed to be usecrosscompile,
52136              the corresponding C symbol from CROSSCOMPILE to
52137              USE_CROSS_COMPILE.
52138      Branch: perl
52139            ! Configure Cross/README Makefile.SH Porting/Glossary
52140            ! Porting/config.sh Porting/config_H config_h.SH configure.com
52141            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
52142            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52143            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52144            ! win32/config.gc win32/config.vc win32/config_H.bc
52145            ! win32/config_H.gc win32/config_H.vc
52146 ____________________________________________________________________________
52147 [ 10591] By: nick                                  on 2001/06/14  20:00:12
52148         Log: Steps along the road toward Win32 building again.
52149      Branch: perlio
52150            ! perlio.c win32/makefile.mk
52151 ____________________________________________________________________________
52152 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
52153         Log: Integrate perlio:
52154              
52155              [ 10589]
52156              Routine regen_config_h for Win32
52157      Branch: perl
52158           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52159 ____________________________________________________________________________
52160 [ 10589] By: nick                                  on 2001/06/14  13:54:07
52161         Log: Routine regen_config_h for Win32
52162      Branch: perlio
52163            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52164 ____________________________________________________________________________
52165 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
52166         Log: Integrate perlio:
52167              
52168              [ 10586]
52169              Add new step to run_byacc which:
52170              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52171              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52172              
52173              [ 10584]
52174              Hack to remove insecure directories from PATH so test will run.
52175      Branch: perl
52176           +> perlyline.pl
52177           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
52178 ____________________________________________________________________________
52179 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
52180         Log: A placeholder.
52181      Branch: perl
52182            + Cross/README
52183 ____________________________________________________________________________
52184 [ 10586] By: nick                                  on 2001/06/14  08:25:07
52185         Log: Add new step to run_byacc which:
52186              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52187              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52188      Branch: perlio
52189            + perlyline.pl
52190            ! MANIFEST Makefile.SH perly.c
52191 ____________________________________________________________________________
52192 [ 10585] By: nick                                  on 2001/06/14  08:22:29
52193         Log: Integrate mainline
52194      Branch: perlio
52195           +> locale.c numeric.c
52196           !> Changes cygwin/Makefile.SHs embed.h embed.pl
52197           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
52198           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
52199           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
52200           !> x2p/Makefile.SH
52201 ____________________________________________________________________________
52202 [ 10584] By: nick                                  on 2001/06/14  08:05:53
52203         Log: Hack to remove insecure directories from PATH so test will run.
52204      Branch: perlio
52205            ! t/lib/filefind.t
52206 ____________________________________________________________________________
52207 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
52208         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
52209      Branch: perl
52210            - t/lib/mbimbf.t
52211            ! MANIFEST
52212 ____________________________________________________________________________
52213 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
52214         Log: Detypo.
52215      Branch: perl
52216            ! x2p/Makefile.SH
52217 ____________________________________________________________________________
52218 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
52219         Log: de-$CONFIG continues.
52220      Branch: perl
52221            ! cygwin/Makefile.SHs x2p/Makefile.SH
52222 ____________________________________________________________________________
52223 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
52224         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
52225              From: Nicholas Clark <nick@ccl4.org>
52226              Date: Wed, 13 Jun 2001 21:20:13 +0100
52227              Message-ID: <20010613212013.D98663@plum.flirble.org>
52228      Branch: perl
52229            ! opcode.pl
52230 ____________________________________________________________________________
52231 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
52232         Log: Subject: splitting util.c
52233              From: Hugo <hv@crypt.compulink.co.uk>
52234              Date: Thu, 14 Jun 2001 00:41:08 +0100
52235              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
52236      Branch: perl
52237            + locale.c numeric.c
52238            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
52239            ! pod/perlapi.pod proto.h util.c
52240 ____________________________________________________________________________
52241 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
52242         Log: Upgrade to Math::BigInt 1.34 from Tels.
52243      Branch: perl
52244            + t/lib/mbimbf.t
52245            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52246            ! t/lib/bigfltpm.t t/lib/bigintpm.t
52247 ____________________________________________________________________________
52248 [ 10577] By: nick                                  on 2001/06/13  19:02:48
52249         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
52250      Branch: perlio
52251           !> (integrate 125 files)
52252 ____________________________________________________________________________
52253 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
52254         Log: Update Changes.
52255      Branch: perl
52256            ! Changes patchlevel.h
52257 ____________________________________________________________________________
52258 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
52259         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52260              From: "Craig A. Berry" <craigberry@mac.com>
52261              Date: Wed, 13 Jun 2001 13:24:28 -0500
52262              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
52263      Branch: perl
52264            ! ext/re/Makefile.PL
52265 ____________________________________________________________________________
52266 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
52267         Log: Mc.u.c. for #10573.
52268      Branch: metaconfig
52269            ! U/threads/usethreads.U
52270 ____________________________________________________________________________
52271 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
52272         Log: It would be also be good if I could type.
52273      Branch: perl
52274            ! Configure
52275 ____________________________________________________________________________
52276 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
52277         Log: Metaconfig unit change for #10571.
52278      Branch: metaconfig
52279            ! U/threads/usethreads.U
52280 ____________________________________________________________________________
52281 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
52282         Log: A non-empty default is a good thing.
52283      Branch: perl
52284            ! Configure
52285 ____________________________________________________________________________
52286 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
52287         Log: Metaconfig unit change for #10569.
52288      Branch: metaconfig
52289            ! U/threads/usethreads.U
52290 ____________________________________________________________________________
52291 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
52292         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
52293              extremely experimental, not even prompted for.
52294      Branch: perl
52295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52296            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
52297            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52298            ! win32/config.bc win32/config.gc win32/config.vc
52299 ____________________________________________________________________________
52300 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
52301         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
52302      Branch: perl
52303            ! pod/perlfaq6.pod
52304 ____________________________________________________________________________
52305 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
52306         Log: Integrate perlio:
52307              
52308              [ 10564]
52309              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52310              and using that instead (name lookups are sequential search for now).
52311      Branch: perl
52312           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52313           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52314 ____________________________________________________________________________
52315 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
52316         Log: Subject: Re: ext/ + -Wall
52317              From: Doug MacEachern <dougm@covalent.net>
52318              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
52319              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
52320      Branch: perl
52321            ! XSUB.h lib/ExtUtils/xsubpp perl.h
52322 ____________________________________________________________________________
52323 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
52324         Log: Similar logic as DB_File.xs, using the modern macros and
52325              defines them to older ones for older Perls where PERL_VERSION
52326              is not defined, from Doug MacEachern.
52327      Branch: perl
52328            ! ext/Storable/Storable.xs
52329 ____________________________________________________________________________
52330 [ 10564] By: nick                                  on 2001/06/13  15:22:01
52331         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52332              and using that instead (name lookups are sequential search for now).
52333      Branch: perlio
52334            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52335            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52336 ____________________________________________________________________________
52337 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
52338         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
52339              From: "Richard Soderberg" <rs@crystalflame.net>
52340              Date: Sat, 26 May 2001 06:44:20 -0700
52341              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
52342      Branch: perl
52343            ! sv.c t/op/glob.t
52344 ____________________________________________________________________________
52345 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
52346         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52347              From: "Craig A. Berry" <craigberry@mac.com>
52348              Date: Tue, 12 Jun 2001 23:55:26 -0500
52349              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
52350      Branch: perl
52351            ! ext/re/Makefile.PL ext/re/re.xs
52352 ____________________________________________________________________________
52353 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
52354         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
52355              suggested by NI-S.
52356      Branch: perl
52357            ! XSUB.h malloc.c perl.h
52358 ____________________________________________________________________________
52359 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
52360         Log: Regen toc.
52361      Branch: perl
52362            ! pod/perltoc.pod
52363 ____________________________________________________________________________
52364 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
52365         Log: Subject: [patch] perl.gprof control
52366              From: Doug MacEachern <dougm@covalent.net>
52367              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
52368              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
52369      Branch: perl
52370            ! miniperlmain.c perl.h
52371 ____________________________________________________________________________
52372 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
52373         Log: Subject: Re: ext/ + -Wall
52374              From: Doug MacEachern <dougm@covalent.net>
52375              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
52376              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
52377              
52378              Document ax and break up dXSARGS.
52379      Branch: perl
52380            ! XSUB.h pod/perlapi.pod
52381 ____________________________________________________________________________
52382 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
52383         Log: More AIX tweakage from Merijn.
52384      Branch: perl
52385            ! hints/aix.sh
52386 ____________________________________________________________________________
52387 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
52388         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
52389              From: "Craig A. Berry" <craigberry@mac.com>
52390              Date: Tue, 12 Jun 2001 22:57:45 -0500
52391              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
52392      Branch: perl
52393            ! vms/descrip_mms.template
52394 ____________________________________________________________________________
52395 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
52396         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
52397              From: "Craig A. Berry" <craigberry@mac.com>
52398              Date: Tue, 12 Jun 2001 22:21:39 -0500
52399              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
52400      Branch: perl
52401            ! configure.com util.c
52402 ____________________________________________________________________________
52403 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
52404         Log: New AIX dynaloading code from Jens-Uwe Mager.
52405              Does break binary compatibility.
52406      Branch: perl
52407            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52408 ____________________________________________________________________________
52409 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
52410         Log: VMS DEC C compiler found nits by Peter Prymmer.
52411      Branch: perl
52412            ! util.c
52413 ____________________________________________________________________________
52414 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
52415         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
52416              From: Peter Prymmer <pvhp@forte.com>
52417              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
52418              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
52419      Branch: perl
52420            ! t/lib/filecomp.t
52421 ____________________________________________________________________________
52422 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
52423         Log: I wonder how many $CONFIGs still lurk in the shadows.
52424      Branch: perl
52425            ! pod/Makefile.SH x2p/cflags.SH
52426 ____________________________________________________________________________
52427 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
52428         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
52429      Branch: perl
52430            ! pod/checkpods.PL
52431 ____________________________________________________________________________
52432 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
52433         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
52434      Branch: perl
52435            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
52436 ____________________________________________________________________________
52437 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
52438         Log: Subject: [patch] rid local_patches warnings
52439              From: Doug MacEachern <dougm@covalent.net>
52440              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
52441              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
52442      Branch: perl
52443            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
52444 ____________________________________________________________________________
52445 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
52446         Log: Subject: Re: ext/ + -Wall
52447              From: Doug MacEachern <dougm@covalent.net>
52448              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
52449              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
52450      Branch: perl
52451            ! ext/attrs/attrs.xs
52452 ____________________________________________________________________________
52453 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
52454         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
52455              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52456              Date: Tue, 12 Jun 2001 14:36:20 -0400
52457              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
52458      Branch: perl
52459            ! pod/perlretut.pod
52460 ____________________________________________________________________________
52461 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
52462         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52463              From: Mike Guy <mjtg@cam.ac.uk>
52464              Date: Tue, 12 Jun 2001 19:10:31 +0100
52465              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
52466              
52467              Subject: Re: [ID 20010612.001] out of memory during regex compilation
52468              From: Mike Guy <mjtg@cam.ac.uk>
52469              Date: Tue, 12 Jun 2001 19:21:01 +0100
52470              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
52471      Branch: perl
52472            ! pod/perlop.pod
52473 ____________________________________________________________________________
52474 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
52475         Log: AIX tweaks from Merijn H. Brand.
52476      Branch: perl
52477            ! hints/aix.sh
52478 ____________________________________________________________________________
52479 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
52480         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
52481              From: "Brendan O'Dea" <bod@compusol.com.au>
52482              Date: Wed, 13 Jun 2001 05:16:47 +1000
52483              Message-ID: <20010613051647.A8945@compusol.com.au>
52484      Branch: maint-5.6/perl
52485            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52486 ____________________________________________________________________________
52487 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
52488         Log: Subject: Small bcopy cleanup
52489              From: Andy Dougherty <doughera@lafayette.edu>
52490              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
52491              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
52492      Branch: perl
52493            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
52494 ____________________________________________________________________________
52495 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
52496         Log: Subject: [PATCH] Re: ext/ + -Wall
52497              From: Nicholas Clark <nick@ccl4.org>
52498              Date: Wed, 13 Jun 2001 00:04:30 +0100
52499              Message-ID: <20010613000430.M5901@plum.flirble.org>
52500      Branch: perl
52501            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52502 ____________________________________________________________________________
52503 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
52504         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
52505              From: Nicholas Clark <nick@ccl4.org>
52506              Date: Tue, 12 Jun 2001 23:53:07 +0100
52507              Message-ID: <20010612235307.L5901@plum.flirble.org>
52508      Branch: perl
52509            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52510 ____________________________________________________________________________
52511 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
52512         Log: MPE/iX tweaks from Mark Bixby.
52513      Branch: perl
52514            ! hints/mpeix.sh mpeix/mpeixish.h util.c
52515 ____________________________________________________________________________
52516 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
52517         Log: Update Changes.
52518      Branch: perl
52519            ! Changes patchlevel.h
52520 ____________________________________________________________________________
52521 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
52522         Log: One less -Wall whine (found under DEBUGGING).
52523      Branch: perl
52524            ! x2p/Makefile.SH x2p/a2p.c
52525 ____________________________________________________________________________
52526 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
52527         Log: s/case-independent/case-insensitive/g
52528      Branch: perl
52529            ! pod/perldebug.pod
52530 ____________________________________________________________________________
52531 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
52532         Log: As suggested in    
52533              
52534              Subject: Re: ext/ + -Wall
52535              From: Gurusamy Sarathy <gsar@ActiveState.com>
52536              Date: Mon, 11 Jun 2001 23:34:31 -0700
52537              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
52538      Branch: perl
52539            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
52540            ! perl.h
52541 ____________________________________________________________________________
52542 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
52543         Log: Subject: ext/ + -Wall
52544              From: Doug MacEachern <dougm@covalent.net>
52545              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
52546              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
52547      Branch: perl
52548            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
52549            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
52550            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
52551            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
52552            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
52553            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
52554            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52555            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
52556            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
52557            ! lib/ExtUtils/xsubpp
52558 ____________________________________________________________________________
52559 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
52560         Log: Subject: [PATCH] anonymous stashes
52561              From: Abhijit Menon-Sen <ams@wiw.org>
52562              Date: Tue, 12 Jun 2001 12:47:04 +0530
52563              Message-ID: <20010612124704.A29029@lustre.linux.in>
52564      Branch: perl
52565            ! dump.c gv.c sv.c xsutils.c
52566 ____________________________________________________________________________
52567 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
52568         Log: One more test for $^S.
52569      Branch: perl
52570            ! t/op/magic.t
52571 ____________________________________________________________________________
52572 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
52573         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
52574              From: Abhijit Menon-Sen <ams@wiw.org>
52575              Date: Tue, 12 Jun 2001 17:35:55 +0530
52576              Message-ID: <20010612173555.A32426@lustre.linux.in>
52577      Branch: perl
52578            ! mg.c t/op/magic.t
52579 ____________________________________________________________________________
52580 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
52581         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52582              From: Mike Guy <mjtg@cam.ac.uk>
52583              Date: Tue, 12 Jun 2001 13:14:15 +0100
52584              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
52585      Branch: perl
52586            ! pod/perlop.pod
52587 ____________________________________________________________________________
52588 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
52589         Log: AUTHORS updates.
52590      Branch: perl
52591            ! AUTHORS
52592 ____________________________________________________________________________
52593 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
52594         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
52595              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
52596              Content-Transfer-Encoding: 7bit
52597              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
52598      Branch: perl
52599            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
52600 ____________________________________________________________________________
52601 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
52602         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
52603              From: "Philip Newton" <Philip.Newton@gmx.net>
52604              Date: Mon, 11 Jun 2001 07:08:03 +0200
52605              Message-Id: <200106120802.LAA08992@taas.iki.fi>
52606      Branch: perl
52607            ! t/base/term.t
52608 ____________________________________________________________________________
52609 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
52610         Log: Cleanup the a2p.c for -Wall.
52611      Branch: perl
52612            ! x2p/Makefile.SH x2p/a2p.c
52613 ____________________________________________________________________________
52614 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
52615         Log: File::Find update for MacOS from Chris Nandor.
52616      Branch: perl
52617            ! lib/File/Find.pm t/lib/filefind.t
52618 ____________________________________________________________________________
52619 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
52620         Log: gcc -Wall nits picked out by a non-UNIX system
52621              (courtesy of Mark Bixby)
52622      Branch: perl
52623            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
52624            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
52625            ! pp_sys.c util.c
52626 ____________________________________________________________________________
52627 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
52628         Log: Metaconfig unit change for #10522.  (The d_modfl changes
52629              placate metalint.)
52630      Branch: metaconfig/U/perl
52631            ! d_modfl.U d_u32align.U
52632 ____________________________________________________________________________
52633 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
52634         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
52635              be "./try 2>&1 >/dev/null".
52636      Branch: perl
52637            ! Configure
52638 ____________________________________________________________________________
52639 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
52640         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
52641              From: "Craig A. Berry" <craigberry@mac.com>
52642              Date: Mon, 11 Jun 2001 14:00:32 -0500
52643              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
52644      Branch: perl
52645            ! configure.com
52646 ____________________________________________________________________________
52647 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
52648         Log: Move the full \p\P lists to perlunicode.
52649      Branch: perl
52650            ! pod/perlretut.pod pod/perlunicode.pod
52651 ____________________________________________________________________________
52652 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52653         Log: VOS build tweak for 5.6.1 from Paul Green.
52654      Branch: maint-5.6/perl
52655            ! vos/build.cm
52656 ____________________________________________________________________________
52657 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52658         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52659              From: "Craig A. Berry" <craigberry@mac.com>
52660              Date: Fri, 8 Jun 2001 18:08:18 -0500
52661              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52662      Branch: perl
52663            ! vms/vms.c
52664 ____________________________________________________________________________
52665 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52666         Log: Update Changes.
52667      Branch: perl
52668            ! Changes patchlevel.h
52669 ____________________________________________________________________________
52670 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52671         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52672      Branch: perl
52673            ! vos/config.alpha.h vos/config.ga.h
52674 ____________________________________________________________________________
52675 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52676         Log: VOS updates from Paul Green for @10476.
52677      Branch: perl
52678            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52679            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52680            ! vos/config.ga.h vos/configure_perl.cm
52681 ____________________________________________________________________________
52682 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52683         Log: Subject: [PATCH] Not many people know this ...
52684              From: Mike Guy <mjtg@cam.ac.uk>
52685              Date: Mon, 11 Jun 2001 14:55:15 +0100
52686              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52687      Branch: perl
52688            ! pod/perldebug.pod
52689 ____________________________________________________________________________
52690 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52691         Log: Add final commas to lists as suggested by Philip Newton.
52692      Branch: perl
52693            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52694 ____________________________________________________________________________
52695 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52696         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52697              Date: Sun, 10 Jun 2001 23:35:38 -0400
52698              From: Chris Nandor <pudge@pobox.com>
52699              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52700      Branch: perl
52701            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52702            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52703            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52704            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52705            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52706            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52707            ! t/op/write.t t/pragma/strict.t
52708 ____________________________________________________________________________
52709 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52710         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52711              From: Chris Nandor <pudge@pobox.com>
52712              Date: Mon, 11 Jun 2001 08:24:28 -0400
52713              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52714      Branch: perl
52715            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52716            ! t/lib/io_dir.t
52717 ____________________________________________________________________________
52718 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52719         Log: One more run_byacc (a hand-tweaked version had slipped in).
52720      Branch: perl
52721            ! perly.c vms/perly_c.vms
52722 ____________________________________________________________________________
52723 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52724         Log: Integrate mainline
52725      Branch: perlio
52726           !> Makefile.SH embed.h embed.pl global.sym
52727           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52728           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52729           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52730           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52731 ____________________________________________________________________________
52732 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52733         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52734              From: Mike Guy <mjtg@cam.ac.uk>
52735              Reply-To: mjtg@cam.ac.uk
52736              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52737      Branch: perl
52738            ! lib/ExtUtils/Manifest.pm
52739 ____________________________________________________________________________
52740 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52741         Log: Subject: [PATCH] ExtUtils::Constant
52742              From: Nicholas Clark <nick@ccl4.org>
52743              Date: Sun, 10 Jun 2001 23:25:41 +0100
52744              Message-ID: <20010610232540.C76396@plum.flirble.org>
52745      Branch: perl
52746            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52747 ____________________________________________________________________________
52748 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52749         Log: Integrate perlio:
52750              
52751              [ 10504]
52752              Fix (valid) -Wall warnings in perlio.c
52753      Branch: perl
52754           !> iperlsys.h
52755 ____________________________________________________________________________
52756 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52757         Log: Move the grok_number and its lieutenant grok_numeric_radix
52758              from sv.c statics to util.c and public.
52759      Branch: perl
52760            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
52761            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
52762 ____________________________________________________________________________
52763 [ 10504] By: nick                                  on 2001/06/10  17:47:06
52764         Log: Fix (valid) -Wall warnings in perlio.c
52765      Branch: perlio
52766            ! iperlsys.h
52767 ____________________________________________________________________________
52768 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
52769         Log: Update perly_c.diff, update perly.fixer to edit away
52770              some of the -Wall noise.
52771      Branch: perl
52772            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
52773 ____________________________________________________________________________
52774 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
52775         Log: Check the version of byacc.
52776      Branch: perl
52777            ! Makefile.SH
52778 ____________________________________________________________________________
52779 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
52780         Log: Subject: [PATCH] perly.y overhaul
52781              From: Simon Cozens <simon@netthink.co.uk>
52782              Date: Sun, 10 Jun 2001 16:56:54 +0100
52783              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52784              
52785              Plus make run_byacc.
52786      Branch: perl
52787            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
52788 ____________________________________________________________________________
52789 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
52790         Log: Integrate perlio:
52791              
52792              [ 10497]
52793              Paper over a crack or two with USE_SFIO
52794      Branch: perl
52795           !> perlio.c perlsfio.h
52796 ____________________________________________________________________________
52797 [ 10499] By: nick                                  on 2001/06/10  15:01:08
52798         Log: Integrate mainline
52799      Branch: perlio
52800           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
52801           !> t/pragma/locale.t util.c
52802 ____________________________________________________________________________
52803 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
52804         Log: Put some meat on the perl572delta bones.  The list of
52805              selected bug fixes needs more work, as does still the
52806              whole document.
52807      Branch: perl
52808            ! pod/perl572delta.pod
52809 ____________________________________________________________________________
52810 [ 10497] By: nick                                  on 2001/06/10  12:27:51
52811         Log: Paper over a crack or two with USE_SFIO
52812      Branch: perlio
52813            ! perlio.c perlsfio.h
52814 ____________________________________________________________________________
52815 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
52816         Log: Update Changes.
52817      Branch: perl
52818            ! Changes patchlevel.h
52819 ____________________________________________________________________________
52820 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
52821         Log: Subject: Re: pragma/locale.t #107
52822              From: Hugo <hv@crypt.compulink.co.uk>
52823              Date: Sun, 10 Jun 2001 11:23:30 +0100
52824              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
52825              
52826              Encapsulate the scan of the decimal radix separator.
52827      Branch: perl
52828            ! embed.h embed.pl proto.h sv.c
52829 ____________________________________________________________________________
52830 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
52831         Log: Try to grok numbers both with the locale specific separator
52832              and with the usual "." (if different from the lss); add a test
52833              to locale.t to do also a little bit of math in addition to just
52834              equalness testing; remove extraneous logic as suggested in
52835              
52836              Subject: Re: pragma/locale.t #107
52837              From: Nicholas Clark <nick@ccl4.org>
52838              Date: Sat, 9 Jun 2001 22:37:36 +0100
52839              Message-ID: <20010609223735.Y76396@plum.flirble.org>
52840      Branch: perl
52841            ! sv.c t/pragma/locale.t
52842 ____________________________________________________________________________
52843 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
52844         Log: Metaconfig unit change for #10492.
52845      Branch: metaconfig/U/perl
52846            ! Extensions.U
52847 ____________________________________________________________________________
52848 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
52849         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
52850              From: Artur Bergman <artur@contiller.se> 
52851              Date: Sat, 09 Jun 2001 21:03:51 +0200
52852              Message-ID: <B7483FB6.1398%artur@contiller.se>
52853      Branch: perl
52854            ! Configure
52855 ____________________________________________________________________________
52856 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
52857         Log: Integrate perlio:
52858              
52859              [ 10489]
52860              Make XS/Typemap compile (but fail) with sfio
52861      Branch: perl
52862           !> perlsfio.h
52863 ____________________________________________________________________________
52864 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
52865         Log: Do locale specific separator if only in locale.
52866      Branch: perl
52867            ! util.c
52868 ____________________________________________________________________________
52869 [ 10489] By: nick                                  on 2001/06/09  19:13:25
52870         Log: Make XS/Typemap compile (but fail) with sfio
52871      Branch: perlio
52872            ! perlsfio.h
52873 ____________________________________________________________________________
52874 [ 10488] By: nick                                  on 2001/06/09  19:12:51
52875         Log: Re-integrate mainline
52876      Branch: perlio
52877           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
52878           !> proto.h sv.c util.c
52879 ____________________________________________________________________________
52880 [ 10487] By: nick                                  on 2001/06/09  16:26:29
52881         Log: Integrate mainline
52882      Branch: perlio
52883           !> (integrate 31 files)
52884 ____________________________________________________________________________
52885 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
52886         Log: Subject: [PATCH] New attempt to clone callack
52887              From: Artur Bergman <artur@contiller.se> 
52888              Date: Thu, 07 Jun 2001 11:52:16 +0200
52889              Message-ID: <B7451B6F.12B7%artur@contiller.se>
52890      Branch: perl
52891            ! embedvar.h intrpvar.h perlapi.h sv.c
52892 ____________________________________________________________________________
52893 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
52894         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
52895      Branch: perl
52896            ! embed.h embed.pl perl.h proto.h sv.c util.c
52897 ____________________________________________________________________________
52898 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
52899         Log: Subject: Re: pragma/locale.t #107
52900              From: Nicholas Clark <nick@ccl4.org>
52901              Date: Sat, 9 Jun 2001 16:26:10 +0100
52902              Message-ID: <20010609162609.V76396@plum.flirble.org>
52903              
52904              A missing NVification.
52905      Branch: perl
52906            ! sv.c
52907 ____________________________________________________________________________
52908 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
52909         Log: Redo the #10482, there already was a test script for formats.
52910      Branch: perl
52911            - t/io/format.t
52912            ! MANIFEST t/op/write.t
52913 ____________________________________________________________________________
52914 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
52915         Log: Twisted format testing, from Merijn.
52916      Branch: perl
52917            + t/io/format.t
52918            ! MANIFEST
52919 ____________________________________________________________________________
52920 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
52921         Log: More \p{In...} testing, combined with \N{...}.
52922      Branch: perl
52923            ! lib/utf8_heavy.pl t/op/pat.t
52924 ____________________________________________________________________________
52925 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52926         Log: Metaconfig changes for #10479.
52927      Branch: metaconfig
52928            ! U/Glossary.patch
52929      Branch: metaconfig/U/perl
52930            ! d_modfl.U
52931 ____________________________________________________________________________
52932 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52933         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52934      Branch: perl
52935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52936            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52937            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52938            ! win32/config.bc win32/config.gc win32/config.vc
52939 ____________________________________________________________________________
52940 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52941         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52942              From: "Craig A. Berry" <craigberry@mac.com>
52943              Date: Thu, 7 Jun 2001 14:27:20 -0500
52944              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52945      Branch: perl
52946            ! vms/perlvms.pod
52947 ____________________________________________________________________________
52948 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52949         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52950              From: Gisle Aas <gisle@ActiveState.com>
52951              Date: 07 Jun 2001 17:04:29 -0700
52952              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52953      Branch: perl
52954            ! ext/re/re.xs
52955 ____________________________________________________________________________
52956 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52957         Log: Update Changes.
52958      Branch: perl
52959            ! Changes patchlevel.h
52960 ____________________________________________________________________________
52961 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52962         Log: Regen Glossary et alia.
52963      Branch: perl
52964            ! Porting/Glossary Porting/config.sh Porting/config_H
52965 ____________________________________________________________________________
52966 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52967         Log: Metaconfig unit changes for #10473.
52968      Branch: metaconfig/U/perl
52969            ! d_modfl.U
52970 ____________________________________________________________________________
52971 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52972         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52973              if an executable contains modfl() but it hasn't been
52974              compiled right (in the case of AIX, with cc -qlongdouble).
52975      Branch: perl
52976            ! Configure
52977 ____________________________________________________________________________
52978 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52979         Log: integrate change#10471 from mainline
52980              
52981              in change#10451, check that CvOUTSIDE is a CV before looking in
52982              (it can apparently be SVt_NULL during global destruction)
52983      Branch: maint-5.6/perl
52984           !> op.c
52985 ____________________________________________________________________________
52986 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52987         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52988              (it can apparently be SVt_NULL during global destruction)
52989      Branch: perl
52990            ! op.c
52991 ____________________________________________________________________________
52992 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52993         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52994              From: Robin Barker <rmb1@cise.npl.co.uk>
52995              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52996              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52997      Branch: perl
52998            ! lib/diagnostics.pm pod/perldiag.pod
52999 ____________________________________________________________________________
53000 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
53001         Log: Subject: [PATCH perl@10439] long =item
53002              From: Robin Barker <rmb1@cise.npl.co.uk>
53003              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
53004              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
53005      Branch: perl
53006            ! README.amiga lib/Attribute/Handlers.pm
53007            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
53008 ____________________________________________________________________________
53009 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
53010         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
53011              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
53012              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
53013              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
53014      Branch: perl
53015            ! pod/perlguts.pod
53016 ____________________________________________________________________________
53017 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
53018         Log: Integrate perlio:
53019              
53020              [ 10466]
53021              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
53022              whitespace tweaks.
53023              Still coredumps in pragma/overload.t - what a nice hard fail that is...
53024      Branch: perl
53025           !> sv.c
53026 ____________________________________________________________________________
53027 [ 10466] By: nick                                  on 2001/06/07  10:25:40
53028         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
53029              whitespace tweaks.
53030              Still coredumps in pragma/overload.t - what a nice hard fail that is...
53031      Branch: perlio
53032            ! sv.c
53033 ____________________________________________________________________________
53034 [ 10465] By: nick                                  on 2001/06/07  08:41:58
53035         Log: Raw integrate of mainline for S_grok_number debug
53036              (sv.c has MULTIPLICITY issues as well as whatever else ...)
53037      Branch: perlio
53038            - plan9/perlplan9.doc plan9/perlplan9.pod
53039           !> (integrate 46 files)
53040 ____________________________________________________________________________
53041 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
53042         Log: The proper prototyping for #10463.
53043      Branch: perl
53044            ! embed.h embed.pl proto.h sv.c
53045 ____________________________________________________________________________
53046 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
53047         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
53048              From: Nicholas Clark <nick@ccl4.org>
53049              Date: Thu, 7 Jun 2001 00:29:59 +0100
53050              Message-ID: <20010607002959.Z76396@plum.flirble.org>
53051      Branch: perl
53052            ! sv.c
53053 ____________________________________________________________________________
53054 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
53055         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
53056              From: "Craig A. Berry" <craigberry@mac.com>
53057              Date: Wed, 06 Jun 2001 17:54:30 -0500
53058              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
53059      Branch: perl
53060            ! vms/perlvms.pod
53061 ____________________________________________________________________________
53062 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
53063         Log: Podify the remaining README.platform files;
53064              merge README.plan9 and plan9/perlplan9.pod;
53065              delete plan9/perlplan9.* (the perlplan.doc needs to
53066              be regenerated in Plan 9); make the =head1 and =head2
53067              in the README.platform to be a little more verbose
53068              (skipped README.os2 not to anger Ilya) so that they
53069              look better in the toc; regen toc.
53070      Branch: perl
53071            - plan9/perlplan9.doc plan9/perlplan9.pod
53072            ! MANIFEST README.aix README.amiga README.apollo README.beos
53073            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
53074            ! README.hpux README.hurd README.machten README.macos
53075            ! README.micro README.mint README.mpeix README.os390
53076            ! README.plan9 README.qnx README.solaris README.threads
53077            ! README.tru64 README.vmesa README.vms README.vos README.win32
53078            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
53079            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
53080 ____________________________________________________________________________
53081 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
53082         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
53083              From: Mike Guy <mjtg@cam.ac.uk>
53084              Reply-To: mjtg@cam.ac.uk
53085              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
53086      Branch: perl
53087            ! pod/perlguts.pod
53088 ____________________________________________________________________________
53089 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
53090         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
53091              From: Mike Guy <mjtg@cam.ac.uk>
53092              Reply-To: mjtg@cam.ac.uk
53093              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
53094      Branch: perl
53095            ! pod/perlsec.pod
53096 ____________________________________________________________________________
53097 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
53098         Log: Disable long doubles from pre-5.0 Tru64s.
53099      Branch: perl
53100            ! README.tru64 hints/dec_osf.sh
53101 ____________________________________________________________________________
53102 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
53103         Log: The #10455 exposed that modfl() is fundamentally busted
53104              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
53105              testing it.
53106      Branch: perl
53107            ! hints/dec_osf.sh
53108 ____________________________________________________________________________
53109 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
53110         Log: Metaconfig unit change for #10455.
53111      Branch: metaconfig/U/perl
53112            ! d_modfl.U
53113 ____________________________________________________________________________
53114 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
53115         Log: Configure check for geborken modfl(), inspired by
53116              
53117              Subject: Re: [20010118.017] op/int.t failure 
53118              From: Hugo <hv@crypt.compulink.co.uk>
53119              Date: Tue, 05 Jun 2001 13:43:27 +0100
53120              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
53121      Branch: perl
53122            ! Configure
53123 ____________________________________________________________________________
53124 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
53125         Log: Integrate changes #10450 and #10451 from maintperl:
53126              
53127              optimize change#10448 slightly (don't repeat search in eval""s lexical
53128              scope, since that has already been searched)
53129              
53130              change#9108 needs subtler treatment for case of closures created
53131              within eval""
53132      Branch: perl
53133           !> op.c t/op/misc.t
53134 ____________________________________________________________________________
53135 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
53136         Log: MakeMaker magic to compile (when no dynamic loading)
53137              List/Util.xsc as (ListUtil.c and) ListUtil.o since
53138              POSIX-BC (BS2000) linker has an evil limitation of
53139              being unable to include in the same executable several
53140              object files with the same name - case-insensitively -
53141              because otherwise we conflict with util.c.
53142              Strictly speaking currently required only in POSIX-BC
53143              but probably will do no harm elsewhere where static
53144              linking is required.
53145      Branch: perl
53146            ! ext/List/Util/Makefile.PL
53147 ____________________________________________________________________________
53148 [ 10452] By: nick                                  on 2001/06/06  08:59:51
53149         Log: Integrate mainline.
53150      Branch: perlio
53151           +> lib/Attribute/Handlers/demo/Demo.pm
53152           +> lib/Attribute/Handlers/demo/Descriptions.pm
53153           +> lib/Attribute/Handlers/demo/MyClass.pm
53154           +> lib/Attribute/Handlers/demo/demo.pl
53155           +> lib/Attribute/Handlers/demo/demo2.pl
53156           +> lib/Attribute/Handlers/demo/demo3.pl
53157           +> lib/Attribute/Handlers/demo/demo4.pl
53158           +> lib/Attribute/Handlers/demo/demo_call.pl
53159           +> lib/Attribute/Handlers/demo/demo_chain.pl
53160           +> lib/Attribute/Handlers/demo/demo_cycle.pl
53161           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
53162           +> lib/Attribute/Handlers/demo/demo_phases.pl
53163           +> lib/Attribute/Handlers/demo/demo_range.pl
53164           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
53165           +> uts/strtol_wrap.c
53166           !> (integrate 91 files)
53167 ____________________________________________________________________________
53168 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
53169         Log: change#9108 needs subtler treatment for case of closures created
53170              within eval""
53171      Branch: maint-5.6/perl
53172            ! op.c t/op/misc.t
53173 ____________________________________________________________________________
53174 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
53175         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
53176              scope, since that has already been searched)
53177      Branch: maint-5.6/perl
53178            ! op.c
53179 ____________________________________________________________________________
53180 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
53181         Log: Integrate change #10448 from maintperl; lexicals
53182              outside an eval"" weren't resolved correctly inside a subroutine
53183              definition inside the eval"" if they were not already referenced
53184              in the toplevel of the eval""-ed code
53185      Branch: perl
53186           !> cop.h op.c pp_ctl.c t/op/misc.t
53187 ____________________________________________________________________________
53188 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
53189         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
53190              outside an eval"" weren't resolved correctly inside a subroutine
53191              definition inside the eval"" if they were not already referenced
53192              in the toplevel of the eval""-ed code
53193      Branch: maint-5.6/perl
53194            ! cop.h op.c pp_ctl.c t/op/misc.t
53195 ____________________________________________________________________________
53196 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
53197         Log: Subject: [PATCH] perl570delta.pod
53198              From: Peter Scott <Peter@PSDT.com> 
53199              Date: Tue, 05 Jun 2001 18:51:02 -0700
53200              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
53201      Branch: perl
53202            ! pod/perl570delta.pod
53203 ____________________________________________________________________________
53204 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
53205         Log: The fudge factor is no more needed.  I hope.
53206      Branch: perl
53207            ! t/lib/posix.t
53208 ____________________________________________________________________________
53209 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
53210         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
53211              From: Hugo <hv@crypt.compulink.co.uk>
53212              Date: Tue, 05 Jun 2001 12:58:19 +0100
53213              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
53214      Branch: perl
53215            ! util.c
53216 ____________________________________________________________________________
53217 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
53218         Log: Make up prototypes only for those who have the functions
53219              but not the prototypes.
53220      Branch: perl
53221            ! perl.h
53222 ____________________________________________________________________________
53223 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
53224         Log: Subject: Re: Not OK: perl@10439 on win32 
53225              From: Prymmer/Kahn <pvhp@best.com> 
53226              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
53227              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
53228      Branch: perl
53229            ! perl.h util.c
53230 ____________________________________________________________________________
53231 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
53232         Log: The metaconfig units changes for #10441.
53233      Branch: metaconfig
53234            ! U/modified/Extract.U U/modified/Extractall.U
53235            ! U/modified/Finish.U
53236 ____________________________________________________________________________
53237 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
53238         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
53239      Branch: perl
53240            ! Configure
53241 ____________________________________________________________________________
53242 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
53243         Log: Unnecessary fuzziness undone, noted by Mike Guy.
53244      Branch: perl
53245            ! t/op/tr.t
53246 ____________________________________________________________________________
53247 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
53248         Log: Update Changes.
53249      Branch: perl
53250            ! Changes patchlevel.h
53251 ____________________________________________________________________________
53252 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
53253         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
53254              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
53255              leakage patch.
53256      Branch: perl
53257            ! t/op/misc.t
53258 ____________________________________________________________________________
53259 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
53260         Log: Test case for #10433/#10424.
53261      Branch: perl
53262            ! t/op/misc.t
53263 ____________________________________________________________________________
53264 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
53265         Log: Subject: One fix for strtoul not setting errno
53266              From: hom00@utsglobal.com (Hal Morris)
53267              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
53268              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
53269      Branch: perl
53270            + uts/strtol_wrap.c
53271            ! MANIFEST hints/uts.sh
53272 ____________________________________________________________________________
53273 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
53274         Log: Metaconfig units changes for #10434.
53275      Branch: metaconfig
53276            ! U/modified/Cppsym.U
53277      Branch: metaconfig/U/perl
53278            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
53279            + d_syscallproto.U d_usleepproto.U
53280            ! longdblfio.U quadfio.U
53281 ____________________________________________________________________________
53282 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
53283         Log: Configure tweaks; add prototype probes, make the cpp symbols
53284              probe to cast, not whine; test for %Ld and %Lf before %lld and
53285              %llf because the L is the ANSI way.
53286      Branch: perl
53287            ! Configure config_h.SH configure.com epoc/config.sh
53288            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
53289            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
53290            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
53291 ____________________________________________________________________________
53292 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
53293         Log: Sigh.  This is what #10424 was supposed to check in.
53294      Branch: perl
53295            ! op.c sv.c sv.h
53296 ____________________________________________________________________________
53297 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
53298         Log: More verbose failure.
53299      Branch: perl
53300            ! t/op/ver.t
53301 ____________________________________________________________________________
53302 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
53303         Log: The .pm changes to go with #10428.
53304      Branch: perl
53305            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
53306            ! ext/Sys/Syslog/Syslog.pm
53307 ____________________________________________________________________________
53308 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
53309         Log: On second thoughts show to utf8 skippage message only
53310              on failures, it's too confusing otherwise,
53311      Branch: perl
53312            ! t/pragma/locale.t
53313 ____________________________________________________________________________
53314 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
53315         Log: Do not import anything from Encode.
53316      Branch: perl
53317            ! ext/MIME/Base64/QuotedPrint.pm
53318 ____________________________________________________________________________
53319 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
53320         Log: The #10402 didn't take.  Weird.
53321      Branch: perl
53322            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53323            ! ext/Sys/Syslog/Syslog.xs
53324 ____________________________________________________________________________
53325 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
53326         Log: Eradicate traces of 'asciirange' re subpragma.
53327      Branch: perl
53328            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
53329            ! pod/perldiag.pod
53330 ____________________________________________________________________________
53331 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
53332         Log: use is a compile-time thing.
53333      Branch: perl
53334            ! ext/MIME/Base64/QuotedPrint.pm
53335 ____________________________________________________________________________
53336 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
53337         Log: Subject: [PATCH perl@10419] -Wall casting patch
53338              From: Robin Barker <rmb1@cise.npl.co.uk>
53339              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
53340              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
53341      Branch: perl
53342            ! ext/Devel/DProf/DProf.xs mg.c
53343 ____________________________________________________________________________
53344 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
53345         Log: Subject: [PATCH #2] introducing SVpad_TYPED
53346              From: Abhijit Menon-Sen <ams@wiw.org>
53347              Date: Mon, 4 Jun 2001 12:26:02 +0530
53348              Message-ID: <20010604122602.A5775@lustre.linux.in>
53349      Branch: perl
53350            ! op.c sv.c sv.h
53351 ____________________________________________________________________________
53352 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
53353         Log: testsuite for change#10192 (from Gisle Aas)
53354      Branch: perl
53355            + t/op/override.t
53356            ! MANIFEST
53357 ____________________________________________________________________________
53358 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
53359         Log: integrate changes#10414-10416 from mainline
53360              
53361              Potential buffer overrun if the radix separator is more than
53362              one byte.  Also, under locales, prefer the locale-specific
53363              separator over the old boring ".".
53364              
53365              "10.", that is, decimal numbers can have no decimal part at all.
53366              
53367              The non-locale places need love, too.
53368      Branch: maint-5.6/perl
53369           !> perl.h sv.c
53370 ____________________________________________________________________________
53371 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
53372         Log: Missed from #10420.
53373      Branch: perl
53374            ! epoc/config.sh
53375 ____________________________________________________________________________
53376 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
53377         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
53378              often this prototype goes with HAS_SETRESUID_PROTO.
53379      Branch: perl
53380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53381            ! config_h.SH configure.com perl.h uconfig.h
53382 ____________________________________________________________________________
53383 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
53384         Log: Update Changes.
53385      Branch: perl
53386            ! Changes patchlevel.h
53387 ____________________________________________________________________________
53388 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
53389         Log: -Wall "subscript has type `char'" cleanup.
53390      Branch: perl
53391            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
53392 ____________________________________________________________________________
53393 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
53394         Log: Various "cast to pointer from integer of different size"
53395              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
53396              wide but I32 (int) only 32 bits wide).
53397              
53398              WARNING: the classnum and tagnum changes in Storable.xs
53399              may not be wise, they may be breaking binary compatibility
53400              (in 64-bit platforms), asked Raphael Manfredi about the changes.
53401      Branch: perl
53402            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
53403            ! mg.c proto.h
53404 ____________________________________________________________________________
53405 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
53406         Log: The non-locale places need love, too.
53407      Branch: perl
53408            ! perl.h
53409 ____________________________________________________________________________
53410 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
53411         Log: "10.", that is, decimal numbers can have no decimal part at all.
53412      Branch: perl
53413            ! perl.h
53414 ____________________________________________________________________________
53415 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
53416         Log: Potential buffer overrun if the radix separator is more than
53417              one byte.  Also, under locales, prefer the locale-specific
53418              separator over the old boring ".".
53419      Branch: perl
53420            ! perl.h sv.c
53421 ____________________________________________________________________________
53422 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
53423         Log: Integrate change #10412 from maintperl; locale is now
53424              per-cop, not per-op; plus retweak the locale.t to always
53425              list the skipped utf8 locales.
53426      Branch: perl
53427            ! t/pragma/locale.t
53428           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53429           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
53430 ____________________________________________________________________________
53431 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
53432         Log: rationalize locale handling to fix the bugs uncovered by change#10394
53433              
53434              the major issue was that the runtime was looking at PL_hints rather
53435              than op_private to notice whether locale was enabled
53436              
53437              the secondary issue was that many locale-sensitive numeric ops didn't
53438              have HINT_LOCALE propagated into their op_private
53439              
53440              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
53441              instead of per-op, just like HINT_BYTE and the hints for lexical
53442              warnings (this makes the hint available to every op via PL_curcop)
53443              
53444              pragma/locale.t may need to be reworked with these fixes in mind
53445              (it currently passes its tests)
53446      Branch: maint-5.6/perl
53447            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53448            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
53449 ____________________________________________________________________________
53450 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
53451         Log: More verbose debugging.
53452      Branch: perl
53453            ! t/pragma/locale.t
53454 ____________________________________________________________________________
53455 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
53456         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53457              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53458              Date: Sat, 2 Jun 2001 22:53:33 +0100
53459              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
53460      Branch: perl
53461            ! regcomp.c t/pragma/warn/regcomp
53462 ____________________________________________________________________________
53463 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
53464         Log: Mention that lexicalizing $a or $b is a bad idea if one
53465              wants to use sort().
53466      Branch: perl
53467            ! pod/perlvar.pod
53468 ____________________________________________________________________________
53469 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
53470         Log: Tweak the test to be happy if the accuracy is 'good enough'.
53471      Branch: perl
53472            ! t/lib/posix.t
53473 ____________________________________________________________________________
53474 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
53475         Log: Upgrade to Attribute::Handlers 0.70.
53476              
53477              NOTE: this unearthed the "too late for CHECK block" bug,
53478              that's why the 1_compile.t change.
53479      Branch: perl
53480            + lib/Attribute/Handlers/demo/Demo.pm
53481            + lib/Attribute/Handlers/demo/Descriptions.pm
53482            + lib/Attribute/Handlers/demo/MyClass.pm
53483            + lib/Attribute/Handlers/demo/demo.pl
53484            + lib/Attribute/Handlers/demo/demo2.pl
53485            + lib/Attribute/Handlers/demo/demo3.pl
53486            + lib/Attribute/Handlers/demo/demo4.pl
53487            + lib/Attribute/Handlers/demo/demo_call.pl
53488            + lib/Attribute/Handlers/demo/demo_chain.pl
53489            + lib/Attribute/Handlers/demo/demo_cycle.pl
53490            + lib/Attribute/Handlers/demo/demo_hashdir.pl
53491            + lib/Attribute/Handlers/demo/demo_phases.pl
53492            + lib/Attribute/Handlers/demo/demo_range.pl
53493            + lib/Attribute/Handlers/demo/demo_rawdata.pl
53494            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
53495            ! t/lib/attrhand.t
53496 ____________________________________________________________________________
53497 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
53498         Log: One less -Wall whine.
53499      Branch: perl
53500            ! regcomp.c
53501 ____________________________________________________________________________
53502 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
53503         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
53504      Branch: perl
53505           !> t/op/eval.t
53506 ____________________________________________________________________________
53507 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
53508         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
53509              aren't "normally" visible inside eval""s contained in subs unless
53510              a cloned reference to them already exists)
53511              
53512              strangely enough, t/harness didn't show this up as a failure
53513              (harness needs fixing?)
53514      Branch: maint-5.6/perl
53515            ! t/op/eval.t
53516 ____________________________________________________________________________
53517 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
53518         Log: Update to Text::Balanced 1.85.
53519      Branch: perl
53520            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
53521 ____________________________________________________________________________
53522 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
53523         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
53524              From: Nicholas Clark <nick@ccl4.org>
53525              Date: Sun, 3 Jun 2001 17:54:36 +0100
53526              Message-ID: <20010603175436.E76396@plum.flirble.org> 
53527      Branch: perl
53528            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53529            ! ext/Sys/Syslog/Syslog.xs
53530 ____________________________________________________________________________
53531 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
53532         Log: Unused variables.
53533      Branch: perl
53534            ! util.c
53535 ____________________________________________________________________________
53536 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
53537         Log: Subject: [PATCH] APIfy op_clear 
53538              From: Simon Cozens <simon@netthink.co.uk>
53539              Date: Sun, 3 Jun 2001 13:51:46 +0100
53540              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
53541              
53542              (despite the subject line, op_null is APIfied by the patch)
53543      Branch: perl
53544            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53545 ____________________________________________________________________________
53546 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
53547         Log: Subject: [PATCH] t/lib/extutils.t
53548              From: Nicholas Clark <nick@ccl4.org>
53549              Date: Sat, 2 Jun 2001 23:57:05 +0100
53550              Message-ID: <20010602235705.Q12698@plum.flirble.org>
53551      Branch: perl
53552            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
53553 ____________________________________________________________________________
53554 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
53555         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
53556              From: Prymmer/Kahn <pvhp@best.com>
53557              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
53558              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
53559      Branch: perl
53560            ! win32/Makefile win32/makefile.mk
53561 ____________________________________________________________________________
53562 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
53563         Log: Subject: Re: 'decimal digits' macro? 
53564              From: Hugo <hv@crypt.compulink.co.uk>
53565              Date: Sun, 03 Jun 2001 04:26:36 +0100
53566              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
53567      Branch: perl
53568            ! handy.h t/lib/posix.t t/op/tr.t
53569 ____________________________________________________________________________
53570 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
53571         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53572              From: Hugo <hv@crypt.compulink.co.uk>
53573              Date: Sun, 03 Jun 2001 14:56:30 +0100
53574              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
53575      Branch: perl
53576            ! util.c
53577 ____________________________________________________________________________
53578 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
53579         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
53580      Branch: perl
53581           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
53582           !> vms/perly_c.vms
53583 ____________________________________________________________________________
53584 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
53585         Log: fix leakage of lexicals at file scope into subroutines that were
53586              declared before them; this appears to be a longstanding bug that
53587              meant that lexicals at file scope were never "deintroduced", meaning
53588              their scope range was never properly closed, and their visibility
53589              extended to all subsequent eval""s or requires
53590              
53591              added a test case
53592              
53593              seems to also fix a case of bogus duplicate warnings
53594      Branch: maint-5.6/perl
53595            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
53596            ! vms/perly_c.vms
53597 ____________________________________________________________________________
53598 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
53599         Log: More VMS tweaks from Craig A. Berry.
53600      Branch: perl
53601            ! configure.com t/lib/extutils.t
53602 ____________________________________________________________________________
53603 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
53604         Log: -Wall cleanup continues.
53605      Branch: perl
53606            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
53607            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
53608            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
53609            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
53610            ! run.c toke.c util.c
53611 ____________________________________________________________________________
53612 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
53613         Log: The metaconfig unit change for #10390.
53614      Branch: metaconfig/U/perl
53615            ! gccvers.U
53616 ____________________________________________________________________________
53617 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
53618         Log: Drop the -ansi from the default gcc flags.
53619              
53620              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
53621              that struct cannot be compared with a flat integer, such as STRLEN.
53622              The -ansi will also cause a lot of noise in Solaris because of:
53623              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
53624      Branch: perl
53625            ! Configure
53626 ____________________________________________________________________________
53627 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
53628         Log: Integrate perlio:
53629              
53630              [ 10387]
53631              Tweak util.c's atof2 for MULTIPLICITY
53632      Branch: perl
53633           !> pod/perlapi.pod util.c
53634 ____________________________________________________________________________
53635 [ 10388] By: nick                                  on 2001/06/02  08:01:12
53636         Log: Integrate mainline
53637      Branch: perlio
53638           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
53639           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
53640           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
53641           !> t/lib/1_compile.t t/lib/mimeqp.t
53642 ____________________________________________________________________________
53643 [ 10387] By: nick                                  on 2001/06/02  07:39:17
53644         Log: Tweak util.c's atof2 for MULTIPLICITY
53645      Branch: perlio
53646            ! util.c
53647 ____________________________________________________________________________
53648 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53649         Log: Integrate mainline
53650      Branch: perlio
53651           !> (integrate 41 files)
53652 ____________________________________________________________________________
53653 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53654         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53655      Branch: perl
53656            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53657            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53658 ____________________________________________________________________________
53659 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53660         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53661              From: Peter Prymmer <pvhp@forte.com>
53662              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53663              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53664      Branch: perl
53665            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53666 ____________________________________________________________________________
53667 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53668         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53669              From: Jeff Pinyan <jeffp@crusoe.net>
53670              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53671              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53672      Branch: perl
53673            ! lib/File/Find.pm
53674 ____________________________________________________________________________
53675 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53676         Log: Subject: [PATCH perl@10381] configure.com tweaks
53677              From: "Craig A. Berry" <craigberry@mac.com>
53678              Date: Fri, 1 Jun 2001 13:55:43 -0500
53679              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53680      Branch: perl
53681            ! configure.com
53682 ____________________________________________________________________________
53683 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53684         Log: Update Changes.
53685      Branch: perl
53686            ! Changes patchlevel.h
53687 ____________________________________________________________________________
53688 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53689         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53690              From: Mike Guy <mjtg@cam.ac.uk>
53691              Date: Fri, 01 Jun 2001 18:17:02 +0100
53692              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53693      Branch: perl
53694            ! lib/perl5db.pl
53695 ____________________________________________________________________________
53696 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53697         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53698              From: Hugo <hv@crypt.compulink.co.uk>
53699              Date: Thu, 31 May 2001 20:49:48 +0100
53700              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53701      Branch: perl
53702            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53703            ! util.c
53704 ____________________________________________________________________________
53705 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53706         Log: Zero() is not available in x2p (or, rather, some of its
53707              implementations like memzero() might not be available.)
53708      Branch: perl
53709            ! x2p/hash.c
53710 ____________________________________________________________________________
53711 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53712         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53713              From: Michael G Schwern <schwern@pobox.com>
53714              Date: Fri, 1 Jun 2001 12:00:29 +0100
53715              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53716              
53717              (But use Zero() instead of memset.)
53718      Branch: perl
53719            ! x2p/hash.c
53720 ____________________________________________________________________________
53721 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53722         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53723              From: Jeff Pinyan <jeffp@crusoe.net>
53724              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53725              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53726      Branch: perl
53727            ! pod/perldiag.pod regcomp.c t/op/pat.t
53728 ____________________________________________________________________________
53729 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53730         Log: Retract #10324 and #10333; not needed.
53731      Branch: perl
53732            ! hints/irix_6.sh hints/linux.sh
53733 ____________________________________________________________________________
53734 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53735         Log: The #10370 wasn't quite right.
53736      Branch: perl
53737            ! ext/XS/Typemap/Typemap.xs
53738 ____________________________________________________________________________
53739 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53740         Log: The metaconfig units changes for #10372.
53741      Branch: metaconfig/U/perl
53742            + d_realpath.U d_sresgproto.U d_sresuproto.U
53743            ! gccvers.U i_db.U
53744 ____________________________________________________________________________
53745 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53746         Log: Configure tweaks; record the Berkeley DB version,
53747              probe for realpath(), for setresuid() and setresgid()
53748              prototypes; use realpath() (try to be paranoid enough),
53749              use the setres[ug]id prototypes because glibc has the functions
53750              but not their prototypes; add -Wall -ansi to gcc ccflags;
53751              regen toc.
53752      Branch: perl
53753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53754            ! config_h.SH configure.com epoc/config.sh
53755            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53756            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53757            ! vos/config.ga.def win32/config.bc win32/config.gc
53758            ! win32/config.vc
53759 ____________________________________________________________________________
53760 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
53761         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
53762              From: Michael G Schwern <schwern@pobox.com>
53763              Date: Fri, 1 Jun 2001 11:28:14 +0100
53764              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
53765      Branch: perl
53766            ! lib/attributes.pm xsutils.c
53767 ____________________________________________________________________________
53768 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
53769         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
53770              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53771              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
53772              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
53773      Branch: perl
53774            ! ext/XS/Typemap/Typemap.xs
53775 ____________________________________________________________________________
53776 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
53777         Log: Subject: [patch] Cwd.xs optimizations/abstraction
53778              From: Doug MacEachern <dougm@covalent.net>
53779              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
53780              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
53781      Branch: perl
53782            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
53783            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
53784 ____________________________________________________________________________
53785 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
53786         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!])
53787              From: Nicholas Clark <nick@ccl4.org>
53788              Date: Thu, 31 May 2001 23:56:40 +0100
53789              Message-ID: <20010531235640.F12698@plum.flirble.org>
53790              
53791              Make the test work also under only static extensions
53792              (sh Configure -Uusedl fakes this nicely)
53793      Branch: perl
53794            ! t/lib/extutils.t
53795 ____________________________________________________________________________
53796 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
53797         Log: Subject: [PATCH hv.c] Eliminating trigraph
53798              From: Michael G Schwern <schwern@pobox.com>
53799              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
53800              Date: Fri, 1 Jun 2001 11:49:56 +0100
53801      Branch: perl
53802            ! hv.c
53803 ____________________________________________________________________________
53804 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
53805         Log: Subject: Re: [PATCH] Tests for File::Compare 
53806              From: "Philip Newton" <Philip.Newton@gmx.net>
53807              Date: Thu, 31 May 2001 19:44:05 +0200
53808              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
53809              
53810              Unnecessary "quotation marks".
53811      Branch: perl
53812            ! t/lib/filecomp.t
53813 ____________________________________________________________________________
53814 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
53815         Log: Integrate perlio:
53816              
53817              [ 10364]
53818              Cleanup dll.base and dll.exp created by GCC builds.
53819              
53820              [ 10363]
53821              Make filecomp test work on CRLF platforms by adding binmode.
53822      Branch: perl
53823           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
53824 ____________________________________________________________________________
53825 [ 10364] By: nick                                  on 2001/06/01  10:13:31
53826         Log: Cleanup dll.base and dll.exp created by GCC builds.
53827      Branch: perlio
53828            ! lib/ExtUtils/MM_Win32.pm
53829 ____________________________________________________________________________
53830 [ 10363] By: nick                                  on 2001/06/01  10:02:17
53831         Log: Make filecomp test work on CRLF platforms by adding binmode.
53832      Branch: perlio
53833            ! t/lib/filecomp.t
53834 ____________________________________________________________________________
53835 [ 10362] By: nick                                  on 2001/06/01  08:37:17
53836         Log: Integrate mainline
53837      Branch: perlio
53838           !> Changes Configure patchlevel.h perlio.c
53839 ____________________________________________________________________________
53840 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
53841         Log: panic:claustrophobia.
53842      Branch: perl
53843            ! perlio.c
53844 ____________________________________________________________________________
53845 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
53846         Log: Update Changes.
53847      Branch: perl
53848            ! Changes patchlevel.h
53849 ____________________________________________________________________________
53850 [ 10359] By: nick                                  on 2001/05/31  12:35:50
53851         Log: Integrate mainline.
53852      Branch: perlio
53853           +> t/lib/filecomp.t
53854           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
53855           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
53856 ____________________________________________________________________________
53857 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
53858         Log: Integrate perlio:
53859              
53860              [ 10350]
53861              win32 - dmake regen_config_h
53862              
53863              [ 10348]
53864              Tolerate Win32 numerics
53865      Branch: perl
53866           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
53867           !> win32/config_H.vc
53868 ____________________________________________________________________________
53869 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
53870         Log: Metaconfig unit change for #10356.
53871      Branch: metaconfig
53872            ! U/installdirs/inc_version_list.U
53873 ____________________________________________________________________________
53874 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
53875         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
53876              (idea from Sarathy; implementation from Andy)
53877      Branch: perl
53878            ! Configure
53879 ____________________________________________________________________________
53880 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
53881         Log: More AUTHORS.
53882      Branch: perl
53883            ! AUTHORS
53884 ____________________________________________________________________________
53885 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
53886         Log: Subject: Re: [PATCH] Tests for File::Compare
53887              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
53888              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
53889              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
53890      Branch: perl
53891            + t/lib/filecomp.t
53892            ! MANIFEST t/lib/1_compile.t
53893 ____________________________________________________________________________
53894 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
53895         Log: Subject: [PATCH] DEBUG_* macro cleanups
53896              From: Abhijit Menon-Sen <ams@wiw.org>
53897              Date: Thu, 31 May 2001 12:16:22 +0530
53898              Message-ID: <20010531121622.B4829@lustre.linux.in>
53899              
53900              Subject: Re: [PATCH] DEBUG_* macro cleanups
53901              From: Abhijit Menon-Sen <ams@wiw.org>
53902              Date: Thu, 31 May 2001 13:57:01 +0530
53903              Message-ID: <20010531135701.A21775@lustre.linux.in>
53904              
53905              (The DEBUG_ definitions in perl.h changed to use the
53906              STMT_START and STMT_END.)
53907      Branch: perl
53908            ! perl.h pp_ctl.c sv.c toke.c
53909 ____________________________________________________________________________
53910 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
53911         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
53912              From: Abhijit Menon-Sen <ams@wiw.org>
53913              Date: Thu, 31 May 2001 08:27:55 +0530
53914              Message-ID: <20010531082755.A10018@lustre.linux.in>
53915      Branch: perl
53916            ! ext/Storable/Storable.xs gv.c perl.c
53917 ____________________________________________________________________________
53918 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
53919         Log: Subject: [PATCH] AUTHORS
53920              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53921              Date: Thu, 31 May 2001 01:27:59 -0500
53922              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53923              
53924              Subject: Re: [PATCH] AUTHORS
53925              From: "Philip Newton" <Philip.Newton@gmx.net>
53926              Date: Thu, 31 May 2001 10:08:06 +0200
53927              (Message-Id missing?)
53928      Branch: perl
53929            ! AUTHORS
53930 ____________________________________________________________________________
53931 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53932         Log: win32 - dmake regen_config_h
53933      Branch: perlio
53934            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53935 ____________________________________________________________________________
53936 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53937         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53938              From: "Philip Newton" <Philip.Newton@gmx.net>
53939              Date: Thu, 31 May 2001 07:41:36 +0200
53940              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53941              
53942              Undo C++-ism that snekt in.
53943      Branch: perl
53944            ! util.c
53945 ____________________________________________________________________________
53946 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53947         Log: Tolerate Win32 numerics
53948      Branch: perlio
53949            ! t/pragma/warn/toke
53950 ____________________________________________________________________________
53951 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53952         Log: Integrate perlio:
53953              
53954              [ 10346]
53955              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53956              perlio.c change 10255.
53957              
53958              [ 10345]
53959              Conditionally put back some "unused" dTHX which are used
53960              with PERL_IMPLICIT_SYS
53961              
53962              [ 10344]
53963              Fix Win32 for new spelling IN_BYTES 
53964              
53965              [ 10343]
53966              perlio.c -Wall cleaner under MULTIPLICITY
53967              - still minor noise with linux stdio
53968      Branch: perl
53969           !> perlio.c win32/win32.h
53970 ____________________________________________________________________________
53971 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53972         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53973              perlio.c change 10255.
53974      Branch: perlio
53975            ! perlio.c
53976 ____________________________________________________________________________
53977 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53978         Log: Conditionally put back some "unused" dTHX which are used
53979              with PERL_IMPLICIT_SYS
53980      Branch: perlio
53981            ! perlio.c
53982 ____________________________________________________________________________
53983 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53984         Log: Fix Win32 for new spelling IN_BYTES 
53985      Branch: perlio
53986            ! win32/win32.h
53987 ____________________________________________________________________________
53988 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53989         Log: perlio.c -Wall cleaner under MULTIPLICITY
53990              - still minor noise with linux stdio
53991      Branch: perlio
53992            ! perlio.c
53993 ____________________________________________________________________________
53994 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53995         Log: Integrate mainline.
53996      Branch: perlio
53997           !> (integrate 42 files)
53998 ____________________________________________________________________________
53999 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
54000         Log: AUTHORS updates.
54001      Branch: perl
54002            ! AUTHORS
54003 ____________________________________________________________________________
54004 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
54005         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
54006              From: Peter Prymmer <pvhp@forte.com>
54007              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
54008              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
54009      Branch: perl
54010            ! t/lib/md5-file.t
54011 ____________________________________________________________________________
54012 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
54013         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
54014              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
54015              to match the pragma name; various robustness cleanups.
54016      Branch: perl
54017            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
54018            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
54019 ____________________________________________________________________________
54020 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
54021         Log: More -Wall sweeping.
54022      Branch: perl
54023            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
54024            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
54025            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
54026            ! regcomp.c sv.c toke.c utf8.c
54027 ____________________________________________________________________________
54028 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
54029         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
54030              From: Nicholas Clark <nick@ccl4.org>
54031              Date: Wed, 30 May 2001 22:34:41 +0100
54032              Message-ID: <20010530223441.Y86445@plum.flirble.org>
54033      Branch: perl
54034            ! t/op/cmp.t
54035 ____________________________________________________________________________
54036 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
54037         Log: It's is not, it isn't ain't, and it's it's, not its,
54038              if you mean it is. If you don't, it's its. Then too,
54039              it's hers. It isn't her's. It isn't our's either.
54040              It's ours, and likewise yours and theirs.
54041              -- Oxford University Press, Edpress News
54042      Branch: perl
54043            ! lib/autouse.pm
54044 ____________________________________________________________________________
54045 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
54046         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
54047      Branch: perl
54048            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
54049            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
54050            ! x2p/str.c x2p/walk.c xsutils.c
54051 ____________________________________________________________________________
54052 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
54053         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
54054              From: Michael G Schwern <schwern@pobox.com>
54055              Date: Wed, 30 May 2001 17:10:38 +0100
54056              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
54057              
54058              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
54059              From: Abhijit Menon-Sen <ams@wiw.org>
54060              Date: Wed, 30 May 2001 23:16:13 +0530
54061              Message-ID: <20010530231613.A31933@lustre.linux.in>
54062      Branch: perl
54063            ! perl.c t/run/runenv.t
54064 ____________________________________________________________________________
54065 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
54066         Log: (Retracted by #10375.)
54067              
54068              IRIX hints patch from Merijn Broeren.
54069              
54070              TODO: (this and the earlier Linux hints patch) should be solved
54071              at Configure level.  Merijn: -ldb should not be used on any platform
54072              for perl, just when linking DBFile itself. Trying to be helpful here
54073              is counterproductive.
54074      Branch: perl
54075            ! hints/irix_6.sh
54076 ____________________________________________________________________________
54077 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
54078         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
54079              From: Nicholas Clark <nick@ccl4.org>
54080              Date: Wed, 30 May 2001 23:20:58 +0100
54081              Message-ID: <20010530232058.B86445@plum.flirble.org>
54082      Branch: perl
54083            ! doop.c
54084 ____________________________________________________________________________
54085 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
54086         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
54087              From: Michael G Schwern <schwern@pobox.com> 
54088              Date: Wed, 30 May 2001 15:24:20 +0100
54089              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
54090      Branch: perl
54091            ! t/pragma/autouse.t
54092 ____________________________________________________________________________
54093 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
54094         Log: The regex trick wasn't a good idea.
54095      Branch: perl
54096            ! pod/perlfaq4.pod
54097 ____________________________________________________________________________
54098 [ 10329] By: nick                                  on 2001/05/30  18:34:35
54099         Log: Integrate mainline
54100      Branch: perlio
54101           !> (integrate 40 files)
54102 ____________________________________________________________________________
54103 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
54104         Log: Update Changes.
54105      Branch: perl
54106            ! Changes patchlevel.h
54107 ____________________________________________________________________________
54108 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
54109         Log: The metaconfig unit change for #10325.
54110      Branch: metaconfig
54111            + U/modified/afs.U
54112 ____________________________________________________________________________
54113 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
54114         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
54115              is now wrong.
54116      Branch: perl
54117            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
54118 ____________________________________________________________________________
54119 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
54120         Log: Introduce $Config{afsroot}.
54121      Branch: perl
54122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54123            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
54124            ! win32/config.gc win32/config.vc
54125 ____________________________________________________________________________
54126 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
54127         Log: (Retracted by #10375.)
54128              
54129              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
54130      Branch: perl
54131            ! hints/linux.sh
54132 ____________________________________________________________________________
54133 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
54134         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
54135              (Also Configure tweaks needed; coming up soon.)
54136      Branch: perl
54137            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
54138 ____________________________________________________________________________
54139 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
54140         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
54141              From: Michael G Schwern <schwern@pobox.com>
54142              Date: Sun, 27 May 2001 10:29:43 +0100
54143              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
54144      Branch: perl
54145            ! lib/perl5db.pl
54146 ____________________________________________________________________________
54147 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
54148         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
54149              and Abhijit Menon-Sen.
54150      Branch: perl
54151            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
54152            ! perl.c pp_sys.c regcomp.c
54153 ____________________________________________________________________________
54154 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
54155         Log: Fix the BOOT section to call myU2time properly.
54156      Branch: perl
54157            ! ext/Time/HiRes/HiRes.xs
54158 ____________________________________________________________________________
54159 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
54160         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54161              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
54162              Date: Wed, 30 May 2001 09:44:29 -0400
54163              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
54164              
54165              Detypo; plus add one more trick.
54166      Branch: perl
54167            ! pod/perlfaq4.pod
54168 ____________________________________________________________________________
54169 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
54170         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)
54171              From: Michael G Schwern <schwern@pobox.com>
54172              Date: Wed, 30 May 2001 14:39:06 +0100
54173              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
54174      Branch: perl
54175            ! lib/autouse.pm t/pragma/autouse.t
54176 ____________________________________________________________________________
54177 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
54178         Log: Subject: Re: AIX and gcc (moving targets)
54179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54180              Date: Wed, 30 May 2001 15:25:08 +0200
54181              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
54182      Branch: perl
54183            ! ext/Time/HiRes/HiRes.xs
54184 ____________________________________________________________________________
54185 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
54186         Log: Subject: [PATCH t/TEST] sorting tests
54187              From: Michael G Schwern <schwern@pobox.com>
54188              Date: Wed, 30 May 2001 10:24:02 +0100
54189              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
54190      Branch: perl
54191            ! t/TEST
54192 ____________________________________________________________________________
54193 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
54194         Log: Subject: [ID 20010529.002] typos in man page perlre
54195              From: bart@cg681574-a.adubn1.nj.home.com 
54196              Date: Tue, 29 May 2001 13:58:59 -0500
54197              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
54198      Branch: perl
54199            ! pod/perlre.pod
54200 ____________________________________________________________________________
54201 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
54202         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
54203              From: "Craig A. Berry" <craigberry@mac.com>
54204              Date: Tue, 29 May 2001 23:23:45 -0500
54205              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
54206      Branch: perl
54207            ! t/lib/extutils.t t/pragma/autouse.t
54208 ____________________________________________________________________________
54209 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
54210         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)
54211              From: David Dyck <dcd@tc.fluke.com>
54212              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
54213              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
54214      Branch: perl
54215            ! t/lib/filefind.t
54216 ____________________________________________________________________________
54217 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
54218         Log: AIX hints update for gcc from Merijn H. Brand.
54219      Branch: perl
54220            ! hints/aix.sh
54221 ____________________________________________________________________________
54222 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
54223         Log: Retract #10295 and #10296: a more generic solution
54224              is needed (there's something funny with gcc on AIX).
54225      Branch: perl
54226            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
54227 ____________________________________________________________________________
54228 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
54229         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54230              From: Hugo <hv@crypt.compulink.co.uk>
54231              Date: Wed, 30 May 2001 11:59:19 +0100
54232              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
54233              
54234              localizing $@ has unfortunate semantics - if you die past
54235              a local $@, the die message is lost.
54236      Branch: perl
54237            ! lib/utf8_heavy.pl
54238 ____________________________________________________________________________
54239 [ 10309] By: nick                                  on 2001/05/30  08:23:02
54240         Log: Integrate mainline (autouse works again.)
54241      Branch: perlio
54242           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
54243           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
54244           !> pod/perlvar.pod t/op/cmp.t
54245 ____________________________________________________________________________
54246 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
54247         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
54248              From: David Dyck <dcd@tc.fluke.com>
54249              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
54250              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
54251      Branch: perl
54252            ! lib/File/Find.pm
54253 ____________________________________________________________________________
54254 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
54255         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
54256              From: Nicholas Clark <nick@ccl4.org>
54257              Date: Tue, 29 May 2001 23:16:09 +0100
54258              Message-ID: <20010529231609.U86445@plum.flirble.org>
54259              
54260              Make the test output slightly clearer by distinguishing
54261              between '' and undef.
54262      Branch: perl
54263            ! t/op/cmp.t
54264 ____________________________________________________________________________
54265 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
54266         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
54267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54268              Date: Tue, 29 May 2001 19:15:19 -0400
54269              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
54270      Branch: perl
54271            ! hints/os2.sh
54272 ____________________________________________________________________________
54273 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
54274         Log: Subject: perlvar.pod addition
54275              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
54276              Date: Fri, 25 May 2001 20:23:12 +0200
54277              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
54278              
54279              Subject: Re: perlvar.pod addition
54280              From: "Abigail" <abigail@foad.org> 
54281              Date: Fri, 25 May 2001 22:00:39 +0200
54282              Message-ID: <20010525200039.28029.qmail@foad.org>
54283              
54284              Mention $a and $b in perlvar.
54285      Branch: perl
54286            ! pod/perlvar.pod
54287 ____________________________________________________________________________
54288 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
54289         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
54290              From: Jeff Pinyan <jeffp@crusoe.net>
54291              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
54292              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
54293      Branch: perl
54294            ! pod/perlvar.pod
54295 ____________________________________________________________________________
54296 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
54297         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
54298              From: Jeff Pinyan <jeffp@crusoe.net>
54299              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
54300              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
54301      Branch: perl
54302            ! pod/perlfaq6.pod
54303 ____________________________________________________________________________
54304 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
54305         Log: Mention Time::localtime and Time::gmtime.
54306      Branch: perl
54307            ! ext/Time/Piece/Piece.pm
54308 ____________________________________________________________________________
54309 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
54310         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54311              From: Michael G Schwern <schwern@pobox.com>
54312              Date: Tue, 29 May 2001 18:51:32 +0100
54313              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
54314      Branch: perl
54315            ! pod/perlfaq4.pod
54316 ____________________________________________________________________________
54317 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
54318         Log: Retract #10243.
54319      Branch: perl
54320            ! lib/autouse.pm
54321 ____________________________________________________________________________
54322 [ 10299] By: nick                                  on 2001/05/29  18:41:19
54323         Log: Post weekend integrate mainline (fails one test pragma/autouse).
54324      Branch: perlio
54325           +> (branch 29 files)
54326           !> (integrate 91 files)
54327 ____________________________________________________________________________
54328 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
54329         Log: Update Changes.
54330      Branch: perl
54331            ! Changes patchlevel.h
54332 ____________________________________________________________________________
54333 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
54334         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
54335              before Perl_load_module/Perl_call_method and restore the value
54336              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
54337      Branch: perl
54338            ! utf8.c
54339 ____________________________________________________________________________
54340 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
54341         Log: Subject: Re: AIX and gcc (moving targets)
54342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54343              Date: Tue, 29 May 2001 17:59:40 +0200
54344              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
54345      Branch: perl
54346            ! ext/Storable/Makefile.PL
54347 ____________________________________________________________________________
54348 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
54349         Log: Subject: Re: AIX and gcc (moving targets)
54350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54351              Date: Tue, 29 May 2001 12:32:57 +0200
54352              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
54353      Branch: perl
54354            ! ext/POSIX/Makefile.PL
54355 ____________________________________________________________________________
54356 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
54357         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
54358              From: Michael G Schwern <schwern@pobox.com>
54359              Date: Tue, 29 May 2001 09:53:29 +0100
54360              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
54361              
54362              (#10280 retracted)
54363      Branch: perl
54364            ! lib/Test/Harness.pm t/lib/test-harness.t
54365 ____________________________________________________________________________
54366 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
54367         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
54368              From: Michael G Schwern <schwern@pobox.com>
54369              Date: Tue, 29 May 2001 09:19:52 +0100
54370              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
54371      Branch: perl
54372            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
54373            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
54374            + t/lib/Test/todo.t
54375            ! MANIFEST lib/Test.pm t/TEST
54376 ____________________________________________________________________________
54377 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
54378         Log: From: Michael G Schwern <schwern@pobox.com>
54379              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
54380              Date: Tue, 29 May 2001 08:26:09 +0100
54381              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
54382      Branch: perl
54383            ! t/TEST
54384 ____________________________________________________________________________
54385 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
54386         Log: Add tests for Time::gmtime and Time::localtime.
54387      Branch: perl
54388            + t/lib/time-gmtime.t t/lib/time-localtime.t
54389            ! MANIFEST t/lib/1_compile.t
54390 ____________________________________________________________________________
54391 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
54392         Log: Add test for File::stat.
54393      Branch: perl
54394            + t/lib/filestat.t
54395            ! MANIFEST t/lib/1_compile.t
54396 ____________________________________________________________________________
54397 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
54398         Log: Add test for Net::servent.
54399      Branch: perl
54400            + t/lib/net-sent.t
54401            ! MANIFEST t/lib/1_compile.t
54402 ____________________________________________________________________________
54403 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
54404         Log: Add test for Net::protoent.
54405      Branch: perl
54406            + t/lib/net-pent.t
54407            ! MANIFEST t/lib/1_compile.t
54408 ____________________________________________________________________________
54409 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
54410         Log: Add test for Net::netent.
54411      Branch: perl
54412            + t/lib/net-nent.t
54413            ! MANIFEST t/lib/1_compile.t
54414 ____________________________________________________________________________
54415 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
54416         Log: Add test for User::grent.  Portability doubtful.
54417      Branch: perl
54418            + t/lib/user-grent.t
54419            ! MANIFEST t/lib/1_compile.t
54420 ____________________________________________________________________________
54421 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
54422         Log: Add test for User::pwent.
54423              Probably will fall down somewhere for portability reasons.
54424      Branch: perl
54425            + t/lib/user-pwent.t
54426            ! MANIFEST t/lib/1_compile.t
54427 ____________________________________________________________________________
54428 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
54429         Log: Metaconfig units changes for #10283.
54430      Branch: metaconfig
54431            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
54432            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
54433            ! U/installdirs/sitescript.U U/modified/Signal.U
54434 ____________________________________________________________________________
54435 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
54436         Log: Subject: [PATCH 5.6.1] signal names in Configure
54437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54438              Date: Tue, 29 May 2001 03:52:25 -0400
54439              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
54440              
54441              Subject: [PATCH 5.6.1] older perl in Configure
54442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54443              Date: Tue, 29 May 2001 03:55:40 -0400
54444              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
54445              
54446              Subject: [PATCH 5.6.1] goofs in Configure
54447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54448              Date: Tue, 29 May 2001 04:13:07 -0400
54449              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
54450              
54451              Configure portability tweaks.
54452      Branch: perl
54453            ! Configure
54454 ____________________________________________________________________________
54455 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
54456         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
54457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54458              Date: Tue, 29 May 2001 04:07:06 -0400
54459              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
54460      Branch: perl
54461            ! os2/os2.c
54462 ____________________________________________________________________________
54463 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
54464         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
54465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54466              Date: Tue, 29 May 2001 04:01:38 -0400
54467              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
54468      Branch: perl
54469            ! hints/os2.sh os2/Makefile.SHs
54470 ____________________________________________________________________________
54471 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
54472         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
54473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54474              Date: Tue, 29 May 2001 03:50:18 -0400
54475              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
54476      Branch: perl
54477            ! lib/Test/Harness.pm
54478 ____________________________________________________________________________
54479 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
54480         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
54481      Branch: perl
54482            ! lib/utf8_heavy.pl
54483 ____________________________________________________________________________
54484 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
54485         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54486              From: Hugo <hv@crypt.compulink.co.uk>
54487              Date: Tue, 29 May 2001 03:03:45 +0100
54488              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
54489              
54490              Explanation why the $@ always gets the UTF8 flag when under use utf8--
54491              because we told it to have the flag when under use utf8.
54492      Branch: perl
54493            ! pp_ctl.c
54494 ____________________________________________________________________________
54495 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
54496         Log: At least a partial fix for 20010528.004.
54497      Branch: perl
54498            ! lib/utf8_heavy.pl
54499 ____________________________________________________________________________
54500 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
54501         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
54502              From: Nicholas Clark <nick@ccl4.org> 
54503              Date: Mon, 28 May 2001 23:39:38 +0100
54504              Message-ID: <20010528233938.M86445@plum.flirble.org>
54505              
54506              More portable non-zero UV.
54507      Branch: perl
54508            ! t/lib/extutils.t
54509 ____________________________________________________________________________
54510 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
54511         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
54512              From: Nicholas Clark <nick@ccl4.org>
54513              Date: Mon, 28 May 2001 22:46:09 +0100
54514              Message-ID: <20010528224608.L86445@plum.flirble.org>
54515              
54516              Test also "make clean".
54517      Branch: perl
54518            ! t/lib/extutils.t
54519 ____________________________________________________________________________
54520 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
54521         Log: Subject: Re: Would -Wno-unused -Wall be better?
54522              From: Michael G Schwern <schwern@pobox.com>
54523              Date: Tue, 29 May 2001 00:55:54 +0100
54524              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
54525      Branch: perl
54526            ! pp.h
54527 ____________________________________________________________________________
54528 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
54529         Log: Add a test for 20010528.007, fixed in #10272.
54530      Branch: perl
54531            ! t/op/misc.t toke.c
54532 ____________________________________________________________________________
54533 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
54534         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
54535              From: Hugo <hv@crypt.compulink.co.uk>
54536              Date: Tue, 29 May 2001 00:23:23 +0100
54537              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
54538      Branch: perl
54539            ! toke.c
54540 ____________________________________________________________________________
54541 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
54542         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54543              From: Michael G Schwern <schwern@pobox.com>
54544              Date: Tue, 29 May 2001 00:42:59 +0100
54545              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
54546      Branch: perl
54547            ! t/pragma/autouse.t
54548 ____________________________________________________________________________
54549 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
54550         Log: Some shells seemingly arrange the signal handlers differently
54551              (bug id 20010521.004).
54552      Branch: perl
54553            ! t/lib/sigaction.t
54554 ____________________________________________________________________________
54555 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
54556         Log: Regen perlmodlib.
54557      Branch: perl
54558            ! pod/perlmodlib.pod
54559 ____________________________________________________________________________
54560 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
54561         Log: Update Changes.
54562      Branch: perl
54563            ! Changes patchlevel.h
54564 ____________________________________________________________________________
54565 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
54566         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
54567              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54568              Date: Mon, 28 May 2001 14:56:35 -0500
54569              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
54570      Branch: perl
54571            ! pod/perlnewmod.pod
54572 ____________________________________________________________________________
54573 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
54574         Log: Regen toc.
54575      Branch: perl
54576            ! pod/perltoc.pod
54577 ____________________________________________________________________________
54578 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
54579         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
54580              From: "Richard Soderberg" <rs@crystalflame.net>
54581              Date: Mon, 28 May 2001 12:31:23 -0700
54582              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
54583      Branch: perl
54584            ! t/op/splice.t
54585 ____________________________________________________________________________
54586 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
54587         Log: The #10260 was too bold: locales and utf8 still do not mix.
54588      Branch: perl
54589            ! t/pragma/locale.t
54590 ____________________________________________________________________________
54591 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
54592         Log: Subject: [PATCH] Pod nitpicks
54593              From: "Richard Soderberg" <rs@crystalflame.net>
54594              Date: Mon, 28 May 2001 10:08:58 -0700
54595              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
54596      Branch: perl
54597            ! pod/perl571delta.pod pod/perlapi.pod sv.h
54598 ____________________________________________________________________________
54599 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
54600         Log: Upgrade to I18N::LangTags 0.22.
54601      Branch: perl
54602            + lib/I18N/LangTags/List.pod
54603            ! MANIFEST lib/I18N/LangTags.pm
54604 ____________________________________________________________________________
54605 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
54606         Log: A slightly more serious bug found by -Mutf8; op/misc and
54607              lib/complex dumped core.
54608      Branch: perl
54609            ! regexec.c
54610 ____________________________________________________________________________
54611 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
54612         Log: Various buglets shaken out by -Mutf8.
54613      Branch: perl
54614            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
54615            ! t/pragma/locale.t
54616 ____________________________________________________________________________
54617 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
54618         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
54619      Branch: perl
54620            ! t/lib/carp.t
54621 ____________________________________________________________________________
54622 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
54623         Log: Subject: [PATCH] todo patch
54624              From: Artur Bergman <artur@contiller.se> 
54625              Date: Mon, 28 May 2001 17:03:51 +0200
54626              Message-ID: <B7383577.F34%artur@contiller.se>
54627      Branch: perl
54628            ! pod/perltodo.pod
54629 ____________________________________________________________________________
54630 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
54631         Log: Subject: typo in perlguts.pod
54632              From: "John P. Linderman" <jpl@research.att.com>
54633              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
54634              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
54635      Branch: perl
54636            ! pod/perlguts.pod
54637 ____________________________________________________________________________
54638 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
54639         Log: Subject: AIX and gcc (moving targets)
54640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54641              Date: Mon, 28 May 2001 12:54:04 +0200
54642              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
54643      Branch: perl
54644            ! hints/aix.sh
54645 ____________________________________________________________________________
54646 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
54647         Log: Subject: Re: perlio + multiple perl_alloc..destruct
54648              From: Doug MacEachern <dougm@covalent.net>
54649              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54650              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54651      Branch: perl
54652            ! perlio.c
54653 ____________________________________________________________________________
54654 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54655         Log: The #10251 wasn't quite up-to-the-code.
54656      Branch: perl
54657            ! t/op/misc.t
54658 ____________________________________________________________________________
54659 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54660         Log: Test case for bug 20010526.004, fixed in #10252.
54661      Branch: perl
54662            ! t/op/taint.t
54663 ____________________________________________________________________________
54664 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54665         Log: Subject: Re: [ID 20010526.004] Taint looses value
54666              From: Hugo <hv@crypt.compulink.co.uk>
54667              Date: Sun, 27 May 2001 20:39:32 +0100
54668              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54669      Branch: perl
54670            ! sv.c
54671 ____________________________________________________________________________
54672 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54673         Log: Test case for 20010422.005, fixed by #10250.
54674      Branch: perl
54675            ! t/op/misc.t
54676 ____________________________________________________________________________
54677 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54678         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54679              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54680              Date: Mon, 28 May 2001 06:39:12 -0400
54681              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54682      Branch: perl
54683            ! toke.c
54684 ____________________________________________________________________________
54685 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54686         Log: Linerewrapping.
54687      Branch: perl
54688            ! lib/open.pm
54689 ____________________________________________________________________________
54690 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54691         Log: Updates on the modules list.
54692      Branch: perl
54693            ! t/lib/1_compile.t
54694 ____________________________________________________________________________
54695 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54696         Log: Add a test for PerlIO.
54697              
54698              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54699      Branch: perl
54700            + t/lib/perlio.t
54701            ! MANIFEST lib/PerlIO.pm
54702 ____________________________________________________________________________
54703 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54704         Log: Add a test for carp et alia.
54705      Branch: perl
54706            + t/lib/carp.t
54707            ! MANIFEST
54708 ____________________________________________________________________________
54709 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54710         Log: Adding the new test would be swell.
54711      Branch: perl
54712            + t/pragma/autouse.t
54713 ____________________________________________________________________________
54714 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54715         Log: Add a test for the autouse pragma.
54716      Branch: perl
54717            ! MANIFEST
54718 ____________________________________________________________________________
54719 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54720         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54721              From: dLux <dlux@spam.sch.bme.hu>
54722              Date: Sun, 27 May 2001 16:14:26 +0200
54723              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54724      Branch: perl
54725            ! lib/autouse.pm
54726 ____________________________________________________________________________
54727 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54728         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54729              From: "Richard Soderberg" <rs@crystalflame.net>
54730              Date: Mon, 28 May 2001 03:56:36 -0700
54731              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54732      Branch: perl
54733            ! utils/dprofpp.PL
54734 ____________________________________________________________________________
54735 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54736         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54737              From: "Stephen P. Potter" <spp@spotter.yi.org>
54738              Date: Tue, 22 May 2001 11:40:25 -0400
54739              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54740              
54741              Subject: Re: [ID 20010522.003] Time::Local module bug
54742              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54743              Date: Tue, 22 May 2001 11:50:19 -0400
54744              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54745      Branch: perl
54746            ! lib/Time/Local.pm
54747 ____________________________________________________________________________
54748 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54749         Log: The PERL_DL_NONLAZY can have whitespace in front.
54750      Branch: perl
54751            ! t/lib/extutils.t
54752 ____________________________________________________________________________
54753 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54754         Log: Document strftime() and strptime().
54755      Branch: perl
54756            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54757 ____________________________________________________________________________
54758 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54759         Log: Make Time::Piece::strptime() to be a function, not a method.
54760      Branch: perl
54761            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54762 ____________________________________________________________________________
54763 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
54764         Log: Tweak the test to be more portable.
54765      Branch: perl
54766            ! t/lib/extutils.t
54767 ____________________________________________________________________________
54768 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
54769         Log: Subject: PATCH: Re: Re: Attributes that tie
54770              From: Leon Brocard <acme@astray.com>
54771              Date: Sun, 27 May 2001 12:37:29 +0100
54772              Message-ID: <20010527123729.A22663@ns0.astray.com>
54773              
54774              Document that variable attributes are not currently usable
54775              for tieing.  (An ugly limitation that should be fixed.)
54776      Branch: perl
54777            ! lib/attributes.pm
54778 ____________________________________________________________________________
54779 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
54780         Log: Microperl tweaks.
54781      Branch: perl
54782            ! Makefile.micro uconfig.h uconfig.sh
54783 ____________________________________________________________________________
54784 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
54785         Log: Add make target for microperl (kind of silly, but convenient).
54786      Branch: perl
54787            ! Makefile.SH
54788 ____________________________________________________________________________
54789 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
54790         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
54791              for microperl.)
54792      Branch: perl
54793            ! doio.c
54794 ____________________________________________________________________________
54795 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
54796         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
54797              From: rspier@pobox.com (Robert Spier)
54798              Date: Sat, 26 May 2001 20:05:23 -0400
54799              Message-ID: <15120.17603.148648.12430@rls.cx>
54800              
54801              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
54802              From: rspier@pobox.com (Robert Spier)
54803              Date: Sun, 27 May 2001 00:23:12 -0400
54804              Message-ID: <15120.33072.511966.767230@rls.cx>
54805      Branch: perl
54806            ! doio.c pod/perlfunc.pod
54807 ____________________________________________________________________________
54808 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
54809         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
54810      Branch: perl
54811            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54812 ____________________________________________________________________________
54813 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
54814         Log: Add README.tru64.
54815      Branch: perl
54816            + README.tru64
54817 ____________________________________________________________________________
54818 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
54819         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
54820      Branch: perl
54821            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
54822            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
54823            ! MANIFEST
54824 ____________________________________________________________________________
54825 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
54826         Log: Integrate I18N::LangTags from Sean Burke.
54827              
54828              TODO: the language list from RFC 3066 needs to be integrated
54829              and made available somehow.  The list is included in the
54830              I18N-LangTags 0.21 distribution, but it is undocumented
54831              and unconnected to the module.
54832      Branch: perl
54833            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
54834            ! MANIFEST
54835 ____________________________________________________________________________
54836 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
54837         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
54838              envisioned by Sarathy.
54839      Branch: perl
54840            ! t/op/ver.t toke.c
54841 ____________________________________________________________________________
54842 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
54843         Log: Subject: [ID 20010525.001] Pod typo nits fixed
54844              From: lvirden@cas.org
54845              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
54846              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
54847              
54848              minus the perlsolaris decimation plus the
54849              
54850              Subject: Re: [ID 20010525.001] Pod typo nits fixed
54851              From: "Philip Newton" <Philip.Newton@gmx.net>
54852              Date: Fri, 25 May 2001 18:05:55 +0200
54853              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
54854      Branch: perl
54855            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
54856            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
54857            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
54858            ! pod/perlutil.pod pod/perlxstut.pod
54859 ____________________________________________________________________________
54860 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
54861         Log: return clauses are nice.
54862      Branch: perl
54863            ! sv.c
54864 ____________________________________________________________________________
54865 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
54866         Log: Subject: change 10199 backwards?
54867              From: Doug MacEachern <dougm@covalent.net>
54868              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
54869              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
54870      Branch: perl
54871            ! sv.c
54872 ____________________________________________________________________________
54873 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
54874         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
54875              From: Hugo <hv@crypt.compulink.co.uk>
54876              Date: Sat, 26 May 2001 17:05:12 +0100
54877              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
54878      Branch: perl
54879            + t/op/gmagic.t
54880            ! MANIFEST doop.c embed.h embed.pl global.sym
54881            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
54882            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
54883 ____________________________________________________________________________
54884 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
54885         Log: Regen headers for #10221.
54886      Branch: perl
54887            ! global.sym objXSUB.h perlapi.c
54888 ____________________________________________________________________________
54889 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
54890         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
54891              From: Juha Laiho <juha.laiho@Elma.Net>
54892              Date: Thu, 3 May 2001 09:51:30 +0300
54893              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
54894      Branch: perl
54895            ! embed.pl
54896 ____________________________________________________________________________
54897 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
54898         Log: Subject: Re: [PATCH] Re: stability of sort()?
54899              From: "John P. Linderman" <jpl@research.att.com>
54900              Date: Sat, 26 May 2001 13:27:19 -0400
54901              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
54902      Branch: perl
54903            ! pod/perlfunc.pod
54904 ____________________________________________________________________________
54905 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
54906         Log: Integrate perlio:
54907              
54908              [ 10212]
54909              Change perlguts docs to not suggest PUSHi etc. for multiple results,
54910              add a few more notes there on use of mortals on the stack.
54911      Branch: perl
54912           !> pod/perlguts.pod
54913 ____________________________________________________________________________
54914 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
54915         Log: Subject: [PATCH perl@10210] PerlIO for VMS
54916              From: "Craig A. Berry" <craigberry@mac.com>
54917              Date: Sat, 26 May 2001 09:34:11 -0500
54918              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
54919      Branch: perl
54920            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
54921            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54922            ! vms/vmsish.h
54923 ____________________________________________________________________________
54924 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54925         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54926              From: David Dyck <dcd@tc.fluke.com>
54927              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54928              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54929      Branch: perl
54930            ! lib/perl5db.pl
54931 ____________________________________________________________________________
54932 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54933         Log: Subject: utf8 regexp tests
54934              From: Hugo <hv@crypt.compulink.co.uk>
54935              Date: Fri, 25 May 2001 22:35:01 +0100
54936              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54937      Branch: perl
54938            ! t/op/regexp.t
54939 ____________________________________________________________________________
54940 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54941         Log: Subject: [PATCH] Re: stability of sort()?
54942              From: Nicholas Clark <nick@ccl4.org>
54943              Date: Fri, 25 May 2001 22:40:19 +0100
54944              Message-ID: <20010525224019.B86445@plum.flirble.org>
54945      Branch: perl
54946            ! pod/perlfunc.pod
54947 ____________________________________________________________________________
54948 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54949         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54950              From: John Peacock <jpeacock@rowman.com>
54951              Date: Thu, 24 May 2001 22:14:01 -0400
54952              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54953      Branch: perl
54954            ! mg.c scope.c sv.c
54955 ____________________________________________________________________________
54956 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54957         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54958              From: Nicholas Clark <nick@ccl4.org>
54959              Date: Sun, 20 May 2001 19:24:13 +0100
54960              Message-ID: <20010520192413.G83222@plum.flirble.org>
54961      Branch: perl
54962            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54963            ! MANIFEST utils/h2xs.PL
54964 ____________________________________________________________________________
54965 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54966         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54967              add a few more notes there on use of mortals on the stack.
54968      Branch: perlio
54969            ! pod/perlguts.pod
54970 ____________________________________________________________________________
54971 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54972         Log: Integrate mainline
54973      Branch: perlio
54974           +> t/lib/fcntl.t t/pragma/vars.t
54975           !> (integrate 49 files)
54976 ____________________________________________________________________________
54977 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54978         Log: Update Changes.
54979      Branch: perl
54980            ! Changes patchlevel.h
54981 ____________________________________________________________________________
54982 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54983         Log: Based on
54984              
54985              Subject: [PATCH pp.c] Wrapping pack("C",256)
54986              From: Simon Cozens <simon@netthink.co.uk>
54987              Date: Sat, 12 May 2001 17:58:41 +0100
54988              Message-ID: <20010512175841.A6132@netthink.co.uk>
54989      Branch: perl
54990            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54991 ____________________________________________________________________________
54992 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54993         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54994              From: "Brendan O'Dea" <bod@compusol.com.au>
54995              Date: Fri, 25 May 2001 11:18:29 +1000
54996              Message-ID: <20010525111829.A28411@compusol.com.au>
54997              
54998              (Slightly modified.)
54999      Branch: perl
55000            ! lib/Term/Cap.pm
55001 ____________________________________________________________________________
55002 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
55003         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
55004              From: Hugo <hv@crypt.compulink.co.uk>
55005              Date: Fri, 25 May 2001 02:13:25 +0100
55006              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
55007      Branch: perl
55008            ! t/op/misc.t
55009 ____________________________________________________________________________
55010 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
55011         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
55012              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
55013              Date: Fri, 25 May 2001 10:25:36 +0900
55014              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
55015      Branch: perl
55016            ! regcomp.c regexec.c
55017 ____________________________________________________________________________
55018 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
55019         Log: Subject: [PATCH #2] stash autovivification and method call error messages
55020              From: Ilmari Karonen <iltzu@sci.fi>
55021              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
55022              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
55023      Branch: perl
55024            ! gv.c pp_hot.c t/op/method.t
55025 ____________________________________________________________________________
55026 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
55027         Log: Add make target and documentation for gprof profiling.
55028      Branch: perl
55029            ! Makefile.SH pod/perlhack.pod
55030 ____________________________________________________________________________
55031 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
55032         Log: Subject: Don't think about UTF8 
55033              From: Mike Guy <mjtg@cam.ac.uk> 
55034              Date: Tue, 22 May 2001 14:35:39 +0100
55035              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
55036      Branch: perl
55037            ! sv.h
55038 ____________________________________________________________________________
55039 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
55040         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
55041              From: Geraint A Edwards <gedge@serf.org> 
55042              Date: Thu, 24 May 2001 22:51:24 +0100
55043              Message-Id: <20010524225124.A34981@cymru.serf.org>
55044      Branch: perl
55045            ! x2p/find2perl.PL
55046 ____________________________________________________________________________
55047 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
55048         Log: DB_File has its own attribute story.
55049      Branch: perl
55050            ! ext/DB_File/DB_File.xs
55051 ____________________________________________________________________________
55052 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
55053         Log: Subject: Re: Making perl with -Wall
55054              From: Andy Dougherty <doughera@lafayette.edu>
55055              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
55056              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
55057      Branch: perl
55058            ! perl.h
55059 ____________________________________________________________________________
55060 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
55061         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
55062              From: "Richard Soderberg" <rs@crystalflame.net>
55063              Date: Thu, 24 May 2001 08:58:16 -0700
55064              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
55065      Branch: perl
55066            ! sv.c
55067 ____________________________________________________________________________
55068 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
55069         Log: IV/UV casting fixes from Nicholas Clark.
55070      Branch: perl
55071            ! perl.h pp_sys.c util.c
55072 ____________________________________________________________________________
55073 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
55074         Log: Subject: Re: Making perl with -Wall
55075              From: Michael G Schwern <schwern@pobox.com>
55076              Date: Thu, 24 May 2001 15:40:28 +0100
55077              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
55078      Branch: perl
55079            ! malloc.c perl.h
55080 ____________________________________________________________________________
55081 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
55082         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
55083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55084              Date: Tue, 22 May 2001 11:49:37 +0200
55085              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
55086      Branch: metaconfig
55087            ! U/modified/Oldsym.U
55088      Branch: metaconfig/U/perl
55089            ! patchlevel.U
55090      Branch: perl
55091            ! Configure config_h.SH myconfig.SH
55092 ____________________________________________________________________________
55093 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
55094         Log: Under versiononly install also the scripts with the version suffix.
55095              (e.g. .../bin/h2xs5.7.1)
55096      Branch: perl
55097            ! installperl
55098 ____________________________________________________________________________
55099 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
55100         Log: Subject: [PATCH] Stop segfault in mg.c:636
55101              From: "Richard Soderberg" <rs@crystalflame.net>
55102              Date: Thu, 24 May 2001 05:51:52 -0700
55103              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
55104      Branch: perl
55105            ! mg.c
55106 ____________________________________________________________________________
55107 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
55108         Log: Iteration continues; hopefully convergently.
55109      Branch: perl
55110            ! t/lib/b-stash.t
55111 ____________________________________________________________________________
55112 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
55113         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
55114              From: Gisle Aas <gisle@ActiveState.com>
55115              Date: 23 May 2001 16:13:10 -0700
55116              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
55117      Branch: perl
55118            ! op.c toke.c
55119 ____________________________________________________________________________
55120 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
55121         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
55122              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55123              Date: Thu, 24 May 2001 05:05:22 -0500
55124              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
55125      Branch: perl
55126            ! lib/dumpvar.pl lib/perl5db.pl
55127 ____________________________________________________________________________
55128 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
55129         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
55130              From: David Dyck <dcd@tc.fluke.com>
55131              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
55132              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
55133      Branch: perl
55134            ! lib/perl5db.pl
55135 ____________________________________________________________________________
55136 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
55137         Log: Tiny pod nits on READMEs, mostly whitespace issues.
55138      Branch: perl
55139            ! README.amiga README.dos README.macos README.mpeix README.vmesa
55140            ! README.win32
55141 ____________________________________________________________________________
55142 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
55143         Log: The DG/UX part of the 20010521.005.
55144      Branch: perl
55145            ! README.dgux
55146 ____________________________________________________________________________
55147 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
55148         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
55149              From: Hugo <hv@crypt.compulink.co.uk>
55150              Date: Mon, 21 May 2001 16:32:02 +0100
55151              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
55152      Branch: perl
55153            ! regcomp.c t/op/misc.t
55154 ____________________________________________________________________________
55155 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
55156         Log: Subject: [PATCH] Extra UNIVERSAL tests
55157              From: Mike Guy <mjtg@cam.ac.uk>
55158              Date: Wed, 23 May 2001 12:29:20 +0100
55159              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
55160      Branch: perl
55161            ! t/op/universal.t
55162 ____________________________________________________________________________
55163 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
55164         Log: Subject: [PATCH] Remove EQ keyword
55165              From: Mike Guy <mjtg@cam.ac.uk>
55166              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
55167              Date: Wed, 23 May 2001 11:17:29 +0100
55168      Branch: perl
55169            ! keywords.h keywords.pl
55170 ____________________________________________________________________________
55171 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
55172         Log: Subject: [PATCH] lib/perl5db.pl
55173              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55174              Date: Wed, 23 May 2001 02:18:03 -0500
55175              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
55176      Branch: perl
55177            ! lib/perl5db.pl
55178 ____________________________________________________________________________
55179 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
55180         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
55181              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55182              Date: Tue, 22 May 2001 23:34:41 -0500
55183              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
55184      Branch: perl
55185            ! lib/Term/Cap.pm
55186 ____________________________________________________________________________
55187 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
55188         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
55189              From: davem@fdgroup.co.uk
55190              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
55191              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
55192      Branch: perl
55193            ! emacs/e2ctags.pl
55194 ____________________________________________________________________________
55195 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
55196         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
55197              From: Michael G Schwern <schwern@pobox.com>
55198              Date: Tue, 22 May 2001 14:15:09 +0100
55199              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
55200      Branch: perl
55201            ! lib/vars.pm
55202 ____________________________________________________________________________
55203 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
55204         Log: Subject: [PATCH lib/vars.pm] Odd code nit
55205              From: Michael G Schwern <schwern@pobox.com>
55206              Date: Tue, 22 May 2001 14:14:28 +0100
55207              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
55208      Branch: perl
55209            ! lib/vars.pm
55210 ____________________________________________________________________________
55211 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
55212         Log: Use the new use vars feature.
55213      Branch: perl
55214            ! t/lib/b-stash.t
55215 ____________________________________________________________________________
55216 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
55217         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
55218              From: Mike Guy <mjtg@cam.ac.uk>
55219              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55220              Date: Tue, 22 May 2001 13:11:39 +0100
55221      Branch: perl
55222            + t/pragma/vars.t
55223            ! MANIFEST lib/vars.pm t/lib/1_compile.t
55224 ____________________________________________________________________________
55225 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
55226         Log: -qlongdouble considered harmful by Merijn.
55227      Branch: perl
55228            ! hints/aix.sh
55229 ____________________________________________________________________________
55230 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
55231         Log: Update Changes.
55232      Branch: perl
55233            ! Changes patchlevel.h
55234 ____________________________________________________________________________
55235 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
55236         Log: Add a test of its very own for Fcntl.  Hopefully portable.
55237      Branch: perl
55238            + t/lib/fcntl.t
55239            ! MANIFEST
55240 ____________________________________________________________________________
55241 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
55242         Log: Must be trickier for 'minitest' not to die.
55243      Branch: perl
55244            ! t/op/taint.t
55245 ____________________________________________________________________________
55246 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
55247         Log: Can't declare other people's variables.
55248      Branch: perl
55249            ! t/lib/b-stash.t
55250 ____________________________________________________________________________
55251 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
55252         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
55253      Branch: perl
55254            ! doio.c t/op/taint.t
55255 ____________________________________________________________________________
55256 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
55257         Log: The OS/2 variable needs to be declared.
55258      Branch: perl
55259            ! t/lib/b-stash.t
55260 ____________________________________________________________________________
55261 [ 10170] By: nick                                  on 2001/05/20  16:48:29
55262         Log: Integrate mainline
55263      Branch: perlio
55264           !> (integrate 41 files)
55265 ____________________________________________________________________________
55266 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
55267         Log: Small perlsec updates: clarify the taintedness of filename
55268              globbing; suggest using Scalar::Util::tainted().
55269      Branch: perl
55270            ! pod/perlsec.pod
55271 ____________________________________________________________________________
55272 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
55273         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
55274              From: Dave Mitchell <davem@fdgroup.co.uk>
55275              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
55276              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
55277      Branch: perl
55278            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
55279            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
55280            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
55281            ! xsutils.c
55282 ____________________________________________________________________________
55283 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
55284         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
55285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55286              Date: Sat, 19 May 2001 04:08:46 -0400
55287              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
55288      Branch: perl
55289            ! lib/ExtUtils/Mksymlists.pm makedef.pl
55290 ____________________________________________________________________________
55291 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
55292         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
55293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55294              Date: Sat, 19 May 2001 04:30:45 -0400
55295              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
55296      Branch: perl
55297            ! os2/os2.c
55298 ____________________________________________________________________________
55299 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
55300         Log: Subject: [PATCH 5.6.1] build bugs OS/2
55301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55302              Date: Sat, 19 May 2001 04:35:28 -0400
55303              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
55304      Branch: perl
55305            ! os2/Makefile.SHs os2/os2.c
55306 ____________________________________________________________________________
55307 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
55308         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
55309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55310              Date: Sat, 19 May 2001 04:04:23 -0400
55311              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
55312              
55313              (In bleadperl patched b-stash.t instead of b.t)
55314      Branch: perl
55315            ! t/lib/b-stash.t t/lib/bigfltpm.t
55316 ____________________________________________________________________________
55317 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
55318         Log: Subject: [PATCH 5.6.1] perl5db
55319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55320              Date: Sat, 19 May 2001 03:49:09 -0400
55321              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
55322      Branch: perl
55323            ! lib/perl5db.pl
55324 ____________________________________________________________________________
55325 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
55326         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
55327              From: Gisle Aas <gisle@ActiveState.com>
55328              Date: 18 May 2001 14:24:51 -0700
55329              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
55330      Branch: perl
55331            ! pp_ctl.c
55332 ____________________________________________________________________________
55333 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
55334         Log: Subject: [PATCH] Chomp should not always stringify
55335              From: Gisle Aas <gisle@ActiveState.com>
55336              Date: 18 May 2001 07:55:25 -0700
55337              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
55338      Branch: perl
55339            ! doop.c t/op/chop.t
55340 ____________________________________________________________________________
55341 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
55342         Log: Integrate perlio:
55343              
55344              [ 10159]
55345              Document some more of open's features.
55346      Branch: perl
55347           !> pod/perlfunc.pod
55348 ____________________________________________________________________________
55349 [ 10159] By: nick                                  on 2001/05/20  09:39:46
55350         Log: Document some more of open's features.
55351      Branch: perlio
55352            ! pod/perlfunc.pod
55353 ____________________________________________________________________________
55354 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
55355         Log: back out change#10153 (it has compatibility issues such as the
55356              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
55357              benefit for 5.6.x doesn't seem worth the risk)
55358      Branch: maint-5.6/perl
55359            ! toke.c
55360 ____________________________________________________________________________
55361 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
55362         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
55363      Branch: perl
55364            ! x2p/s2p.PL
55365 ____________________________________________________________________________
55366 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
55367         Log: Update Changes.
55368      Branch: perl
55369            ! Changes patchlevel.h
55370 ____________________________________________________________________________
55371 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
55372         Log: Integrate change #10144 from maintperl.
55373              
55374              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
55375      Branch: perl
55376           !> win32/config.bc win32/config.gc win32/config.vc
55377           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55378 ____________________________________________________________________________
55379 [ 10154] By: nick                                  on 2001/05/18  07:23:03
55380         Log: Integrate mainline.
55381      Branch: perlio
55382           +> README.dgux t/lib/i18n-collate.t utils.lst
55383           !> (integrate 49 files)
55384 ____________________________________________________________________________
55385 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
55386         Log: Integrate change #7224 from mainline into maintperl.
55387              
55388              Allow @+ and @- to be doublequoted, from Simon Cozens. 
55389              (Approved by Larry, see Tom's comment in 20000830.005.)
55390      Branch: maint-5.6/perl
55391           !> toke.c
55392 ____________________________________________________________________________
55393 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
55394         Log: Subject: [PATCH bleadperl] small lookbehind fix
55395              From: Hugo <hv@crypt.compulink.co.uk>
55396              Date: Fri, 18 May 2001 00:07:19 +0100
55397              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
55398      Branch: perl
55399            ! regexec.c
55400 ____________________________________________________________________________
55401 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
55402         Log: Detypos.
55403      Branch: perl
55404            ! installman utils.lst
55405 ____________________________________________________________________________
55406 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
55407         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
55408              in 20001222.001.
55409      Branch: perl
55410            ! t/lib/glob-basic.t
55411 ____________________________________________________________________________
55412 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
55413         Log: Subject: [PATCH] Test for bug 20010515.004
55414              From: Benjamin Sugars <bsugars@canoe.ca>
55415              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
55416              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
55417      Branch: perl
55418            ! t/op/misc.t
55419 ____________________________________________________________________________
55420 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
55421         Log: Integrate #10145 from maintperl.
55422              
55423              fix for ID 20010515.004 (needs test)
55424      Branch: perl
55425           !> pp_hot.c
55426 ____________________________________________________________________________
55427 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
55428         Log: Thinko noticed by Doug MacEachern.
55429      Branch: perl
55430            ! thread.h
55431 ____________________________________________________________________________
55432 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
55433         Log: Subject: Re: [PATCH] HERE mark in regex
55434              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55435              Date: Thu, 17 May 2001 12:20:33 -0400
55436              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
55437      Branch: perl
55438            ! t/op/re_tests
55439 ____________________________________________________________________________
55440 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
55441         Log: fix for ID 20010515.004 (needs test)
55442      Branch: maint-5.6/perl
55443            ! pp_hot.c
55444 ____________________________________________________________________________
55445 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
55446         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
55447      Branch: maint-5.6/perl
55448            ! win32/config.bc win32/config.gc win32/config.vc
55449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55450 ____________________________________________________________________________
55451 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
55452         Log: Macrofy the getspecific (and use it also in util.c)
55453      Branch: perl
55454            ! thread.h util.c
55455 ____________________________________________________________________________
55456 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
55457         Log: Use the unchecked thread-specific key fetch also in Tru64.
55458      Branch: perl
55459            ! thread.h
55460 ____________________________________________________________________________
55461 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
55462         Log: Subject: [PATCH 5.6.1]Quick thread speedup
55463              From: Dan Sugalski <dan@sidhe.org> 
55464              Date: Wed, 16 May 2001 18:05:19 -0400
55465              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
55466      Branch: perl
55467            ! thread.h util.c
55468 ____________________________________________________________________________
55469 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
55470         Log: I think this is quite enough testing for a deprecated feature.
55471      Branch: perl
55472            + t/lib/i18n-collate.t
55473            ! MANIFEST t/lib/1_compile.t
55474 ____________________________________________________________________________
55475 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
55476         Log: More HP-UX lore from Jeff Okamoto.
55477      Branch: perl
55478            ! README.hpux
55479 ____________________________________________________________________________
55480 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
55481         Log: Sort utils.lst for easier maintenance.
55482      Branch: perl
55483            ! utils.lst
55484 ____________________________________________________________________________
55485 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
55486         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55487              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55488              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
55489              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
55490              
55491              Add pod2latex to utils.lst.
55492      Branch: perl
55493            ! MANIFEST utils.lst
55494 ____________________________________________________________________________
55495 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
55496         Log: Subject: Re: [PATCH] HERE mark in regex
55497              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55498              Date: Wed, 16 May 2001 13:04:43 -0400
55499              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
55500      Branch: perl
55501            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55502            ! t/op/regmesg.t t/pragma/warn/regcomp
55503 ____________________________________________________________________________
55504 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
55505         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55506              From: Simon Cozens <simon@netthink.co.uk>
55507              Date: Wed, 16 May 2001 18:02:08 +0100
55508              Message-ID: <20010516180208.A6458@netthink.co.uk>
55509      Branch: perl
55510            ! installman utils.lst
55511 ____________________________________________________________________________
55512 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
55513         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
55514              From: "Philip Newton" <pnewton@gmx.de>
55515              Date: Tue, 15 May 2001 15:09:30 +0200
55516              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
55517              
55518              Test case for #10128.
55519      Branch: perl
55520            ! t/pragma/warn/pp_hot
55521 ____________________________________________________________________________
55522 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
55523         Log: Update Changes.
55524      Branch: perl
55525            ! Changes patchlevel.h
55526 ____________________________________________________________________________
55527 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
55528         Log: Deprecate pseudo-hashes.
55529      Branch: perl
55530            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
55531 ____________________________________________________________________________
55532 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
55533         Log: HP-UX hints update from Merijn.
55534      Branch: perl
55535            ! hints/hpux.sh
55536 ____________________________________________________________________________
55537 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
55538         Log: README.hpux update from Merijn.
55539      Branch: perl
55540            ! README.hpux
55541 ____________________________________________________________________________
55542 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
55543         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55544              From: Simon Cozens <simon@netthink.co.uk>
55545              Date: Wed, 16 May 2001 15:57:55 +0100
55546              Message-ID: <20010516155755.A4728@netthink.co.uk>
55547      Branch: perl
55548            + utils.lst
55549            ! MANIFEST installman installperl
55550 ____________________________________________________________________________
55551 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
55552         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
55553              From: "Philip Newton" <pnewton@gmx.de>
55554              Date: Tue, 15 May 2001 16:31:05 +0200
55555              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
55556              
55557              Fix PERL_Y2KWARN test to check before rather than after appending.
55558      Branch: perl
55559            ! pp_hot.c
55560 ____________________________________________________________________________
55561 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
55562         Log: Regen Porting stuff.
55563      Branch: perl
55564            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55565            ! config_h.SH
55566 ____________________________________________________________________________
55567 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
55568         Log: Metaconfig unit change for #10125.
55569      Branch: metaconfig
55570            ! U/modified/Oldconfig.U
55571 ____________________________________________________________________________
55572 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
55573         Log: Use OSVERS.
55574      Branch: perl
55575            ! Configure config_h.SH perl.c
55576 ____________________________________________________________________________
55577 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
55578         Log: Regen toc.
55579      Branch: perl
55580            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55581 ____________________________________________________________________________
55582 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
55583         Log: Adding the README.dgux to the MANIFEST would be a good idea.
55584      Branch: perl
55585            ! MANIFEST
55586 ____________________________________________________________________________
55587 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
55588         Log: Move the stack desire definition to thread.h.
55589      Branch: perl
55590            ! ext/Thread/Thread.xs thread.h
55591 ____________________________________________________________________________
55592 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
55593         Log: DG-UX threading patches, including a README.dgux,
55594              from Takis Psarogiannakopoulos.
55595      Branch: perl
55596            + README.dgux
55597            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
55598 ____________________________________________________________________________
55599 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
55600         Log: Subject: [PATCH B::Deparse] More on /x regexes
55601              From: Robin Houston <robin@kitsite.com>
55602              Date: Tue, 15 May 2001 19:09:35 +0100
55603              Message-ID: <20010515190935.A27268@penderel>
55604      Branch: perl
55605            ! ext/B/B/Deparse.pm
55606 ____________________________________________________________________________
55607 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
55608         Log: Document that the core time() may be rounding rather
55609              than truncating, would have saved at least my confusion.
55610      Branch: perl
55611            ! ext/Time/HiRes/HiRes.pm
55612 ____________________________________________________________________________
55613 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
55614         Log: Subject: perl-current/t/time-hires.t
55615              From: John Peacock <jpeacock@rowman.com>
55616              Date: Fri, 11 May 2001 14:09:41 -0400
55617              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
55618      Branch: perl
55619            ! t/lib/time-hires.t
55620 ____________________________________________________________________________
55621 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
55622         Log: Subject: [PATCH dump.c] Op private flags
55623              From: Simon Cozens <simon@netthink.co.uk>
55624              Date: Sun, 13 May 2001 20:20:36 +0100
55625              Message-ID: <20010513202036.A21896@netthink.co.uk>
55626      Branch: perl
55627            ! dump.c
55628 ____________________________________________________________________________
55629 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
55630         Log: Upgrade to Switch 2.03.
55631      Branch: perl
55632            ! lib/Switch.pm
55633 ____________________________________________________________________________
55634 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
55635         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
55636              to PERL_CONFIG_SH and use it consistently.
55637      Branch: maint-5.6/perl
55638           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55639           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55640           !> myconfig.SH writemain.SH
55641 ____________________________________________________________________________
55642 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
55643         Log: Metaconfig units changes for #10113.
55644      Branch: metaconfig
55645            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
55646 ____________________________________________________________________________
55647 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
55648         Log: The problem described in 20010514.031 still wasn't
55649              fully cured, there were remnants of $CONFIG when
55650              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55651              to avoid future conflicts.
55652      Branch: perl
55653            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55654            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55655            ! myconfig.SH writemain.SH
55656 ____________________________________________________________________________
55657 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55658         Log: Half of #10107 got lost.
55659      Branch: perl
55660            ! ext/B/B/Deparse.pm
55661 ____________________________________________________________________________
55662 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55663         Log: Integrate mainline.
55664      Branch: perlio
55665           +> ext/POSIX/hints/uts.pl
55666            - Todo Todo-5.6 t/camel-III/vstring.t
55667           !> (integrate 48 files)
55668 ____________________________________________________________________________
55669 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55670         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55671              From: Robin Houston <robin@kitsite.com>
55672              Date: Mon, 14 May 2001 22:27:08 +0100
55673              Message-ID: <20010514222708.A22963@penderel>
55674      Branch: perl
55675            ! t/TestInit.pm
55676 ____________________________________________________________________________
55677 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55678         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55679              From: Robin Houston <robin@kitsite.com>
55680              Date: Mon, 14 May 2001 22:16:43 +0100
55681              Message-ID: <20010514221643.A22437@penderel>
55682      Branch: perl
55683            ! ext/B/B/Deparse.pm
55684 ____________________________________________________________________________
55685 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55686         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55687              From: Robin Houston <robin@kitsite.com>
55688              Date: Mon, 14 May 2001 22:03:44 +0100
55689              Message-ID: <20010514220344.A20643@penderel>
55690      Branch: perl
55691            ! ext/B/B/Deparse.pm
55692 ____________________________________________________________________________
55693 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55694         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55695              From: Robin Houston <robin@kitsite.com>
55696              Date: Mon, 14 May 2001 22:10:07 +0100
55697              Message-ID: <20010514221007.A21118@penderel>
55698      Branch: perl
55699            ! ext/B/B/Deparse.pm
55700 ____________________________________________________________________________
55701 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55702         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55703              collation magic.
55704      Branch: perl
55705            ! pp.c
55706 ____________________________________________________________________________
55707 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55708         Log: Update Changes.
55709      Branch: perl
55710            ! Changes patchlevel.h
55711 ____________________________________________________________________________
55712 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55713         Log: Retract #10094.
55714      Branch: perl
55715            ! lib/Pod/Text.pm
55716 ____________________________________________________________________________
55717 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55718         Log: Integrate change #10100 from maintperl.
55719              
55720              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55721              bug ID 20010514.027)
55722      Branch: perl
55723           !> mg.c pp_ctl.c
55724 ____________________________________________________________________________
55725 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55726         Log: Document the deprecatedness of suidperl.
55727      Branch: perl
55728            ! INSTALL pod/perlfaq1.pod
55729 ____________________________________________________________________________
55730 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55731         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55732              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55733              Date: Mon, 14 May 2001 09:38:59 -0400
55734              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55735      Branch: perl
55736            ! lib/ExtUtils/MM_Unix.pm
55737 ____________________________________________________________________________
55738 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55739         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55740              bug ID 20010514.027)
55741              
55742              TODO: this needs a testsuite addition
55743      Branch: maint-5.6/perl
55744            ! mg.c pp_ctl.c
55745 ____________________________________________________________________________
55746 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55747         Log: More DWIMminess for Class::Struct: calling the array or hash
55748              accessors only with one argument, an array or a hash reference,
55749              sets the underlying array or hash.  This mirrors nicely also
55750              the usage in the constructor.
55751              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55752      Branch: perl
55753            ! lib/Class/Struct.pm t/lib/class-struct.t
55754 ____________________________________________________________________________
55755 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55756         Log: Reference cmp'ing should go through the whole stringification
55757              process shebang, as pointed out by Sarathy in #10091.
55758      Branch: perl
55759            ! pp.c
55760 ____________________________________________________________________________
55761 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
55762         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
55763              From: Simon Cozens <simon@netthink.co.uk>
55764              Date: Sat, 12 May 2001 16:36:27 +0100
55765              Message-ID: <20010512163627.A5522@netthink.co.uk>
55766              
55767              with some additions salvaged from Todo and Todo-5.6 before
55768              retiring them.
55769      Branch: perl
55770            - Todo Todo-5.6
55771            ! MANIFEST pod/perltodo.pod
55772 ____________________________________________________________________________
55773 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
55774         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
55775              From: "Golubev I. N." <gin@mo.msk.ru>
55776              Date: Mon, 07 May 2001 14:33:34 (GMT)
55777              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
55778      Branch: perl
55779            ! perl.h
55780 ____________________________________________________________________________
55781 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
55782         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
55783              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55784              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
55785              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
55786      Branch: perl
55787            ! lib/ExtUtils/MM_Unix.pm
55788 ____________________________________________________________________________
55789 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
55790         Log: (Retracted by #10104.)
55791              
55792              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
55793              From: barries <barries@slaysys.com>
55794              Date: Sat, 12 May 2001 01:28:10 -0400
55795              Message-ID: <20010512012810.B26358@jester.slaysys.com>
55796      Branch: perl
55797            ! lib/Pod/Text.pm
55798 ____________________________________________________________________________
55799 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
55800         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
55801              From: Mike Guy <mjtg@cam.ac.uk>
55802              Date: Sat, 12 May 2001 19:24:33 +0100
55803              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
55804      Branch: perl
55805            ! lib/AutoSplit.pm
55806 ____________________________________________________________________________
55807 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
55808         Log: Yet another HP-UX hints tweak from Merijn.
55809      Branch: perl
55810            ! hints/hpux.sh
55811 ____________________________________________________________________________
55812 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
55813         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
55814              isn't defined (changes#9366,9368,9370 from mainline without the
55815              pp_scmp() change)
55816      Branch: maint-5.6/perl
55817            ! pp.c pp.h pp_hot.c
55818 ____________________________________________________________________________
55819 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
55820         Log: The sorting seems to happen now automatically.
55821      Branch: perl
55822            ! t/lib/glob-basic.t
55823 ____________________________________________________________________________
55824 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
55825         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55826              From: Benjamin Sugars <bsugars@canoe.ca>
55827              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
55828              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
55829      Branch: perl
55830            ! pod/perlfunc.pod
55831 ____________________________________________________________________________
55832 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
55833         Log: Subject: Re: undef(&foo) does not work for XS functions
55834              From: Doug MacEachern <dougm@covalent.net>
55835              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
55836              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
55837      Branch: perl
55838            ! op.c
55839 ____________________________________________________________________________
55840 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
55841         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
55842              From: Peter Prymmer <pvhp@forte.com>
55843              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
55844              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
55845      Branch: perl
55846            ! t/op/append.t
55847 ____________________________________________________________________________
55848 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
55849         Log: Update Changes.
55850      Branch: perl
55851            ! Changes patchlevel.h
55852 ____________________________________________________________________________
55853 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
55854         Log: Remove the 'asciir' re subpragma.  Should instead implement
55855              the 'physical vs logical' range scheme:
55856              
55857              \xAA-\xCC is a native physical range, you want that range of
55858              codepoints in your native encoding.  In EBCDIC the codepoints
55859              in the gaps (between i-j and r-s) should be included.
55860              
55861              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
55862              codepoints in Unicode.
55863              
55864              a-z is a logical range, you want that range of 'logical' codepoints
55865              in your native encoding.  In EBCDIC the codepoints in the gaps
55866              (between i-j and r-s) should not be included.
55867              
55868              Mixed cases (a-\xAA, etc) should either be errors, or maybe
55869              the 'logical' endpoints should be converted to native/Unicode
55870              codepoints, and the range handled as a physical range.
55871              
55872              'Logical endpoints' are to be recognized only in the A-Z, a-z,
55873              and 0-9 ranges.  Probably a warning should be given for mixed
55874              cases like A-z or a-9 (since such expressions are encoding
55875              dependent), with a recommendation to use physical ranges.
55876      Branch: perl
55877            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
55878            ! t/op/regexp.t
55879 ____________________________________________________________________________
55880 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
55881         Log: Make the test to cleanup the test directory tree
55882              both before and after the testing so that we always
55883              have a clean slate to work with.
55884      Branch: perl
55885            ! t/lib/filefind.t
55886 ____________________________________________________________________________
55887 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
55888         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55889              From: Jon Eveland <jweveland@yahoo.com>
55890              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
55891              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
55892      Branch: perl
55893            ! pod/perlfunc.pod
55894 ____________________________________________________________________________
55895 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
55896         Log: Merge the camel-III/vstring.t with op/ver.t.
55897      Branch: perl
55898            - t/camel-III/vstring.t
55899            ! MANIFEST t/TEST t/harness t/op/ver.t
55900 ____________________________________________________________________________
55901 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
55902         Log: Add test.deparse make target.
55903      Branch: perl
55904            ! Makefile.SH
55905 ____________________________________________________________________________
55906 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
55907         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
55908              From: Robin Houston <robin@kitsite.com>
55909              Date: Fri, 11 May 2001 12:02:22 +0100
55910              Message-ID: <20010511120222.A11529@penderel>
55911      Branch: perl
55912            ! ext/B/B/Deparse.pm t/op/method.t
55913 ____________________________________________________________________________
55914 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
55915         Log: A nicely working combination for UTS from Hal Morris.
55916      Branch: perl
55917            + ext/POSIX/hints/uts.pl
55918            ! MANIFEST hints/uts.sh
55919 ____________________________________________________________________________
55920 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
55921         Log: i_ieeefp=undef for UTS.
55922      Branch: perl
55923            ! hints/uts.sh
55924 ____________________________________________________________________________
55925 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55926         Log: Subject: RE: rand(0) is rand(1)
55927              From: Larry Shatzer <lshatzer@islanddata.com>
55928              Date: Thu, 10 May 2001 11:09:27 -0700
55929              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55930      Branch: perl
55931            ! pod/perlfunc.pod
55932 ____________________________________________________________________________
55933 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55934         Log: Subject: [patch] make op_{clear,null} public
55935              From: Doug MacEachern <dougm@covalent.net>
55936              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55937              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55938      Branch: perl
55939            ! embed.h embed.pl op.c proto.h
55940 ____________________________________________________________________________
55941 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55942         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55943              From: Robin Houston <robin@kitsite.com>
55944              Date: Thu, 10 May 2001 18:54:59 +0100
55945              Message-ID: <20010510185459.A5995@penderel>
55946      Branch: perl
55947            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55948 ____________________________________________________________________________
55949 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55950         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55951              From: Robin Houston <robin@kitsite.com>
55952              Date: Thu, 10 May 2001 12:56:39 +0100
55953              Message-ID: <20010510125639.A2119@penderel>
55954      Branch: perl
55955            ! ext/B/B/Deparse.pm
55956 ____________________________________________________________________________
55957 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55958         Log: Retract #10070, not ready yet.
55959      Branch: perl
55960            ! ext/B/B/Deparse.pm
55961 ____________________________________________________________________________
55962 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55963         Log: The metaconfig unit change for #10071.
55964      Branch: metaconfig
55965            ! U/modified/mallocsrc.U
55966 ____________________________________________________________________________
55967 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55968         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55969      Branch: perl
55970            ! Configure
55971 ____________________________________________________________________________
55972 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55973         Log: (Retracted by #10073)
55974              
55975              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55976              From: Hugo <hv@crypt.compulink.co.uk>
55977              Date: Thu, 10 May 2001 05:48:09 +0100
55978              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55979      Branch: perl
55980            ! ext/B/B/Deparse.pm
55981 ____________________________________________________________________________
55982 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55983         Log: Add a for(func()) test.
55984      Branch: perl
55985            ! t/cmd/for.t
55986 ____________________________________________________________________________
55987 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55988         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55989              From: Robin Houston <robin@kitsite.com>
55990              Date: Thu, 10 May 2001 13:50:08 +0100
55991              Message-ID: <20010510135008.A2454@penderel>
55992      Branch: perl
55993            ! ext/B/B/Deparse.pm
55994 ____________________________________________________________________________
55995 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55996         Log: A thinko in #10065.
55997      Branch: perl
55998            ! hv.c
55999 ____________________________________________________________________________
56000 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
56001         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
56002              From: Robin Houston <robin@kitsite.com>
56003              Date: Thu, 10 May 2001 02:10:34 +0100
56004              Message-ID: <20010510021034.A19421@penderel>
56005      Branch: perl
56006            ! ext/B/B.xs ext/B/B/Deparse.pm
56007 ____________________________________________________________________________
56008 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
56009         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
56010              From: Doug MacEachern <dougm@covalent.net>
56011              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
56012              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
56013      Branch: perl
56014            ! hv.c
56015 ____________________________________________________________________________
56016 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
56017         Log: One more workaround for the UTS compiler from Hal Morris.
56018      Branch: perl
56019            ! perl.h
56020 ____________________________________________________________________________
56021 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
56022         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
56023              From: Robin Houston <robin@kitsite.com>
56024              Date: Thu, 10 May 2001 01:02:08 +0100
56025              Message-ID: <20010510010208.A18200@penderel>
56026      Branch: perl
56027            ! ext/B/B/Debug.pm
56028 ____________________________________________________________________________
56029 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
56030         Log: Subject: [PATCH] Simplify deb_curcv() a bit
56031              From: Benjamin Sugars <bsugars@canoe.ca>
56032              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
56033              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
56034      Branch: perl
56035            ! run.c
56036 ____________________________________________________________________________
56037 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
56038         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
56039              From: Benjamin Sugars <bsugars@canoe.ca>
56040              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
56041              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
56042      Branch: perl
56043            ! t/lib/io_scalar.t
56044 ____________________________________________________________________________
56045 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
56046         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
56047              From: Peter Prymmer <pvhp@forte.com>
56048              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
56049              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
56050      Branch: perl
56051            ! t/lib/md5-file.t
56052 ____________________________________________________________________________
56053 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
56054         Log: Subject: [PATCH t/TEST] B::Deparse tester
56055              From: Robin Houston <robin@kitsite.com>
56056              Date: Wed, 9 May 2001 19:17:50 +0100
56057              Message-ID: <20010509191750.A16940@penderel>
56058      Branch: perl
56059            ! ext/B/O.pm t/TEST
56060 ____________________________________________________________________________
56061 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
56062         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
56063              From: Jeff Pinyan <jeffp@crusoe.net>
56064              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
56065              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
56066      Branch: perl
56067            ! lib/Pod/Html.pm
56068 ____________________________________________________________________________
56069 [ 10057] By: nick                                  on 2001/05/09  18:37:56
56070         Log: Integrate mainline.
56071      Branch: perlio
56072           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
56073           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
56074 ____________________________________________________________________________
56075 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
56076         Log: Update Changes.
56077      Branch: perl
56078            ! Changes patchlevel.h
56079 ____________________________________________________________________________
56080 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
56081         Log: Integrate perlio:
56082              
56083              [ 10050]
56084              win32, regen_config_h
56085      Branch: perl
56086           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
56087 ____________________________________________________________________________
56088 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
56089         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
56090              From: Benjamin Sugars <bsugars@canoe.ca>
56091              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
56092              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
56093      Branch: perl
56094            ! perlio.c
56095 ____________________________________________________________________________
56096 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
56097         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
56098              From: Benjamin Sugars <bsugars@canoe.ca>
56099              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
56100              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
56101      Branch: perl
56102            ! ext/PerlIO/Scalar/Scalar.xs
56103 ____________________________________________________________________________
56104 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
56105         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
56106              From: Jeff Pinyan <jeffp@crusoe.net>
56107              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
56108              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
56109      Branch: perl
56110            ! lib/Pod/Html.pm
56111 ____________________________________________________________________________
56112 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
56113         Log: EPOC tweak from Olaf Flebbe.
56114      Branch: perl
56115            ! epoc/epocish.h
56116 ____________________________________________________________________________
56117 [ 10050] By: nick                                  on 2001/05/09  14:37:57
56118         Log: win32, regen_config_h
56119      Branch: perlio
56120            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56121 ____________________________________________________________________________
56122 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
56123         Log: Integrate perlio:
56124              
56125              [ 10048]
56126              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
56127              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
56128      Branch: perl
56129           !> pp_sys.c
56130 ____________________________________________________________________________
56131 [ 10048] By: nick                                  on 2001/05/09  11:59:50
56132         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
56133              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
56134      Branch: perlio
56135            ! pp_sys.c
56136 ____________________________________________________________________________
56137 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
56138         Log: Integrate perlio:
56139              
56140              [ 10045]
56141              MULTIPLICITY/DEBUGGING build fix.
56142      Branch: perl
56143           !> run.c
56144 ____________________________________________________________________________
56145 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
56146         Log: Subject: Re: Less warnings during configure
56147              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56148              Date: Wed, 09 May 2001 13:12:49 +0200
56149              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
56150      Branch: perl
56151            ! hints/hpux.sh
56152 ____________________________________________________________________________
56153 [ 10045] By: nick                                  on 2001/05/09  09:56:59
56154         Log: MULTIPLICITY/DEBUGGING build fix.
56155      Branch: perlio
56156            ! run.c
56157 ____________________________________________________________________________
56158 [ 10044] By: nick                                  on 2001/05/09  09:46:37
56159         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
56160      Branch: perlio
56161           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
56162            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56163           !> (integrate 65 files)
56164 ____________________________________________________________________________
56165 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
56166         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56167              From: Robin Houston <robin@kitsite.com>
56168              Date: Tue, 8 May 2001 19:38:00 +0100
56169              Message-ID: <20010508193800.A4389@penderel>
56170              
56171              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56172              From: Robin Houston <robin@kitsite.com>
56173              Date: Tue, 8 May 2001 20:03:57 +0100
56174              Message-ID: <20010508200357.A4614@penderel>
56175              
56176              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56177              From: Robin Houston <robin@kitsite.com>
56178              Date: Wed, 9 May 2001 00:12:05 +0100
56179              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
56180      Branch: perl
56181            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
56182 ____________________________________________________________________________
56183 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
56184         Log: Retract #10031.
56185      Branch: perl
56186            ! pod/perlfunc.pod
56187 ____________________________________________________________________________
56188 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
56189         Log: The metaconfig unit changes for #10040.
56190      Branch: metaconfig/U/perl
56191            ! Checkcc.U d_dlsymun.U dlsrc.U
56192 ____________________________________________________________________________
56193 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
56194         Log: The Configure half of
56195              
56196              Subject: Less warnings during configure
56197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56198              Date: Tue, 08 May 2001 08:44:02 +0200
56199              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56200      Branch: perl
56201            ! Configure
56202 ____________________________________________________________________________
56203 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
56204         Log: Subject: Less warnings during configure
56205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56206              Date: Tue, 08 May 2001 08:44:02 +0200
56207              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56208      Branch: perl
56209            ! hints/hpux.sh
56210 ____________________________________________________________________________
56211 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
56212         Log: Don't forget to whine about \d__\d.
56213      Branch: perl
56214            ! t/pragma/warn/toke toke.c
56215 ____________________________________________________________________________
56216 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
56217         Log: Allow underscores also in the exponent part.
56218      Branch: perl
56219            ! t/pragma/warn/toke toke.c
56220 ____________________________________________________________________________
56221 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
56222         Log: CodeMagicCD doesn't look like an *I*DE.
56223      Branch: perl
56224            ! pod/perlfaq3.pod
56225 ____________________________________________________________________________
56226 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
56227         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
56228              to be consistently down).
56229      Branch: perl
56230            ! pod/perlfaq3.pod
56231 ____________________________________________________________________________
56232 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
56233         Log: Upgrade to Text::Balanced 1.84.
56234      Branch: perl
56235            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
56236 ____________________________________________________________________________
56237 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
56238         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
56239              From: Benjamin Sugars <bsugars@canoe.ca>
56240              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
56241              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
56242      Branch: perl
56243            ! run.c
56244 ____________________________________________________________________________
56245 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
56246         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
56247              From: Peter Prymmer <pvhp@forte.com>
56248              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
56249              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
56250      Branch: perl
56251            ! t/pod/plainer.t
56252 ____________________________________________________________________________
56253 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
56254         Log: (Retracted by #10042)
56255              
56256              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
56257              From: "Philip Newton" <pnewton@gmx.de>
56258              Date: Tue, 8 May 2001 09:18:10 +0200
56259              Message-ID: <3AF7B9D2.28861.603732@localhost>
56260      Branch: perl
56261            ! pod/perlfunc.pod
56262 ____________________________________________________________________________
56263 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
56264         Log: Subject: [PATCH B::Deparse] Document known bugs
56265              From: Robin Houston <robin@kitsite.com>
56266              Date: Tue, 8 May 2001 01:53:34 +0100
56267              Message-ID: <20010508015334.A32394@penderel>
56268      Branch: perl
56269            ! ext/B/B/Deparse.pm
56270 ____________________________________________________________________________
56271 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
56272         Log: Subject: Re: Perl book, magazine and website updates.
56273              From: "Philip Newton" <pnewton@gmx.de>
56274              Date: Mon, 7 May 2001 17:03:58 +0200
56275              Message-ID: <3AF6D57E.5387.1E29930@localhost>
56276      Branch: perl
56277            ! pod/perlfaq2.pod
56278 ____________________________________________________________________________
56279 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
56280         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
56281              From: Peter Prymmer <pvhp@forte.com>
56282              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
56283              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
56284      Branch: perl
56285            ! t/io/fflush.t
56286 ____________________________________________________________________________
56287 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
56288         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
56289              From: Robin Houston <robin@kitsite.com>
56290              Date: Tue, 8 May 2001 01:14:55 +0100
56291              Message-ID: <20010508011455.A32162@penderel>
56292      Branch: perl
56293            ! ext/B/B/Deparse.pm
56294 ____________________________________________________________________________
56295 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
56296         Log: Typo in #10025.
56297      Branch: perl
56298            ! hints/uts.sh
56299 ____________________________________________________________________________
56300 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
56301         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
56302      Branch: perl
56303            ! hints/uts.sh
56304 ____________________________________________________________________________
56305 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
56306         Log: Subject: Re: [ID 20010506.045] question about hash syntax
56307              From: Peter Scott <Peter@PSDT.com>
56308              Date: Sun, 06 May 2001 13:10:40 -0700
56309              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
56310      Branch: perl
56311            ! pod/perl56delta.pod
56312 ____________________________________________________________________________
56313 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
56314         Log: Configure should figure out the list of dynamic extensions
56315              just fine in UTS-- and in fact it does, as reported by Hal Morris.
56316      Branch: perl
56317            ! hints/uts.sh
56318 ____________________________________________________________________________
56319 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
56320         Log: Update Changes.
56321      Branch: perl
56322            ! Changes patchlevel.h
56323 ____________________________________________________________________________
56324 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
56325         Log: Subject: [PATCH regcomp.c] Insecure regexes
56326              From: Robin Houston <robin@kitsite.com>
56327              Date: Mon, 7 May 2001 21:56:12 +0100
56328              Message-ID: <20010507215612.A31114@penderel>
56329      Branch: perl
56330            ! regcomp.c
56331 ____________________________________________________________________________
56332 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
56333         Log: Drop the foobar.perl.com references for now until Simon
56334              gets them sorted out.
56335      Branch: perl
56336            ! pod/perlfaq2.pod
56337 ____________________________________________________________________________
56338 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
56339         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
56340              From: Prymmer/Kahn <pvhp@best.com>
56341              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
56342              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
56343      Branch: perl
56344            ! lib/Devel/SelfStubber.pm
56345 ____________________________________________________________________________
56346 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
56347         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
56348              From: Prymmer/Kahn <pvhp@best.com>
56349              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
56350              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
56351      Branch: perl
56352            ! win32/Makefile
56353 ____________________________________________________________________________
56354 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
56355         Log: s/WebTechnique's/WebTechniques/
56356      Branch: perl
56357            ! pod/perlfaq2.pod
56358 ____________________________________________________________________________
56359 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
56360         Log: Llama 3 updates from Randal.
56361      Branch: perl
56362            ! pod/perlfaq2.pod
56363 ____________________________________________________________________________
56364 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
56365         Log: Subject: [PATCH] Help -Dt show correct pad variables
56366              From: Benjamin Sugars <ben.sugars@home.com>
56367              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
56368              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
56369      Branch: perl
56370            ! embed.h embed.pl proto.h run.c
56371 ____________________________________________________________________________
56372 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
56373         Log: Subject: [PATCH] Document C<our $foo : shared>
56374              From: Benjamin Sugars <ben.sugars@home.com>
56375              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
56376              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
56377      Branch: perl
56378            ! pod/perlfunc.pod
56379 ____________________________________________________________________________
56380 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
56381         Log: Subject: [PATCH B::Deparse] undefined folded constants
56382              From: Robin Houston <robin@kitsite.com>
56383              Date: Sun, 6 May 2001 17:19:09 +0100
56384              Message-ID: <20010506171909.A7046@penderel>
56385      Branch: perl
56386            ! ext/B/B/Deparse.pm
56387 ____________________________________________________________________________
56388 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
56389         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
56390              From: Robin Houston <robin@kitsite.com>
56391              Message-ID: <20010506164654.A6848@penderel>
56392              Date: Sun, 6 May 2001 16:46:54 +0100
56393      Branch: perl
56394            ! ext/B/B/Deparse.pm
56395 ____________________________________________________________________________
56396 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
56397         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
56398              From: Robin Houston <robin@kitsite.com>
56399              Date: Sun, 6 May 2001 14:47:02 +0100
56400              Message-ID: <20010506144702.A6308@penderel>
56401      Branch: perl
56402            ! t/op/my_stash.t
56403 ____________________________________________________________________________
56404 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
56405         Log: Subject: Perl book, magazine and website updates.
56406              From: Simon Cozens <simon@netthink.co.uk>
56407              Date: Sun, 6 May 2001 16:55:36 +0100
56408              Message-ID: <20010506165536.A1795@netthink.co.uk>
56409      Branch: perl
56410            ! pod/perlbook.pod pod/perlfaq2.pod
56411 ____________________________________________________________________________
56412 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
56413         Log: Tweaks on the Tru64 prof options.
56414      Branch: perl
56415            ! pod/perlhack.pod
56416 ____________________________________________________________________________
56417 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
56418         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
56419              From: Robin Houston <robin@kitsite.com>
56420              Date: Sun, 6 May 2001 14:40:51 +0100
56421              Message-ID: <20010506144051.A6279@penderel>
56422      Branch: perl
56423            ! t/pod/testp2pt.pl
56424 ____________________________________________________________________________
56425 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
56426         Log: Subject: [PATCH B::Deparse] scoping
56427              From: Robin Houston <robin@kitsite.com>
56428              Date: Sun, 6 May 2001 14:36:56 +0100
56429              Message-ID: <20010506143656.A4006@penderel>
56430      Branch: perl
56431            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
56432 ____________________________________________________________________________
56433 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
56434         Log: Document the undefinedness of bitshifting out of range.
56435      Branch: perl
56436            ! pod/perlop.pod
56437 ____________________________________________________________________________
56438 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
56439         Log: Retract #10003 and update the IDE descriptions a bit.
56440      Branch: perl
56441            ! pod/perlfaq3.pod
56442 ____________________________________________________________________________
56443 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
56444         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
56445              From: Prymmer/Kahn <pvhp@best.com>
56446              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
56447              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
56448      Branch: perl
56449            ! win32/Makefile win32/buildext.pl win32/config.bc
56450            ! win32/config.gc win32/config.vc
56451 ____________________________________________________________________________
56452 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
56453         Log: (Retracted by #10005.)
56454      Branch: perl
56455            ! pod/perlfaq3.pod
56456 ____________________________________________________________________________
56457 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
56458         Log: It's "psed", not "sed".
56459      Branch: perl
56460            ! x2p/s2p.PL
56461 ____________________________________________________________________________
56462 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
56463         Log: Update Changes.
56464      Branch: perl
56465            ! Changes patchlevel.h
56466 ____________________________________________________________________________
56467 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
56468         Log: Subject: Re: bleadperl make install fails due to "psed"
56469              From: andreas.koenig@anima.de (Andreas J. Koenig)
56470              Date: 05 May 2001 18:23:28 +0200
56471              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
56472      Branch: perl
56473            ! x2p/Makefile.SH x2p/s2p.PL
56474 ____________________________________________________________________________
56475 [  9999] By: jhi                                   on 2001/05/05  18:28:09
56476         Log: AUTHORS updates.
56477      Branch: perl
56478            ! AUTHORS
56479 ____________________________________________________________________________
56480 [  9998] By: jhi                                   on 2001/05/05  18:16:00
56481         Log: Updates on the pods related to the modules included since 5.6.
56482              
56483              TODO: perltodo really could use major updating.
56484      Branch: perl
56485            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
56486            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56487            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
56488            ! pod/perlsyn.pod pod/perltodo.pod
56489 ____________________________________________________________________________
56490 [  9997] By: jhi                                   on 2001/05/05  17:35:17
56491         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
56492              from Kurt Skauen.
56493      Branch: perl
56494            + hints/atheos.sh
56495            ! MANIFEST
56496 ____________________________________________________________________________
56497 [  9996] By: jhi                                   on 2001/05/05  17:25:00
56498         Log: Add preemptive #undefs for some of the shorter and more prone
56499              to collision regcomp.h #defines.  (Background: the MASK collided
56500              with a system header #define in Rhapsody.)
56501      Branch: perl
56502            ! regcomp.h
56503 ____________________________________________________________________________
56504 [  9995] By: jhi                                   on 2001/05/05  13:24:21
56505         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
56506              From: Nicholas Clark <nick@ccl4.org>
56507              Date: Sat, 5 May 2001 14:46:39 +0100
56508              Message-ID: <20010505144639.O53513@plum.flirble.org>
56509              
56510              Add a test for the constants (if any) being processed correctly.
56511      Branch: perl
56512            ! utils/h2xs.PL
56513 ____________________________________________________________________________
56514 [  9994] By: jhi                                   on 2001/05/05  02:11:03
56515         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
56516              From: Peter Prymmer <pvhp@forte.com>
56517              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
56518              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
56519      Branch: perl
56520            ! t/lib/b-stash.t
56521 ____________________________________________________________________________
56522 [  9993] By: jhi                                   on 2001/05/05  02:03:49
56523         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
56524              From: Peter Prymmer <pvhp@forte.com>
56525              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
56526              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
56527      Branch: perl
56528            ! perlio.c vms/vmsish.h
56529 ____________________________________________________________________________
56530 [  9992] By: jhi                                   on 2001/05/04  17:21:12
56531         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
56532              From: Robin Barker <rmb1@cise.npl.co.uk>
56533              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
56534              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
56535      Branch: perl
56536            + t/pod/plainer.t
56537            ! MANIFEST
56538 ____________________________________________________________________________
56539 [  9991] By: jhi                                   on 2001/05/04  16:47:45
56540         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
56541              From: Robin Barker <rmb1@cise.npl.co.uk>
56542              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
56543              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
56544      Branch: perl
56545            ! regcomp.c
56546 ____________________________________________________________________________
56547 [  9990] By: jhi                                   on 2001/05/04  14:37:20
56548         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
56549              From: Prymmer/Kahn <pvhp@best.com>
56550              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
56551              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
56552      Branch: perl
56553            ! t/lib/b-stash.t
56554 ____________________________________________________________________________
56555 [  9989] By: jhi                                   on 2001/05/04  14:03:58
56556         Log: Introduce perl572delta, update Todo, add the missing
56557              mention about signal safety since 5.7.1 (though this
56558              requires verification and more details.)
56559      Branch: perl
56560            + pod/perl572delta.pod
56561            ! MANIFEST Todo pod/perl571delta.pod
56562 ____________________________________________________________________________
56563 [  9988] By: jhi                                   on 2001/05/04  12:41:51
56564         Log: Subject: [PATCH perl@9944] long =item
56565              From: Robin Barker <rmb1@cise.npl.co.uk>
56566              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
56567              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
56568      Branch: perl
56569            ! ext/Time/HiRes/HiRes.pm
56570 ____________________________________________________________________________
56571 [  9987] By: jhi                                   on 2001/05/04  12:39:19
56572         Log: The #9901 had removed one line essential for EBCDIC.
56573      Branch: perl
56574            ! regcomp.c
56575 ____________________________________________________________________________
56576 [  9986] By: jhi                                   on 2001/05/04  12:30:23
56577         Log: Subject: cygwin/Makefile.SHs INSTALL patch
56578              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
56579              Date: Mon, 08 Jan 2001 04:59:21 +0200
56580              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
56581      Branch: perl
56582            ! cygwin/Makefile.SHs
56583 ____________________________________________________________________________
56584 [  9985] By: jhi                                   on 2001/05/04  03:51:39
56585         Log: Encode/IO doc tweaks.
56586      Branch: perl
56587            ! ext/Encode/Encode.pm
56588 ____________________________________________________________________________
56589 [  9984] By: jhi                                   on 2001/05/04  03:29:34
56590         Log: Remove GDBM_File from the dynamic extensions for UTS,
56591              GDBM is not a standard feature.
56592      Branch: perl
56593            ! hints/uts.sh
56594 ____________________________________________________________________________
56595 [  9983] By: jhi                                   on 2001/05/04  03:22:59
56596         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
56597      Branch: perl
56598            ! pod/perlretut.pod
56599 ____________________________________________________________________________
56600 [  9982] By: jhi                                   on 2001/05/03  23:21:03
56601         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
56602              From: Benjamin Sugars <bsugars@canoe.ca>
56603              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
56604              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
56605      Branch: perl
56606            ! dump.c
56607 ____________________________________________________________________________
56608 [  9981] By: jhi                                   on 2001/05/03  23:20:05
56609         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
56610              From: Benjamin Sugars <bsugars@canoe.ca>
56611              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
56612              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
56613      Branch: perl
56614            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56615 ____________________________________________________________________________
56616 [  9980] By: jhi                                   on 2001/05/03  23:15:29
56617         Log: Integrate perlio:
56618              
56619              [  9976]
56620              Allow $answer = encode($object,$text); like it says in docs.
56621              
56622              [  9975]
56623              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56624              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56625      Branch: perl
56626           !> ext/Encode/Encode.pm
56627 ____________________________________________________________________________
56628 [  9979] By: jhi                                   on 2001/05/03  16:54:59
56629         Log: Install psed man page.
56630      Branch: perl
56631            ! installman
56632 ____________________________________________________________________________
56633 [  9978] By: jhi                                   on 2001/05/03  16:45:58
56634         Log: Remove unused files; noted by Sarathy.
56635      Branch: perl
56636            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56637            ! MANIFEST
56638 ____________________________________________________________________________
56639 [  9977] By: jhi                                   on 2001/05/03  16:42:30
56640         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
56641              From: Andy Dougherty <doughera@lafayette.edu>
56642              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
56643              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
56644      Branch: perl
56645            ! INSTALL
56646 ____________________________________________________________________________
56647 [  9976] By: nick                                  on 2001/05/03  16:40:42
56648         Log: Allow $answer = encode($object,$text); like it says in docs.
56649      Branch: perlio
56650            ! ext/Encode/Encode.pm
56651 ____________________________________________________________________________
56652 [  9975] By: nick                                  on 2001/05/03  16:22:30
56653         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56654              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56655      Branch: perlio
56656            ! ext/Encode/Encode.pm
56657 ____________________________________________________________________________
56658 [  9974] By: nick                                  on 2001/05/03  15:48:17
56659         Log: Integrate mainline.
56660      Branch: perlio
56661           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56662           +> t/lib/filter-simple.t t/lib/next.t
56663           !> (integrate 70 files)
56664 ____________________________________________________________________________
56665 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56666         Log: Update Changes.
56667      Branch: perl
56668            ! Changes patchlevel.h
56669 ____________________________________________________________________________
56670 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56671         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56672              From: Prymmer/Kahn <pvhp@best.com>
56673              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56674              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56675      Branch: perl
56676            ! t/io/fflush.t
56677 ____________________________________________________________________________
56678 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56679         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56680              From: Prymmer/Kahn <pvhp@best.com>
56681              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56682              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56683      Branch: perl
56684            ! win32/FindExt.pm
56685 ____________________________________________________________________________
56686 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56687         Log: Can't croak sans thread context, from Doug MacEachern.
56688      Branch: perl
56689            ! toke.c
56690 ____________________________________________________________________________
56691 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56692         Log: Subject: Random input test and Perl
56693              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56694              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56695              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56696      Branch: perl
56697            ! toke.c
56698 ____________________________________________________________________________
56699 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56700         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56701              From: Peter Prymmer <pvhp@forte.com>
56702              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56703              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56704      Branch: perl
56705            ! pod/perlfunc.pod pod/perlport.pod
56706 ____________________________________________________________________________
56707 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56708         Log: Workaround for UTS compiler casting bug from Hal Morris.
56709      Branch: perl
56710            ! perl.h
56711 ____________________________________________________________________________
56712 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56713         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56714              From: Dan Sugalski <dan@sidhe.org>
56715              Date: Wed, 02 May 2001 15:23:22 -0400
56716              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56717      Branch: perl
56718            ! perl.c vms/vms.c
56719 ____________________________________________________________________________
56720 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56721         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56722      Branch: perl
56723            ! pod/perlfunc.pod
56724 ____________________________________________________________________________
56725 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56726         Log: Document large files in INSTALL, document also the %x
56727              limitation if not use64bitint, closes bug 20010326.007.
56728      Branch: perl
56729            ! INSTALL
56730 ____________________________________________________________________________
56731 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56732         Log: perlmodlib tweaks; regen pods.
56733      Branch: perl
56734            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56735            ! pod/perltoc.pod
56736 ____________________________________________________________________________
56737 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56738         Log: Fix for a segfault, from Marc Lehmann.
56739      Branch: perl
56740            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56741 ____________________________________________________________________________
56742 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56743         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56744              From: "Philip Newton" <pnewton@gmx.de>
56745              Date: Wed, 2 May 2001 18:39:03 +0200
56746              Message-ID: <3AF05447.15525.173B588@localhost>
56747      Branch: perl
56748            ! pod/perlop.pod
56749 ____________________________________________________________________________
56750 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56751         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56752              From: Dan Sugalski <dan@sidhe.org>
56753              Date: Wed, 02 May 2001 11:37:27 -0400
56754              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56755      Branch: perl
56756            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56757            ! thread.h vms/vms.c vms/vmsish.h
56758 ____________________________________________________________________________
56759 [  9959] By: jhi                                   on 2001/05/02  15:21:08
56760         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
56761              From: Benjamin Sugars <bsugars@canoe.ca>
56762              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
56763              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
56764      Branch: perl
56765            ! ext/PerlIO/Scalar/Scalar.xs
56766 ____________________________________________________________________________
56767 [  9958] By: jhi                                   on 2001/05/02  15:15:53
56768         Log: Bug in #9915, spotted by Mike Guy.
56769      Branch: perl
56770            ! installperl
56771 ____________________________________________________________________________
56772 [  9957] By: jhi                                   on 2001/05/02  13:26:01
56773         Log: Add a test for not griping about references as array
56774              indices if the reference has magic in it (overloaded
56775              methods).
56776      Branch: perl
56777            ! pod/perldiag.pod t/pragma/warn/pp_hot
56778 ____________________________________________________________________________
56779 [  9956] By: jhi                                   on 2001/05/02  13:07:01
56780         Log: Retracted a bit too much in #9952.
56781      Branch: perl
56782            ! t/pragma/sub_lval.t
56783 ____________________________________________________________________________
56784 [  9955] By: jhi                                   on 2001/05/02  13:05:38
56785         Log: Test for #9952.
56786      Branch: perl
56787            ! t/op/tie.t
56788 ____________________________________________________________________________
56789 [  9954] By: jhi                                   on 2001/05/02  11:48:18
56790         Log: Additional note on the encoding example: one cannot
56791              convert string constants in-place.
56792      Branch: perl
56793            ! ext/Encode/Encode.pm
56794 ____________________________________________________________________________
56795 [  9953] By: jhi                                   on 2001/05/02  11:43:51
56796         Log: Note that if you have recent enough Perl you already
56797              have Filter::Util::Call.
56798      Branch: perl
56799            ! lib/Filter/Simple.pm
56800 ____________________________________________________________________________
56801 [  9952] By: jhi                                   on 2001/05/02  11:31:53
56802         Log: Retract changes #8254 and #8255, causes coredump in
56803              'tie FH, "main"', reported by Abigail, culprit found by
56804              Benjamin Sugars.  Mirrors maintperl change #9950.
56805      Branch: perl
56806            ! op.c t/pragma/sub_lval.t
56807 ____________________________________________________________________________
56808 [  9951] By: jhi                                   on 2001/05/02  11:14:29
56809         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
56810      Branch: perl
56811            + t/lib/MyFilter.pm
56812 ____________________________________________________________________________
56813 [  9950] By: gsar                                  on 2001/05/02  03:17:11
56814         Log: revert integration of changes#8254,8255 in change#8620 (causes
56815              a coredump in C<tie FH, 'foo'>; the idea itself may need better
56816              rationalization)
56817      Branch: maint-5.6/perl
56818            ! op.c t/pragma/sub_lval.t
56819 ____________________________________________________________________________
56820 [  9949] By: gsar                                  on 2001/05/02  02:56:32
56821         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
56822              
56823              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56824              
56825              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56826      Branch: maint-5.6/perl
56827           !> hints/svr5.sh
56828 ____________________________________________________________________________
56829 [  9948] By: gsar                                  on 2001/05/02  02:49:15
56830         Log: pod/find.t breaks on VMS (from Craig Berry)
56831      Branch: maint-5.6/perl
56832            ! t/pod/find.t
56833 ____________________________________________________________________________
56834 [  9947] By: jhi                                   on 2001/05/02  02:43:09
56835         Log: Add an encoding conversion example.
56836      Branch: perl
56837            ! ext/Encode/Encode.pm
56838 ____________________________________________________________________________
56839 [  9946] By: jhi                                   on 2001/05/02  01:34:22
56840         Log: Another coat of paint but still nowhere finished.
56841              Need to decide on the semantics of strptime(): should
56842              strptime() be a function instead of a method?  To do
56843              the week/monthname-strptiming the i18n/l10n bullet needs
56844              to be bitten with gusto.
56845      Branch: perl
56846            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56847 ____________________________________________________________________________
56848 [  9945] By: jhi                                   on 2001/05/01  23:40:52
56849         Log: Update Changes.
56850      Branch: perl
56851            ! Changes patchlevel.h
56852 ____________________________________________________________________________
56853 [  9944] By: jhi                                   on 2001/05/01  23:33:37
56854         Log: Add known-to-be-tested modules to the list-to-be-skipped.
56855      Branch: perl
56856            ! t/lib/1_compile.t
56857 ____________________________________________________________________________
56858 [  9943] By: jhi                                   on 2001/05/01  23:24:40
56859         Log: Subject: BorlandC++ fix
56860              From: "Vadim Konovalov" <watman@inbox.ru>
56861              Date: Mon, 30 Apr 2001 20:12:26 -0700
56862              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
56863      Branch: perl
56864            ! win32/makefile.mk
56865 ____________________________________________________________________________
56866 [  9942] By: jhi                                   on 2001/05/01  23:18:02
56867         Log: Update to Filter::Simple 0.60, create a test for it.
56868      Branch: perl
56869            + t/lib/filter-simple.t
56870            ! MANIFEST lib/Filter/Simple.pm
56871 ____________________________________________________________________________
56872 [  9941] By: jhi                                   on 2001/05/01  19:47:24
56873         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
56874              From: Hugo <hv@crypt.compulink.co.uk>
56875              Date: Tue, 01 May 2001 20:12:20 +0100
56876              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
56877      Branch: perl
56878            ! pp_hot.c t/op/re_tests
56879 ____________________________________________________________________________
56880 [  9940] By: jhi                                   on 2001/05/01  19:42:16
56881         Log: Integrate perlio:
56882              
56883              [  9936]
56884              Fix for base.pm clobbering $VERSION
56885              
56886              [  9935]
56887              Test for base.pm clobbering $VERSION.
56888      Branch: perl
56889           !> lib/base.pm t/lib/fields.t
56890 ____________________________________________________________________________
56891 [  9939] By: jhi                                   on 2001/05/01  19:39:51
56892         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
56893              From: Benjamin Sugars <bsugars@canoe.ca>
56894              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
56895              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
56896      Branch: perl
56897            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56898 ____________________________________________________________________________
56899 [  9938] By: jhi                                   on 2001/05/01  19:34:09
56900         Log: Add NEXT, a pseudo-class for method redispatching.
56901              <Damian>NEXT.pm probably offers more bang-for-buck
56902              than anything else I've ever written.</Damian>
56903      Branch: perl
56904            + lib/NEXT.pm t/lib/next.t
56905            ! MANIFEST
56906 ____________________________________________________________________________
56907 [  9937] By: jhi                                   on 2001/05/01  19:21:41
56908         Log: Update to Switch 2.02.
56909      Branch: perl
56910            ! lib/Switch.pm t/lib/switch.t
56911 ____________________________________________________________________________
56912 [  9936] By: nick                                  on 2001/05/01  19:09:21
56913         Log: Fix for base.pm clobbering $VERSION
56914      Branch: perlio
56915            ! lib/base.pm
56916 ____________________________________________________________________________
56917 [  9935] By: nick                                  on 2001/05/01  18:54:38
56918         Log: Test for base.pm clobbering $VERSION.
56919      Branch: perlio
56920            ! t/lib/fields.t
56921 ____________________________________________________________________________
56922 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56923         Log: Add information about Scalar::Util::blessed.
56924      Branch: perl
56925            ! pod/perlobj.pod
56926 ____________________________________________________________________________
56927 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56928         Log: Subject: Extra UNIVERSAL documentation
56929              From: Mike Guy <mjtg@cam.ac.uk>
56930              Date: Tue, 01 May 2001 20:12:11 +0100
56931              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56932      Branch: perl
56933            ! pod/perlobj.pod
56934 ____________________________________________________________________________
56935 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56936         Log: Subject: Autoflush in tests as appropriate
56937              From: Mike Guy <mjtg@cam.ac.uk>
56938              Date: Tue, 01 May 2001 20:05:31 +0100
56939              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56940      Branch: perl
56941            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56942            ! t/op/taint.t
56943 ____________________________________________________________________________
56944 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56945         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56946              From: Benjamin Sugars <bsugars@canoe.ca>
56947              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56948              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56949      Branch: perl
56950            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56951 ____________________________________________________________________________
56952 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56953         Log: Subject: Re: Finally got a round tuit
56954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56955              Date: Tue, 01 May 2001 14:14:10 +0200
56956              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56957              
56958              The -DP part, slightly modified.
56959      Branch: perl
56960            ! perl.c
56961 ____________________________________________________________________________
56962 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56963         Log: Subject: Re: Finally got a round tuit
56964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56965              Date: Tue, 01 May 2001 16:34:06 +0200
56966              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56967              
56968              cpp and optimization tweaks for HP-UX.
56969      Branch: perl
56970            ! hints/hpux.sh
56971 ____________________________________________________________________________
56972 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56973         Log: Tune the scan_num() comments to reality.
56974      Branch: perl
56975            ! toke.c
56976 ____________________________________________________________________________
56977 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56978         Log: Subject: [PATCH B::Deparse] optimised sort
56979              From: Robin Houston <robin@kitsite.com>
56980              Date: Tue, 1 May 2001 14:07:12 +0100
56981              Message-ID: <20010501140712.A4266@penderel>
56982      Branch: perl
56983            ! ext/B/B/Deparse.pm
56984 ____________________________________________________________________________
56985 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56986         Log: Subject: [PATCH t/lib/b-deparse.t] 
56987              From: Robin Houston <robin@kitsite.com>
56988              Date: Tue, 1 May 2001 13:37:42 +0100
56989              Message-ID: <20010501133742.A4082@penderel>
56990      Branch: perl
56991            ! t/lib/b-deparse.t
56992 ____________________________________________________________________________
56993 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56994         Log: Subject: [PATCH B::Deparse] for(;;), sort
56995              From: Robin Houston <robin@kitsite.com>
56996              Date: Tue, 1 May 2001 13:35:00 +0100
56997              Message-ID: <20010501133500.A4061@penderel>
56998      Branch: perl
56999            ! ext/B/B/Deparse.pm
57000 ____________________________________________________________________________
57001 [  9924] By: jhi                                   on 2001/05/01  13:09:22
57002         Log: Subject: [PATCH B::Deparse] do, warn, use
57003              From: Robin Houston <robin@kitsite.com>
57004              Date: Tue, 1 May 2001 13:31:03 +0100
57005              Message-ID: <20010501133103.A4041@penderel>
57006      Branch: perl
57007            ! ext/B/B/Deparse.pm
57008 ____________________________________________________________________________
57009 [  9923] By: jhi                                   on 2001/05/01  11:45:36
57010         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
57011              From: Benjamin Sugars <ben.sugars@home.com>
57012              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
57013              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
57014      Branch: perl
57015            + t/io/fflush.t
57016            ! MANIFEST
57017 ____________________________________________________________________________
57018 [  9922] By: jhi                                   on 2001/05/01  11:35:42
57019         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
57020              From: Peter Prymmer <pvhp@forte.com>
57021              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
57022              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
57023      Branch: perl
57024            ! t/lib/selfstubber.t
57025 ____________________________________________________________________________
57026 [  9921] By: jhi                                   on 2001/04/30  16:34:33
57027         Log: Subject: [PATCH B::Concise] suppress warning
57028              From: Robin Houston <robin@kitsite.com>
57029              Date: Mon, 30 Apr 2001 16:09:49 +0100
57030              Message-ID: <20010430160949.A25086@penderel>
57031      Branch: perl
57032            ! ext/B/B/Concise.pm
57033 ____________________________________________________________________________
57034 [  9920] By: jhi                                   on 2001/04/30  13:56:04
57035         Log: Strip the *markers* from #9919.
57036      Branch: perl
57037            ! pod/perlfaq.pod pod/perlfaq5.pod
57038 ____________________________________________________________________________
57039 [  9919] By: jhi                                   on 2001/04/30  13:54:04
57040         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
57041              From: Gwyn Judd <b.judd@xtra.co.nz>
57042              Date: Sun, 29 Apr 2001 01:47:49 +1200
57043              Message-ID: <20010429014749.A4418@thislove>
57044      Branch: perl
57045            ! pod/perlfaq.pod pod/perlfaq5.pod
57046 ____________________________________________________________________________
57047 [  9918] By: jhi                                   on 2001/04/30  13:13:54
57048         Log: More_tweakage.
57049      Branch: perl
57050            ! pod/perldata.pod pod/perldiag.pod
57051 ____________________________________________________________________________
57052 [  9917] By: jhi                                   on 2001/04/30  13:01:27
57053         Log: Update Changes.
57054      Branch: perl
57055            ! Changes patchlevel.h
57056 ____________________________________________________________________________
57057 [  9916] By: jhi                                   on 2001/04/30  12:57:03
57058         Log: T_w_e_a_k_a_g_e.
57059      Branch: perl
57060            ! pod/perldata.pod pod/perldiag.pod
57061 ____________________________________________________________________________
57062 [  9915] By: jhi                                   on 2001/04/30  12:39:29
57063         Log: Install s2p also as psed.
57064              
57065              TODO: psed documentation?
57066      Branch: perl
57067            ! installperl
57068 ____________________________________________________________________________
57069 [  9914] By: jhi                                   on 2001/04/30  12:29:21
57070         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
57071              From: Jens Hamisch <jens@Strawberry.COM>
57072              Date: Fri, 27 Apr 2001 17:00:36 +0200
57073              Message-ID: <20010427170036.K1372@Strawberry.COM>
57074              
57075              SOCKS5_VERSION_NAME is the right symbol to detect
57076              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
57077              function called socks5_init() is available, and even that is
57078              not universal, most SOCKS5 installations use SOCKSinit()).
57079      Branch: perl
57080            ! perlio.c
57081 ____________________________________________________________________________
57082 [  9913] By: jhi                                   on 2001/04/30  12:22:15
57083         Log: Allow a zero timeout on IO::Socket accept and connect--
57084              though one really shouldn't do that.  Based on
57085              
57086              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
57087              From: "John Holdsworth" <coldwave@bigfoot.com>
57088              Date: Sun, 4 Feb 2001 12:48:18 +0100
57089              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
57090      Branch: perl
57091            ! ext/IO/lib/IO/Socket.pm
57092 ____________________________________________________________________________
57093 [  9912] By: jhi                                   on 2001/04/30  11:27:27
57094         Log: Save the spot of regprev (see #9911) for binary compatibility;
57095              regen API.
57096      Branch: perl
57097            ! embedvar.h perlapi.h thrdvar.h
57098 ____________________________________________________________________________
57099 [  9911] By: jhi                                   on 2001/04/30  11:22:03
57100         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
57101              From: Hugo <hv@crypt.compulink.co.uk>
57102              Date: Sun, 29 Apr 2001 17:09:30 +0100
57103              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
57104      Branch: perl
57105            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
57106 ____________________________________________________________________________
57107 [  9910] By: jhi                                   on 2001/04/30  11:15:12
57108         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
57109              a dummy for PL_numeric_radix); no pressing reason to break
57110              binary compatibility; regen API.
57111      Branch: perl
57112            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
57113            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
57114 ____________________________________________________________________________
57115 [  9909] By: jhi                                   on 2001/04/30  10:56:08
57116         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
57117              From: Walt Mankowski <waltman@netaxs.com>
57118              Date: Sun, 29 Apr 2001 21:53:48 -0400
57119              Message-ID: <20010429215348.A3971@netaxs.com>
57120      Branch: perl
57121            ! pod/perlfunc.pod
57122 ____________________________________________________________________________
57123 [  9908] By: jhi                                   on 2001/04/30  10:49:40
57124         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
57125      Branch: perl
57126            ! t/lib/selfstubber.t
57127 ____________________________________________________________________________
57128 [  9907] By: nick                                  on 2001/04/30  09:26:50
57129         Log: Integrate mainline.
57130      Branch: perlio
57131           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
57132 ____________________________________________________________________________
57133 [  9906] By: jhi                                   on 2001/04/29  23:24:20
57134         Log: Abigail spotted a thinko in #9905.
57135      Branch: perl
57136            ! pod/perldiag.pod
57137 ____________________________________________________________________________
57138 [  9905] By: jhi                                   on 2001/04/29  15:55:39
57139         Log: Changed the underscore/undebar syntax in numeric constants;
57140              now any grouping will do, as long as the underscores are not
57141              consecutive (so "zero-grouping" is out), and they do not begin
57142              or end the integer or fractional parts.
57143      Branch: perl
57144            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
57145 ____________________________________________________________________________
57146 [  9904] By: nick                                  on 2001/04/29  15:43:22
57147         Log: Integrate mainline.
57148      Branch: perlio
57149           +> (branch 98 files)
57150            - lib/unicode/Block.pl
57151            - lib/unicode/In/AlphabeticPresentationForms.pl
57152            - lib/unicode/In/Arabic.pl
57153            - lib/unicode/In/ArabicPresentationForms-A.pl
57154            - lib/unicode/In/ArabicPresentationForms-B.pl
57155            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57156            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57157            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57158            - lib/unicode/In/BopomofoExtended.pl
57159            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57160            - lib/unicode/In/CJKCompatibility.pl
57161            - lib/unicode/In/CJKCompatibilityForms.pl
57162            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57163            - lib/unicode/In/CJKRadicalsSupplement.pl
57164            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57165            - lib/unicode/In/CJKUnifiedIdeographs.pl
57166            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57167            - lib/unicode/In/Cherokee.pl
57168            - lib/unicode/In/CombiningDiacriticalMarks.pl
57169            - lib/unicode/In/CombiningHalfMarks.pl
57170            - lib/unicode/In/CombiningMarksforSymbols.pl
57171            - lib/unicode/In/ControlPictures.pl
57172            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57173            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57174            - lib/unicode/In/EnclosedAlphanumerics.pl
57175            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57176            - lib/unicode/In/Ethiopic.pl
57177            - lib/unicode/In/GeneralPunctuation.pl
57178            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57179            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57180            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57181            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57182            - lib/unicode/In/HangulCompatibilityJamo.pl
57183            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57184            - lib/unicode/In/Hebrew.pl
57185            - lib/unicode/In/HighPrivateUseSurrogates.pl
57186            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57187            - lib/unicode/In/IPAExtensions.pl
57188            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57189            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57190            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57191            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57192            - lib/unicode/In/Latin-1Supplement.pl
57193            - lib/unicode/In/LatinExtended-A.pl
57194            - lib/unicode/In/LatinExtended-B.pl
57195            - lib/unicode/In/LatinExtendedAdditional.pl
57196            - lib/unicode/In/LetterlikeSymbols.pl
57197            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57198            - lib/unicode/In/MathematicalOperators.pl
57199            - lib/unicode/In/MiscellaneousSymbols.pl
57200            - lib/unicode/In/MiscellaneousTechnical.pl
57201            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57202            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57203            - lib/unicode/In/OpticalCharacterRecognition.pl
57204            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57205            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57206            - lib/unicode/In/SmallFormVariants.pl
57207            - lib/unicode/In/SpacingModifierLetters.pl
57208            - lib/unicode/In/Specials.pl
57209            - lib/unicode/In/SuperscriptsandSubscripts.pl
57210            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57211            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57212            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57213            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57214            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57215           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
57216           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
57217           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
57218           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
57219           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
57220           !> utf8.c win32/Makefile
57221 ____________________________________________________________________________
57222 [  9903] By: jhi                                   on 2001/04/29  14:30:53
57223         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
57224              From: Prymmer/Kahn <pvhp@best.com>
57225              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
57226              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
57227      Branch: perl
57228            ! win32/Makefile
57229 ____________________________________________________________________________
57230 [  9902] By: jhi                                   on 2001/04/29  02:52:44
57231         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
57232              From: "Abigail" <abigail@foad.org>
57233              Date: Sun, 29 Apr 2001 03:14:25 +0200
57234              Message-ID: <20010429011425.24503.qmail@foad.org>
57235      Branch: perl
57236            ! ext/IO/lib/IO/Seekable.pm
57237 ____________________________________________________________________________
57238 [  9901] By: jhi                                   on 2001/04/29  02:04:46
57239         Log: In character classes one couldn't have 0x80..0xff characters
57240              at the left hand side if there were 0x100.. characters in the
57241              character class.
57242      Branch: perl
57243            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
57244            ! t/op/pat.t utf8.c
57245 ____________________________________________________________________________
57246 [  9900] By: jhi                                   on 2001/04/28  22:55:04
57247         Log: Forgot the latest mktables.PL from #9899.
57248      Branch: perl
57249            ! lib/unicode/mktables.PL
57250 ____________________________________________________________________________
57251 [  9899] By: jhi                                   on 2001/04/28  22:53:28
57252         Log: Explain the \p{} and \P{} error message better and
57253              have prettier prettyprint in In.pl.
57254      Branch: perl
57255            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
57256            ! pod/perldiag.pod
57257 ____________________________________________________________________________
57258 [  9898] By: jhi                                   on 2001/04/28  21:03:34
57259         Log: Add one possible explanation for the "Invalid [] range" error.
57260      Branch: perl
57261            ! pod/perldiag.pod
57262 ____________________________________________________________________________
57263 [  9897] By: jhi                                   on 2001/04/28  17:18:26
57264         Log: Add a level of indirection to the implementation of \p{InFoo}
57265              so that we don't have to have long filenames.  (Nothing changes
57266              in the user interface.)   The indirection is defined in
57267              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
57268              Also rename some the character classes by removing '-' from
57269              the classnames, and finally renamed Block.pl as Blocks.pl.
57270      Branch: perl
57271            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
57272            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
57273            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
57274            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
57275            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
57276            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
57277            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
57278            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
57279            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
57280            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
57281            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
57282            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
57283            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
57284            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
57285            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
57286            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
57287            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
57288            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
57289            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
57290            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
57291            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
57292            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
57293            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
57294            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
57295            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
57296            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
57297            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
57298            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
57299            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
57300            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
57301            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
57302            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
57303            + lib/unicode/In/94.pl lib/unicode/In/95.pl
57304            - lib/unicode/Block.pl
57305            - lib/unicode/In/AlphabeticPresentationForms.pl
57306            - lib/unicode/In/Arabic.pl
57307            - lib/unicode/In/ArabicPresentationForms-A.pl
57308            - lib/unicode/In/ArabicPresentationForms-B.pl
57309            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57310            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57311            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57312            - lib/unicode/In/BopomofoExtended.pl
57313            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57314            - lib/unicode/In/CJKCompatibility.pl
57315            - lib/unicode/In/CJKCompatibilityForms.pl
57316            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57317            - lib/unicode/In/CJKRadicalsSupplement.pl
57318            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57319            - lib/unicode/In/CJKUnifiedIdeographs.pl
57320            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57321            - lib/unicode/In/Cherokee.pl
57322            - lib/unicode/In/CombiningDiacriticalMarks.pl
57323            - lib/unicode/In/CombiningHalfMarks.pl
57324            - lib/unicode/In/CombiningMarksforSymbols.pl
57325            - lib/unicode/In/ControlPictures.pl
57326            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57327            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57328            - lib/unicode/In/EnclosedAlphanumerics.pl
57329            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57330            - lib/unicode/In/Ethiopic.pl
57331            - lib/unicode/In/GeneralPunctuation.pl
57332            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57333            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57334            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57335            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57336            - lib/unicode/In/HangulCompatibilityJamo.pl
57337            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57338            - lib/unicode/In/Hebrew.pl
57339            - lib/unicode/In/HighPrivateUseSurrogates.pl
57340            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57341            - lib/unicode/In/IPAExtensions.pl
57342            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57343            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57344            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57345            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57346            - lib/unicode/In/Latin-1Supplement.pl
57347            - lib/unicode/In/LatinExtended-A.pl
57348            - lib/unicode/In/LatinExtended-B.pl
57349            - lib/unicode/In/LatinExtendedAdditional.pl
57350            - lib/unicode/In/LetterlikeSymbols.pl
57351            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57352            - lib/unicode/In/MathematicalOperators.pl
57353            - lib/unicode/In/MiscellaneousSymbols.pl
57354            - lib/unicode/In/MiscellaneousTechnical.pl
57355            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57356            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57357            - lib/unicode/In/OpticalCharacterRecognition.pl
57358            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57359            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57360            - lib/unicode/In/SmallFormVariants.pl
57361            - lib/unicode/In/SpacingModifierLetters.pl
57362            - lib/unicode/In/Specials.pl
57363            - lib/unicode/In/SuperscriptsandSubscripts.pl
57364            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57365            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57366            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57367            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57368            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57369            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
57370            ! pod/perlunicode.pod
57371 ____________________________________________________________________________
57372 [  9896] By: jhi                                   on 2001/04/28  14:33:17
57373         Log: Update the information on shared library path on HP-UX.
57374      Branch: perl
57375            ! INSTALL
57376 ____________________________________________________________________________
57377 [  9895] By: jhi                                   on 2001/04/28  14:32:30
57378         Log: Because #9894 seems to do the trick, this workaround can be removed.
57379      Branch: perl
57380            ! t/lib/selfstubber.t
57381 ____________________________________________________________________________
57382 [  9894] By: jhi                                   on 2001/04/28  14:26:13
57383         Log: For PerlIO flush the children's file handles (on fork/exec/system).
57384      Branch: perl
57385            ! perl.h
57386 ____________________________________________________________________________
57387 [  9893] By: jhi                                   on 2001/04/28  14:23:15
57388         Log: Test tweak for #9891.
57389      Branch: perl
57390            ! t/lib/b-deparse.t
57391 ____________________________________________________________________________
57392 [  9892] By: jhi                                   on 2001/04/28  14:10:13
57393         Log: New HP-UX hints from Merijn.
57394      Branch: perl
57395            ! hints/hpux.sh
57396 ____________________________________________________________________________
57397 [  9891] By: jhi                                   on 2001/04/28  14:07:27
57398         Log: Subject: [PATCH B::Deparse] non-block scopes
57399              From: Robin Houston <robin@kitsite.com>
57400              Date: Fri, 27 Apr 2001 19:15:14 +0100
57401              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
57402      Branch: perl
57403            ! ext/B/B/Deparse.pm
57404 ____________________________________________________________________________
57405 [  9890] By: nick                                  on 2001/04/27  19:41:25
57406         Log: Integrate mainline
57407      Branch: perlio
57408           +> t/lib/selfstubber.t
57409           !> (integrate 50 files)
57410 ____________________________________________________________________________
57411 [  9889] By: jhi                                   on 2001/04/27  18:23:46
57412         Log: Subject: Re: selfstubber test fail on bleadperl
57413              From: Mike Guy <mjtg@cam.ac.uk>
57414              Date: Fri, 27 Apr 2001 19:31:18 +0100
57415              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
57416      Branch: perl
57417            ! t/lib/selfstubber.t
57418 ____________________________________________________________________________
57419 [  9888] By: jhi                                   on 2001/04/27  16:20:54
57420         Log: Test tweak for #9886.
57421      Branch: perl
57422            ! t/lib/b-deparse.t
57423 ____________________________________________________________________________
57424 [  9887] By: jhi                                   on 2001/04/27  16:16:33
57425         Log: Buffering issue at least in Solaris (even with perlio).
57426      Branch: perl
57427            ! t/lib/selfstubber.t
57428 ____________________________________________________________________________
57429 [  9886] By: jhi                                   on 2001/04/27  14:59:23
57430         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
57431              From: Robin Houston <robin@kitsite.com>
57432              Date: Fri, 27 Apr 2001 16:53:20 +0100
57433              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
57434      Branch: perl
57435            ! ext/B/B/Deparse.pm
57436 ____________________________________________________________________________
57437 [  9885] By: jhi                                   on 2001/04/27  14:23:51
57438         Log: Update Changes.
57439      Branch: perl
57440            ! Changes patchlevel.h
57441 ____________________________________________________________________________
57442 [  9884] By: jhi                                   on 2001/04/27  14:14:12
57443         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
57444              From: "Philip Newton" <pnewton@gmx.de>
57445              Date: Fri, 27 Apr 2001 16:40:13 +0200
57446              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
57447      Branch: perl
57448            ! pod/perldata.pod
57449 ____________________________________________________________________________
57450 [  9883] By: jhi                                   on 2001/04/27  13:28:19
57451         Log: Add LOG_PERROR; prettify the "removed".
57452      Branch: perl
57453            ! ext/Sys/Syslog/Syslog.xs
57454 ____________________________________________________________________________
57455 [  9882] By: jhi                                   on 2001/04/27  13:13:18
57456         Log: h2xs tweaks: use NV instead of double, "quote" the removed
57457              prefixes for clarity (especially when nothing is removed),
57458              slight pod reformats.
57459      Branch: perl
57460            ! utils/h2xs.PL
57461 ____________________________________________________________________________
57462 [  9881] By: jhi                                   on 2001/04/27  12:58:48
57463         Log: Don't bother creating existing directories.
57464      Branch: perl
57465            ! utils/h2xs.PL
57466 ____________________________________________________________________________
57467 [  9880] By: jhi                                   on 2001/04/27  12:45:39
57468         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
57469              From: Mike Schilli <m@perlmeister.com>
57470              Date: Wed, 25 Apr 2001 01:29:21 -0700
57471              Message-id: <3AE68AE1.6A981723@perlmeister.com>
57472      Branch: perl
57473            ! utils/h2xs.PL
57474 ____________________________________________________________________________
57475 [  9879] By: jhi                                   on 2001/04/27  12:40:55
57476         Log: break is not yet Perl.  Added the template license also to README.
57477      Branch: perl
57478            ! utils/h2xs.PL
57479 ____________________________________________________________________________
57480 [  9878] By: jhi                                   on 2001/04/27  03:08:20
57481         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
57482              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57483              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
57484              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
57485      Branch: perl
57486            ! t/lib/xs-typemap.t
57487 ____________________________________________________________________________
57488 [  9877] By: jhi                                   on 2001/04/26  23:54:40
57489         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
57490              From: "Abigail" <abigail@foad.org>
57491              Date: Fri, 27 Apr 2001 01:44:28 +0200
57492              Message-ID: <20010426234428.19786.qmail@foad.org>
57493      Branch: perl
57494            ! utils/h2xs.PL
57495 ____________________________________________________________________________
57496 [  9876] By: jhi                                   on 2001/04/26  23:52:06
57497         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
57498              From: Peter Prymmer <pvhp@forte.com>
57499              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
57500              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
57501      Branch: perl
57502            ! t/lib/selfstubber.t
57503 ____________________________________________________________________________
57504 [  9875] By: jhi                                   on 2001/04/26  23:48:10
57505         Log: Deparse nits.
57506      Branch: perl
57507            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
57508 ____________________________________________________________________________
57509 [  9874] By: jhi                                   on 2001/04/26  22:46:05
57510         Log: Document ANYOF_CLASS.
57511      Branch: perl
57512            ! regcomp.h
57513 ____________________________________________________________________________
57514 [  9873] By: jhi                                   on 2001/04/26  22:35:03
57515         Log: Subject: Re: [PATCH @9846] dumping ANYOF
57516              From: Hugo <hv@crypt.compulink.co.uk>
57517              Date: Thu, 26 Apr 2001 23:33:38 +0100
57518              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
57519      Branch: perl
57520            ! regcomp.c regcomp.h
57521 ____________________________________________________________________________
57522 [  9872] By: jhi                                   on 2001/04/26  22:34:31
57523         Log: Subject: [PATCH] more for Devel::SelfStubber
57524              From: Nicholas Clark <nick@ccl4.org>
57525              Date: Fri, 27 Apr 2001 00:13:52 +0100
57526              Message-ID: <20010427001351.K88186@plum.flirble.org>
57527      Branch: perl
57528            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
57529 ____________________________________________________________________________
57530 [  9871] By: jhi                                   on 2001/04/26  21:59:17
57531         Log: Subject: [PATCH B::Deparse] formats must be flush left
57532              From: Robin Houston <robin@kitsite.com>
57533              Date: Thu, 26 Apr 2001 23:54:29 +0100
57534              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
57535      Branch: perl
57536            ! ext/B/B/Deparse.pm
57537 ____________________________________________________________________________
57538 [  9870] By: jhi                                   on 2001/04/26  21:57:37
57539         Log: If some of the constants are prefixes of others,
57540              the prefixes may never get recognized.  (See 20010426.006.)
57541      Branch: perl
57542            ! utils/h2xs.PL
57543 ____________________________________________________________________________
57544 [  9869] By: jhi                                   on 2001/04/26  21:50:42
57545         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
57546              From: Chris Bongaarts <cab@tc.umn.edu>
57547              Date: Thu, 26 Apr 2001 17:10:31 -0500
57548              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
57549      Branch: perl
57550            ! ext/Sys/Syslog/Syslog.xs
57551 ____________________________________________________________________________
57552 [  9868] By: jhi                                   on 2001/04/26  21:35:12
57553         Log: Further cuts and more docs from Graham Barr.
57554      Branch: perl
57555            ! ext/List/Util/lib/List/Util.pm
57556            ! ext/List/Util/lib/Scalar/Util.pm
57557 ____________________________________________________________________________
57558 [  9867] By: jhi                                   on 2001/04/26  21:18:57
57559         Log: Subject: [PATCH 5.7.1] DB_File-1.77
57560              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
57561              Date: Thu, 26 Apr 2001 22:37:53 +0100
57562              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
57563      Branch: perl
57564            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57565            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57566 ____________________________________________________________________________
57567 [  9866] By: jhi                                   on 2001/04/26  21:12:31
57568         Log: Subject: [PATCH B::Deparse] fix easy bugs
57569              From: Robin Houston <robin@kitsite.com>
57570              Date: Thu, 26 Apr 2001 23:03:33 +0100
57571              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
57572      Branch: perl
57573            ! ext/B/B/Deparse.pm
57574 ____________________________________________________________________________
57575 [  9865] By: jhi                                   on 2001/04/26  20:26:13
57576         Log: Update Changes.
57577      Branch: perl
57578            ! Changes patchlevel.h
57579 ____________________________________________________________________________
57580 [  9864] By: jhi                                   on 2001/04/26  19:27:48
57581         Log: Dethinko from Robin Houston.
57582      Branch: perl
57583            ! ext/B/B/Deparse.pm
57584 ____________________________________________________________________________
57585 [  9863] By: jhi                                   on 2001/04/26  19:10:35
57586         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
57587              From: Robin Houston <robin@kitsite.com>
57588              Date: Thu, 26 Apr 2001 21:08:32 +0100
57589              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
57590      Branch: perl
57591            ! ext/B/B/Deparse.pm
57592 ____________________________________________________________________________
57593 [  9862] By: jhi                                   on 2001/04/26  19:04:23
57594         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57595              From: Robin Houston <robin@kitsite.com>
57596              Date: Thu, 26 Apr 2001 20:52:50 +0100
57597              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
57598      Branch: perl
57599            ! ext/B/B/Deparse.pm
57600 ____________________________________________________________________________
57601 [  9861] By: jhi                                   on 2001/04/26  18:56:14
57602         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
57603              From: Mike Guy <mjtg@cam.ac.uk>
57604              Date: Thu, 26 Apr 2001 14:22:40 +0100
57605              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
57606      Branch: perl
57607            ! pod/perlobj.pod
57608 ____________________________________________________________________________
57609 [  9860] By: jhi                                   on 2001/04/26  18:46:42
57610         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57611              From: Robin Houston <robin@kitsite.com>
57612              Date: Thu, 26 Apr 2001 20:34:29 +0100
57613              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
57614              
57615              Hashes do not interpolate.
57616      Branch: perl
57617            ! ext/B/B/Deparse.pm
57618 ____________________________________________________________________________
57619 [  9859] By: jhi                                   on 2001/04/26  18:43:51
57620         Log: Subject: The Time::Piece conspiracy unmasked!!!
57621              From: Mike Guy <mjtg@cam.ac.uk>
57622              Date: Thu, 26 Apr 2001 19:02:50 +0100
57623              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
57624              
57625              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
57626              From: Mike Guy <mjtg@cam.ac.uk>
57627              Date: Thu, 26 Apr 2001 19:08:21 +0100
57628              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
57629              
57630              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
57631              From: Graham Barr <gbarr@pobox.com>
57632              Date: Thu, 26 Apr 2001 19:12:03 +0100
57633              Message-ID: <20010426191203.A70835@pobox.com>
57634              
57635              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
57636      Branch: perl
57637            ! ext/List/Util/lib/List/Util.pm
57638            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
57639 ____________________________________________________________________________
57640 [  9858] By: jhi                                   on 2001/04/26  18:17:42
57641         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
57642              From: Robin Houston <robin@kitsite.com>
57643              Date: Thu, 26 Apr 2001 16:09:35 +0100
57644              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
57645      Branch: perl
57646            ! t/comp/proto.t
57647 ____________________________________________________________________________
57648 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57649         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57650              From: barries <barries@slaysys.com>
57651              Date: Thu, 26 Apr 2001 12:01:10 -0400
57652              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57653      Branch: perl
57654            ! pod/perldiag.pod
57655 ____________________________________________________________________________
57656 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57657         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57658              Date: Thu, 26 Apr 2001 17:13:41 +0100
57659              From: Robin Houston <robin@kitsite.com>
57660              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57661              
57662              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57663              From: Robin Houston <robin@kitsite.com>
57664              Date: Thu, 26 Apr 2001 18:44:29 +0100
57665              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57666      Branch: perl
57667            ! ext/B/B/Deparse.pm
57668 ____________________________________________________________________________
57669 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57670         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57671              From: Robin Houston <robin@kitsite.com>
57672              Date: Thu, 26 Apr 2001 17:04:08 +0100
57673              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57674      Branch: perl
57675            ! ext/B/B/Deparse.pm
57676 ____________________________________________________________________________
57677 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57678         Log: Subject: Re: Short test case for undef %stash:: crash
57679              From: Benjamin Sugars <bsugars@canoe.ca> 
57680              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57681              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57682              Changed and moved the perldiag entry.
57683      Branch: perl
57684            ! gv.c pod/perldiag.pod
57685 ____________________________________________________________________________
57686 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57687         Log: Beginnings of strptime().  Do not touch the wet paint.
57688      Branch: perl
57689            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57690 ____________________________________________________________________________
57691 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57692         Log: Retract #9851, core dumps from pod2man.
57693      Branch: perl
57694            ! regcomp.c
57695 ____________________________________________________________________________
57696 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57697         Log: (Retracted by #9852.)
57698              
57699              Subject: [PATCH @9846] dumping ANYOF
57700              From: Hugo <hv@crypt.compulink.co.uk>
57701              Date: Thu, 26 Apr 2001 05:32:38 +0100
57702              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57703      Branch: perl
57704            ! regcomp.c
57705 ____________________________________________________________________________
57706 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57707         Log: If ccflags was empty the _previous_ $* containing all the
57708              environment variables and Configure variables was used,
57709              which lead, among other bad things, into $ccflags being your
57710              uname -a output, which lead into test compile with cc failing,
57711              which lead into gcc being selected, which didn't work that well
57712              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57713              with large files, et cetera.
57714      Branch: perl
57715            ! hints/hpux.sh
57716 ____________________________________________________________________________
57717 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57718         Log: Make selfstubber test more portable.
57719      Branch: perl
57720            ! t/lib/selfstubber.t
57721 ____________________________________________________________________________
57722 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57723         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57724              From: Benjamin Sugars <ben.sugars@home.com>
57725              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57726              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57727      Branch: perl
57728            ! ext/Cwd/Cwd.xs
57729 ____________________________________________________________________________
57730 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57731         Log: Subject: [PATCH: perl@9841] VMS updates
57732              From: Peter Prymmer <pvhp@forte.com>
57733              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57734              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57735      Branch: perl
57736            ! README.vms configure.com vms/descrip_mms.template
57737            ! vms/ext/filespec.t
57738 ____________________________________________________________________________
57739 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57740         Log: re 'debug' was broken by #9084.
57741      Branch: perl
57742            ! ext/re/re.xs
57743 ____________________________________________________________________________
57744 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57745         Log: Subject: [PATCH] test for Devel::SelfStubber
57746              From: Nicholas Clark <nick@ccl4.org>
57747              Date: Thu, 26 Apr 2001 00:00:54 +0100
57748              Message-ID: <20010426000054.D89026@plum.flirble.org>
57749      Branch: perl
57750            + t/lib/selfstubber.t
57751            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57752 ____________________________________________________________________________
57753 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57754         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57755              From: Paul Johnson <paul@pjcj.net>
57756              Date: Thu, 26 Apr 2001 00:46:08 +0200
57757              Message-ID: <20010426004608.H2338@pjcj.net>
57758      Branch: perl
57759            ! ext/B/B/Concise.pm
57760 ____________________________________________________________________________
57761 [  9843] By: jhi                                   on 2001/04/25  22:28:28
57762         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
57763              From: Peter Prymmer <pvhp@forte.com>
57764              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
57765              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
57766      Branch: perl
57767            ! ext/Cwd/Cwd.xs
57768 ____________________________________________________________________________
57769 [  9842] By: jhi                                   on 2001/04/25  20:58:12
57770         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
57771              From: John Peacock <jpeacock@rowman.com>
57772              Date: Wed, 25 Apr 2001 17:30:26 -0400
57773              Message-ID: <3AE741F2.B3217464@rowman.com>
57774      Branch: perl
57775            ! lib/Math/BigInt.pm t/lib/bigintpm.t
57776 ____________________________________________________________________________
57777 [  9841] By: jhi                                   on 2001/04/25  20:07:05
57778         Log: Update Changes.
57779      Branch: perl
57780            ! Changes patchlevel.h
57781 ____________________________________________________________________________
57782 [  9840] By: jhi                                   on 2001/04/25  19:56:51
57783         Log: Yet another HP-UX hints version from Merijn.
57784      Branch: perl
57785            ! hints/hpux.sh
57786 ____________________________________________________________________________
57787 [  9839] By: jhi                                   on 2001/04/25  19:53:04
57788         Log: abs_path() didn't terminate the filename correctly,
57789              in DIRNAMLENless systems like HP-UX this would fail.
57790      Branch: perl
57791            ! ext/Cwd/Cwd.xs
57792 ____________________________________________________________________________
57793 [  9838] By: jhi                                   on 2001/04/25  16:37:26
57794         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57795              From: Mike Guy <mjtg@cam.ac.uk>
57796              Date: Wed, 25 Apr 2001 18:31:47 +0100
57797              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
57798      Branch: perl
57799            ! op.c
57800 ____________________________________________________________________________
57801 [  9837] By: jhi                                   on 2001/04/25  16:21:53
57802         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
57803              From: Jon Eveland <jweveland@yahoo.com>
57804              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57805              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
57806      Branch: perl
57807            ! lib/perl5db.pl
57808 ____________________________________________________________________________
57809 [  9836] By: jhi                                   on 2001/04/25  14:17:50
57810         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
57811              From: "Philip Newton" <pnewton@gmx.de>
57812              Date: Wed, 25 Apr 2001 17:05:58 +0200
57813              Message-ID: <3AE703F6.3234.1833C45@localhost>
57814      Branch: perl
57815            ! Porting/patching.pod
57816 ____________________________________________________________________________
57817 [  9835] By: jhi                                   on 2001/04/25  13:58:07
57818         Log: It would seem that both ar and full_ar need to be overridden
57819              for HP-UX to avoid the GNU ar.
57820      Branch: perl
57821            ! hints/hpux.sh
57822 ____________________________________________________________________________
57823 [  9834] By: jhi                                   on 2001/04/25  13:50:40
57824         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57825              From: "Philip Newton" <pnewton@gmx.de>
57826              Date: Wed, 25 Apr 2001 16:09:23 +0200
57827              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
57828              
57829              Detypo.
57830      Branch: perl
57831            ! t/op/misc.t
57832 ____________________________________________________________________________
57833 [  9833] By: jhi                                   on 2001/04/25  12:36:11
57834         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
57835      Branch: perl
57836            ! hints/hpux.sh
57837 ____________________________________________________________________________
57838 [  9832] By: jhi                                   on 2001/04/25  12:33:36
57839         Log: New version of HP-UX hints from Merijn.
57840      Branch: perl
57841            ! hints/hpux.sh
57842 ____________________________________________________________________________
57843 [  9831] By: jhi                                   on 2001/04/25  03:39:45
57844         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
57845      Branch: perl
57846            ! hints/hpux.sh
57847 ____________________________________________________________________________
57848 [  9830] By: jhi                                   on 2001/04/25  02:53:25
57849         Log: The tzname[] bit is not needed by util.c -- and causes
57850              heartburn in VMS (and it missing was probably the cause of
57851              the Mac OS X trouble).  Ouch.
57852      Branch: perl
57853            ! ext/POSIX/POSIX.xs util.c
57854 ____________________________________________________________________________
57855 [  9829] By: jhi                                   on 2001/04/25  00:10:06
57856         Log: Metaconfig unit change for #9828.
57857      Branch: metaconfig
57858            ! U/compline/ccflags.U
57859 ____________________________________________________________________________
57860 [  9828] By: jhi                                   on 2001/04/25  00:04:18
57861         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
57862              (which is actually the reason for the change, we need to pass
57863              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
57864              EP/IX, OS/2, and TitanOS, based on the hints files.
57865      Branch: perl
57866            ! Configure config_h.SH
57867 ____________________________________________________________________________
57868 [  9827] By: jhi                                   on 2001/04/24  23:49:20
57869         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
57870              the $cat must have an absolute path.
57871      Branch: perl
57872            ! makedepend.SH
57873 ____________________________________________________________________________
57874 [  9826] By: jhi                                   on 2001/04/24  23:40:53
57875         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
57876      Branch: perl
57877            ! README.amiga
57878 ____________________________________________________________________________
57879 [  9825] By: jhi                                   on 2001/04/24  23:35:35
57880         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
57881              From: "Philip Newton" <pnewton@gmx.de>
57882              Date: Tue, 24 Apr 2001 18:52:49 +0200
57883              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
57884      Branch: perl
57885            ! x2p/find2perl.PL
57886 ____________________________________________________________________________
57887 [  9824] By: jhi                                   on 2001/04/24  23:33:07
57888         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
57889              Some gcc specifics dropped out due to extensive rewriting;
57890              will be put back later as needed.
57891      Branch: perl
57892            ! hints/hpux.sh
57893 ____________________________________________________________________________
57894 [  9823] By: jhi                                   on 2001/04/24  23:27:57
57895         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
57896      Branch: perl
57897            ! ext/POSIX/POSIX.xs
57898 ____________________________________________________________________________
57899 [  9822] By: jhi                                   on 2001/04/24  23:25:21
57900         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
57901              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57902              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
57903              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
57904      Branch: perl
57905            ! ext/XS/Typemap/Typemap.xs
57906 ____________________________________________________________________________
57907 [  9821] By: jhi                                   on 2001/04/24  23:24:10
57908         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
57909              From: "Abigail" <abigail@foad.org>
57910              Date: Tue, 24 Apr 2001 23:12:03 +0200
57911              Message-ID: <20010424211203.7901.qmail@foad.org>
57912      Branch: perl
57913            ! pod/perlport.pod
57914 ____________________________________________________________________________
57915 [  9820] By: jhi                                   on 2001/04/24  23:23:15
57916         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
57917              From: Matt Sergeant <matt@sergeant.org>
57918              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
57919              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
57920      Branch: perl
57921            ! pod/perlfaq4.pod
57922 ____________________________________________________________________________
57923 [  9819] By: nick                                  on 2001/04/24  18:49:43
57924         Log: Integrate mainline.
57925      Branch: perlio
57926           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57927           !> (integrate 37 files)
57928 ____________________________________________________________________________
57929 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57930         Log: Update Changes.
57931      Branch: perl
57932            ! Changes patchlevel.h
57933 ____________________________________________________________________________
57934 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57935         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57936              From: "Philip Newton" <pnewton@gmx.de>
57937              Date: Tue, 24 Apr 2001 12:58:12 +0200
57938              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57939              
57940              plus add CPAN to the list of modules that have their own tests.
57941      Branch: perl
57942            ! t/lib/1_compile.t
57943 ____________________________________________________________________________
57944 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57945         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57946              From: Michael G Schwern <schwern@pobox.com>
57947              Date: Sat, 21 Apr 2001 22:35:00 +0100
57948              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57949      Branch: perl
57950            ! t/lib/1_compile.t
57951 ____________________________________________________________________________
57952 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57953         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57954              From: Robin Houston <robin@kitsite.com>
57955              Date: Tue, 24 Apr 2001 15:51:18 +0100
57956              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57957      Branch: perl
57958            ! ext/B/B/Deparse.pm
57959 ____________________________________________________________________________
57960 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57961         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57962              From: Bill Glicker <billg@burrelles.com>
57963              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57964              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57965      Branch: perl
57966            ! hints/svr5.sh
57967 ____________________________________________________________________________
57968 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57969         Log: Prevent path disclosure (probing for existence of filenames)
57970              using suidperl; bug id 20010322.218.
57971      Branch: perl
57972            ! perl.c pod/perldiag.pod
57973 ____________________________________________________________________________
57974 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57975         Log: Retract #9811.
57976      Branch: perl
57977            ! ext/POSIX/POSIX.xs
57978 ____________________________________________________________________________
57979 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57980         Log: (Retracted by #9812.)
57981      Branch: perl
57982            ! ext/POSIX/POSIX.xs
57983 ____________________________________________________________________________
57984 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57985         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57986      Branch: perl
57987            ! util.c
57988 ____________________________________________________________________________
57989 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57990         Log: The Math::BigFloat::import() was broken.
57991              (Fixes bug id 20010422.002.)
57992      Branch: perl
57993            ! lib/Math/BigFloat.pm
57994 ____________________________________________________________________________
57995 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57996         Log: Additional dependencies; should help for parallel makes
57997              not to fail on missing lib/lib.pm or lib/re.pm.
57998      Branch: perl
57999            ! Makefile.SH
58000 ____________________________________________________________________________
58001 [  9807] By: jhi                                   on 2001/04/24  00:57:01
58002         Log: Update the test failure disclaimer.
58003      Branch: perl
58004            ! t/pragma/warn/pp_hot
58005 ____________________________________________________________________________
58006 [  9806] By: jhi                                   on 2001/04/24  00:54:04
58007         Log: Add make target "install-all" which is alias for "install"
58008              to cater for case-preserving filesystems like HFS+.
58009      Branch: perl
58010            ! INSTALL Makefile.SH
58011 ____________________________________________________________________________
58012 [  9805] By: jhi                                   on 2001/04/24  00:47:28
58013         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
58014              From: Peter Prymmer <pvhp@forte.com>
58015              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
58016              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
58017              
58018              (Ken William's message forwarded from macosx@perl.org)
58019      Branch: perl
58020            ! hints/darwin.sh
58021 ____________________________________________________________________________
58022 [  9804] By: jhi                                   on 2001/04/23  23:57:35
58023         Log: Cut-and-pasto.
58024      Branch: perl
58025            ! perlio.c
58026 ____________________________________________________________________________
58027 [  9803] By: jhi                                   on 2001/04/23  23:52:25
58028         Log: More PerlIO robustness.
58029      Branch: perl
58030            ! perlio.c
58031 ____________________________________________________________________________
58032 [  9802] By: jhi                                   on 2001/04/23  23:43:35
58033         Log: Make the "STD* opened only for ..." errors more consistent.
58034      Branch: perl
58035            ! doio.c
58036 ____________________________________________________________________________
58037 [  9801] By: jhi                                   on 2001/04/23  23:34:26
58038         Log: Test case for #9800.
58039      Branch: perl
58040            ! t/op/misc.t
58041 ____________________________________________________________________________
58042 [  9800] By: jhi                                   on 2001/04/23  23:14:43
58043         Log: Avoid coredump on 'close STDERR; die' by making
58044              the PerlIO calls more robust.  Also use SETERRNO()
58045              instead of errno = to be more VMS-ready.
58046      Branch: perl
58047            ! perlio.c
58048 ____________________________________________________________________________
58049 [  9799] By: jhi                                   on 2001/04/23  21:41:10
58050         Log: Subject: test for ID 20010423.002
58051              From: Robin Houston <robin@kitsite.com>
58052              Date: Mon, 23 Apr 2001 16:52:21 +0100
58053              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
58054      Branch: perl
58055            ! t/op/avhv.t
58056 ____________________________________________________________________________
58057 [  9798] By: jhi                                   on 2001/04/23  21:40:07
58058         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
58059              From: David Dyck <dcd@tc.fluke.com>
58060              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
58061              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
58062      Branch: perl
58063            ! installperl
58064 ____________________________________________________________________________
58065 [  9797] By: jhi                                   on 2001/04/23  21:37:56
58066         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
58067              From: Benjamin Sugars <bsugars@canoe.ca>
58068              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
58069              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
58070      Branch: perl
58071            ! ext/Cwd/Cwd.xs lib/Cwd.pm
58072 ____________________________________________________________________________
58073 [  9796] By: jhi                                   on 2001/04/23  21:29:24
58074         Log: Synchronize h2xs and pod2man some more on the documentation
58075              templates they propose.
58076      Branch: perl
58077            ! pod/pod2man.PL utils/h2xs.PL
58078 ____________________________________________________________________________
58079 [  9795] By: jhi                                   on 2001/04/23  17:30:40
58080         Log: Add one more naughty test for base64; make encoding logic cleaner.
58081      Branch: perl
58082            ! t/lib/mimeb64.t
58083 ____________________________________________________________________________
58084 [  9794] By: jhi                                   on 2001/04/23  13:51:32
58085         Log: Update Changes.
58086      Branch: perl
58087            ! Changes patchlevel.h
58088 ____________________________________________________________________________
58089 [  9793] By: jhi                                   on 2001/04/23  13:44:18
58090         Log: Duplicate lines.
58091      Branch: perl
58092            ! MANIFEST
58093 ____________________________________________________________________________
58094 [  9792] By: jhi                                   on 2001/04/23  13:39:13
58095         Log: Subject: Re: PATCH 5.7.1
58096              From: Mark-Jason Dominus <mjd@plover.com>
58097              Date: Mon, 23 Apr 2001 10:30:21 -0400
58098              Message-ID: <20010423143021.17335.qmail@plover.com>
58099      Branch: perl
58100            ! perl.h sv.c
58101 ____________________________________________________________________________
58102 [  9791] By: jhi                                   on 2001/04/23  13:32:40
58103         Log: Add the CPAN.pm 1.59_54 tests.
58104      Branch: perl
58105            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
58106            ! MANIFEST
58107 ____________________________________________________________________________
58108 [  9790] By: jhi                                   on 2001/04/23  13:21:55
58109         Log: Subject: Deparse nit
58110              From: Robin Houston <robin@kitsite.com>
58111              Date: Mon, 23 Apr 2001 12:38:20 +0100
58112              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
58113      Branch: perl
58114            ! ext/B/B/Deparse.pm
58115 ____________________________________________________________________________
58116 [  9789] By: jhi                                   on 2001/04/23  13:19:07
58117         Log: Subject: [PATCH] bug 20010423.002
58118              From: Robin Houston <robin@kitsite.com>
58119              Date: Mon, 23 Apr 2001 13:12:30 +0100
58120              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
58121      Branch: perl
58122            ! pp.c
58123 ____________________________________________________________________________
58124 [  9788] By: jhi                                   on 2001/04/23  13:02:49
58125         Log: Subject: PATCH [5.7.1] hv.c unused #define
58126              From: Mark-Jason Dominus <mjd@plover.com>
58127              Date: Sun, 22 Apr 2001 14:17:49 -0400
58128              Message-ID: <20010422181749.26976.qmail@plover.com>
58129      Branch: perl
58130            ! hv.c
58131 ____________________________________________________________________________
58132 [  9787] By: jhi                                   on 2001/04/23  13:02:02
58133         Log: Subject: PATCH 5.7.1
58134              From: Mark-Jason Dominus <mjd@plover.com>
58135              Date: Sun, 22 Apr 2001 15:12:57 -0400
58136              Message-ID: <20010422191258.6539.qmail@plover.com>
58137              
58138              plus Sarathy's STMT_START + STMT_END suggestion.
58139      Branch: perl
58140            ! perl.h
58141 ____________________________________________________________________________
58142 [  9786] By: jhi                                   on 2001/04/23  12:53:25
58143         Log: Fix for
58144              
58145              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
58146              From: dLux <dlux@spam.sch.bme.hu>
58147              Date: Mon, 23 Apr 2001 01:25:26 +0200
58148              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
58149              
58150              (SvGROW really does return a char *.)
58151      Branch: perl
58152            ! pod/perlapi.pod sv.h
58153 ____________________________________________________________________________
58154 [  9785] By: jhi                                   on 2001/04/23  04:34:04
58155         Log: Time::Piece work continues.  $t->day removed since
58156              I think it's too confusing.  Now has normal and
58157              abbreviated length weekday names and month names,
58158              the names change with _names(), not _list().
58159              Now has strftime() in Perl, _strftime() is
58160              the libc version (to which strftime() falls back
58161              if it doesn't know the format.  To do: the reverse
58162              of strftime, strptime(), and the localisation of both.
58163      Branch: perl
58164            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
58165            ! t/lib/time-piece.t
58166 ____________________________________________________________________________
58167 [  9784] By: jhi                                   on 2001/04/23  02:41:46
58168         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
58169              From: andreas.koenig@anima.de (Andreas J. Koenig)
58170              Date: 23 Apr 2001 05:20:55 +0200
58171              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
58172      Branch: perl
58173            ! t/pragma/overload.t
58174 ____________________________________________________________________________
58175 [  9783] By: jhi                                   on 2001/04/22  23:32:42
58176         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
58177              From: Robin Houston <robin@kitsite.com>
58178              Date: Mon, 23 Apr 2001 00:38:18 +0100
58179              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
58180      Branch: perl
58181            ! ext/B/B/Deparse.pm
58182 ____________________________________________________________________________
58183 [  9782] By: jhi                                   on 2001/04/22  20:55:43
58184         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
58185              From: Simon Cozens <simon@netthink.co.uk>
58186              Date: Sun, 22 Apr 2001 18:47:25 +0100
58187              Message-ID: <20010422184725.A14411@netthink.co.uk>
58188      Branch: perl
58189            ! sv.c t/pragma/overload.t
58190 ____________________________________________________________________________
58191 [  9781] By: jhi                                   on 2001/04/22  20:52:13
58192         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
58193              From: Robin Houston <robin@kitsite.com>
58194              Date: Sun, 22 Apr 2001 22:14:50 +0100
58195              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
58196      Branch: perl
58197            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58198 ____________________________________________________________________________
58199 [  9780] By: nick                                  on 2001/04/22  20:40:31
58200         Log: Integrate mainline.
58201      Branch: perlio
58202           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58203           +> t/lib/b-stash.t
58204           !> (integrate 38 files)
58205 ____________________________________________________________________________
58206 [  9779] By: jhi                                   on 2001/04/22  15:16:03
58207         Log: Subject: IO::Socket::INET patch
58208              From: andrew deryabin <djsf@technarchy.ru>
58209              Date: Sat, 21 Apr 2001 17:46:52 +0400
58210              Message-ID: <20010421174652.B1426@technarchy>
58211      Branch: perl
58212            ! ext/IO/lib/IO/Socket/INET.pm
58213 ____________________________________________________________________________
58214 [  9778] By: jhi                                   on 2001/04/22  15:14:33
58215         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
58216              From: Mark-Jason Dominus <mjd@plover.com>
58217              Date: Sat, 21 Apr 2001 21:27:49 -0400
58218              Message-ID: <20010422012749.27024.qmail@plover.com>
58219      Branch: perl
58220            ! regcomp.c
58221 ____________________________________________________________________________
58222 [  9777] By: jhi                                   on 2001/04/22  15:10:51
58223         Log: Subject: Re: Regex debugger patch 
58224              From: Mark-Jason Dominus <mjd@plover.com>
58225              Date: Sat, 21 Apr 2001 21:48:51 -0400
58226              Message-ID: <20010422014851.27165.qmail@plover.com>
58227      Branch: perl
58228            ! pod/perldebguts.pod
58229 ____________________________________________________________________________
58230 [  9776] By: jhi                                   on 2001/04/22  15:09:48
58231         Log: Subject: Re: Regex debugger patch
58232              From: Mark-Jason Dominus <mjd@plover.com>
58233              Date: Sat, 21 Apr 2001 14:24:39 -0400
58234              Message-ID: <20010421182439.16508.qmail@plover.com>
58235              
58236              Regex debugger backend.
58237      Branch: perl
58238            ! regcomp.c regexp.h
58239 ____________________________________________________________________________
58240 [  9775] By: jhi                                   on 2001/04/21  16:45:40
58241         Log: Subject: [PATCH] Typo in utf8.h
58242              From: Jesús Quiroga <jquiroga@pobox.com>
58243              Date: Sat, 21 Apr 2001 19:25:33 +0200
58244              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
58245      Branch: perl
58246            ! utf8.h
58247 ____________________________________________________________________________
58248 [  9774] By: jhi                                   on 2001/04/21  16:43:52
58249         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
58250              From: Joe Orton <jorton@redhat.com>
58251              Date: Tue, 17 Apr 2001 15:50:43 +0100
58252              Message-Id: <20010417155043.D19132@eu.c2.net>
58253      Branch: perl
58254            ! hints/svr5.sh
58255 ____________________________________________________________________________
58256 [  9773] By: jhi                                   on 2001/04/21  15:30:15
58257         Log: Subject: Patch utils/h2xs.PL
58258              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58259              Date: Sat, 21 Apr 2001 10:32:16 -0500
58260              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
58261              
58262              Add MAILING list and LICENSE templates.
58263      Branch: perl
58264            ! utils/h2xs.PL
58265 ____________________________________________________________________________
58266 [  9772] By: jhi                                   on 2001/04/21  15:28:36
58267         Log: Subject: perlfaq2.patch for 5.7.1
58268              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58269              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
58270              Date: Fri, 20 Apr 2001 16:42:19 -0500
58271              
58272              rm an extra tab, a blurb about the xx.cpan to clarify
58273              which countries actually have that and dejanews is history
58274              as well as most of that nonsensical entry.
58275      Branch: perl
58276            ! pod/perlfaq2.pod
58277 ____________________________________________________________________________
58278 [  9771] By: jhi                                   on 2001/04/21  15:27:17
58279         Log: Subject: perlfaq1.patch for 5.7.1
58280              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58281              Date: Fri, 20 Apr 2001 16:57:36 -0500
58282              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
58283              
58284              Evil URLs must die. Especially when they are broken.
58285      Branch: perl
58286            ! pod/perlfaq1.pod
58287 ____________________________________________________________________________
58288 [  9770] By: jhi                                   on 2001/04/21  15:23:38
58289         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
58290              From: Michael G Schwern <schwern@pobox.com>
58291              Date: Sat, 21 Apr 2001 16:11:12 +0100
58292              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
58293      Branch: perl
58294            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58295            + t/lib/b-stash.t
58296            ! MANIFEST ext/B/B.pm t/lib/b.t
58297 ____________________________________________________________________________
58298 [  9769] By: jhi                                   on 2001/04/21  15:03:32
58299         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
58300              From: Michael G Schwern <schwern@pobox.com>
58301              Date: Sat, 21 Apr 2001 09:48:00 +0100
58302              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
58303      Branch: perl
58304            ! utils/h2ph.PL
58305 ____________________________________________________________________________
58306 [  9768] By: jhi                                   on 2001/04/21  14:33:49
58307         Log: PerlIO and Encode doc cleanup and tweaks.
58308      Branch: perl
58309            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
58310            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
58311 ____________________________________________________________________________
58312 [  9767] By: jhi                                   on 2001/04/21  12:40:16
58313         Log: Integrate perlio:
58314              
58315              [  9766]
58316              Avoid core dump on
58317              open(STDOUT,">",\$foo);
58318      Branch: perl
58319           !> doio.c
58320 ____________________________________________________________________________
58321 [  9766] By: nick                                  on 2001/04/20  18:28:35
58322         Log: Avoid core dump on
58323              open(STDOUT,">",\$foo);
58324      Branch: perlio
58325            ! doio.c
58326 ____________________________________________________________________________
58327 [  9765] By: jhi                                   on 2001/04/20  13:23:43
58328         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58329              From: Robin Houston <robin@kitsite.com>
58330              Date: Fri, 20 Apr 2001 14:29:22 +0100
58331              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
58332      Branch: perl
58333            ! ext/B/B.pm ext/B/B/Deparse.pm
58334 ____________________________________________________________________________
58335 [  9764] By: jhi                                   on 2001/04/20  13:19:33
58336         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
58337              From: Peter Prymmer <pvhp@forte.com>
58338              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
58339              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
58340      Branch: perl
58341            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58342            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58343            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58344            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58345 ____________________________________________________________________________
58346 [  9763] By: jhi                                   on 2001/04/20  12:36:39
58347         Log: Subject: Re: A new PerlIO coredump
58348              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58349              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
58350              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
58351      Branch: perl
58352            ! doio.c
58353 ____________________________________________________________________________
58354 [  9762] By: jhi                                   on 2001/04/19  23:02:30
58355         Log: Update Changes.
58356      Branch: perl
58357            ! Changes patchlevel.h
58358 ____________________________________________________________________________
58359 [  9761] By: jhi                                   on 2001/04/19  22:59:19
58360         Log: More cleanup cleanup.
58361      Branch: perl
58362            ! Makefile.SH win32/Makefile win32/makefile.mk
58363 ____________________________________________________________________________
58364 [  9760] By: jhi                                   on 2001/04/19  22:50:31
58365         Log: lib/Time is non-empty, let's not rmdir it.
58366      Branch: perl
58367            ! Makefile.SH
58368 ____________________________________________________________________________
58369 [  9759] By: jhi                                   on 2001/04/19  22:36:51
58370         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58371              From: Robin Houston <robin@kitsite.com>
58372              Date: Fri, 20 Apr 2001 00:18:53 +0100
58373              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
58374      Branch: perl
58375            ! ext/B/B/Deparse.pm
58376 ____________________________________________________________________________
58377 [  9758] By: jhi                                   on 2001/04/19  22:36:00
58378         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
58379              From: Peter Prymmer <pvhp@forte.com>
58380              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
58381              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
58382      Branch: perl
58383            ! ext/Cwd/Cwd.xs
58384 ____________________________________________________________________________
58385 [  9757] By: nick                                  on 2001/04/19  18:53:54
58386         Log: Blind (untested) integrate of mainline.
58387      Branch: perlio
58388           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58389           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
58390           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58391           !> (integrate 53 files)
58392 ____________________________________________________________________________
58393 [  9756] By: jhi                                   on 2001/04/19  16:59:23
58394         Log: Document and test Time::Piece.
58395      Branch: perl
58396            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
58397            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
58398 ____________________________________________________________________________
58399 [  9755] By: jhi                                   on 2001/04/19  12:13:29
58400         Log: A better fix for the \x{12345678} trouble from NI-S.
58401      Branch: perl
58402            ! utf8.c
58403 ____________________________________________________________________________
58404 [  9754] By: jhi                                   on 2001/04/19  11:56:07
58405         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
58406              From: Robin Houston <robin@kitsite.com>
58407              Date: Wed, 18 Apr 2001 17:58:33 +0100
58408              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
58409      Branch: perl
58410            ! ext/B/B/Deparse.pm op.c
58411 ____________________________________________________________________________
58412 [  9753] By: jhi                                   on 2001/04/19  04:21:52
58413         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
58414              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
58415              Date: Thu, 19 Apr 2001 01:11:41 -0400
58416              Message-ID: <20010419011141.A5798@cpan.org>
58417      Branch: perl
58418            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
58419 ____________________________________________________________________________
58420 [  9752] By: jhi                                   on 2001/04/19  02:41:10
58421         Log: The new time utils need to be thread-aware, too.
58422      Branch: perl
58423            ! util.c
58424 ____________________________________________________________________________
58425 [  9751] By: jhi                                   on 2001/04/19  02:26:47
58426         Log: Compilation nit noticed by AIX compiler.
58427      Branch: perl
58428            ! perlio.c
58429 ____________________________________________________________________________
58430 [  9750] By: jhi                                   on 2001/04/19  02:20:06
58431         Log: The new time utils need to be public.
58432      Branch: perl
58433            ! embed.pl
58434 ____________________________________________________________________________
58435 [  9749] By: jhi                                   on 2001/04/19  01:42:39
58436         Log: Regen toc.
58437      Branch: perl
58438            ! pod/perltoc.pod
58439 ____________________________________________________________________________
58440 [  9748] By: jhi                                   on 2001/04/19  01:41:10
58441         Log: Add Time::Piece, a slight rewrite of Time::Object,
58442              from Matt Sergeant.
58443      Branch: perl
58444            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58445            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
58446            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58447            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
58448            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
58449            ! win32/makefile.mk
58450 ____________________________________________________________________________
58451 [  9747] By: jhi                                   on 2001/04/19  00:55:35
58452         Log: The new metaconfig unit from strftime.
58453      Branch: metaconfig/U/perl
58454            + d_strftime.U
58455 ____________________________________________________________________________
58456 [  9746] By: jhi                                   on 2001/04/19  00:54:54
58457         Log: Move the strftime() wrapper from POSIX.xs to util.c
58458              as my_strftime(), requires HAS_STRFTIME.
58459      Branch: perl
58460            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58461            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
58462            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
58463            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58464            ! vos/config.ga.h win32/config.bc win32/config.gc
58465            ! win32/config.vc
58466 ____________________________________________________________________________
58467 [  9745] By: jhi                                   on 2001/04/18  23:11:03
58468         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
58469              in preparation of Time::Piece.
58470      Branch: perl
58471            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
58472 ____________________________________________________________________________
58473 [  9744] By: jhi                                   on 2001/04/18  22:33:12
58474         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
58475              From: Peter Prymmer <pvhp@forte.com>
58476              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
58477              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
58478      Branch: perl
58479            ! t/lib/exporter.t
58480 ____________________________________________________________________________
58481 [  9743] By: jhi                                   on 2001/04/18  22:32:23
58482         Log: Subject: Fwd: pod2html leaves cache files lying around?
58483              From: Rajesh Vaidheeswarran <rv@gnu.org>
58484              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
58485              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
58486      Branch: perl
58487            ! lib/Pod/Html.pm
58488 ____________________________________________________________________________
58489 [  9742] By: jhi                                   on 2001/04/18  20:31:49
58490         Log: Update Changes.
58491      Branch: perl
58492            ! Changes patchlevel.h
58493 ____________________________________________________________________________
58494 [  9741] By: jhi                                   on 2001/04/18  20:23:02
58495         Log: Declare hints only if needed.
58496      Branch: perl
58497            ! ext/B/B/Deparse.pm
58498 ____________________________________________________________________________
58499 [  9740] By: jhi                                   on 2001/04/18  19:06:05
58500         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
58501              bug noticed by Robin Houston; basically the code of detecting
58502              value wraparound was acting differently under different compilers
58503              and platforms.  The workaround is to remove the overflow check
58504              for now, a real fix would be to do the overflow (portably) right.
58505      Branch: perl
58506            ! t/op/pat.t utf8.c
58507 ____________________________________________________________________________
58508 [  9739] By: jhi                                   on 2001/04/18  19:01:23
58509         Log: Subject: [PATCH B::Deparse] some pragma support
58510              From: Robin Houston <robin@kitsite.com>
58511              Date: Wed, 18 Apr 2001 19:32:12 +0100
58512              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
58513      Branch: perl
58514            ! ext/B/B/Deparse.pm
58515 ____________________________________________________________________________
58516 [  9738] By: jhi                                   on 2001/04/18  15:16:37
58517         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58518              From: Benjamin Sugars <bsugars@canoe.ca>
58519              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
58520              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
58521      Branch: perl
58522            ! t/op/glob.t
58523 ____________________________________________________________________________
58524 [  9737] By: jhi                                   on 2001/04/18  13:24:50
58525         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
58526              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58527              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
58528              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
58529      Branch: perl
58530            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58531            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
58532 ____________________________________________________________________________
58533 [  9736] By: jhi                                   on 2001/04/18  04:15:14
58534         Log: The #9735 also changes the subtest 12.
58535      Branch: perl
58536            ! t/lib/b.t
58537 ____________________________________________________________________________
58538 [  9735] By: jhi                                   on 2001/04/18  03:55:17
58539         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
58540              From: David Dyck <dcd@tc.fluke.com>
58541              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
58542              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
58543      Branch: perl
58544            ! ext/B/B/Deparse.pm
58545 ____________________________________________________________________________
58546 [  9734] By: jhi                                   on 2001/04/18  03:54:11
58547         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58548              From: Gisle Aas <gisle@ActiveState.com>
58549              Date: 17 Apr 2001 19:06:45 -0700
58550              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
58551      Branch: perl
58552            ! pp_hot.c t/op/misc.t
58553 ____________________________________________________________________________
58554 [  9733] By: jhi                                   on 2001/04/17  22:25:22
58555         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
58556              From: "Abigail" <abigail@foad.org>
58557              Date: Wed, 18 Apr 2001 01:17:46 +0200
58558              Message-ID: <20010417231746.21657.qmail@foad.org>
58559      Branch: perl
58560            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
58561 ____________________________________________________________________________
58562 [  9732] By: jhi                                   on 2001/04/17  20:47:56
58563         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
58564              From: Robin Houston <robin@kitsite.com>
58565              Date: Tue, 17 Apr 2001 22:37:42 +0100
58566              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
58567      Branch: perl
58568            ! ext/B/B/Deparse.pm
58569 ____________________________________________________________________________
58570 [  9731] By: nick                                  on 2001/04/17  20:46:35
58571         Log: Re-sync for t/lib/b.t fix
58572      Branch: perlio
58573           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
58574 ____________________________________________________________________________
58575 [  9730] By: jhi                                   on 2001/04/17  20:45:29
58576         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
58577              From: Robin Houston <robin@kitsite.com>
58578              Date: Tue, 17 Apr 2001 22:29:36 +0100
58579              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
58580      Branch: perl
58581            ! ext/B/B.xs ext/B/B/Deparse.pm
58582 ____________________________________________________________________________
58583 [  9729] By: jhi                                   on 2001/04/17  20:43:11
58584         Log: Subject: Deparse - parenthesise args to undeclared subs
58585              From: Robin Houston <robin@kitsite.com>
58586              Date: Tue, 17 Apr 2001 21:31:05 +0100
58587              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
58588      Branch: perl
58589            ! ext/B/B/Deparse.pm
58590 ____________________________________________________________________________
58591 [  9728] By: jhi                                   on 2001/04/17  18:57:30
58592         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
58593              From: Benjamin Sugars <ben.sugars@home.com>
58594              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
58595              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
58596      Branch: perl
58597            ! t/lib/cwd.t
58598 ____________________________________________________________________________
58599 [  9727] By: jhi                                   on 2001/04/17  18:20:20
58600         Log: Subject: [PATCH B::Deparse] ambient pragmas
58601              From: Robin Houston <robin@kitsite.com>
58602              Date: Tue, 17 Apr 2001 20:01:59 +0100
58603              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
58604      Branch: perl
58605            ! ext/B/B/Deparse.pm t/lib/b.t
58606 ____________________________________________________________________________
58607 [  9726] By: nick                                  on 2001/04/17  16:33:51
58608         Log: Integrate mainline (t/lib/b.t fails test 2...)
58609      Branch: perlio
58610           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58611           +> ext/List/Util/README ext/List/Util/Util.xs
58612           +> ext/List/Util/lib/List/Util.pm
58613           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
58614           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58615           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58616           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58617           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58618           !> (integrate 31 files)
58619 ____________________________________________________________________________
58620 [  9725] By: jhi                                   on 2001/04/17  12:14:24
58621         Log: Subject: multiple B::* changes
58622              From: Robin Houston <robin@kitsite.com>
58623              Date: Thu, 12 Apr 2001 20:12:27 +0100
58624              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
58625      Branch: perl
58626            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58627 ____________________________________________________________________________
58628 [  9724] By: jhi                                   on 2001/04/17  11:59:05
58629         Log: Thread-awareness from Doug MacEachern.
58630      Branch: perl
58631            ! ext/List/Util/Util.xs
58632 ____________________________________________________________________________
58633 [  9723] By: jhi                                   on 2001/04/17  11:57:41
58634         Log: Make the test more portable.
58635      Branch: perl
58636            ! t/lib/cwd.t
58637 ____________________________________________________________________________
58638 [  9722] By: jhi                                   on 2001/04/17  11:53:50
58639         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
58640              From: Benjamin Sugars <ben.sugars@home.com>
58641              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
58642              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
58643      Branch: perl
58644            ! t/lib/cwd.t
58645 ____________________________________________________________________________
58646 [  9721] By: jhi                                   on 2001/04/17  11:52:17
58647         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
58648              From: Benjamin Sugars <bsugars@canoe.ca>
58649              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58650              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58651      Branch: perl
58652            ! op.c
58653 ____________________________________________________________________________
58654 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58655         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58656              From: Chris Nandor <pudge@pobox.com>
58657              Date: Tue, 17 Apr 2001 00:30:49 -0400
58658              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58659      Branch: perl
58660            ! ext/File/Glob/bsd_glob.c gv.c
58661 ____________________________________________________________________________
58662 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58663         Log: Subject: [PATCH] Tweten->West
58664              From: Casey West <casey@geeknest.com>
58665              Date: Mon, 16 Apr 2001 12:11:22 -0400
58666              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58667      Branch: perl
58668            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58669            ! pod/perltie.pod
58670 ____________________________________________________________________________
58671 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58672         Log: Update Changes.
58673      Branch: perl
58674            ! Changes patchlevel.h
58675 ____________________________________________________________________________
58676 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58677         Log: Regen toc.
58678      Branch: perl
58679            ! pod/perltoc.pod
58680 ____________________________________________________________________________
58681 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58682         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58683              From: Prymmer/Kahn <pvhp@best.com>
58684              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58685              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58686      Branch: perl
58687            ! utf8.c
58688 ____________________________________________________________________________
58689 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58690         Log: Subject: Re: Net::Ping patch, adds stream protocol
58691              From: bronson@rinspin.com (Scott Bronson)
58692              Date: Tue, 10 Apr 2001 23:58:33 -0700
58693              Message-ID: <20010410235833.N29719@rinspin.com>
58694      Branch: perl
58695            ! lib/Net/Ping.pm
58696 ____________________________________________________________________________
58697 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58698         Log: Printing out the ok messages helps successful testing.
58699      Branch: perl
58700            ! t/lib/time-hires.t
58701 ____________________________________________________________________________
58702 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58703         Log: Update Douglas Wegscheid's email.
58704      Branch: perl
58705            ! AUTHORS
58706 ____________________________________________________________________________
58707 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58708         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58709              From: Michael G Schwern <schwern@pobox.com>
58710              Date: Sat, 14 Apr 2001 22:40:50 +0100
58711              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58712      Branch: perl
58713            + t/lib/exporter.t
58714            ! MANIFEST lib/Exporter/Heavy.pm
58715 ____________________________________________________________________________
58716 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58717         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58718              From: Michael G Schwern <schwern@pobox.com>
58719              Date: Sat, 14 Apr 2001 22:13:59 +0100
58720              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58721      Branch: perl
58722            ! t/op/loopctl.t
58723 ____________________________________________________________________________
58724 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58725         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58726              From: Michael G Schwern <schwern@pobox.com>
58727              Date: Sat, 14 Apr 2001 22:05:32 +0100
58728              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58729      Branch: perl
58730            ! t/pragma/warnings.t
58731 ____________________________________________________________________________
58732 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58733         Log: Integrate changes #9706,9707 from maintperl into mainline.
58734              
58735              change#7210 broke .packlist generation
58736              
58737              ExtUtils::Installed doesn't quote regex metacharacters in paths
58738              before using them in match; also make it work for dosish platforms
58739      Branch: perl
58740           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58741 ____________________________________________________________________________
58742 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58743         Log: Test also the scalar aspect of getitimer().
58744      Branch: perl
58745            ! t/lib/time-hires.t
58746 ____________________________________________________________________________
58747 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58748         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58749              before using them in match; also make it work for dosish platforms
58750      Branch: maint-5.6/perl
58751            ! lib/ExtUtils/Installed.pm
58752 ____________________________________________________________________________
58753 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58754         Log: change#7210 broke .packlist generation (listed only filename
58755              rather than fully qualified path name)
58756      Branch: maint-5.6/perl
58757            ! lib/ExtUtils/Install.pm
58758 ____________________________________________________________________________
58759 [  9705] By: jhi                                   on 2001/04/15  12:36:33
58760         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
58761      Branch: perl
58762            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
58763            ! t/lib/time-hires.t
58764 ____________________________________________________________________________
58765 [  9704] By: jhi                                   on 2001/04/15  10:49:08
58766         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
58767              From: Prymmer/Kahn <pvhp@best.com>
58768              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
58769              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
58770      Branch: perl
58771            ! lib/utf8.pm pod/perlebcdic.pod
58772 ____________________________________________________________________________
58773 [  9703] By: jhi                                   on 2001/04/15  02:26:26
58774         Log: I keep forgetting to sort MANIFEST.
58775      Branch: perl
58776            ! MANIFEST
58777 ____________________________________________________________________________
58778 [  9702] By: jhi                                   on 2001/04/15  02:07:47
58779         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
58780              Now we have blessed, reftype, tainted, first, reduce, ...
58781      Branch: perl
58782            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58783            + ext/List/Util/README ext/List/Util/Util.xs
58784            + ext/List/Util/lib/List/Util.pm
58785            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
58786            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
58787            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58788            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58789            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58790            ! MANIFEST
58791 ____________________________________________________________________________
58792 [  9701] By: jhi                                   on 2001/04/14  15:05:25
58793         Log: Subject: RE: dprofpp.pl updates 
58794              From: Carl Eklof <CEklof@endeca.com>
58795              Date: Thu, 12 Apr 2001 18:45:46 -0400
58796              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
58797      Branch: perl
58798            ! utils/dprofpp.PL
58799 ____________________________________________________________________________
58800 [  9700] By: jhi                                   on 2001/04/14  14:44:55
58801         Log: Do not just blindly add CR.
58802      Branch: perl
58803            ! Porting/makerel
58804 ____________________________________________________________________________
58805 [  9699] By: jhi                                   on 2001/04/13  13:17:01
58806         Log: Update Changes.
58807      Branch: perl
58808            ! Changes patchlevel.h
58809 ____________________________________________________________________________
58810 [  9698] By: jhi                                   on 2001/04/13  12:44:48
58811         Log: Integrate perlio:
58812              
58813              [  9696]
58814              Fix core dump on binmode($fh,'Scalar')
58815      Branch: perl
58816           !> ext/PerlIO/Scalar/Scalar.xs
58817 ____________________________________________________________________________
58818 [  9697] By: jhi                                   on 2001/04/13  12:29:15
58819         Log: Add more debug output to the test.
58820      Branch: perl
58821            ! t/lib/cwd.t
58822 ____________________________________________________________________________
58823 [  9696] By: nick                                  on 2001/04/13  10:14:29
58824         Log: Fix core dump on binmode($fh,'Scalar')
58825      Branch: perlio
58826            ! ext/PerlIO/Scalar/Scalar.xs
58827 ____________________________________________________________________________
58828 [  9695] By: nick                                  on 2001/04/13  09:05:42
58829         Log: Integrate mainline
58830      Branch: perlio
58831           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58832           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58833           +> t/lib/time-hires.t
58834           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
58835           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
58836           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58837           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
58838           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
58839           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
58840           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
58841 ____________________________________________________________________________
58842 [  9694] By: jhi                                   on 2001/04/12  22:23:35
58843         Log: Integrate change #9693 from maintperl into mainline.
58844              
58845              $VERSION and Version() on the same line provokes a warning from
58846              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58847      Branch: perl
58848           !> lib/Devel/SelfStubber.pm
58849 ____________________________________________________________________________
58850 [  9693] By: gsar                                  on 2001/04/12  21:55:56
58851         Log: $VERSION and Version() on the same line provokes a warning from
58852              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58853      Branch: maint-5.6/perl
58854            ! lib/Devel/SelfStubber.pm
58855 ____________________________________________________________________________
58856 [  9692] By: jhi                                   on 2001/04/12  13:54:00
58857         Log: This is at least 5.005.
58858      Branch: perl
58859            ! ext/Time/HiRes/HiRes.xs
58860 ____________________________________________________________________________
58861 [  9691] By: jhi                                   on 2001/04/12  13:37:20
58862         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
58863      Branch: perl
58864            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
58865            ! win32/Makefile win32/makefile.mk
58866 ____________________________________________________________________________
58867 [  9690] By: jhi                                   on 2001/04/12  01:34:46
58868         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
58869      Branch: perl
58870            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58871            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58872            + t/lib/time-hires.t
58873            ! MANIFEST
58874 ____________________________________________________________________________
58875 [  9689] By: jhi                                   on 2001/04/12  00:28:39
58876         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
58877              From: Gisle Aas <gisle@ActiveState.com>
58878              Date: 11 Apr 2001 16:36:11 -0700
58879              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
58880      Branch: perl
58881            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
58882 ____________________________________________________________________________
58883 [  9688] By: jhi                                   on 2001/04/12  00:27:39
58884         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58885              From: Gisle Aas <gisle@ActiveState.com>
58886              Date: 11 Apr 2001 11:13:24 -0700
58887              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
58888      Branch: perl
58889            ! ext/MIME/Base64/Base64.xs
58890 ____________________________________________________________________________
58891 [  9687] By: jhi                                   on 2001/04/11  19:51:47
58892         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
58893      Branch: perl
58894            ! Todo-5.6
58895 ____________________________________________________________________________
58896 [  9686] By: jhi                                   on 2001/04/11  16:54:25
58897         Log: Subject: [PATCH opcode.pl] Documentation of table format
58898              From: Simon Cozens <simon@netthink.co.uk>
58899              Date: Wed, 11 Apr 2001 12:59:31 +0100
58900              Message-ID: <20010411125931.A25681@netthink.co.uk>
58901      Branch: perl
58902            ! opcode.pl
58903 ____________________________________________________________________________
58904 [  9685] By: jhi                                   on 2001/04/11  16:53:15
58905         Log: Subject: [PATCH] prototype("CORE::recv")
58906              From: Simon Cozens <simon@netthink.co.uk>
58907              Date: Wed, 11 Apr 2001 13:24:35 +0100
58908              Message-ID: <20010411132435.A26169@netthink.co.uk>
58909      Branch: perl
58910            ! pp.c t/comp/proto.t
58911 ____________________________________________________________________________
58912 [  9684] By: jhi                                   on 2001/04/11  16:47:13
58913         Log: FAQ (and AUTHORS) update from Dan Carson: the information
58914              was several years obsolete, Term::Readkey has been updated
58915              to have the functionality.
58916      Branch: perl
58917            ! AUTHORS pod/perlfaq5.pod
58918 ____________________________________________________________________________
58919 [  9683] By: jhi                                   on 2001/04/11  12:15:46
58920         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58921              From: Calle Dybedahl <calle@lysator.liu.se>
58922              Date: 10 Apr 2001 16:44:16 +0200
58923              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58924      Branch: perl
58925            ! ext/MIME/Base64/Base64.xs
58926 ____________________________________________________________________________
58927 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58928         Log: A more minimal fix for 20010410.006 from Hugo.
58929      Branch: perl
58930            ! regexec.c
58931 ____________________________________________________________________________
58932 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58933         Log: Integrate changes #9678,9679 from maintline into mainperl.
58934              
58935              addendum to change#9676
58936              
58937              up $File::Glob::VERSION; add a note pointing out the version of
58938              the OpenBSD glob bsd_glob.c resembles
58939      Branch: perl
58940           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58941           !> ext/File/Glob/bsd_glob.h
58942 ____________________________________________________________________________
58943 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58944         Log: Bad test numbering in integrate in #9677.
58945              Fixes ID 20010411.001.
58946      Branch: perl
58947            ! t/op/pat.t
58948 ____________________________________________________________________________
58949 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58950         Log: up $File::Glob::VERSION; add a note pointing out the version of
58951              the OpenBSD glob bsd_glob.c resembles
58952      Branch: maint-5.6/perl
58953            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58954            ! ext/File/Glob/bsd_glob.h
58955 ____________________________________________________________________________
58956 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58957         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58958              revision 1.8.10.1 found here:
58959              
58960              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58961      Branch: maint-5.6/perl
58962            ! ext/File/Glob/bsd_glob.c
58963 ____________________________________________________________________________
58964 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58965         Log: Integrate changes #9675,9676 from maintperl into mainline.
58966              
58967              fix for bug 20010410.006, undo change#7115
58968              
58969              port the OpenBSD glob() security patch
58970      Branch: perl
58971           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58972           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58973           !> t/op/pat.t
58974 ____________________________________________________________________________
58975 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58976         Log: port the glob() security patch found at:
58977              
58978              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58979              
58980              CERT advisory for the issue is here:
58981              
58982              http://www.cert.org/advisories/CA-2001-07.html
58983              
58984              Note that the security scare is only relevant for those who are
58985              foolish enough to build suidperl (which is now officially discouraged)
58986      Branch: maint-5.6/perl
58987            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58988            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58989 ____________________________________________________________________________
58990 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58991         Log: fix for bug 20010410.006
58992              
58993              undo change#7115 (came into maint-5.6 as change#8156)
58994              
58995              add tests to keep it from coming back
58996      Branch: maint-5.6/perl
58997            ! regexec.c t/op/pat.t
58998 ____________________________________________________________________________
58999 [  9674] By: nick                                  on 2001/04/10  20:39:31
59000         Log: Integrate mainline
59001      Branch: perlio
59002           +> Porting/testall.atom
59003           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
59004           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
59005           !> t/lib/lc-uk.t t/pod/find.t
59006 ____________________________________________________________________________
59007 [  9673] By: nick                                  on 2001/04/10  18:46:14
59008         Log: Integrate against change 9670 aka perl-5.7.1
59009      Branch: perlio
59010           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59011           !> (integrate 53 files)
59012 ____________________________________________________________________________
59013 [  9672] By: jhi                                   on 2001/04/10  13:45:01
59014         Log: Add a script for doing cumulative profile of the test suite.
59015              (Requires ATOM, that is, Tru64.)
59016      Branch: perl
59017            + Porting/testall.atom
59018            ! MANIFEST
59019 ____________________________________________________________________________
59020 [  9671] By: jhi                                   on 2001/04/10  12:38:53
59021         Log: Missing std block.
59022      Branch: perl
59023            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
59024            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
59025            ! t/pod/find.t
59026 ____________________________________________________________________________
59027 [  9670] By: jhi                                   on 2001/04/10  01:25:58
59028         Log: This is 5.7.1.
59029      Branch: perl
59030            ! patchlevel.h
59031 ____________________________________________________________________________
59032 [  9669] By: jhi                                   on 2001/04/10  01:09:14
59033         Log: Update Changes.
59034      Branch: perl
59035            ! Changes patchlevel.h
59036 ____________________________________________________________________________
59037 [  9668] By: jhi                                   on 2001/04/10  01:00:38
59038         Log: Regen toc.
59039      Branch: perl
59040            ! pod/perltoc.pod
59041 ____________________________________________________________________________
59042 [  9667] By: jhi                                   on 2001/04/10  00:52:16
59043         Log: Update perlhist.
59044      Branch: perl
59045            ! pod/perlhist.pod
59046 ____________________________________________________________________________
59047 [  9666] By: jhi                                   on 2001/04/09  23:38:59
59048         Log: Slight wording tweaks from Damian to #9658.
59049      Branch: perl
59050            ! pod/perlobj.pod
59051 ____________________________________________________________________________
59052 [  9665] By: jhi                                   on 2001/04/09  19:56:06
59053         Log: Subject: [PATCH perlutil.pod] Nit
59054              From: Simon Cozens <simon@netthink.co.uk>
59055              Date: Mon, 9 Apr 2001 20:29:44 +0100
59056              Message-ID: <20010409202944.A14796@the.earth.li>
59057      Branch: perl
59058            ! pod/perlutil.pod
59059 ____________________________________________________________________________
59060 [  9664] By: jhi                                   on 2001/04/09  19:54:42
59061         Log: Subject: Re: perl571delta.pod@9631
59062              From: Mike Guy <mjtg@cam.ac.uk>
59063              Date: Mon, 09 Apr 2001 18:09:14 +0100
59064              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
59065      Branch: perl
59066            ! pod/perl571delta.pod
59067 ____________________________________________________________________________
59068 [  9663] By: jhi                                   on 2001/04/09  13:43:35
59069         Log: Update Changes.
59070      Branch: perl
59071            ! Changes patchlevel.h
59072 ____________________________________________________________________________
59073 [  9662] By: jhi                                   on 2001/04/09  13:24:46
59074         Log: tweak tweak.
59075      Branch: perl
59076            ! AUTHORS pod/perl571delta.pod
59077 ____________________________________________________________________________
59078 [  9661] By: jhi                                   on 2001/04/09  13:15:13
59079         Log: Thinko in manual patch applying.
59080      Branch: perl
59081            ! sv.c
59082 ____________________________________________________________________________
59083 [  9660] By: jhi                                   on 2001/04/09  13:07:53
59084         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
59085              From: Robin Barker <rmb1@cise.npl.co.uk> 
59086              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
59087              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
59088              
59089              (This corrects the case where the "isn't numeric" string contains \0s
59090              and is longer than the temporary buffer, and contains \0 at the point
59091              the string would be truncated by "...".) 
59092      Branch: perl
59093            ! sv.c
59094 ____________________________________________________________________________
59095 [  9659] By: jhi                                   on 2001/04/09  12:57:41
59096         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
59097      Branch: perl
59098            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
59099            ! t/lib/cgi-function.t t/lib/cgi-html.t
59100 ____________________________________________________________________________
59101 [  9658] By: jhi                                   on 2001/04/09  12:48:47
59102         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
59103              From: Ilmari Karonen <iltzu@sci.fi>
59104              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
59105              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
59106              
59107              Rearrange and rewrite the Method Invocation section
59108              to explain the concepts in nicer order.
59109      Branch: perl
59110            ! pod/perlobj.pod
59111 ____________________________________________________________________________
59112 [  9657] By: jhi                                   on 2001/04/09  12:35:58
59113         Log: Upgrade to podlators 1.09, from Russ Allbery.
59114      Branch: perl
59115            ! lib/Pod/Man.pm lib/Pod/Text.pm
59116 ____________________________________________________________________________
59117 [  9656] By: jhi                                   on 2001/04/09  12:31:53
59118         Log: perl571delta.
59119      Branch: perl
59120            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
59121 ____________________________________________________________________________
59122 [  9655] By: jhi                                   on 2001/04/09  12:20:09
59123         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
59124              From: Prymmer/Kahn <pvhp@best.com>
59125              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
59126              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
59127      Branch: perl
59128            ! lib/utf8.pm pod/perlunicode.pod
59129 ____________________________________________________________________________
59130 [  9654] By: gsar                                  on 2001/04/09  03:38:33
59131         Log: here lies 5.6.1
59132      Branch: maint-5.6/perl
59133            ! Changes
59134 ____________________________________________________________________________
59135 [  9653] By: jhi                                   on 2001/04/09  03:25:24
59136         Log: Update perlhist.
59137      Branch: perl
59138            ! pod/perlhist.pod
59139 ____________________________________________________________________________
59140 [  9652] By: jhi                                   on 2001/04/09  03:18:49
59141         Log: perl571delta tweaking continues.
59142      Branch: perl
59143            ! pod/perl571delta.pod
59144 ____________________________________________________________________________
59145 [  9651] By: gsar                                  on 2001/04/09  03:11:19
59146         Log: update Changes, patchlevel.h &c.
59147      Branch: maint-5.6/perl
59148            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59149            ! pod/perltoc.pod
59150 ____________________________________________________________________________
59151 [  9650] By: jhi                                   on 2001/04/09  02:40:24
59152         Log: Integrate the perlfork half of #9513 from maintperl into mainline
59153              (the perlunicode half is obsolete)
59154      Branch: perl
59155            ! pod/perlfork.pod
59156 ____________________________________________________________________________
59157 [  9649] By: gsar                                  on 2001/04/09  02:35:43
59158         Log: tweak perldelta as suggested by Jarkko
59159      Branch: maint-5.6/perl
59160            ! pod/perldelta.pod
59161 ____________________________________________________________________________
59162 [  9648] By: jhi                                   on 2001/04/09  02:13:04
59163         Log: Integrate change #9646 from maintperl into mainline.
59164              
59165              add note about ithreads and Thread.pm
59166      Branch: perl
59167           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
59168 ____________________________________________________________________________
59169 [  9647] By: jhi                                   on 2001/04/09  02:10:18
59170         Log: Bad assumption that shortsize == 2.
59171      Branch: perl
59172            ! t/lib/xs-typemap.t
59173 ____________________________________________________________________________
59174 [  9646] By: gsar                                  on 2001/04/09  00:48:04
59175         Log: add note about ithreads and Thread.pm (too many people are
59176              confused by the fact that Thread.pm is built and installed
59177              under non-5005threads but doesn't work)
59178      Branch: maint-5.6/perl
59179            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
59180 ____________________________________________________________________________
59181 [  9645] By: gsar                                  on 2001/04/09  00:19:03
59182         Log: update perldelta.pod for changes in 5.6.1
59183      Branch: maint-5.6/perl
59184            ! Changes pod/perldelta.pod
59185 ____________________________________________________________________________
59186 [  9644] By: jhi                                   on 2001/04/08  20:37:00
59187         Log: Integrate change #9639 from maintperl into mainline:
59188              on windows, many of the README.* pods were being copied to
59189              the wrong location
59190      Branch: perl
59191           !> win32/Makefile win32/makefile.mk
59192 ____________________________________________________________________________
59193 [  9643] By: jhi                                   on 2001/04/08  20:07:11
59194         Log: Integrate change #9624 from maintperl into mainline:
59195              the pod tests were not okay.  (t/pod/find.t changes ignored)
59196      Branch: perl
59197           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59198           !> t/pod/include.t t/pod/included.t t/pod/lref.t
59199           !> t/pod/multiline_items.t t/pod/nested_items.t
59200           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59201           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59202 ____________________________________________________________________________
59203 [  9642] By: jhi                                   on 2001/04/08  19:57:17
59204         Log: Integrate change #9638 from maintperl into mainline:
59205              update to latest JPL from the anoncvs repository
59206      Branch: perl
59207           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59208           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59209           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59210 ____________________________________________________________________________
59211 [  9641] By: jhi                                   on 2001/04/08  19:53:30
59212         Log: perl571delta updates.
59213      Branch: perl
59214            ! lib/Filter/Simple.pm pod/perl571delta.pod
59215 ____________________________________________________________________________
59216 [  9640] By: gsar                                  on 2001/04/08  19:20:46
59217         Log: integrate change#9634 from mainline
59218              
59219              Fix the perlmodlib generation (didn't understand separate .pod
59220              files; didn't understand -- as the name-thing separator).
59221              Update the CPAN mirrors list.
59222      Branch: maint-5.6/perl
59223            ! pod/perlmodlib.pod
59224           !> pod/perlmodlib.PL
59225 ____________________________________________________________________________
59226 [  9639] By: gsar                                  on 2001/04/08  18:57:31
59227         Log: on windows, many of the README.* pods were being copied to the wrong
59228              location
59229      Branch: maint-5.6/perl
59230            ! win32/Makefile win32/makefile.mk
59231 ____________________________________________________________________________
59232 [  9638] By: gsar                                  on 2001/04/08  18:38:25
59233         Log: update to latest JPL from the anoncvs repository
59234      Branch: maint-5.6/perl
59235            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59236            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59237            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59238 ____________________________________________________________________________
59239 [  9637] By: jhi                                   on 2001/04/08  17:53:53
59240         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
59241      Branch: perl
59242            ! pod/perl571delta.pod
59243 ____________________________________________________________________________
59244 [  9636] By: jhi                                   on 2001/04/08  17:18:32
59245         Log: Regen toc.
59246      Branch: perl
59247            ! pod/perltoc.pod
59248 ____________________________________________________________________________
59249 [  9635] By: jhi                                   on 2001/04/08  17:16:33
59250         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
59251              From: "Craig A. Berry" <craigberry@mac.com>
59252              Date: Sun, 08 Apr 2001 12:30:16 -0500
59253              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
59254      Branch: perl
59255            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
59256 ____________________________________________________________________________
59257 [  9634] By: jhi                                   on 2001/04/08  17:09:19
59258         Log: Fix the perlmodlib generation (didn't understand separate .pod
59259              files; didn't understand -- as the name-thing separator).
59260              
59261              Update the CPAN mirrors list.
59262      Branch: perl
59263            ! pod/perlmodlib.PL pod/perlmodlib.pod
59264 ____________________________________________________________________________
59265 [  9633] By: jhi                                   on 2001/04/08  16:49:17
59266         Log: Sort MANIFEST.
59267      Branch: perl
59268            ! MANIFEST
59269 ____________________________________________________________________________
59270 [  9632] By: gsar                                  on 2001/04/08  16:36:06
59271         Log: add $Tie::RefHash::VERSION
59272      Branch: maint-5.6/perl
59273            ! lib/Tie/RefHash.pm
59274 ____________________________________________________________________________
59275 [  9631] By: jhi                                   on 2001/04/08  16:10:15
59276         Log: perl571delta updates based on p5p feedback; still needs
59277              lots of examples.
59278      Branch: perl
59279            ! pod/perl571delta.pod
59280 ____________________________________________________________________________
59281 [  9630] By: jhi                                   on 2001/04/08  15:59:13
59282         Log: Update the list of supported platforms to talk about 5.7.1
59283              (and 5.6.1)
59284      Branch: perl
59285            ! pod/perlport.pod
59286 ____________________________________________________________________________
59287 [  9629] By: jhi                                   on 2001/04/08  15:55:41
59288         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
59289              from maintperl into mainline: perlport updates.
59290      Branch: perl
59291            ! pod/perlport.pod
59292 ____________________________________________________________________________
59293 [  9628] By: jhi                                   on 2001/04/08  15:53:17
59294         Log: perlsolaris.pod copied to wrong directory.
59295      Branch: perl
59296            ! win32/makefile.mk
59297 ____________________________________________________________________________
59298 [  9627] By: jhi                                   on 2001/04/08  14:48:18
59299         Log: Subject: Typos in perl571delta.pod
59300              From: "Stephen P. Potter" <spp@spotter.yi.org>
59301              Date: Sat, 07 Apr 2001 20:37:05 -0400
59302              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
59303      Branch: perl
59304            ! pod/perl571delta.pod
59305 ____________________________________________________________________________
59306 [  9626] By: jhi                                   on 2001/04/08  14:39:04
59307         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
59308      Branch: perl
59309            ! gv.c
59310 ____________________________________________________________________________
59311 [  9625] By: nick                                  on 2001/04/08  10:14:23
59312         Log: Integrate mainline
59313      Branch: perlio
59314           +> pod/perl570delta.pod pod/perl571delta.pod
59315           !> (integrate 27 files)
59316 ____________________________________________________________________________
59317 [  9624] By: gsar                                  on 2001/04/08  06:08:17
59318         Log: test in t/pod/* were busted
59319              
59320              these tests are still not enabled in t/{harness,TEST}
59321      Branch: maint-5.6/perl
59322            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
59323            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
59324            ! t/pod/multiline_items.t t/pod/nested_items.t
59325            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59326            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59327 ____________________________________________________________________________
59328 [  9623] By: gsar                                  on 2001/04/08  03:37:01
59329         Log: integrate change#9470 from mainline
59330              
59331              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59332      Branch: maint-5.6/perl
59333           !> ext/Socket/Socket.xs
59334 ____________________________________________________________________________
59335 [  9622] By: jhi                                   on 2001/04/07  22:40:47
59336         Log: Update Changes.
59337      Branch: perl
59338            ! Changes patchlevel.h
59339 ____________________________________________________________________________
59340 [  9621] By: jhi                                   on 2001/04/07  22:34:16
59341         Log: Update AUTHORS.
59342      Branch: perl
59343            ! AUTHORS
59344 ____________________________________________________________________________
59345 [  9620] By: jhi                                   on 2001/04/07  22:12:47
59346         Log: Forgot to bump the number of tests in #9164.
59347      Branch: perl
59348            ! t/op/array.t
59349 ____________________________________________________________________________
59350 [  9619] By: jhi                                   on 2001/04/07  22:09:50
59351         Log: Bump patchlevel to 5.7.1.
59352      Branch: perl
59353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59354            ! config_h.SH patchlevel.h
59355 ____________________________________________________________________________
59356 [  9618] By: jhi                                   on 2001/04/07  22:02:41
59357         Log: Populate perl571delta.
59358      Branch: perl
59359            ! pod/perl571delta.pod
59360 ____________________________________________________________________________
59361 [  9617] By: jhi                                   on 2001/04/07  22:01:23
59362         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
59363              to forget it later; do not change patchlevel.h yet or regenerate
59364              Configure yet.
59365      Branch: perl
59366            ! epoc/config.sh win32/Makefile win32/config_H.bc
59367            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
59368 ____________________________________________________________________________
59369 [  9616] By: jhi                                   on 2001/04/07  17:46:33
59370         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
59371      Branch: perl
59372            ! pod/perl571delta.pod
59373 ____________________________________________________________________________
59374 [  9615] By: jhi                                   on 2001/04/07  17:33:21
59375         Log: Change the toc configuration.
59376      Branch: perl
59377            ! pod/buildtoc.PL pod/perl.pod
59378 ____________________________________________________________________________
59379 [  9614] By: jhi                                   on 2001/04/07  17:29:47
59380         Log: Subject: PATCH: $[
59381              From: Robin Houston <robin@kitsite.com>
59382              Date: Fri, 6 Apr 2001 18:10:14 +0100
59383              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
59384      Branch: perl
59385            ! op.c t/op/array.t
59386 ____________________________________________________________________________
59387 [  9613] By: jhi                                   on 2001/04/07  17:28:26
59388         Log: Subject: [PATCH perl@9424] isn't numeric warning
59389              From: Robin Barker <rmb1@cise.npl.co.uk>
59390              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
59391              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
59392      Branch: perl
59393            ! sv.c t/pragma/warn/sv
59394 ____________________________________________________________________________
59395 [  9612] By: jhi                                   on 2001/04/07  17:26:45
59396         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
59397              From: Mike Guy <mjtg@cam.ac.uk>
59398              Date: Fri, 06 Apr 2001 12:47:06 +0100
59399              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
59400      Branch: perl
59401            ! dump.c t/lib/peek.t
59402 ____________________________________________________________________________
59403 [  9611] By: jhi                                   on 2001/04/07  17:21:35
59404         Log: Create perl571delta and seed it off with the perldelta changes
59405              since 5.7.0; remove those changes from perldelta and rename it
59406              as perl570delta; recreate perldelta but leave it almost empty.
59407      Branch: perl
59408            + pod/perl570delta.pod pod/perl571delta.pod
59409            ! MANIFEST pod/perldelta.pod
59410 ____________________________________________________________________________
59411 [  9610] By: jhi                                   on 2001/04/07  16:56:32
59412         Log: Denit.
59413      Branch: perl
59414            ! pod/perldelta.pod
59415 ____________________________________________________________________________
59416 [  9609] By: jhi                                   on 2001/04/07  16:38:32
59417         Log: Retract #9523: needs more thought.
59418      Branch: perl
59419            ! Makefile.SH
59420 ____________________________________________________________________________
59421 [  9608] By: jhi                                   on 2001/04/07  14:59:20
59422         Log: atmark() code cleanaup.
59423      Branch: perl
59424            ! ext/IO/IO.xs
59425 ____________________________________________________________________________
59426 [  9607] By: jhi                                   on 2001/04/07  14:48:14
59427         Log: Integrate change #9605 from maintperl into mainline.
59428              
59429              can't optimize away scope entry if tr/// is present
59430      Branch: perl
59431           !> op.c t/op/tr.t
59432 ____________________________________________________________________________
59433 [  9606] By: jhi                                   on 2001/04/07  14:43:59
59434         Log: Integrate perlio:
59435              
59436              [  9604]
59437              Split out extension finding code from buildext.pl into FindExt.pm
59438              Use it to get Config.pm's idea of available extensions in line
59439              with what is built.
59440              
59441              [  9603]
59442              Cleanup correction for failed :Via() layer, also set an error code.
59443              
59444              [  9602]
59445              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59446              style. So don't use binmode() on the handles so that Win32 etc. see
59447              same sequence and produce same digests.
59448              
59449              [  9601]
59450              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59451              Else it complains and so crlf layer (say) does not get pushed.
59452              
59453              [  9599]
59454              Quote $VERSION in Encode.pm.
59455              regen_config_h as requested.
59456      Branch: perl
59457           +> win32/FindExt.pm
59458           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
59459           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
59460 ____________________________________________________________________________
59461 [  9605] By: gsar                                  on 2001/04/07  11:52:40
59462         Log: can't optimize away scope entry if tr/// is present
59463      Branch: maint-5.6/perl
59464            ! op.c t/op/tr.t
59465 ____________________________________________________________________________
59466 [  9604] By: nick                                  on 2001/04/07  11:39:45
59467         Log: Split out extension finding code from buildext.pl into FindExt.pm
59468              Use it to get Config.pm's idea of available extensions in line
59469              with what is built.
59470      Branch: perlio
59471            + win32/FindExt.pm
59472            ! MANIFEST win32/buildext.pl win32/config_sh.PL
59473            ! win32/makefile.mk
59474 ____________________________________________________________________________
59475 [  9603] By: nick                                  on 2001/04/07  09:11:38
59476         Log: Cleanup correction for failed :Via() layer, also set an error code.
59477      Branch: perlio
59478            ! ext/PerlIO/Via/Via.xs
59479 ____________________________________________________________________________
59480 [  9602] By: nick                                  on 2001/04/07  08:38:04
59481         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59482              style. So don't use binmode() on the handles so that Win32 etc. see
59483              same sequence and produce same digests.
59484      Branch: perlio
59485            ! t/lib/md5-file.t
59486 ____________________________________________________________________________
59487 [  9601] By: nick                                  on 2001/04/07  08:36:26
59488         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59489              Else it complains and so crlf layer (say) does not get pushed.
59490      Branch: perlio
59491            ! perlio.c
59492 ____________________________________________________________________________
59493 [  9600] By: jhi                                   on 2001/04/06  23:00:09
59494         Log: Integrate change #9599 from perlio into mainline.
59495      Branch: perl
59496           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59497           !> win32/config_H.vc
59498 ____________________________________________________________________________
59499 [  9599] By: nick                                  on 2001/04/06  21:42:43
59500         Log: Quote $VERSION in Encode.pm.
59501              regen_config_h as requested.
59502      Branch: perlio
59503            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59504            ! win32/config_H.vc
59505 ____________________________________________________________________________
59506 [  9598] By: nick                                  on 2001/04/06  20:34:59
59507         Log: Integrate mainline
59508      Branch: perlio
59509           +> README.macos
59510           !> (integrate 39 files)
59511 ____________________________________________________________________________
59512 [  9597] By: gsar                                  on 2001/04/06  18:06:35
59513         Log: integrate change#9464 from mainline (addendum to change#8313)
59514              
59515              Subject: [PATCH @9452] Better peep()ing for foreach() loops
59516      Branch: maint-5.6/perl
59517           !> op.c
59518 ____________________________________________________________________________
59519 [  9596] By: jhi                                   on 2001/04/06  17:26:03
59520         Log: The d_casti32=undef is good for you even when not use64bitall.
59521      Branch: perl
59522            ! hints/hpux.sh
59523 ____________________________________________________________________________
59524 [  9595] By: gsar                                  on 2001/04/06  14:57:17
59525         Log: add a low-impact fix to accommodate darwin-ism
59526      Branch: maint-5.6/perl
59527            ! ext/Errno/Errno_pm.PL
59528 ____________________________________________________________________________
59529 [  9594] By: jhi                                   on 2001/04/06  14:55:14
59530         Log: Integrate changes #9528,9593 from mainline into maintperl;
59531              tweaking the editor/IDE/shell list.
59532      Branch: maint-5.6/perl
59533           !> pod/perlfaq3.pod
59534 ____________________________________________________________________________
59535 [  9593] By: jhi                                   on 2001/04/06  14:51:39
59536         Log: Make the editor/IDE/shell list a little bit airier.
59537      Branch: perl
59538            ! pod/perlfaq3.pod
59539 ____________________________________________________________________________
59540 [  9592] By: gsar                                  on 2001/04/06  14:45:18
59541         Log: integrate change#9477 from mainline (base.pm doc tweak)
59542              
59543              missing doc entry for fmod()
59544      Branch: maint-5.6/perl
59545            ! lib/Math/BigFloat.pm
59546           !> lib/base.pm
59547 ____________________________________________________________________________
59548 [  9591] By: jhi                                   on 2001/04/06  13:55:48
59549         Log: Regen toc.
59550      Branch: perl
59551            ! pod/perltoc.pod
59552 ____________________________________________________________________________
59553 [  9590] By: jhi                                   on 2001/04/06  13:54:52
59554         Log: Math::BigFloat patches from John Peacock.  The equivalent
59555              of #9586 from maintperl but reworked by John to work with
59556              the bleadperl.
59557      Branch: perl
59558            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59559 ____________________________________________________________________________
59560 [  9589] By: jhi                                   on 2001/04/06  13:42:23
59561         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
59562      Branch: perl
59563            ! ext/Digest/MD5/Makefile.PL
59564 ____________________________________________________________________________
59565 [  9588] By: jhi                                   on 2001/04/06  13:31:45
59566         Log: Integrate changes #9584,9587 from maintperl into mainline.
59567              
59568              keep eval"" CVs alive until the end of the statement in which
59569              they're called
59570              
59571              add README.macos (from Chris Nandor)
59572              
59573              tyop in change#9555
59574      Branch: perl
59575           +> README.macos
59576           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
59577           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
59578           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
59579           !> win32/makefile.mk
59580 ____________________________________________________________________________
59581 [  9587] By: gsar                                  on 2001/04/06  07:31:30
59582         Log: add README.macos (from Chris Nandor)
59583              
59584              tyop in change#9555
59585      Branch: maint-5.6/perl
59586            + README.macos
59587            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
59588            ! win32/Makefile win32/makefile.mk
59589 ____________________________________________________________________________
59590 [  9586] By: gsar                                  on 2001/04/06  07:08:54
59591         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
59592      Branch: maint-5.6/perl
59593            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59594 ____________________________________________________________________________
59595 [  9585] By: gsar                                  on 2001/04/06  06:58:44
59596         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
59597              from mainline
59598              
59599              Subject: [PATCH] Base64 update to perlfaq9.pod
59600              
59601              Subject: [PATCH AUTHORS] Housekeeping
59602              
59603              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59604              Mac OS X (Darwin) has extra pwent fields.
59605              
59606              Subject: [PATCH B::*] print control-character vars readably
59607              Needs EBCDICification.
59608              
59609              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59610              
59611              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59612              
59613              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59614              
59615              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59616              
59617              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59618              
59619              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59620              
59621              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59622              
59623              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59624              
59625              FreeBSD hints tweak from Anton Berezin.
59626              
59627              Subject: [PATCH foolperl & bleadperl] README.vms update
59628              
59629              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59630      Branch: maint-5.6/perl
59631           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
59632           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59633           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
59634 ____________________________________________________________________________
59635 [  9584] By: gsar                                  on 2001/04/06  04:09:00
59636         Log: keep eval"" CVs alive until the end of the statement in which
59637              they're called; this avoids a coredump ensuing from search for
59638              lexicals in code such as:
59639              
59640              sub bug {
59641              my $s = @_;
59642              eval q[sub { eval 'sub { &$s }' }];
59643              }
59644              bug("x")->()->();
59645              
59646              this code still doesn't work as intended (as it has remained
59647              since time immemorial), but it doesn't provoke a coredump anymore
59648      Branch: maint-5.6/perl
59649            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59650            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59651 ____________________________________________________________________________
59652 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59653         Log: Update Changes.
59654      Branch: perl
59655            ! Changes patchlevel.h
59656 ____________________________________________________________________________
59657 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59658         Log: Slight doc tweak.
59659      Branch: perl
59660            ! pod/perlunicode.pod
59661 ____________________________________________________________________________
59662 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59663         Log: Integrate perlio:
59664              
59665              [  9569]
59666              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59667              
59668              [  9549]
59669              Downgrade "Wide character in print" to a warning.
59670      Branch: perl
59671           !> pod/perlunicode.pod
59672 ____________________________________________________________________________
59673 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59674         Log: Test for #9579.
59675      Branch: perl
59676            ! t/op/do.t
59677 ____________________________________________________________________________
59678 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59679         Log: Subject: [PATCH] Propagate calling context for do '...'
59680              From: Gisle Aas <gisle@ActiveState.com>
59681              Date: 04 Apr 2001 20:17:29 -0700
59682              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59683      Branch: perl
59684            ! pod/perlfunc.pod pp_ctl.c
59685 ____________________________________________________________________________
59686 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59687         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59688              From: Peter Prymmer <pvhp@forte.com>
59689              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59690              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59691      Branch: perl
59692            ! README.vms
59693 ____________________________________________________________________________
59694 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59695         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59696              From: "Craig A. Berry" <craigberry@mac.com>
59697              Date: Thu, 5 Apr 2001 13:43:28 -0500
59698              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59699      Branch: perl
59700            ! README.vms
59701 ____________________________________________________________________________
59702 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59703         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59704              From: Michael G Schwern <schwern@pobox.com>
59705              Date: Thu, 5 Apr 2001 21:53:21 +0100
59706              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59707      Branch: perl
59708            ! lib/base.pm t/lib/fields.t
59709 ____________________________________________________________________________
59710 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59711         Log: FreeBSD hints tweak from Anton Berezin.
59712      Branch: perl
59713            ! hints/freebsd.sh
59714 ____________________________________________________________________________
59715 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59716         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59717              From: David Dyck <dcd@tc.fluke.com>
59718              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59719              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59720      Branch: perl
59721            ! t/op/oct.t
59722 ____________________________________________________________________________
59723 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59724         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59725              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59726              From: David Dyck <dcd@tc.fluke.com>
59727              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59728      Branch: perl
59729            ! pp.c
59730 ____________________________________________________________________________
59731 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59732         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59733              From: Robin Houston <robin@kitsite.com>
59734              Date: Thu, 5 Apr 2001 20:56:48 +0100
59735              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59736      Branch: perl
59737            ! ext/B/B/Deparse.pm
59738 ____________________________________________________________________________
59739 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59740         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59741              From: Robin Houston <robin@kitsite.com>
59742              Date: Thu, 5 Apr 2001 19:55:51 +0100
59743              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59744      Branch: perl
59745            ! ext/B/B/Deparse.pm
59746 ____________________________________________________________________________
59747 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59748         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59749              From: Robin Houston <robin@kitsite.com>
59750              Date: Thu, 5 Apr 2001 20:16:29 +0100
59751              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59752      Branch: perl
59753            ! ext/B/B/Deparse.pm
59754 ____________________________________________________________________________
59755 [  9569] By: nick                                  on 2001/04/05  21:32:26
59756         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59757      Branch: perlio
59758            ! pod/perlunicode.pod
59759 ____________________________________________________________________________
59760 [  9568] By: nick                                  on 2001/04/05  19:38:09
59761         Log: Integrate mainline
59762      Branch: perlio
59763           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
59764           !> (integrate 35 files)
59765 ____________________________________________________________________________
59766 [  9567] By: jhi                                   on 2001/04/05  18:31:45
59767         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59768              From: Robin Houston <robin@kitsite.com>
59769              Date: Thu, 5 Apr 2001 18:03:23 +0100
59770              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
59771      Branch: perl
59772            ! ext/B/B/Deparse.pm
59773 ____________________________________________________________________________
59774 [  9566] By: jhi                                   on 2001/04/05  18:29:35
59775         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59776              From: Robin Houston <robin@kitsite.com>
59777              Date: Thu, 5 Apr 2001 16:45:18 +0100
59778              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
59779      Branch: perl
59780            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59781 ____________________________________________________________________________
59782 [  9565] By: jhi                                   on 2001/04/05  18:24:23
59783         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59784              From: Robin Houston <robin@kitsite.com>
59785              Date: Thu, 5 Apr 2001 14:50:09 +0100
59786              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
59787      Branch: perl
59788            ! ext/B/B/Deparse.pm
59789 ____________________________________________________________________________
59790 [  9564] By: jhi                                   on 2001/04/05  18:23:03
59791         Log: Subject: [PATCH B::*] print control-character vars readably
59792              From: Robin Houston <robin@kitsite.com>
59793              Date: Thu, 5 Apr 2001 14:27:38 +0100
59794              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
59795              
59796              Needs EBCDICification.
59797      Branch: perl
59798            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
59799            ! ext/B/B/Terse.pm
59800 ____________________________________________________________________________
59801 [  9563] By: jhi                                   on 2001/04/05  18:20:32
59802         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59803              Date: Thu, 5 Apr 2001 13:21:42 -0400
59804              From: Paul Schinder <schinder@pobox.com>
59805              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
59806              
59807              Mac OS X (Darwin) has extra pwent fields.
59808      Branch: perl
59809            ! t/op/pwent.t
59810 ____________________________________________________________________________
59811 [  9562] By: jhi                                   on 2001/04/05  17:57:51
59812         Log: Regen toc.
59813      Branch: perl
59814            ! pod/perltoc.pod
59815 ____________________________________________________________________________
59816 [  9561] By: jhi                                   on 2001/04/05  17:47:33
59817         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
59818      Branch: metaconfig
59819            ! U/Glossary.patch
59820      Branch: metaconfig/U/perl
59821            + d_u32align.U
59822            ! d_cmsghdr_s.U d_msghdr_s.U
59823 ____________________________________________________________________________
59824 [  9560] By: jhi                                   on 2001/04/05  17:47:01
59825         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
59826              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
59827              Introduce probes for struct msghdr, struct cmsghdr,
59828              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
59829              ualarm, usleep, for possible later extension work.
59830      Branch: perl
59831            + t/lib/md5-align.t
59832            ! Configure MANIFEST Porting/Glossary Porting/config.sh
59833            ! Porting/config_H config_h.SH configure.com epoc/config.sh
59834            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
59835            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59836            ! vos/config.ga.h win32/config.bc win32/config.gc
59837            ! win32/config.vc
59838 ____________________________________________________________________________
59839 [  9559] By: jhi                                   on 2001/04/05  13:03:04
59840         Log: Be traditional in your cpp (for the Errno extension).
59841      Branch: perl
59842            ! hints/darwin.sh
59843 ____________________________________________________________________________
59844 [  9558] By: jhi                                   on 2001/04/05  13:00:05
59845         Log: Add $Config{cppflags} to the gcc incantation.
59846      Branch: perl
59847            ! ext/Errno/Errno_pm.PL
59848 ____________________________________________________________________________
59849 [  9557] By: jhi                                   on 2001/04/05  04:22:39
59850         Log: Introduce Sean Burke's Class::ISA 0.32.
59851      Branch: perl
59852            + lib/Class/ISA.pm t/lib/class-isa.t
59853            ! MANIFEST
59854 ____________________________________________________________________________
59855 [  9556] By: jhi                                   on 2001/04/05  04:09:50
59856         Log: Subject: [PATCH AUTHORS] Housekeeping
59857              From: Paul Johnson <paul@pjcj.net> 
59858              Date: Wed, 4 Apr 2001 22:45:47 +0200
59859              Message-ID: <20010404224547.D9548@pjcj.net>
59860      Branch: perl
59861            ! AUTHORS
59862 ____________________________________________________________________________
59863 [  9555] By: jhi                                   on 2001/04/05  04:06:33
59864         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
59865              From: Gisle Aas <gisle@ActiveState.com>
59866              Date: 04 Apr 2001 14:23:04 -0700
59867              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
59868      Branch: perl
59869            ! pod/perlfaq9.pod
59870 ____________________________________________________________________________
59871 [  9554] By: jhi                                   on 2001/04/05  04:05:49
59872         Log: Downgrade also the "Wide character" diagnostic.
59873      Branch: perl
59874            ! pod/perldiag.pod
59875 ____________________________________________________________________________
59876 [  9553] By: jhi                                   on 2001/04/05  04:00:33
59877         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
59878              maintperl into mainline.
59879              
59880              "double" should be "NV"; standard typemap is missing entry
59881              for NV
59882              
59883              s/djSP/dSP/
59884              
59885              Downgrade "Wide character in print" to a warning.
59886              
59887              B::Deparse fix for ${^FOO} and documentation for PVX() method
59888              (from Robin Houston)
59889              
59890              tr/// doesn't null-terminate the result in some situations
59891              (from Gisle Aas)
59892      Branch: perl
59893           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
59894           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
59895           !> t/io/utf8.t t/op/tr.t
59896 ____________________________________________________________________________
59897 [  9552] By: jhi                                   on 2001/04/05  03:52:50
59898         Log: Retract changes #9542 and #9538 (from maintperl, integrated
59899              at #9540), shouldn't be needed because of the perlio changes.
59900      Branch: perl
59901            ! util.c
59902 ____________________________________________________________________________
59903 [  9551] By: gsar                                  on 2001/04/05  00:18:34
59904         Log: tr/// doesn't null-terminate the result in some situations
59905              (from Gisle Aas)
59906      Branch: maint-5.6/perl
59907            ! doop.c t/op/tr.t
59908 ____________________________________________________________________________
59909 [  9550] By: gsar                                  on 2001/04/04  20:04:17
59910         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
59911              (from Robin Houston)
59912      Branch: maint-5.6/perl
59913            ! ext/B/B.pm ext/B/B/Deparse.pm
59914 ____________________________________________________________________________
59915 [  9549] By: nick                                  on 2001/04/04  18:56:15
59916         Log: Downgrade "Wide character in print" to a warning.
59917      Branch: perlio
59918            ! doio.c t/io/utf8.t
59919 ____________________________________________________________________________
59920 [  9548] By: gsar                                  on 2001/04/04  18:51:49
59921         Log: integrate changes#9460,9462,9482,9521,9522
59922              
59923              Subject: PATCH: B::Debug should show LOOP-specific fields
59924              
59925              Subject: B::Deparse precedence bug. (Patch included.)
59926              
59927              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59928              
59929              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59930              
59931              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59932      Branch: maint-5.6/perl
59933           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59934           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59935 ____________________________________________________________________________
59936 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59937         Log: s/djSP/dSP/
59938      Branch: maint-5.6/perl
59939            ! ext/Thread/Thread.xs
59940 ____________________________________________________________________________
59941 [  9546] By: nick                                  on 2001/04/04  18:44:00
59942         Log: Integrate mainline.
59943      Branch: perlio
59944           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59945           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59946 ____________________________________________________________________________
59947 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59948         Log: integrate change#8837 from mainline
59949              
59950              Subject: [patch] -Wall cleanup round 2
59951      Branch: maint-5.6/perl
59952           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59953           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59954           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59955           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59956           !> ext/SDBM_File/SDBM_File.xs
59957 ____________________________________________________________________________
59958 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59959         Log: "double" should be "NV"; standard typemap is missing entry
59960              for NV
59961      Branch: maint-5.6/perl
59962            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59963 ____________________________________________________________________________
59964 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59965         Log: Thou shalt not (just) match for English error messages.
59966      Branch: perl
59967            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59968            ! os2/OS2/Process/Process.pm
59969 ____________________________________________________________________________
59970 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59971         Log: Make the stdio tricks of fflush_all() to exist only if
59972              stdio is being used.
59973      Branch: perl
59974            ! util.c
59975 ____________________________________________________________________________
59976 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59977         Log: Subject: Re: [PATCH] Lighten up glob
59978              From: Benjamin Sugars <bsugars@canoe.ca>
59979              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59980              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59981      Branch: perl
59982            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59983            ! util.c
59984 ____________________________________________________________________________
59985 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59986         Log: Integrate changes #9538,9539 from maintperl into mainline.
59987              
59988              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59989              for use with _fwalk() (fix for change#7705)
59990              
59991              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59992              (cp -f is not portable)
59993      Branch: perl
59994           !> Makefile.SH util.c
59995 ____________________________________________________________________________
59996 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59997         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59998      Branch: maint-5.6/perl
59999            ! Makefile.SH
60000 ____________________________________________________________________________
60001 [  9538] By: gsar                                  on 2001/04/04  01:00:38
60002         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
60003              for use with _fwalk() (fix for change#7705)
60004      Branch: maint-5.6/perl
60005            ! util.c
60006 ____________________________________________________________________________
60007 [  9537] By: nick                                  on 2001/04/03  19:24:55
60008         Log: Integrate mainline
60009      Branch: perlio
60010           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
60011           +> lib/unicode/PropList.html
60012            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
60013           !> (integrate 69 files)
60014 ____________________________________________________________________________
60015 [  9536] By: jhi                                   on 2001/04/03  18:02:31
60016         Log: Integrate change #9533 from maintperl into mainline.
60017              
60018              better fix for change#9517 to accomodate UNC paths like
60019              \\server\share\foo, and paths with trailing backslash
60020              like c:\this\
60021      Branch: perl
60022           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60023 ____________________________________________________________________________
60024 [  9535] By: jhi                                   on 2001/04/03  17:58:07
60025         Log: Change the push/unshift warning to be of class syntax, not misc.
60026      Branch: perl
60027            ! op.c pod/perldiag.pod t/pragma/warn/op
60028 ____________________________________________________________________________
60029 [  9534] By: jhi                                   on 2001/04/03  15:03:46
60030         Log: Change the push/unshift warning (#9532) to talk about "no values"
60031              instead of "no arguments".
60032      Branch: perl
60033            ! op.c pod/perldiag.pod t/pragma/warn/op
60034 ____________________________________________________________________________
60035 [  9533] By: gsar                                  on 2001/04/03  14:30:07
60036         Log: better fix for change#9517 to accomodate UNC paths like
60037              \\server\share\foo, and paths with trailing backslash
60038              like c:\this\
60039      Branch: maint-5.6/perl
60040            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60041 ____________________________________________________________________________
60042 [  9532] By: jhi                                   on 2001/04/03  13:11:46
60043         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
60044              From: Robin Houston <robin@kitsite.com>
60045              Date: Mon, 2 Apr 2001 15:03:29 +0100
60046              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
60047      Branch: perl
60048            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
60049 ____________________________________________________________________________
60050 [  9531] By: jhi                                   on 2001/04/03  13:06:34
60051         Log: Integrate change #9530 from maintperl into mainline.
60052              
60053              accomodate VMS "mailbox overflow" quirk in testsuite (from
60054              Craig Berry)
60055      Branch: perl
60056           !> t/lib/socket.t
60057 ____________________________________________________________________________
60058 [  9530] By: gsar                                  on 2001/04/03  04:56:41
60059         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
60060              Craig Berry)
60061      Branch: maint-5.6/perl
60062            ! t/lib/socket.t
60063 ____________________________________________________________________________
60064 [  9529] By: jhi                                   on 2001/04/03  02:34:34
60065         Log: Update Changes.
60066      Branch: perl
60067            ! Changes patchlevel.h
60068 ____________________________________________________________________________
60069 [  9528] By: jhi                                   on 2001/04/03  01:27:57
60070         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
60071              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
60072              To: perl5-porters@perl.org
60073              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
60074      Branch: perl
60075            ! pod/perlfaq3.pod
60076 ____________________________________________________________________________
60077 [  9527] By: jhi                                   on 2001/04/03  01:22:09
60078         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
60079              From: Peter Prymmer <pvhp@forte.com>
60080              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
60081              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
60082      Branch: perl
60083            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
60084 ____________________________________________________________________________
60085 [  9526] By: jhi                                   on 2001/04/03  01:18:25
60086         Log: The metaconfig unit changes for #9525.
60087      Branch: metaconfig
60088            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
60089      Branch: metaconfig/U/perl
60090            ! use64bits.U
60091 ____________________________________________________________________________
60092 [  9525] By: jhi                                   on 2001/04/03  01:17:30
60093         Log: Configure sanity checks:
60094              * if use64bitall is attempted but pointers are only 32-bit,
60095              'downgrade' to use64bitint
60096              * if use64bitint is attempted but there's no quad type,
60097              forget about use64bitint (well, the default for it is 'n',
60098              the user can still override this)
60099              * if pointers are 64 bits, do not try to use Perl's malloc
60100      Branch: perl
60101            ! Configure
60102 ____________________________________________________________________________
60103 [  9524] By: gsar                                  on 2001/04/03  01:09:12
60104         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
60105      Branch: maint-5.6/perl
60106            ! pp_sys.c
60107 ____________________________________________________________________________
60108 [  9523] By: jhi                                   on 2001/04/03  00:02:31
60109         Log: (Retracted by #9609)
60110              
60111              Make it harder for parallel makes to enter 'test' before
60112              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
60113              should be unhappy enough, but sometimes parallel makes seem
60114              to sneak past both in Tru64 and AIX.)
60115      Branch: perl
60116            ! Makefile.SH
60117 ____________________________________________________________________________
60118 [  9522] By: jhi                                   on 2001/04/02  22:35:31
60119         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
60120              Date: Mon, 2 Apr 2001 22:54:10 +0100
60121              From: Robin Houston <robin@kitsite.com>
60122              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
60123      Branch: perl
60124            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
60125 ____________________________________________________________________________
60126 [  9521] By: jhi                                   on 2001/04/02  22:32:23
60127         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
60128              From: Robin Houston <robin@kitsite.com>
60129              Date: Mon, 2 Apr 2001 20:24:03 +0100
60130              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
60131      Branch: perl
60132            ! ext/B/B/Concise.pm
60133 ____________________________________________________________________________
60134 [  9520] By: jhi                                   on 2001/04/02  22:30:43
60135         Log: Subject: [PATCH] REALLY pedantic hv.h nit
60136              From: Simon Cozens <simon@netthink.co.uk>
60137              Date: Mon, 2 Apr 2001 15:43:06 +0100
60138              Message-ID: <20010402154306.A21711@netthink.co.uk>
60139      Branch: perl
60140            ! hv.h
60141 ____________________________________________________________________________
60142 [  9519] By: jhi                                   on 2001/04/02  22:28:04
60143         Log: Based on
60144              
60145              Subject: [foolperl] EPOC fix
60146              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60147              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
60148              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
60149      Branch: perl
60150            ! pp_sys.c
60151 ____________________________________________________________________________
60152 [  9518] By: jhi                                   on 2001/04/02  22:22:34
60153         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
60154              
60155              README.win32 tweaks; add a note about alternative location for
60156              getting a gcc-2.95.2 that will build perl properly on windows
60157              
60158              add some notes about gutsy threading matters
60159              
60160              many of the utilities interpolate literal paths within doublequotes
60161              (fails on dosish platforms where path contains backslashes)
60162      Branch: perl
60163           !> README.win32 pod/perlguts.pod utils/perldoc.PL
60164           !> x2p/find2perl.PL x2p/s2p.PL
60165 ____________________________________________________________________________
60166 [  9517] By: gsar                                  on 2001/04/02  19:52:21
60167         Log: many of the utilities interpolate literal paths within doublequotes
60168              (fails on dosish platforms where path contains backslashes)
60169      Branch: maint-5.6/perl
60170            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60171 ____________________________________________________________________________
60172 [  9516] By: gsar                                  on 2001/04/02  05:49:37
60173         Log: a foolish release
60174      Branch: maint-5.6/perl
60175            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
60176            ! pod/perltoc.pod
60177 ____________________________________________________________________________
60178 [  9515] By: gsar                                  on 2001/04/02  05:04:29
60179         Log: add missing changelog summaries
60180      Branch: maint-5.6/perl
60181            ! Changes
60182 ____________________________________________________________________________
60183 [  9514] By: gsar                                  on 2001/04/02  04:07:13
60184         Log: add some notes about gutsy threading matters
60185      Branch: maint-5.6/perl
60186            ! pod/perlguts.pod
60187 ____________________________________________________________________________
60188 [  9513] By: gsar                                  on 2001/04/02  03:25:21
60189         Log: add more prominent caveat notices about experimental features
60190      Branch: maint-5.6/perl
60191            ! pod/perlfork.pod pod/perlunicode.pod
60192 ____________________________________________________________________________
60193 [  9512] By: gsar                                  on 2001/04/02  02:54:33
60194         Log: integrate changes#9479,9509 from mainline
60195              
60196              [PATCH] File::Glob stuff for Mac OS
60197              
60198              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60199      Branch: maint-5.6/perl
60200           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60201           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60202           !> t/lib/glob-taint.t
60203 ____________________________________________________________________________
60204 [  9511] By: gsar                                  on 2001/04/02  02:38:24
60205         Log: README.win32 tweaks; add a note about alternative location for
60206              getting a gcc-2.95.2 that will build perl properly on windows
60207      Branch: maint-5.6/perl
60208            ! README.win32
60209 ____________________________________________________________________________
60210 [  9510] By: jhi                                   on 2001/04/01  20:45:10
60211         Log: An ambiguousity warning.
60212      Branch: perl
60213            ! t/lib/trig.t
60214 ____________________________________________________________________________
60215 [  9509] By: jhi                                   on 2001/04/01  19:53:47
60216         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60217              From: Jonathan Stowe <gellyfish@gellyfish.com>
60218              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
60219              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
60220      Branch: perl
60221            ! ext/File/Glob/bsd_glob.c
60222 ____________________________________________________________________________
60223 [  9508] By: jhi                                   on 2001/04/01  19:35:03
60224         Log: Update Changes.
60225      Branch: perl
60226            ! Changes patchlevel.h
60227 ____________________________________________________________________________
60228 [  9507] By: jhi                                   on 2001/04/01  19:24:01
60229         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
60230              from mainline to maintperl: pod tweaks.
60231      Branch: maint-5.6/perl
60232           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
60233           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
60234           !> pod/perlvar.pod
60235 ____________________________________________________________________________
60236 [  9506] By: jhi                                   on 2001/04/01  19:11:53
60237         Log: Commit Sarathy to April release of 5.6.1 :-)
60238      Branch: perl
60239            ! pod/perlfaq1.pod
60240 ____________________________________________________________________________
60241 [  9505] By: jhi                                   on 2001/04/01  19:03:15
60242         Log: Subject: PATCH 5.6.0 (perldebug.pod)
60243              From: Mark-Jason Dominus <mjd@plover.com>
60244              Date: Sun, 01 Apr 2001 14:25:11 -0400
60245              Message-ID: <20010401182511.9247.qmail@plover.com>
60246      Branch: perl
60247            ! pod/perldebug.pod
60248 ____________________________________________________________________________
60249 [  9504] By: jhi                                   on 2001/04/01  18:43:09
60250         Log: Add great_circle_direction().
60251      Branch: perl
60252            ! lib/Math/Trig.pm t/lib/trig.t
60253 ____________________________________________________________________________
60254 [  9503] By: jhi                                   on 2001/04/01  17:29:12
60255         Log: Unicode ReadMe update for Unicode 3.1.
60256      Branch: perl
60257            ! lib/unicode/ReadMe.txt
60258 ____________________________________________________________________________
60259 [  9502] By: jhi                                   on 2001/04/01  17:18:40
60260         Log: Integrate change #9501 from maintperl into mainline.
60261              
60262              fix the perlembed notes on multiple interpreters
60263              
60264              fix ExtUtils::Embed to work passably on Windows
60265      Branch: perl
60266           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
60267 ____________________________________________________________________________
60268 [  9501] By: gsar                                  on 2001/04/01  07:21:57
60269         Log: fix the perlembed notes on multiple interpreters
60270              
60271              fix ExtUtils::Embed to work passably on Windows
60272      Branch: maint-5.6/perl
60273            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
60274 ____________________________________________________________________________
60275 [  9500] By: jhi                                   on 2001/04/01  05:58:23
60276         Log: Test for #9499.
60277      Branch: perl
60278            ! t/op/tr.t
60279 ____________________________________________________________________________
60280 [  9499] By: jhi                                   on 2001/04/01  05:55:46
60281         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
60282      Branch: perl
60283            ! embed.h embed.pl op.c proto.h
60284 ____________________________________________________________________________
60285 [  9498] By: jhi                                   on 2001/04/01  05:44:34
60286         Log: Protect the workaround hunk more.
60287      Branch: perl
60288            ! toke.c
60289 ____________________________________________________________________________
60290 [  9497] By: jhi                                   on 2001/04/01  00:24:25
60291         Log: Integrate changes #9493,9494,9495,9496 from maintperl
60292              into mainline.
60293              
60294              fix a broken workaround for Borland compiler in change#4739
60295              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60296              
60297              nits spotted by Borland compiler
60298              
60299              avoid redefinition warnings under Borland 5.02
60300              
60301              various nits identified by the Borland 5.5 compiler; remove suppression
60302              of a few warnings
60303      Branch: perl
60304           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
60305           !> win32/win32.h
60306 ____________________________________________________________________________
60307 [  9496] By: gsar                                  on 2001/03/31  23:22:28
60308         Log: various nits identified by the Borland 5.5 compiler; remove suppression
60309              of a few warnings
60310      Branch: maint-5.6/perl
60311            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
60312 ____________________________________________________________________________
60313 [  9495] By: gsar                                  on 2001/03/31  21:03:08
60314         Log: avoid redefinition warnings under Borland 5.02
60315      Branch: maint-5.6/perl
60316            ! win32/makefile.mk
60317 ____________________________________________________________________________
60318 [  9494] By: gsar                                  on 2001/03/31  20:18:59
60319         Log: nits spotted by Borland compiler
60320      Branch: maint-5.6/perl
60321            ! utf8.h win32/win32.h
60322 ____________________________________________________________________________
60323 [  9493] By: gsar                                  on 2001/03/31  20:18:05
60324         Log: fix a broken workaround for Borland compiler in change#4739
60325              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60326      Branch: maint-5.6/perl
60327            ! toke.c
60328 ____________________________________________________________________________
60329 [  9492] By: jhi                                   on 2001/03/31  18:36:24
60330         Log: Integrate change #9491 from maintperl into mainline.
60331              
60332              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60333              directory is relative (need to fetch the full path name *before*
60334              the chdir!)
60335      Branch: perl
60336           !> lib/Cwd.pm
60337 ____________________________________________________________________________
60338 [  9491] By: gsar                                  on 2001/03/31  17:01:56
60339         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60340              directory is relative (need to fetch the full path name *before*
60341              the chdir!)
60342              
60343              this is a followup patch for change#6749
60344      Branch: maint-5.6/perl
60345            ! lib/Cwd.pm
60346 ____________________________________________________________________________
60347 [  9490] By: jhi                                   on 2001/03/31  15:50:18
60348         Log: Subject: Re: [PATCH] av.h cosmetics
60349              From: Simon Cozens <simon@netthink.co.uk>
60350              Date: Sat, 31 Mar 2001 13:09:59 +0100
60351              Message-ID: <20010331130959.A22000@netthink.co.uk>
60352              
60353              Document AvALLOC.
60354      Branch: perl
60355            ! pod/perlguts.pod
60356 ____________________________________________________________________________
60357 [  9489] By: jhi                                   on 2001/03/31  15:48:44
60358         Log: Subject: [PATCH] Re: Math::Big* v1.21
60359              From: Tels <perl_dummy@bloodgate.com>
60360              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
60361              Message-Id: <200103311125.GAA377738@www08.hway.net>
60362      Branch: perl
60363            ! pod/perlop.pod
60364 ____________________________________________________________________________
60365 [  9488] By: jhi                                   on 2001/03/31  03:39:51
60366         Log: Debug output tweak.
60367      Branch: perl
60368            ! t/lib/cwd.t
60369 ____________________________________________________________________________
60370 [  9487] By: jhi                                   on 2001/03/31  03:33:02
60371         Log: OverVMSification.
60372      Branch: perl
60373            ! t/lib/cwd.t
60374 ____________________________________________________________________________
60375 [  9486] By: jhi                                   on 2001/03/31  03:01:40
60376         Log: Missed MANIFESTations in #9483.
60377      Branch: perl
60378            ! MANIFEST
60379 ____________________________________________________________________________
60380 [  9485] By: jhi                                   on 2001/03/31  02:58:17
60381         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
60382              From: Peter Prymmer <pvhp@forte.com>
60383              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
60384              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
60385      Branch: perl
60386            ! regexec.c t/lib/cwd.t
60387 ____________________________________________________________________________
60388 [  9484] By: jhi                                   on 2001/03/31  01:04:41
60389         Log: Obsolete file (see #3938)
60390      Branch: perl
60391            - lib/unicode/README.Ethiopic
60392            ! MANIFEST
60393 ____________________________________________________________________________
60394 [  9483] By: jhi                                   on 2001/03/31  00:52:42
60395         Log: Update to Unicode 3.1.
60396              (Rename Names.txt to NamesList.txt.)
60397      Branch: perl
60398            + lib/unicode/NamesList.txt lib/unicode/PropList.html
60399            - lib/unicode/Names.txt
60400            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60401            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
60402            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
60403            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
60404            ! lib/unicode/UCD.html lib/unicode/Unicode.html
60405            ! lib/unicode/rename lib/unicode/version
60406 ____________________________________________________________________________
60407 [  9482] By: jhi                                   on 2001/03/30  23:33:44
60408         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
60409              From: Robin Houston <robin@kitsite.com>
60410              Date: Fri, 30 Mar 2001 20:07:22 +0100
60411              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
60412      Branch: perl
60413            ! ext/B/B/Deparse.pm
60414 ____________________________________________________________________________
60415 [  9481] By: jhi                                   on 2001/03/30  23:20:25
60416         Log: Subject: Re: [PATCH] CwdXS, Take 2
60417              From: Benjamin Sugars <bsugars@canoe.ca>
60418              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
60419              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
60420      Branch: perl
60421            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
60422            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
60423 ____________________________________________________________________________
60424 [  9480] By: jhi                                   on 2001/03/30  22:52:38
60425         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
60426              From: David Dyck <dcd@tc.fluke.com>
60427              Date: Fri, 30 Mar 2001 14:44:13 -0800
60428              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
60429              
60430              The t/rantests flags file creation was accidentally
60431              removed by #9217.
60432      Branch: perl
60433            ! Makefile.SH
60434 ____________________________________________________________________________
60435 [  9479] By: jhi                                   on 2001/03/30  22:45:45
60436         Log: Subject: [PATCH] File::Glob stuff for Mac OS
60437              From: Chris Nandor <pudge@pobox.com>
60438              Date: Fri, 30 Mar 2001 16:51:00 -0500
60439              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
60440      Branch: perl
60441            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60442            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60443            ! t/lib/glob-taint.t
60444 ____________________________________________________________________________
60445 [  9478] By: jhi                                   on 2001/03/30  22:43:12
60446         Log: Subject: fix for win32/buildext.pl
60447              From: "Vadim Konovalov" <watman@inbox.ru>
60448              Date: Sat, 31 Mar 2001 00:50:36 +0400
60449              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
60450      Branch: perl
60451            ! win32/buildext.pl
60452 ____________________________________________________________________________
60453 [  9477] By: jhi                                   on 2001/03/30  22:41:16
60454         Log: Subject: small base.pm doc patch
60455              From: Leon Brocard <acme@astray.com>
60456              Date: Fri, 30 Mar 2001 21:49:57 +0100
60457              Message-ID: <20010330214957.B8733@ns0.astray.com>
60458      Branch: perl
60459            ! lib/base.pm
60460 ____________________________________________________________________________
60461 [  9476] By: jhi                                   on 2001/03/30  18:16:57
60462         Log: Subject: [PATCH] av.h cosmetics
60463              From: Simon Cozens <simon@netthink.co.uk>
60464              Date: Fri, 30 Mar 2001 18:12:28 +0100
60465              Message-ID: <20010330181228.A9319@netthink.co.uk>
60466      Branch: perl
60467            ! av.h
60468 ____________________________________________________________________________
60469 [  9475] By: jhi                                   on 2001/03/30  18:15:50
60470         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
60471              From: "Philip Newton" <pnewton@gmx.de>
60472              Date: Fri, 30 Mar 2001 19:06:57 +0200
60473              Message-ID: <3AC4D951.14815.1AC7068@localhost>
60474      Branch: perl
60475            ! pod/perlhack.pod
60476 ____________________________________________________________________________
60477 [  9474] By: jhi                                   on 2001/03/30  18:14:02
60478         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
60479              From: Benjamin Sugars <bsugars@canoe.ca>
60480              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
60481              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
60482      Branch: perl
60483            ! t/lib/glob-basic.t
60484 ____________________________________________________________________________
60485 [  9473] By: jhi                                   on 2001/03/30  16:09:24
60486         Log: Update Changes.
60487      Branch: perl
60488            ! Changes patchlevel.h
60489 ____________________________________________________________________________
60490 [  9472] By: jhi                                   on 2001/03/30  15:16:08
60491         Log: Integrate perlio:
60492              
60493              [  9471]
60494              Should be (^O eq 'MSWin32') not 'Win32'
60495              Fail #12 seems real - chdir is in wrong dir.
60496              
60497              [  9467]
60498              Skip order test of glob if case-ignoring system cannot 
60499              create a.test and A.test
60500      Branch: perl
60501           !> t/lib/cwd.t t/lib/glob-basic.t
60502 ____________________________________________________________________________
60503 [  9471] By: nick                                  on 2001/03/30  14:47:10
60504         Log: Should be (^O eq 'MSWin32') not 'Win32'
60505              Fail #12 seems real - chdir is in wrong dir.
60506      Branch: perlio
60507            ! t/lib/cwd.t
60508 ____________________________________________________________________________
60509 [  9470] By: jhi                                   on 2001/03/30  14:41:11
60510         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
60511              From: Radu Greab <radu@netsoft.ro>
60512              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
60513              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
60514              
60515              Replace #9352.
60516      Branch: perl
60517            ! ext/Socket/Socket.xs pp_sys.c
60518 ____________________________________________________________________________
60519 [  9469] By: jhi                                   on 2001/03/30  14:37:51
60520         Log: Subject: PATCH pod/perldiag.pod
60521              From: Robin Houston <robin@kitsite.com>
60522              Date: Fri, 30 Mar 2001 14:10:36 +0100
60523              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
60524      Branch: perl
60525            ! pod/perldiag.pod t/lib/glob-basic.t
60526 ____________________________________________________________________________
60527 [  9468] By: jhi                                   on 2001/03/30  14:36:36
60528         Log: Subject: Better diagnostic in io/fs.t
60529              From: andreas.koenig@anima.de (Andreas J. Koenig)
60530              Date: 30 Mar 2001 10:11:43 +0200
60531              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
60532      Branch: perl
60533            ! t/io/fs.t
60534 ____________________________________________________________________________
60535 [  9467] By: nick                                  on 2001/03/30  14:25:43
60536         Log: Skip order test of glob if case-ignoring system cannot 
60537              create a.test and A.test
60538      Branch: perlio
60539            ! t/lib/glob-basic.t
60540 ____________________________________________________________________________
60541 [  9466] By: nick                                  on 2001/03/30  13:03:12
60542         Log: Integrate mainline.
60543      Branch: perlio
60544            - ext/re/hints/aix.pl
60545           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
60546           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
60547           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
60548           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
60549 ____________________________________________________________________________
60550 [  9465] By: jhi                                   on 2001/03/30  03:53:37
60551         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
60552              the tests sometimes hang, sometimes not.)
60553      Branch: perl
60554            ! t/lib/io_multihomed.t t/lib/io_sock.t
60555 ____________________________________________________________________________
60556 [  9464] By: jhi                                   on 2001/03/30  02:56:04
60557         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
60558              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60559              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
60560              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
60561      Branch: perl
60562            ! op.c
60563 ____________________________________________________________________________
60564 [  9463] By: jhi                                   on 2001/03/30  02:34:48
60565         Log: Test for #9462.
60566      Branch: perl
60567            ! t/lib/b.t
60568 ____________________________________________________________________________
60569 [  9462] By: jhi                                   on 2001/03/30  02:29:37
60570         Log: Subject: B::Deparse precedence bug. (Patch included.)
60571              From: Jeremy Madea <jmadea@inktomi.com>
60572              Date: Thu, 29 Mar 2001 12:05:02 -0800
60573              Message-ID: <20010329120502.A24881@dr.inktomi.com>
60574      Branch: perl
60575            ! ext/B/B/Deparse.pm
60576 ____________________________________________________________________________
60577 [  9461] By: jhi                                   on 2001/03/30  02:18:41
60578         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60579              From: Peter Prymmer <pvhp@forte.com>
60580              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
60581              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
60582      Branch: perl
60583            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
60584            ! t/lib/md5-file.t
60585 ____________________________________________________________________________
60586 [  9460] By: jhi                                   on 2001/03/30  02:17:07
60587         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
60588              From: Robin Houston <robin@kitsite.com>
60589              Date: Thu, 29 Mar 2001 20:47:56 +0100
60590              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
60591      Branch: perl
60592            ! ext/B/B/Debug.pm
60593 ____________________________________________________________________________
60594 [  9459] By: jhi                                   on 2001/03/30  02:16:05
60595         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
60596              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
60597              Date: Wed, 28 Mar 2001 18:02:20 -0600
60598              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
60599      Branch: perl
60600            ! lib/ExtUtils/MM_VMS.pm
60601 ____________________________________________________________________________
60602 [  9458] By: jhi                                   on 2001/03/30  02:07:58
60603         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
60604              From: "Joshua E. Rodd" <jrodd@pbs.org>
60605              Date: Wed, 28 Mar 2001 17:29:12 -0500
60606              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
60607      Branch: perl
60608            ! pod/perlop.pod
60609 ____________________________________________________________________________
60610 [  9457] By: jhi                                   on 2001/03/30  02:04:33
60611         Log: Subject: ext/re/aix.pl can go
60612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60613              Date: Thu, 29 Mar 2001 12:03:28 +0200
60614              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
60615      Branch: perl
60616            - ext/re/hints/aix.pl
60617            ! MANIFEST
60618 ____________________________________________________________________________
60619 [  9456] By: jhi                                   on 2001/03/30  02:03:32
60620         Log: Integrate perlio:
60621              
60622              [  9455]
60623              DLL name has changed so installperl needs to know
60624              (Why isn't it working it out or passed it?)
60625              
60626              [  9454]
60627              Change Encode's check arguments to 'bool' so SvTRUE gets used
60628              and we don't get undef warnings.
60629      Branch: perl
60630           !> ext/Encode/Encode.xs installperl
60631 ____________________________________________________________________________
60632 [  9455] By: nick                                  on 2001/03/29  21:11:46
60633         Log: DLL name has changed so installperl needs to know
60634              (Why isn't it working it out or passed it?)
60635      Branch: perlio
60636            ! installperl
60637 ____________________________________________________________________________
60638 [  9454] By: nick                                  on 2001/03/29  20:56:12
60639         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
60640              and we don't get undef warnings.
60641      Branch: perlio
60642            ! ext/Encode/Encode.xs
60643 ____________________________________________________________________________
60644 [  9453] By: nick                                  on 2001/03/29  17:58:48
60645         Log: Integrate mainline
60646      Branch: perlio
60647           !> Changes patchlevel.h
60648 ____________________________________________________________________________
60649 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60650         Log: Update Changes.
60651      Branch: perl
60652            ! Changes patchlevel.h
60653 ____________________________________________________________________________
60654 [  9451] By: nick                                  on 2001/03/29  16:31:38
60655         Log: Integrate mainline
60656      Branch: perlio
60657           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60658           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60659           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60660           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60661           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60662 ____________________________________________________________________________
60663 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60664         Log: Integrate perlio:
60665              
60666              [  9448]
60667              Make sure buildext.pl finds Errno.pm
60668      Branch: perl
60669           !> win32/buildext.pl
60670 ____________________________________________________________________________
60671 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60672         Log: Update Changes.
60673      Branch: perl
60674            ! Changes patchlevel.h
60675 ____________________________________________________________________________
60676 [  9448] By: nick                                  on 2001/03/29  15:47:15
60677         Log: Make sure buildext.pl finds Errno.pm
60678      Branch: perlio
60679            ! win32/buildext.pl
60680 ____________________________________________________________________________
60681 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60682         Log: Integrate perlio:
60683              
60684              [  9445]
60685              Fix breakage ... 
60686      Branch: perl
60687           !> win32/makefile.mk
60688 ____________________________________________________________________________
60689 [  9446] By: nick                                  on 2001/03/29  15:30:03
60690         Log: Integrate win32/makefile.mk with mainline.
60691      Branch: perlio
60692           !> win32/makefile.mk
60693 ____________________________________________________________________________
60694 [  9445] By: nick                                  on 2001/03/29  15:27:32
60695         Log: Fix breakage ... 
60696      Branch: perlio
60697            ! win32/makefile.mk
60698 ____________________________________________________________________________
60699 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60700         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60701              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60702              Date: Thu, 29 Mar 2001 10:32:59 +0400
60703              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60704      Branch: perl
60705            ! win32/makefile.mk
60706 ____________________________________________________________________________
60707 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60708         Log: Integrate perlio:
60709              
60710              [  9442]
60711              Work in progress - determine win32 extensions to build via script.
60712              
60713              [  9435]
60714              Win32 has name conflict with ERROR
60715              
60716              [  9432]
60717              Make as-shipped compiler default to MSVC6 
60718              
60719              [  9431]
60720              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60721              akin to PerlIO::Scalar.
60722              
60723              [  9429]
60724              Noticed that two tests were skipped as perlio:: package
60725              isn't there any more. Changed the skip condition.
60726              Avoid core-dump if sv_utf8_upgrade() called on something
60727              that does not become SvPOK after SvPV() (e.g. a ref).
60728      Branch: perl
60729           +> win32/buildext.pl
60730           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60731           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60732 ____________________________________________________________________________
60733 [  9442] By: nick                                  on 2001/03/29  14:59:11
60734         Log: Work in progress - determine win32 extensions to build via script.
60735      Branch: perlio
60736            + win32/buildext.pl
60737            ! MANIFEST win32/makefile.mk
60738 ____________________________________________________________________________
60739 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60740         Log: Reintroduce the use of external pwd.
60741      Branch: perl
60742            ! t/lib/cwd.t
60743 ____________________________________________________________________________
60744 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60745         Log: use warnings instead of -w.
60746      Branch: perl
60747            ! utils/h2xs.PL
60748 ____________________________________________________________________________
60749 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60750         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60751              From: Jonathan Stowe <gellyfish@gellyfish.com>
60752              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60753              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60754      Branch: perl
60755            ! utils/h2xs.PL
60756 ____________________________________________________________________________
60757 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60758         Log: Subject: [PATCH perl@9424] minor pod nits
60759              From: Robin Barker <rmb1@cise.npl.co.uk>
60760              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
60761              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
60762      Branch: perl
60763            ! pod/perlhack.pod pod/perliol.pod
60764 ____________________________________________________________________________
60765 [  9437] By: jhi                                   on 2001/03/29  14:29:16
60766         Log: Subject: [PATCH perl@9424] typemap cast warning
60767              From: Robin Barker <rmb1@cise.npl.co.uk>
60768              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
60769              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
60770      Branch: perl
60771            ! lib/ExtUtils/typemap
60772 ____________________________________________________________________________
60773 [  9436] By: jhi                                   on 2001/03/29  14:26:03
60774         Log: Subject: [PATCH perl@9424] printf warning
60775              From: Robin Barker <rmb1@cise.npl.co.uk>
60776              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
60777              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
60778      Branch: perl
60779            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
60780            ! ext/Storable/Storable.xs toke.c
60781 ____________________________________________________________________________
60782 [  9435] By: nick                                  on 2001/03/29  14:23:31
60783         Log: Win32 has name conflict with ERROR
60784      Branch: perlio
60785            ! ext/PerlIO/Via/Via.xs
60786 ____________________________________________________________________________
60787 [  9434] By: jhi                                   on 2001/03/29  14:17:48
60788         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60789              From: Peter Prymmer <pvhp@forte.com>
60790              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
60791              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
60792      Branch: perl
60793            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
60794 ____________________________________________________________________________
60795 [  9433] By: jhi                                   on 2001/03/29  13:52:44
60796         Log: test-prep target was missing.
60797      Branch: perl
60798            ! Makefile.SH
60799 ____________________________________________________________________________
60800 [  9432] By: nick                                  on 2001/03/29  12:40:03
60801         Log: Make as-shipped compiler default to MSVC6 
60802      Branch: perlio
60803            ! win32/makefile.mk
60804 ____________________________________________________________________________
60805 [  9431] By: nick                                  on 2001/03/29  12:12:16
60806         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
60807              akin to PerlIO::Scalar.
60808      Branch: perlio
60809            ! perlio.c perlio.h
60810 ____________________________________________________________________________
60811 [  9430] By: nick                                  on 2001/03/29  10:56:35
60812         Log: Integrate mainline.
60813      Branch: perlio
60814           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60815           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60816           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60817           !> win32/makefile.mk win32/win32sck.c
60818 ____________________________________________________________________________
60819 [  9429] By: nick                                  on 2001/03/29  09:03:43
60820         Log: Noticed that two tests were skipped as perlio:: package
60821              isn't there any more. Changed the skip condition.
60822              Avoid core-dump if sv_utf8_upgrade() called on something
60823              that does not become SvPOK after SvPV() (e.g. a ref).
60824      Branch: perlio
60825            ! sv.c t/io/utf8.t t/lib/io_scalar.t
60826 ____________________________________________________________________________
60827 [  9428] By: jhi                                   on 2001/03/29  01:31:47
60828         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
60829              From: Benjamin Sugars <bsugars@canoe.ca> 
60830              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
60831              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
60832      Branch: perl
60833            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60834            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60835            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60836 ____________________________________________________________________________
60837 [  9427] By: jhi                                   on 2001/03/29  00:49:30
60838         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60839              From: "Vadim Konovalov" <watman@inbox.ru>
60840              Date: Thu, 29 Mar 2001 01:50:12 +0400
60841              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
60842      Branch: perl
60843            ! win32/makefile.mk win32/win32sck.c
60844 ____________________________________________________________________________
60845 [  9426] By: gsar                                  on 2001/03/29  00:28:04
60846         Log: dmake can only handle == and != in comparisons; support building
60847              with Borland's VCL libraries (from Vadim Konovalov)
60848      Branch: maint-5.6/perl
60849            ! win32/makefile.mk
60850 ____________________________________________________________________________
60851 [  9425] By: nick                                  on 2001/03/28  19:29:56
60852         Log: Integrate (@snapshot)
60853      Branch: perlio
60854           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
60855 ____________________________________________________________________________
60856 [  9424] By: jhi                                   on 2001/03/28  19:03:16
60857         Log: Update Changes.
60858      Branch: perl
60859            ! Changes patchlevel.h
60860 ____________________________________________________________________________
60861 [  9423] By: jhi                                   on 2001/03/28  18:52:09
60862         Log: Rmdir lib/XS on cleanup.
60863      Branch: perl
60864            ! Makefile.SH
60865 ____________________________________________________________________________
60866 [  9422] By: jhi                                   on 2001/03/28  18:49:34
60867         Log: Integrate perlio:
60868              
60869              [  9421]
60870              Loose duplicate chunk.
60871      Branch: perl
60872           !> t/op/utf8decode.t
60873 ____________________________________________________________________________
60874 [  9421] By: nick                                  on 2001/03/28  18:46:44
60875         Log: Loose duplicate chunk.
60876      Branch: perlio
60877            ! t/op/utf8decode.t
60878 ____________________________________________________________________________
60879 [  9420] By: nick                                  on 2001/03/28  18:44:11
60880         Log: Integrate mainline.
60881      Branch: perlio
60882           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
60883           !> vms/vmsish.h
60884 ____________________________________________________________________________
60885 [  9419] By: jhi                                   on 2001/03/28  18:42:05
60886         Log: Can't trust external pwds
60887              (either shell builtins or external programs)
60888      Branch: perl
60889            ! t/lib/cwd.t
60890 ____________________________________________________________________________
60891 [  9418] By: jhi                                   on 2001/03/28  18:34:05
60892         Log: Integrate perlio:
60893              
60894              [  9417]
60895              PerlIO.pm / perlio.pm conflict.
60896              Update some pods.
60897              Make t/op/utf8decode.t a text file.
60898      Branch: perl
60899            - lib/perlio.pm
60900           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60901           !> t/op/utf8decode.t
60902 ____________________________________________________________________________
60903 [  9417] By: nick                                  on 2001/03/28  18:24:02
60904         Log: PerlIO.pm / perlio.pm conflict.
60905              Update some pods.
60906              Make t/op/utf8decode.t a text file.
60907      Branch: perlio
60908            - lib/perlio.pm
60909            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60910            ! t/op/utf8decode.t
60911 ____________________________________________________________________________
60912 [  9416] By: jhi                                   on 2001/03/28  18:06:07
60913         Log: Integrate change #9409 from mainline to maintperl.
60914              
60915              Yet another tweak on AIX dynaloading.
60916      Branch: maint-5.6/perl
60917           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60918 ____________________________________________________________________________
60919 [  9415] By: gsar                                  on 2001/03/28  17:13:01
60920         Log: integrate changes#9377,9385,9401 from mainline
60921              
60922              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60923              
60924              If directory entries compare equal case-insensitively,
60925              retry case-sensitively.
60926              
60927              Subject: [PATCH] B::Terse and warnings
60928      Branch: maint-5.6/perl
60929           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60930           !> t/pragma/warn/perl
60931 ____________________________________________________________________________
60932 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60933         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60934              From: "Craig A. Berry" <craigberry@mac.com>
60935              Date: Wed, 28 Mar 2001 10:55:20 -0600
60936              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60937      Branch: perl
60938            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60939 ____________________________________________________________________________
60940 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60941         Log: Dup hunk.
60942      Branch: perl
60943            ! t/op/utf8decode.t
60944 ____________________________________________________________________________
60945 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60946         Log: Forced integrate from perlio.
60947      Branch: perl
60948           !> t/op/utf8decode.t
60949 ____________________________________________________________________________
60950 [  9411] By: nick                                  on 2001/03/28  16:50:03
60951         Log: Integrate mainline.
60952      Branch: perlio
60953           +> t/lib/cwd.t
60954           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60955           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60956           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60957           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60958           !> t/pragma/warn/perl
60959 ____________________________________________________________________________
60960 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60961         Log: Subject: Re: [PATCH] 9403 cannot be tested
60962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60963              Date: Wed, 28 Mar 2001 18:33:56 +0200
60964              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60965      Branch: perl
60966            ! makedef.pl
60967 ____________________________________________________________________________
60968 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60969         Log: Yet another tweak on AIX dynaloading.
60970      Branch: perl
60971            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60972 ____________________________________________________________________________
60973 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60974         Log: Subject: [PATCH] 9403 cannot be tested
60975              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60976              Date: Wed, 28 Mar 2001 17:23:00 +0200
60977              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60978              
60979              A missing symbol.
60980      Branch: perl
60981            ! makedef.pl
60982 ____________________________________________________________________________
60983 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60984         Log: Integrate perlio:
60985              
60986              [  9400]
60987              More EBCDIC tweaks:
60988              - one more swash issue &~(0xA0-1) did not do the right thing,
60989              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60990              - add "use re 'asciirange'" to make [!-~] etc. work
60991              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60992              - Choose a key for t/op/each.t test which gets encoded.
60993              - Skip utf8decode if this is UTF-EBCDIC.
60994      Branch: perl
60995            ! t/op/utf8decode.t
60996           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60997           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60998 ____________________________________________________________________________
60999 [  9406] By: jhi                                   on 2001/03/28  15:37:08
61000         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
61001              From: Benjamin Sugars <bsugars@canoe.ca> 
61002              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
61003              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
61004      Branch: perl
61005            + t/lib/cwd.t
61006            ! MANIFEST
61007 ____________________________________________________________________________
61008 [  9405] By: jhi                                   on 2001/03/28  15:13:18
61009         Log: pp_ne() needs a CORRECT boolean.
61010      Branch: perl
61011            ! pp.c
61012 ____________________________________________________________________________
61013 [  9404] By: jhi                                   on 2001/03/28  15:09:23
61014         Log: pp_ne() needs a boolean, not an integer.
61015      Branch: perl
61016            ! pp.c
61017 ____________________________________________________________________________
61018 [  9403] By: jhi                                   on 2001/03/28  14:47:43
61019         Log: (Retracted by #9404.)
61020      Branch: perl
61021            ! pp.c
61022 ____________________________________________________________________________
61023 [  9402] By: jhi                                   on 2001/03/28  14:43:59
61024         Log: Subject: Re: [PATCH] Typemap testing
61025              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
61026              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
61027              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
61028      Branch: perl
61029            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61030            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
61031 ____________________________________________________________________________
61032 [  9401] By: jhi                                   on 2001/03/28  14:42:14
61033         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
61034              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
61035              Date: Sun, 25 Mar 2001 21:59:15 +0100
61036              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
61037              
61038              A variable will be checked for the "use once" warnings if:
61039              
61040              1. It is in the scope of a use warnings 'once'
61041              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
61042              
61043              Otherwise it won't be checked at all.
61044              
61045              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
61046              
61047              The enclosed patch partially fixes this issue. What I didn't
61048              get to work was the case where the "used once" warning is enabled
61049              in any file other than the main file.
61050      Branch: perl
61051            ! gv.c t/pragma/warn/perl
61052 ____________________________________________________________________________
61053 [  9400] By: nick                                  on 2001/03/28  14:38:24
61054         Log: More EBCDIC tweaks:
61055              - one more swash issue &~(0xA0-1) did not do the right thing,
61056              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
61057              - add "use re 'asciirange'" to make [!-~] etc. work
61058              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
61059              - Choose a key for t/op/each.t test which gets encoded.
61060              - Skip utf8decode if this is UTF-EBCDIC.
61061      Branch: perlio
61062            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
61063            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
61064 ____________________________________________________________________________
61065 [  9399] By: jhi                                   on 2001/03/28  14:21:00
61066         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
61067              Andreas Schwab.
61068      Branch: perl
61069            ! pp.c
61070 ____________________________________________________________________________
61071 [  9398] By: jhi                                   on 2001/03/28  00:55:56
61072         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
61073              From: David Dyck <dcd@tc.fluke.com>
61074              Date: Tue, 27 Mar 2001 15:16:24 -0800
61075              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
61076      Branch: perl
61077            ! ext/IO/lib/IO/Socket.pm
61078 ____________________________________________________________________________
61079 [  9397] By: jhi                                   on 2001/03/27  21:52:49
61080         Log: Integrate perlio:
61081              
61082              [  9395]
61083              Outline docs for PerlIO and PerlIO::Scalar
61084              
61085              [  9394]
61086              PerlIO::Via layer (alpha-ish).
61087      Branch: perl
61088           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
61089           +> ext/PerlIO/Via/Via.xs
61090           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
61091 ____________________________________________________________________________
61092 [  9396] By: nick                                  on 2001/03/27  21:45:13
61093         Log: Integrate mainline.
61094      Branch: perlio
61095           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
61096           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
61097 ____________________________________________________________________________
61098 [  9395] By: nick                                  on 2001/03/27  21:18:58
61099         Log: Outline docs for PerlIO and PerlIO::Scalar
61100      Branch: perlio
61101            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
61102 ____________________________________________________________________________
61103 [  9394] By: nick                                  on 2001/03/27  20:50:13
61104         Log: PerlIO::Via layer (alpha-ish).
61105      Branch: perlio
61106            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
61107            + ext/PerlIO/Via/Via.xs
61108            ! MANIFEST
61109 ____________________________________________________________________________
61110 [  9393] By: jhi                                   on 2001/03/27  20:49:55
61111         Log: Retract #9329 now that 9390 should take care of the matter.
61112      Branch: perl
61113            ! utils/h2xs.PL
61114 ____________________________________________________________________________
61115 [  9390] By: jhi                                   on 2001/03/27  20:47:50
61116         Log: Subject: Autoloading Errno.pm when %! is encountered
61117              From: Robin Houston <robin@kitsite.com>
61118              Date: Tue, 27 Mar 2001 20:57:11 +0100
61119              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
61120      Branch: perl
61121            ! embed.h embed.pl gv.c proto.h t/op/magic.t
61122 ____________________________________________________________________________
61123 [  9389] By: jhi                                   on 2001/03/27  20:24:31
61124         Log: Integrate perlio:
61125              
61126              [  9384]
61127              Various EBCDIC fixes:
61128              - major revelation that swash code is encoding aware,
61129              (or thought it was) - now it is ;-)
61130              - With that out of the way fix a slab of tr/// cases.
61131              - Fix Encode 'Unicode' to be true Unicode so tests pass.
61132              - As anticipated Base64.xs needed tweaks.
61133              - Until tr/// works right avoid old_encode64 in MIME tests.
61134      Branch: perl
61135           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
61136           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
61137           !> utf8.c
61138 ____________________________________________________________________________
61139 [  9388] By: jhi                                   on 2001/03/27  20:21:38
61140         Log: Better have a three-element array if one is going to assign
61141              to the third element of that array. (from Tim Jenness)
61142      Branch: perl
61143            ! ext/XS/Typemap/Typemap.xs
61144 ____________________________________________________________________________
61145 [  9387] By: nick                                  on 2001/03/27  20:15:43
61146         Log: Integrate mainline.
61147      Branch: perlio
61148           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
61149           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61150           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
61151           +> t/lib/xs-typemap.t
61152           !> (integrate 34 files)
61153 ____________________________________________________________________________
61154 [  9386] By: jhi                                   on 2001/03/27  20:04:18
61155         Log: Subject: Re: perl@9359 breaks HTML::Parser
61156              From: Gisle Aas <gisle@ActiveState.com>
61157              Date: 27 Mar 2001 11:30:24 -0800
61158              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
61159              
61160              Clarify the UTF-8 issues of the API docs.
61161              (Slightly reworded and expanded.)
61162      Branch: perl
61163            ! pod/perlapi.pod sv.c sv.h
61164 ____________________________________________________________________________
61165 [  9385] By: jhi                                   on 2001/03/27  19:44:25
61166         Log: If directory entries compare equal case-insensitively,
61167              retry case-sensitively.
61168      Branch: perl
61169            ! ext/File/Glob/bsd_glob.c
61170 ____________________________________________________________________________
61171 [  9384] By: nick                                  on 2001/03/27  19:38:50
61172         Log: Various EBCDIC fixes:
61173              - major revelation that swash code is encoding aware,
61174              (or thought it was) - now it is ;-)
61175              - With that out of the way fix a slab of tr/// cases.
61176              - Fix Encode 'Unicode' to be true Unicode so tests pass.
61177              - As anticipated Base64.xs needed tweaks.
61178              - Until tr/// works right avoid old_encode64 in MIME tests.
61179      Branch: perlio
61180            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
61181            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
61182 ____________________________________________________________________________
61183 [  9383] By: jhi                                   on 2001/03/27  18:34:41
61184         Log: Add the std test suite BEGIN block.
61185      Branch: perl
61186            ! t/lib/xs-typemap.t
61187 ____________________________________________________________________________
61188 [  9382] By: jhi                                   on 2001/03/27  15:16:07
61189         Log: Add debugging output to the test.
61190      Branch: perl
61191            ! t/lib/glob-basic.t
61192 ____________________________________________________________________________
61193 [  9381] By: jhi                                   on 2001/03/27  15:08:10
61194         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
61195      Branch: perl
61196            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
61197            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61198            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
61199            + t/lib/xs-typemap.t
61200            ! MANIFEST
61201 ____________________________________________________________________________
61202 [  9380] By: jhi                                   on 2001/03/27  14:48:34
61203         Log: Subject: [PATCH] Typemap testing
61204              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
61205              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
61206              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
61207              
61208              (The first part of the patch.)
61209      Branch: perl
61210            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
61211 ____________________________________________________________________________
61212 [  9379] By: jhi                                   on 2001/03/27  14:44:56
61213         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
61214              From: Benjamin Sugars <bsugars@canoe.ca> 
61215              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
61216              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
61217      Branch: perl
61218            ! t/lib/glob-basic.t
61219 ____________________________________________________________________________
61220 [  9378] By: jhi                                   on 2001/03/27  14:42:30
61221         Log: Subject: [PATCH] perlvar nit
61222              From: Simon Cozens <simon@netthink.co.uk>
61223              Date: Tue, 27 Mar 2001 01:12:01 +0100
61224              Message-ID: <20010327011201.A19179@netthink.co.uk>
61225      Branch: perl
61226            ! pod/perlvar.pod
61227 ____________________________________________________________________________
61228 [  9377] By: jhi                                   on 2001/03/27  14:36:26
61229         Log: Subject: [PATCH] B::Terse and warnings
61230              From: Benjamin Sugars <ben.sugars@home.com>
61231              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
61232              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
61233      Branch: perl
61234            ! ext/B/B.pm ext/B/B/Terse.pm
61235 ____________________________________________________________________________
61236 [  9376] By: jhi                                   on 2001/03/27  14:31:31
61237         Log: Document sockatmark() some.
61238      Branch: perl
61239            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
61240            ! pod/perltoc.pod
61241 ____________________________________________________________________________
61242 [  9375] By: jhi                                   on 2001/03/27  14:00:24
61243         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
61244              noted by Gisle and fixed by NI-S.
61245      Branch: perl
61246            ! sv.c
61247 ____________________________________________________________________________
61248 [  9374] By: jhi                                   on 2001/03/27  05:50:01
61249         Log: Regen toc.
61250      Branch: perl
61251            ! pod/perltoc.pod
61252 ____________________________________________________________________________
61253 [  9373] By: jhi                                   on 2001/03/27  05:43:51
61254         Log: Pixie documenting.
61255      Branch: perl
61256            ! Makefile.SH pod/perlhack.pod
61257 ____________________________________________________________________________
61258 [  9372] By: jhi                                   on 2001/03/27  05:29:34
61259         Log: Metaconfig unit changes for #9371.
61260      Branch: metaconfig
61261            ! U/modified/myhostname.U
61262      Branch: metaconfig/U/perl
61263            + d_sockatmark.U
61264            ! gccvers.U
61265 ____________________________________________________________________________
61266 [  9371] By: jhi                                   on 2001/03/27  05:29:07
61267         Log: Add sockatmark() probing.
61268      Branch: perl
61269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61270            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
61271            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61272            ! vos/config.ga.h win32/config.bc win32/config.gc
61273            ! win32/config.vc
61274 ____________________________________________________________________________
61275 [  9370] By: jhi                                   on 2001/03/26  22:01:18
61276         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
61277              Really need to benchmark this.
61278      Branch: perl
61279            ! pp.c
61280 ____________________________________________________________________________
61281 [  9369] By: nick                                  on 2001/03/26  21:59:30
61282         Log: Integrate mainline.
61283      Branch: perlio
61284            ! ext/MIME/Base64/QuotedPrint.pm
61285           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61286           !> patchlevel.h pod/perlhack.pod pp_sys.c
61287 ____________________________________________________________________________
61288 [  9368] By: jhi                                   on 2001/03/26  21:47:03
61289         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
61290              
61291              TODO1: perlbench.
61292              TODO2: le, lt, ge, gt?  Yech.
61293      Branch: perl
61294            ! pp.c
61295 ____________________________________________________________________________
61296 [  9367] By: jhi                                   on 2001/03/26  21:34:57
61297         Log: Too much cut-and-paste in #9363.
61298      Branch: perl
61299            ! pp_sys.c
61300 ____________________________________________________________________________
61301 [  9366] By: jhi                                   on 2001/03/26  21:20:53
61302         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
61303              From: Andreas Schwab <schwab@suse.de>
61304              Date: 26 Mar 2001 17:29:04 +0200
61305              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
61306              
61307              (The patch for 5.6.0 or so, this is a guess for bleadperl)
61308      Branch: perl
61309            ! pp_hot.c
61310 ____________________________________________________________________________
61311 [  9365] By: jhi                                   on 2001/03/26  21:07:54
61312         Log: Integrate perlio:
61313              
61314              [  9364]
61315              REFCNT botch in layer name cache hash.
61316      Branch: perl
61317           !> perlio.c
61318 ____________________________________________________________________________
61319 [  9364] By: nick                                  on 2001/03/26  20:30:48
61320         Log: REFCNT botch in layer name cache hash.
61321      Branch: perlio
61322            ! perlio.c
61323 ____________________________________________________________________________
61324 [  9363] By: jhi                                   on 2001/03/26  18:44:32
61325         Log: Subject: [PATCH] socket() leaks file descriptors
61326              From: Benjamin Sugars <bsugars@canoe.ca>
61327              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
61328              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
61329              
61330              Also sockpair() fixed similarly.
61331      Branch: perl
61332            ! pp_sys.c
61333 ____________________________________________________________________________
61334 [  9362] By: jhi                                   on 2001/03/26  18:37:52
61335         Log: Integrate perlio:
61336              
61337              [  9361]
61338              Implement flush of linebuffered streams on read of a tty.
61339              
61340              [  9360]
61341              Memory tweaks and notes for OEMVS.
61342      Branch: perl
61343           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
61344 ____________________________________________________________________________
61345 [  9361] By: nick                                  on 2001/03/26  17:32:06
61346         Log: Implement flush of linebuffered streams on read of a tty.
61347      Branch: perlio
61348            ! perlio.c perliol.h
61349 ____________________________________________________________________________
61350 [  9360] By: nick                                  on 2001/03/26  17:12:32
61351         Log: Memory tweaks and notes for OEMVS.
61352      Branch: perlio
61353            ! README.os390 miniperlmain.c t/op/pat.t
61354 ____________________________________________________________________________
61355 [  9359] By: jhi                                   on 2001/03/26  02:12:54
61356         Log: Update Changes.
61357      Branch: perl
61358            ! Changes patchlevel.h
61359 ____________________________________________________________________________
61360 [  9358] By: jhi                                   on 2001/03/26  02:05:32
61361         Log: Document the most common pixie options.
61362      Branch: perl
61363            ! pod/perlhack.pod
61364 ____________________________________________________________________________
61365 [  9357] By: jhi                                   on 2001/03/26  01:25:28
61366         Log: For perl.pixie check *before* compiling that optimize is -g,
61367              as for perl.third.
61368      Branch: perl
61369            ! Makefile.SH
61370 ____________________________________________________________________________
61371 [  9356] By: jhi                                   on 2001/03/26  01:13:41
61372         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
61373      Branch: perl
61374            ! Makefile.SH
61375 ____________________________________________________________________________
61376 [  9355] By: jhi                                   on 2001/03/26  01:11:19
61377         Log: Remove t/perl.third.
61378      Branch: perl
61379            ! Makefile.SH
61380 ____________________________________________________________________________
61381 [  9354] By: jhi                                   on 2001/03/26  00:23:38
61382         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
61383              IO::Sockatmark().
61384      Branch: perl
61385            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61386 ____________________________________________________________________________
61387 [  9353] By: jhi                                   on 2001/03/25  22:25:04
61388         Log: Integrate perlio:
61389              
61390              [  9351]
61391              Fix readline in list mode to tell rest of world that it has
61392              things on the stack. Otherwise if perl code gets invoked
61393              underneath it it scribbles over results-so-far.
61394              (Why TIEHANDLE has not tripped on this is a mystery.)
61395              
61396              [  9350]
61397              win32/makefile.mk typos
61398              
61399              [  9348]
61400              Make it text
61401              
61402              [  9346]
61403              Add destruct time hook to PerlIO (for work-in-process implementing
61404              layers in perl code. In such cases layers need to be popped before
61405              we loose the ability to run perl code.)
61406              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61407              
61408              [  9345]
61409              Avoid at leasy one of undefined warnings in Encode.
61410              
61411              [  9343]
61412              Missing return value.
61413      Branch: perl
61414           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
61415           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
61416           !> pp_hot.c win32/makefile.mk
61417 ____________________________________________________________________________
61418 [  9352] By: jhi                                   on 2001/03/25  22:21:41
61419         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
61420              From: Radu Greab <radu@netsoft.ro>
61421              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
61422              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
61423      Branch: perl
61424            ! pp_sys.c
61425 ____________________________________________________________________________
61426 [  9351] By: nick                                  on 2001/03/25  22:15:02
61427         Log: Fix readline in list mode to tell rest of world that it has
61428              things on the stack. Otherwise if perl code gets invoked
61429              underneath it it scribbles over results-so-far.
61430              (Why TIEHANDLE has not tripped on this is a mystery.)
61431      Branch: perlio
61432            ! pp_hot.c
61433 ____________________________________________________________________________
61434 [  9350] By: nick                                  on 2001/03/25  22:10:13
61435         Log: win32/makefile.mk typos
61436      Branch: perlio
61437            ! win32/makefile.mk
61438 ____________________________________________________________________________
61439 [  9349] By: nick                                  on 2001/03/25  21:31:14
61440         Log: Integrate now-non-binary file.
61441      Branch: perlio
61442           !> t/lib/mimeqp.t
61443 ____________________________________________________________________________
61444 [  9348] By: nick                                  on 2001/03/25  21:27:24
61445         Log: Make it text
61446      Branch: perlio
61447            ! t/lib/mimeqp.t
61448 ____________________________________________________________________________
61449 [  9347] By: nick                                  on 2001/03/25  21:25:37
61450         Log: Integrate mainline.
61451      Branch: perlio
61452           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61453           !> lib/Term/ReadLine.pm t/lib/md5-file.t
61454 ____________________________________________________________________________
61455 [  9346] By: nick                                  on 2001/03/25  20:58:15
61456         Log: Add destruct time hook to PerlIO (for work-in-process implementing
61457              layers in perl code. In such cases layers need to be popped before
61458              we loose the ability to run perl code.)
61459              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61460      Branch: perlio
61461            ! perl.c perlio.c perlio.h perliol.h
61462 ____________________________________________________________________________
61463 [  9345] By: nick                                  on 2001/03/25  20:49:11
61464         Log: Avoid at leasy one of undefined warnings in Encode.
61465      Branch: perlio
61466            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61467 ____________________________________________________________________________
61468 [  9344] By: jhi                                   on 2001/03/25  20:37:43
61469         Log: A workaround for using Term::ReadLine in emacs minibuffer
61470              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
61471              additional tweaks from Ilya Zakharevich.
61472      Branch: perl
61473            ! lib/Term/ReadLine.pm
61474 ____________________________________________________________________________
61475 [  9343] By: nick                                  on 2001/03/25  20:21:14
61476         Log: Missing return value.
61477      Branch: perlio
61478            ! ext/PerlIO/Scalar/Scalar.xs
61479 ____________________________________________________________________________
61480 [  9342] By: jhi                                   on 2001/03/25  16:21:00
61481         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
61482              to equal the CPAN versions since no code changes have been made.
61483      Branch: perl
61484            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61485            ! t/lib/md5-file.t
61486 ____________________________________________________________________________
61487 [  9341] By: jhi                                   on 2001/03/25  16:01:48
61488         Log: Escape 8-bit characters.
61489      Branch: perl
61490            ! t/lib/mimeqp.t
61491 ____________________________________________________________________________
61492 [  9340] By: gsar                                  on 2001/03/25  15:50:53
61493         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
61494              chars)
61495      Branch: perl
61496            + t/lib/mimeqp.t
61497 ____________________________________________________________________________
61498 [  9339] By: gsar                                  on 2001/03/25  15:48:50
61499         Log: delete mimeqp.t for later add with text mode set
61500      Branch: perl
61501            - t/lib/mimeqp.t
61502 ____________________________________________________________________________
61503 [  9338] By: nick                                  on 2001/03/25  09:01:57
61504         Log: Integrate mainline.
61505      Branch: perlio
61506           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61507           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61508           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61509           +> t/lib/mimeb64u.t t/lib/mimeqp.t
61510           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
61511           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
61512           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
61513 ____________________________________________________________________________
61514 [  9337] By: jhi                                   on 2001/03/25  04:23:24
61515         Log: Add MIME::Base64 here and there.  Again, a lot of
61516              optimism is in the air.
61517      Branch: perl
61518            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61519            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
61520 ____________________________________________________________________________
61521 [  9336] By: jhi                                   on 2001/03/25  04:12:43
61522         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
61523              this by ear as I do not do Win32 programming.)
61524      Branch: perl
61525            ! win32/Makefile win32/makefile.mk
61526 ____________________________________________________________________________
61527 [  9335] By: jhi                                   on 2001/03/25  04:03:50
61528         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
61529      Branch: perl
61530            ! t/lib/md5-file.t
61531 ____________________________________________________________________________
61532 [  9334] By: jhi                                   on 2001/03/25  03:58:53
61533         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
61534      Branch: perl
61535            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61536            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61537            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61538            + t/lib/mimeb64u.t t/lib/mimeqp.t
61539            ! MANIFEST
61540 ____________________________________________________________________________
61541 [  9333] By: jhi                                   on 2001/03/24  20:14:37
61542         Log: Integrate perlio:
61543              
61544              [  9332]
61545              Fix un-init variable leading to spurious "Out of Memory!"
61546              
61547              [  9331]
61548              Tweak docs for C<open> (boy does that need wholesale revision...)
61549              and update layers internals doc.
61550      Branch: perl
61551           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
61552 ____________________________________________________________________________
61553 [  9332] By: nick                                  on 2001/03/24  19:40:34
61554         Log: Fix un-init variable leading to spurious "Out of Memory!"
61555      Branch: perlio
61556            ! doio.c
61557 ____________________________________________________________________________
61558 [  9331] By: nick                                  on 2001/03/24  19:09:59
61559         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
61560              and update layers internals doc.
61561      Branch: perlio
61562            ! pod/perlfunc.pod pod/perliol.pod
61563 ____________________________________________________________________________
61564 [  9330] By: jhi                                   on 2001/03/24  18:42:11
61565         Log: The length might be uninitialized garbage if the *svp is the undef.
61566      Branch: perl
61567            ! doio.c
61568 ____________________________________________________________________________
61569 [  9329] By: jhi                                   on 2001/03/24  18:26:57
61570         Log: (Retracted by #9393)
61571              
61572              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
61573              From: Simon Cozens <simon@netthink.co.uk>
61574              Date: Sat, 24 Mar 2001 17:13:17 +0000
61575              Message-ID: <20010324171317.A13406@netthink.co.uk>
61576      Branch: perl
61577            ! utils/h2xs.PL
61578 ____________________________________________________________________________
61579 [  9328] By: nick                                  on 2001/03/24  17:22:02
61580         Log: Integrate mainline.
61581      Branch: perlio
61582           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
61583           !> lib/unicode/version
61584 ____________________________________________________________________________
61585 [  9327] By: nick                                  on 2001/03/24  17:16:02
61586         Log: Integrate mainline.
61587      Branch: perlio
61588           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61589           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61590           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61591           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61592           +> t/lib/md5-file.t
61593           !> MANIFEST Makefile.SH configure.com djgpp/config.over
61594           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
61595           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
61596           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
61597           !> win32/makefile.mk
61598 ____________________________________________________________________________
61599 [  9326] By: jhi                                   on 2001/03/24  17:00:42
61600         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
61601      Branch: perl
61602            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
61603            ! lib/unicode/version
61604 ____________________________________________________________________________
61605 [  9325] By: jhi                                   on 2001/03/24  16:22:33
61606         Log: Subject: Re: B::Deparse bug (5.6.0)
61607              From: Robin Houston <robin@kitsite.com>
61608              Date: Sat, 24 Mar 2001 14:33:09 +0000
61609              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
61610      Branch: perl
61611            ! op.c pp.c t/lib/b.t t/op/repeat.t
61612 ____________________________________________________________________________
61613 [  9324] By: jhi                                   on 2001/03/24  16:21:56
61614         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
61615              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
61616              these additions may be too optimistic.
61617      Branch: perl
61618            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61619            ! hints/uwin.sh hints/vmesa.sh
61620 ____________________________________________________________________________
61621 [  9323] By: jhi                                   on 2001/03/24  16:06:01
61622         Log: Integrate perlio:
61623              
61624              [  9322]
61625              Routine Win32 regen_config_h - no real changes.
61626              
61627              [  9321]
61628              PerlIO fixups for Win32:
61629              - provide win33_popenlist() - non-functional as yet.
61630              - avoid need for aTHX in PerlIO_debug calls - even if not 
61631              enabled args are still evaluated so Win32 has trouble during fork().
61632              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61633              - Fixup makedef.pl for latest set of symbols.
61634              
61635              [  9320]
61636              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61637              was gibberish - broke it on WIn32 at least.
61638              
61639              [  9319]
61640              Generated files.
61641              
61642              [  9318]
61643              Implement:
61644              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61645              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61646      Branch: perl
61647           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61648           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61649            ! Makefile.SH
61650           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61651           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61652           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61653           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61654           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61655           !> win32/win32iop.h
61656 ____________________________________________________________________________
61657 [  9322] By: nick                                  on 2001/03/24  14:39:12
61658         Log: Routine Win32 regen_config_h - no real changes.
61659      Branch: perlio
61660            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61661 ____________________________________________________________________________
61662 [  9321] By: nick                                  on 2001/03/24  14:31:49
61663         Log: PerlIO fixups for Win32:
61664              - provide win33_popenlist() - non-functional as yet.
61665              - avoid need for aTHX in PerlIO_debug calls - even if not 
61666              enabled args are still evaluated so Win32 has trouble during fork().
61667              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61668              - Fixup makedef.pl for latest set of symbols.
61669      Branch: perlio
61670            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61671            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61672 ____________________________________________________________________________
61673 [  9320] By: nick                                  on 2001/03/24  14:26:58
61674         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61675              was gibberish - broke it on WIn32 at least.
61676      Branch: perlio
61677            ! ext/POSIX/POSIX.xs
61678 ____________________________________________________________________________
61679 [  9319] By: nick                                  on 2001/03/24  11:29:41
61680         Log: Generated files.
61681      Branch: perlio
61682            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61683 ____________________________________________________________________________
61684 [  9318] By: nick                                  on 2001/03/24  10:29:37
61685         Log: Implement:
61686              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61687              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61688      Branch: perlio
61689            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61690            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61691            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61692            ! t/io/open.t t/io/utf8.t
61693 ____________________________________________________________________________
61694 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61695         Log: AIX does seems to have optimization problems with its C compilers.
61696      Branch: perl
61697            ! hints/aix.sh
61698 ____________________________________________________________________________
61699 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61700         Log: Integrate perlio:
61701              
61702              [  9314]
61703              Perlio internals re-organized.
61704              - open process creates AV of layer/arg pairs
61705              (appends layers from open() or open.pm to default list).
61706              - push arg is now an SV.
61707              - layer ->Open get passed the AV
61708              - open is no longer mandatory method.
61709              - topmost layer that has ->Open method does the open
61710              - any layers above are pushed once that returns.
61711              - vtable re-ordered so dummy layers need only provide push/pop methods.
61712              
61713              [  9313]
61714              Check in a stable (working) version before next round of tweaks.
61715              Changes include:
61716              - Move default layers code out of doio.c and into perlio.c
61717              - Single routine for parsing layer specification strings.
61718              - Skeleton support for demand loading of layers
61719              - Core-dump avoidance if PERLIO environment specifies loadable layer
61720              (does not _work_ as need IO to load and need load to do IO ...)
61721              
61722              [  9305]
61723              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61724              
61725              [  9304]
61726              Render -Duseperlio functional again.
61727              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61728              which is what old scheme did. New scheme needs to change that
61729              to make open(...,\$scalar) etc. work but this will do for now.
61730              
61731              [  9303]
61732              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61733              -Uuseperlio now works again.
61734              -Duseperlio is still poorly. Don't merge yet...
61735              
61736              [  9302]
61737              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61738              type code.
61739              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61740              is its main caller. In particular now has access to "extra" args, and
61741              can tell when an open handle is "reopened" (or duped?).
61742              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61743              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61744              PerlIO_open() et. al. (i.e. other way round).
61745              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61746              with args close to PerlIO_openn().
61747      Branch: perl
61748           +> lib/PerlIO.pm
61749           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61750           !> perliol.h
61751 ____________________________________________________________________________
61752 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61753         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61754      Branch: perl
61755            ! t/lib/md5-file.t
61756 ____________________________________________________________________________
61757 [  9314] By: nick                                  on 2001/03/23  20:49:02
61758         Log: Perlio internals re-organized.
61759              - open process creates AV of layer/arg pairs
61760              (appends layers from open() or open.pm to default list).
61761              - push arg is now an SV.
61762              - layer ->Open get passed the AV
61763              - open is no longer mandatory method.
61764              - topmost layer that has ->Open method does the open
61765              - any layers above are pushed once that returns.
61766              - vtable re-ordered so dummy layers need only provide push/pop methods.
61767      Branch: perlio
61768            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61769 ____________________________________________________________________________
61770 [  9313] By: nick                                  on 2001/03/23  16:27:41
61771         Log: Check in a stable (working) version before next round of tweaks.
61772              Changes include:
61773              - Move default layers code out of doio.c and into perlio.c
61774              - Single routine for parsing layer specification strings.
61775              - Skeleton support for demand loading of layers
61776              - Core-dump avoidance if PERLIO environment specifies loadable layer
61777              (does not _work_ as need IO to load and need load to do IO ...)
61778      Branch: perlio
61779            + lib/PerlIO.pm
61780            ! MANIFEST doio.c perlio.c
61781 ____________________________________________________________________________
61782 [  9312] By: gsar                                  on 2001/03/23  16:25:25
61783         Log: add execute bit to files with shebang lines in the repository;
61784              avoid clobbering execute bit in Porting/makerel 
61785      Branch: maint-5.6/perl
61786            ! (edit 144 files)
61787 ____________________________________________________________________________
61788 [  9311] By: jhi                                   on 2001/03/23  14:25:35
61789         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
61790      Branch: perl
61791            ! MANIFEST
61792 ____________________________________________________________________________
61793 [  9310] By: jhi                                   on 2001/03/23  13:45:04
61794         Log: Subject: [PATCH] Net::Ping
61795              From: Colin McMillen <mcmi0037@tc.umn.edu>
61796              Date: Thu, 22 Mar 2001 19:30:31 -0600
61797              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
61798      Branch: perl
61799            ! lib/Net/Ping.pm
61800 ____________________________________________________________________________
61801 [  9309] By: jhi                                   on 2001/03/23  13:39:13
61802         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
61803      Branch: perl
61804            ! t/lib/md5-aaa.t t/lib/md5-file.t
61805 ____________________________________________________________________________
61806 [  9308] By: jhi                                   on 2001/03/23  13:20:34
61807         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
61808              - bump the version to 2.14
61809              - drop the base64 tests since they require MIME::Base64
61810              - drop the rfc1321.txt
61811              - drop the hints/dec_osf.pl since it's only needed for
61812              pre-5.005_03 Perls
61813              Todo:
61814              - the U32 alignment testing is now removed; it needs to
61815              be reintroduced as as a Config variable (meaning also
61816              as a Configure test)
61817              - get the new EBCDIC md5sum for MD5.pm
61818              - test in Win32 to see how badly I botched the makefiles
61819      Branch: perl
61820            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61821            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61822            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61823            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61824            + t/lib/md5-file.t
61825            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61826            ! win32/Makefile win32/makefile.mk
61827 ____________________________________________________________________________
61828 [  9307] By: jhi                                   on 2001/03/23  12:56:14
61829         Log: Integrate change #9306 from maintperl into mainline,
61830              AIX dynaloader for AIXes without <load.h>.
61831      Branch: perl
61832           !> ext/DynaLoader/hints/aix.pl
61833 ____________________________________________________________________________
61834 [  9306] By: jhi                                   on 2001/03/23  12:51:36
61835         Log: There are AIXes without /usr/include/load.h,
61836              patch from H.Merijn Brand.
61837      Branch: maint-5.6/perl
61838            ! ext/DynaLoader/hints/aix.pl
61839 ____________________________________________________________________________
61840 [  9305] By: nick                                  on 2001/03/23  11:00:42
61841         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61842      Branch: perlio
61843            ! ext/Encode/Encode.xs perlio.c perlio.h
61844 ____________________________________________________________________________
61845 [  9304] By: nick                                  on 2001/03/23  10:20:46
61846         Log: Render -Duseperlio functional again.
61847              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61848              which is what old scheme did. New scheme needs to change that
61849              to make open(...,\$scalar) etc. work but this will do for now.
61850      Branch: perlio
61851            ! perlio.c
61852 ____________________________________________________________________________
61853 [  9303] By: nick                                  on 2001/03/23  09:53:20
61854         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
61855              -Uuseperlio now works again.
61856              -Duseperlio is still poorly. Don't merge yet...
61857      Branch: perlio
61858            ! doio.c perlio.h
61859 ____________________________________________________________________________
61860 [  9302] By: nick                                  on 2001/03/22  22:26:51
61861         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61862              type code.
61863              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61864              is its main caller. In particular now has access to "extra" args, and
61865              can tell when an open handle is "reopened" (or duped?).
61866              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61867              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61868              PerlIO_open() et. al. (i.e. other way round).
61869              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61870              with args close to PerlIO_openn().
61871      Branch: perlio
61872            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61873 ____________________________________________________________________________
61874 [  9301] By: jhi                                   on 2001/03/22  20:58:04
61875         Log: Integrate perlio:
61876              
61877              [  9300]
61878              Don't include $@ in not ok message.
61879              
61880              [  9298]
61881              Give a meaning to '&' in n-arg open case:
61882              open($fh,"<&",$scalar);
61883              $scalar can be:
61884              - an integer which does "fdopen"
61885              open($fh,"<&",2); # like open($fh,"<&2")
61886              - something that will yield a file handle via sv_2io()
61887              useful for dup'ing anonymous handles.
61888              e.g.:
61889              open(my $fh,"<&",\*STDIN);
61890              open(my $dup,"<&",$fh);
61891              
61892              [  9297]
61893              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61894              
61895              [  9296]
61896              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61897              
61898              [  9295]
61899              If stdin, stdout or stderr get opened in unexpected read/write state
61900              then warn at time of open not at time of use.
61901              
61902              [  9294]
61903              Die on n-arg open(...,"",xxx,yyy,...)
61904              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61905              - die on read/write cases so we can decide what it means later.
61906              
61907              [  9293]
61908              perlio tweaks (reported by Nick Clark)
61909              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61910              error check in Pendinf_read().
61911      Branch: perl
61912           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
61913           !> t/io/open.t util.c
61914 ____________________________________________________________________________
61915 [  9300] By: nick                                  on 2001/03/22  17:36:32
61916         Log: Don't include $@ in not ok message.
61917      Branch: perlio
61918            ! t/io/open.t
61919 ____________________________________________________________________________
61920 [  9299] By: gsar                                  on 2001/03/22  16:53:45
61921         Log: back out changes#7532,7521 for now (appears to have problems
61922              on IRIX)
61923      Branch: maint-5.6/perl
61924            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61925            ! ext/POSIX/typemap pod/perlvar.pod
61926 ____________________________________________________________________________
61927 [  9298] By: nick                                  on 2001/03/22  14:35:46
61928         Log: Give a meaning to '&' in n-arg open case:
61929              open($fh,"<&",$scalar);
61930              $scalar can be:
61931              - an integer which does "fdopen"
61932              open($fh,"<&",2); # like open($fh,"<&2")
61933              - something that will yield a file handle via sv_2io()
61934              useful for dup'ing anonymous handles.
61935              e.g.:
61936              open(my $fh,"<&",\*STDIN);
61937              open(my $dup,"<&",$fh);
61938      Branch: perlio
61939            ! doio.c t/io/open.t
61940 ____________________________________________________________________________
61941 [  9297] By: nick                                  on 2001/03/22  13:34:35
61942         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61943      Branch: perlio
61944            ! util.c
61945 ____________________________________________________________________________
61946 [  9296] By: nick                                  on 2001/03/22  12:51:20
61947         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61948      Branch: perlio
61949            ! perl.c
61950 ____________________________________________________________________________
61951 [  9295] By: nick                                  on 2001/03/22  11:59:44
61952         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61953              then warn at time of open not at time of use.
61954      Branch: perlio
61955            ! doio.c pp_hot.c pp_sys.c
61956 ____________________________________________________________________________
61957 [  9294] By: nick                                  on 2001/03/22  10:54:35
61958         Log: Die on n-arg open(...,"",xxx,yyy,...)
61959              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61960              - die on read/write cases so we can decide what it means later.
61961      Branch: perlio
61962            ! doio.c embed.pl iperlsys.h util.c
61963 ____________________________________________________________________________
61964 [  9293] By: nick                                  on 2001/03/22  09:02:45
61965         Log: perlio tweaks (reported by Nick Clark)
61966              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61967              error check in Pendinf_read().
61968      Branch: perlio
61969            ! perlio.c
61970 ____________________________________________________________________________
61971 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61972         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61973              fixes)
61974      Branch: maint-5.6/perl
61975           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61976 ____________________________________________________________________________
61977 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61978         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61979      Branch: perl
61980            ! t/op/re_tests
61981 ____________________________________________________________________________
61982 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61983         Log: Move MacOS Classic higher in the list of supported platforms.
61984      Branch: maint-5.6/perl
61985            ! pod/perlport.pod
61986 ____________________________________________________________________________
61987 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61988         Log: revert part of change#6438 for compatibility (av_reify()
61989              appears to be needed to implement av_splice()ish things
61990              in XS)
61991      Branch: maint-5.6/perl
61992            ! embed.pl global.sym objXSUB.h perlapi.c
61993 ____________________________________________________________________________
61994 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61995         Log: update copyright year
61996      Branch: maint-5.6/perl
61997            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61998            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61999            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
62000            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
62001            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
62002            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
62003            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
62004            ! x2p/walk.c
62005 ____________________________________________________________________________
62006 [  9287] By: jhi                                   on 2001/03/21  20:30:54
62007         Log: Integrate perlio:
62008              
62009              [  9285]
62010              Multiplicity fix for Dumper.
62011      Branch: perl
62012           !> ext/Data/Dumper/Dumper.xs
62013 ____________________________________________________________________________
62014 [  9286] By: gsar                                  on 2001/03/21  19:49:54
62015         Log: makefile.mk tweak
62016      Branch: maint-5.6/perl
62017            ! win32/Makefile win32/makefile.mk
62018 ____________________________________________________________________________
62019 [  9285] By: nick                                  on 2001/03/21  19:07:13
62020         Log: Multiplicity fix for Dumper.
62021      Branch: perlio
62022            ! ext/Data/Dumper/Dumper.xs
62023 ____________________________________________________________________________
62024 [  9284] By: nick                                  on 2001/03/21  19:01:07
62025         Log: Integrate mainline - (does not build xTHX issue in Dumper).
62026      Branch: perlio
62027           !> (integrate 27 files)
62028 ____________________________________________________________________________
62029 [  9283] By: jhi                                   on 2001/03/21  17:17:35
62030         Log: Integrate change #9282 from mainline into maintperl,
62031              4-arg UTF-8 substr().
62032      Branch: maint-5.6/perl
62033           !> pp.c
62034 ____________________________________________________________________________
62035 [  9282] By: jhi                                   on 2001/03/21  17:15:43
62036         Log: The #9270 would have leaked a scalar if pp_substr()
62037              returned early.
62038      Branch: perl
62039            ! pp.c
62040 ____________________________________________________________________________
62041 [  9281] By: gsar                                  on 2001/03/21  17:03:14
62042         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
62043      Branch: maint-5.6/perl
62044            ! win32/makefile.mk
62045 ____________________________________________________________________________
62046 [  9280] By: gsar                                  on 2001/03/21  17:01:20
62047         Log: some tweaks to change#9278 (fork() emulation should be enabled
62048              by setting BUILD_FLAVOR instead of changing the defaults)
62049      Branch: maint-5.6/perl
62050            ! win32/makefile.mk
62051 ____________________________________________________________________________
62052 [  9279] By: gsar                                  on 2001/03/21  16:47:19
62053         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
62054      Branch: maint-5.6/perl
62055            ! ext/File/Glob/Glob.pm
62056           !> lib/Cwd.pm
62057 ____________________________________________________________________________
62058 [  9278] By: jhi                                   on 2001/03/21  14:35:10
62059         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
62060              From: "Vadim Konovalov" <watman@inbox.ru>
62061              Date: Wed, 21 Mar 2001 01:53:51 +0300
62062              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
62063      Branch: maint-5.6/perl
62064            ! win32/makefile.mk win32/win32sck.c
62065 ____________________________________________________________________________
62066 [  9277] By: jhi                                   on 2001/03/21  13:58:28
62067         Log: Integrate change #9270 from mainline to maintperl:
62068              continued 4-arg UTF-8 substr() fixing.
62069      Branch: maint-5.6/perl
62070           !> pp.c t/op/substr.t
62071 ____________________________________________________________________________
62072 [  9276] By: jhi                                   on 2001/03/21  13:33:00
62073         Log: More pixie cleaning.
62074      Branch: perl
62075            ! Makefile.SH
62076 ____________________________________________________________________________
62077 [  9275] By: jhi                                   on 2001/03/21  03:54:17
62078         Log: Update Changes.
62079      Branch: perl
62080            ! Changes patchlevel.h
62081 ____________________________________________________________________________
62082 [  9274] By: jhi                                   on 2001/03/21  03:48:24
62083         Log: First stab at making Data::Dumper to grok Unicode.
62084              
62085              TODO: tests, EBCDICify.
62086      Branch: perl
62087            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
62088 ____________________________________________________________________________
62089 [  9273] By: jhi                                   on 2001/03/21  02:23:00
62090         Log: Fix for
62091              
62092              Subject: Memory leak in unquoted print   
62093              From: Benjamin Sugars <bsugars@canoe.ca> 
62094              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
62095              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
62096      Branch: perl
62097            ! perlio.c
62098 ____________________________________________________________________________
62099 [  9272] By: jhi                                   on 2001/03/21  01:33:17
62100         Log: Subject: Re: [PATCH] POSIX::getcwd()
62101              From: Benjamin Sugars <bsugars@canoe.ca> 
62102              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
62103              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
62104      Branch: perl
62105            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
62106 ____________________________________________________________________________
62107 [  9271] By: jhi                                   on 2001/03/21  01:22:52
62108         Log: Subject: [PATCH] Cwd.pm docs
62109              From: Benjamin Sugars <bsugars@canoe.ca>
62110              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
62111              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
62112      Branch: perl
62113            ! lib/Cwd.pm
62114 ____________________________________________________________________________
62115 [  9270] By: jhi                                   on 2001/03/21  01:16:29
62116         Log: Continue 4-arg substr() UTF-8 fixage.
62117      Branch: perl
62118            ! pp.c t/op/substr.t
62119 ____________________________________________________________________________
62120 [  9269] By: jhi                                   on 2001/03/21  00:46:14
62121         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
62122              
62123              revert the leak fix in change#9142 (problem needs a more experimental
62124              fix unsuitable for 5.6.1)
62125              
62126              do alphabetical sorting by default (for csh compatibility)
62127              
62128              cut-n-paste goof in change#9264
62129              
62130              VMS piping fixes (from Charles Lane)
62131      Branch: perl
62132           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
62133           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
62134           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
62135 ____________________________________________________________________________
62136 [  9268] By: jhi                                   on 2001/03/21  00:37:04
62137         Log: Integrate perlio:
62138              
62139              [  9267]
62140              More EBCDIC stuff:
62141              - Loose the extra level of function on ASCII.
62142              - spotted a chr(0) issue in sv.c
62143              - re-work of UTF-X tr/// ranges to work in Unicode
62144              space. Still issues with the "0xff is illegal UTF-8" hack.
62145              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
62146              (why do it once when you can do it all over the place :-(
62147              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
62148              need utf8.pm for swashes.
62149              - Simplified and commented scan_const() in toke.c
62150              Still something wrong regexp and tr (swashes?).
62151      Branch: perl
62152           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62153           !> utf8.c utf8.h utfebcdic.h
62154 ____________________________________________________________________________
62155 [  9267] By: nick                                  on 2001/03/20  20:04:39
62156         Log: More EBCDIC stuff:
62157              - Loose the extra level of function on ASCII.
62158              - spotted a chr(0) issue in sv.c
62159              - re-work of UTF-X tr/// ranges to work in Unicode
62160              space. Still issues with the "0xff is illegal UTF-8" hack.
62161              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
62162              (why do it once when you can do it all over the place :-(
62163              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
62164              need utf8.pm for swashes.
62165              - Simplified and commented scan_const() in toke.c
62166              Still something wrong regexp and tr (swashes?).
62167      Branch: perlio
62168            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62169            ! utf8.c utf8.h utfebcdic.h
62170 ____________________________________________________________________________
62171 [  9266] By: gsar                                  on 2001/03/20  19:16:43
62172         Log: VMS piping fixes (from Charles Lane)
62173      Branch: maint-5.6/perl
62174            ! vms/vms.c vms/vmspipe.com
62175 ____________________________________________________________________________
62176 [  9265] By: gsar                                  on 2001/03/20  17:53:52
62177         Log: cut-n-paste goof in change#9264
62178      Branch: maint-5.6/perl
62179            ! ext/File/Glob/Glob.xs
62180 ____________________________________________________________________________
62181 [  9264] By: gsar                                  on 2001/03/20  17:43:47
62182         Log: do alphabetical sorting by default (for csh compatibility);
62183              bsd_glob() does ASCII sort by default as usual, unless
62184              GLOB_ALPHASORT was specified
62185      Branch: maint-5.6/perl
62186            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
62187            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
62188            ! ext/File/Glob/bsd_glob.h
62189 ____________________________________________________________________________
62190 [  9263] By: gsar                                  on 2001/03/20  16:40:08
62191         Log: integrate change#9255 from mainline (unicode fix)
62192              
62193              substr($bytestr, i, n, $charstr)
62194      Branch: maint-5.6/perl
62195           !> Todo-5.6 pp.c t/op/substr.t
62196 ____________________________________________________________________________
62197 [  9262] By: gsar                                  on 2001/03/20  15:57:41
62198         Log: revert the leak fix in change#9142 (problem needs a more experimental
62199              fix unsuitable for 5.6.1)
62200      Branch: maint-5.6/perl
62201            ! scope.c
62202 ____________________________________________________________________________
62203 [  9261] By: jhi                                   on 2001/03/20  14:26:25
62204         Log: Integrate changes #9259,9260 from maintperl into mainline.
62205              
62206              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62207              
62208              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62209      Branch: perl
62210           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
62211 ____________________________________________________________________________
62212 [  9260] By: jhi                                   on 2001/03/20  14:05:46
62213         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62214              From: Robin Barker <rmb1@cise.npl.co.uk>
62215              Date: Tue, 20 Mar 2001 10:12:04 GMT
62216              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
62217      Branch: maint-5.6/perl
62218            ! run.c
62219 ____________________________________________________________________________
62220 [  9259] By: jhi                                   on 2001/03/20  14:04:39
62221         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62222              From: Chris Nandor <pudge@pobox.com>
62223              Date: Tue, 20 Mar 2001 00:40:56 -0500
62224              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
62225      Branch: maint-5.6/perl
62226            ! ext/POSIX/POSIX.xs lib/File/Path.pm
62227 ____________________________________________________________________________
62228 [  9258] By: jhi                                   on 2001/03/20  05:09:34
62229         Log: Update Changes.
62230      Branch: perl
62231            ! Changes patchlevel.h
62232 ____________________________________________________________________________
62233 [  9257] By: jhi                                   on 2001/03/20  05:04:25
62234         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
62235      Branch: perl
62236            ! t/op/tr.t
62237 ____________________________________________________________________________
62238 [  9256] By: jhi                                   on 2001/03/20  04:43:12
62239         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
62240              From: Peter Prymmer <pvhp@forte.com>
62241              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
62242              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
62243      Branch: maint-5.6/perl
62244            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
62245 ____________________________________________________________________________
62246 [  9255] By: jhi                                   on 2001/03/19  23:17:17
62247         Log: substr($bytestr, i, n, $charstr)
62248              
62249              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
62250      Branch: perl
62251            ! Todo-5.6 pp.c t/op/substr.t
62252 ____________________________________________________________________________
62253 [  9254] By: jhi                                   on 2001/03/19  22:25:09
62254         Log: Rearrange the make test target prerequisites so that
62255              in a parallel make 'all' is finished before 'test'.
62256      Branch: perl
62257            ! Makefile.SH
62258 ____________________________________________________________________________
62259 [  9253] By: jhi                                   on 2001/03/19  21:48:07
62260         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
62261              From: Robin Houston <robin@kitsite.com>
62262              Date: Mon, 19 Mar 2001 15:48:41 +0000
62263              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
62264      Branch: perl
62265            ! pp_ctl.c
62266 ____________________________________________________________________________
62267 [  9252] By: jhi                                   on 2001/03/19  21:42:27
62268         Log: Integrate perlio:
62269              
62270              [  9248]
62271              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62272              (Building on OS390 uses native YACC and YYDEBUG has other
62273              side effects.)
62274              
62275              [  9246]
62276              More EBCDIC fixes.
62277      Branch: perl
62278           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
62279           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
62280           !> utfebcdic.h vms/perly_c.vms
62281 ____________________________________________________________________________
62282 [  9251] By: jhi                                   on 2001/03/19  21:31:28
62283         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
62284              
62285              Dynaloading in 64-bit AIX with vac.
62286      Branch: perl
62287           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62288           !> hints/aix.sh
62289 ____________________________________________________________________________
62290 [  9250] By: jhi                                   on 2001/03/19  21:18:00
62291         Log: A more robust solution for the 64bitall AIX dynaloading
62292              problem, from Jens-Uwe Mager.
62293      Branch: maint-5.6/perl
62294            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62295 ____________________________________________________________________________
62296 [  9249] By: nick                                  on 2001/03/19  20:59:37
62297         Log: Integrate mainline.
62298      Branch: perlio
62299           !> (integrate 42 files)
62300 ____________________________________________________________________________
62301 [  9248] By: nick                                  on 2001/03/19  20:22:07
62302         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62303              (Building on OS390 uses native YACC and YYDEBUG has other
62304              side effects.)
62305      Branch: perlio
62306            ! perly.c perly.y vms/perly_c.vms
62307 ____________________________________________________________________________
62308 [  9247] By: jhi                                   on 2001/03/19  19:59:53
62309         Log: 64-bit AIX dynaloading problem (see #9244) idea
62310              from Jens-Uwe Mager.
62311      Branch: maint-5.6/perl
62312            ! ext/DynaLoader/dl_aix.xs
62313 ____________________________________________________________________________
62314 [  9246] By: nick                                  on 2001/03/19  19:27:57
62315         Log: More EBCDIC fixes.
62316      Branch: perlio
62317            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
62318            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
62319 ____________________________________________________________________________
62320 [  9245] By: jhi                                   on 2001/03/19  19:05:19
62321         Log: Integrate change #9243 from mainline into maintperl.
62322              
62323              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62324      Branch: maint-5.6/perl
62325           !> README.vmesa
62326 ____________________________________________________________________________
62327 [  9244] By: jhi                                   on 2001/03/19  19:03:15
62328         Log: Get 64bitall AIX building, but still does not test okay:
62329              dynaloading anything fails, for example for op/defins:
62330              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
62331              (update: fixed by #9247,9250)
62332      Branch: maint-5.6/perl
62333            ! hints/aix.sh
62334 ____________________________________________________________________________
62335 [  9243] By: jhi                                   on 2001/03/19  19:00:16
62336         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62337              From: Robin Barker <rmb1@cise.npl.co.uk>
62338              Date: Mon, 19 Mar 2001 18:01:57 GMT
62339              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
62340      Branch: perl
62341            ! README.vmesa
62342 ____________________________________________________________________________
62343 [  9242] By: jhi                                   on 2001/03/19  18:58:43
62344         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
62345              
62346              TODO: tests.
62347      Branch: perl
62348            ! doop.c op.c
62349 ____________________________________________________________________________
62350 [  9241] By: gsar                                  on 2001/03/19  17:34:46
62351         Log: VMSify tests (from Charles Lane)
62352      Branch: maint-5.6/perl
62353            ! t/lib/filehand.t t/lib/texttabs.t
62354 ____________________________________________________________________________
62355 [  9240] By: jhi                                   on 2001/03/19  14:24:26
62356         Log: Integrate change #9233 from maintperl into mainline.
62357              
62358              some refcounts were incorrect in perl_clone()
62359      Branch: perl
62360           !> sv.c
62361 ____________________________________________________________________________
62362 [  9239] By: gsar                                  on 2001/03/19  09:23:17
62363         Log: this is 5.6.1-trial3
62364      Branch: maint-5.6/perl
62365            ! Changes
62366 ____________________________________________________________________________
62367 [  9238] By: gsar                                  on 2001/03/19  08:47:04
62368         Log: some new symbols are only available under ithreads
62369      Branch: maint-5.6/perl
62370            ! makedef.pl
62371 ____________________________________________________________________________
62372 [  9237] By: gsar                                  on 2001/03/19  08:42:28
62373         Log: update patchlevel.h, Changes, &c.
62374      Branch: maint-5.6/perl
62375            ! Changes patchlevel.h pod/perlhist.pod
62376           !> AUTHORS
62377 ____________________________________________________________________________
62378 [  9236] By: gsar                                  on 2001/03/19  08:17:49
62379         Log: integrate changes#8068,8717 from mainline
62380              
62381              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
62382              
62383              [PATCH CPAN 1.59_51] warning message (not!)
62384      Branch: maint-5.6/perl
62385           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
62386           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
62387           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
62388           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
62389           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
62390 ____________________________________________________________________________
62391 [  9235] By: gsar                                  on 2001/03/19  08:07:09
62392         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
62393              
62394              [PATCH] Add missing CV flags to dump.c
62395              
62396              Re: [patch] Re: PL_ptr_table
62397              
62398              Fixup non-ithread build after 8713
62399              
62400              Generated files form 8713 etc.
62401              
62402              Correct the correction :-(
62403              
62404              Documenting coderef @INC (Re: CPAN "make this script work" feature)
62405              
62406              Subject: Re: sync sync sync: have I missed any patches?
62407              Replace djSP with dSP.
62408      Branch: maint-5.6/perl
62409           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
62410           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
62411           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
62412           !> sv.c sv.h win32/perlhost.h
62413 ____________________________________________________________________________
62414 [  9234] By: gsar                                  on 2001/03/19  07:22:05
62415         Log: revert the change#9090 integrate for now (change looks somewhat
62416              incomplete in that [ha]v_exists() need something similar; lacks
62417              tests; &c.)
62418      Branch: maint-5.6/perl
62419            ! hv.c
62420 ____________________________________________________________________________
62421 [  9233] By: gsar                                  on 2001/03/19  07:10:01
62422         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
62423              destruction when there are unreferenced scalars (SvREFCNT==0)
62424      Branch: maint-5.6/perl
62425            ! sv.c
62426 ____________________________________________________________________________
62427 [  9232] By: jhi                                   on 2001/03/19  05:11:02
62428         Log: Regen api and toc.
62429      Branch: maint-5.6/perl
62430            ! pod/perlapi.pod pod/perltoc.pod
62431 ____________________________________________________________________________
62432 [  9231] By: jhi                                   on 2001/03/19  04:06:03
62433         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
62434              add a lost line in pp.c:pp_chop(), update to new op/chop.
62435              
62436              Clarify the description differentiating for and while; inspired by
62437              
62438              Subject: [ID 20010306.004] || != named unary operator
62439              
62440              The $Is_MacOS needs to be declared.
62441      Branch: maint-5.6/perl
62442            ! pp.c t/op/chop.t
62443           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
62444 ____________________________________________________________________________
62445 [  9230] By: jhi                                   on 2001/03/19  03:48:16
62446         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
62447              9079,9083,9089,9090,9091 from mainline to maintperl.
62448              
62449              Quieten some noise in Win32 builds
62450              
62451              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
62452              
62453              The perlretut was still talking about the old \p and \P
62454              definitions.
62455              
62456              More tweakage on the Unicode character class descriptions.
62457              
62458              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
62459              
62460              Subject: 'no *POSIX' Patch speeding up make on BS2000 
62461              
62462              Subject: [PATCH] perldata.pod here-doc docs
62463              
62464              Add /sbin and /usr/sbin to the list of directories scanned
62465              for setuid programs.  Takes care of bug id 20010309.003.
62466              
62467              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
62468              
62469              In op/stat #35 better to scan all the potential directories
62470              for setuids, not just the first one.
62471      Branch: maint-5.6/perl
62472            ! Makefile.SH
62473           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
62474           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
62475           !> t/op/stat.t toke.c win32/win32.h
62476 ____________________________________________________________________________
62477 [  9229] By: jhi                                   on 2001/03/19  02:31:50
62478         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
62479              From: Chris Nandor <pudge@pobox.com>
62480              Date: Sat, 10 Mar 2001 14:22:19 -0500
62481              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
62482      Branch: maint-5.6/perl
62483            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62484            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
62485            ! t/lib/b.t t/lib/errno.t
62486 ____________________________________________________________________________
62487 [  9228] By: jhi                                   on 2001/03/19  02:29:59
62488         Log: Integrate changes #9113,9122 from mainline into maintperl.
62489              
62490              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?)
62491      Branch: maint-5.6/perl
62492           !> Configure README.os390 hints/os390.sh
62493 ____________________________________________________________________________
62494 [  9227] By: jhi                                   on 2001/03/19  02:22:35
62495         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
62496              into maintperl.
62497              
62498              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62499              
62500              Forgot to check-in the larger part of #9120, duh.
62501              
62502              Subject: Another patch for integer.pm POD 
62503              
62504              h2ph strictness and cleanliness from Kurt Starsinic.
62505              
62506              Borland filename case problem.
62507              
62508              h2ph strictness and cleanliness from Kurt Starsinic.
62509              
62510              Subject: [PATCH] the uncontroversial doc patches
62511      Branch: maint-5.6/perl
62512           +> win32/sncfnmcs.pl
62513           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
62514           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
62515           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
62516           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
62517           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
62518           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
62519           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
62520 ____________________________________________________________________________
62521 [  9226] By: jhi                                   on 2001/03/19  02:10:21
62522         Log: Integrate changes #9207,9214 from mainline into maintperl.
62523              
62524              podchecker relaxations: =over has an *optional* number after it,
62525              and whitespace in L<> is okay.
62526      Branch: maint-5.6/perl
62527           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62528           !> t/pod/poderrs.xr
62529 ____________________________________________________________________________
62530 [  9225] By: jhi                                   on 2001/03/19  02:07:38
62531         Log: Integrate change #9219 from maintperl into mainline.
62532              
62533              remove duplicated tests
62534      Branch: perl
62535           !> t/op/re_tests
62536 ____________________________________________________________________________
62537 [  9224] By: jhi                                   on 2001/03/19  02:06:11
62538         Log: Integrate change #9223 from mainline to maintperl.
62539              
62540              Document -Dmksymlinks.
62541      Branch: maint-5.6/perl
62542           !> INSTALL
62543 ____________________________________________________________________________
62544 [  9223] By: jhi                                   on 2001/03/19  02:01:25
62545         Log: Document -Dmksymlinks.
62546      Branch: perl
62547            ! INSTALL
62548 ____________________________________________________________________________
62549 [  9222] By: jhi                                   on 2001/03/19  01:15:35
62550         Log: The -Dmksymlinks wasn't working for maintperl.
62551      Branch: maint-5.6/perl
62552            ! Configure
62553 ____________________________________________________________________________
62554 [  9221] By: jhi                                   on 2001/03/19  00:49:43
62555         Log: Cleanup pixie residue.
62556      Branch: perl
62557            ! Makefile.SH
62558 ____________________________________________________________________________
62559 [  9220] By: jhi                                   on 2001/03/19  00:44:47
62560         Log: Document the use of pixie/prof; create make targets for it.
62561              
62562              TODO: make t/TEST pixie-aware.
62563      Branch: perl
62564            ! Makefile.SH pod/perlhack.pod
62565 ____________________________________________________________________________
62566 [  9219] By: gsar                                  on 2001/03/19  00:16:55
62567         Log: remove duplicated tests
62568      Branch: maint-5.6/perl
62569            ! t/op/re_tests
62570 ____________________________________________________________________________
62571 [  9218] By: jhi                                   on 2001/03/18  23:59:31
62572         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
62573      Branch: perl
62574            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
62575 ____________________________________________________________________________
62576 [  9217] By: jhi                                   on 2001/03/18  23:25:20
62577         Log: Rewrite the tests section of Makefile to be less redundant
62578              and to allow for more flexible test targets, many recursive
62579              make calls introduced.
62580      Branch: perl
62581            ! Makefile.SH
62582 ____________________________________________________________________________
62583 [  9216] By: jhi                                   on 2001/03/18  22:30:04
62584         Log: Document the use of Third Degree (sparsely).
62585      Branch: perl
62586            ! pod/perlhack.pod t/TEST
62587 ____________________________________________________________________________
62588 [  9215] By: jhi                                   on 2001/03/18  22:10:30
62589         Log: Make targets for testing with Third Degree.
62590      Branch: perl
62591            ! Makefile.SH
62592 ____________________________________________________________________________
62593 [  9214] By: jhi                                   on 2001/03/18  21:08:53
62594         Log: The podchecker relaxations need to mirrored also at the tests.
62595      Branch: perl
62596            ! t/pod/poderrs.xr
62597 ____________________________________________________________________________
62598 [  9213] By: jhi                                   on 2001/03/18  20:56:21
62599         Log: Update Changes.
62600      Branch: perl
62601            ! Changes patchlevel.h
62602 ____________________________________________________________________________
62603 [  9212] By: jhi                                   on 2001/03/18  20:36:59
62604         Log: Looking for config.sh in parent directories isn't
62605              very useful for the toplevel Makefile.
62606      Branch: perl
62607            ! Makefile.SH
62608 ____________________________________________________________________________
62609 [  9211] By: jhi                                   on 2001/03/18  20:33:37
62610         Log: On "make clean" take care of Third Degree droppings.
62611      Branch: perl
62612            ! Makefile.SH
62613 ____________________________________________________________________________
62614 [  9210] By: jhi                                   on 2001/03/18  20:21:34
62615         Log: Add a hook for running the tests under the Third Degree
62616              debugging tool (set $ENV{PERL_3LOG} to non-zero)
62617              
62618              TODO: Document the use of Third Degree.
62619      Branch: perl
62620            ! t/TEST
62621 ____________________________________________________________________________
62622 [  9209] By: jhi                                   on 2001/03/18  20:19:07
62623         Log: Regen toc and api pods.
62624      Branch: perl
62625            ! pod/perlapi.pod pod/perltoc.pod
62626 ____________________________________________________________________________
62627 [  9208] By: jhi                                   on 2001/03/18  20:12:12
62628         Log: Integrate changes #8128,9132 from mainline into maintperl,
62629              Tie::SubstrHash fixes.
62630      Branch: maint-5.6/perl
62631           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62632 ____________________________________________________________________________
62633 [  9207] By: jhi                                   on 2001/03/18  20:07:43
62634         Log: podchecker relaxations from Michael Stevens.
62635      Branch: perl
62636            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62637 ____________________________________________________________________________
62638 [  9206] By: jhi                                   on 2001/03/18  20:04:24
62639         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
62640      Branch: perl
62641            ! lib/Locale/Constants.pm lib/Locale/Country.pm
62642            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
62643            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
62644 ____________________________________________________________________________
62645 [  9205] By: jhi                                   on 2001/03/18  19:54:45
62646         Log: Integrate changes #9161,9162 from maintperl to mainline.
62647              
62648              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62649              results
62650      Branch: perl
62651           !> t/op/magic.t
62652 ____________________________________________________________________________
62653 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62654         Log: Make perl.third checks more understandable to the builder.
62655      Branch: perl
62656            ! Makefile.SH
62657 ____________________________________________________________________________
62658 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62659         Log: Re-integrate #9138 from maintperl to mainline,
62660              the squelching of the unneeded "Scalars leaked" messages.
62661      Branch: perl
62662           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62663           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62664           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62665 ____________________________________________________________________________
62666 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62667         Log: More robust and more paranoid perl.third target.
62668      Branch: perl
62669            ! Makefile.SH
62670 ____________________________________________________________________________
62671 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62672         Log: Integrate change #9197 from maintperl to mainline.
62673              
62674              more thorough cleaning of arenas.
62675      Branch: perl
62676           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62677 ____________________________________________________________________________
62678 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62679         Log: Integrate perlio:
62680              
62681              [  9199]
62682              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62683              is the sense of the test being done. Avoid some magical 127 and 128 values
62684              by using macros.
62685              
62686              [  9198]
62687              UTF-X encoding invariance for Encode:
62688              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62689              - move the XS code for those to universal.c (so in miniperl)
62690              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62691              - change ext/Encode/compile to use above.
62692              - Fix t/lib/encode.t for above
62693              - Teach t/lib/b.t to expect -uutf8
62694              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62695              utf8.pm is needed.
62696              
62697              [  9196]
62698              Fix pragma/utf8.t # 15
62699              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62700              are SvUTF8 as well.
62701      Branch: perl
62702           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62703           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62704           !> t/lib/encode.t toke.c universal.c utf8.c
62705 ____________________________________________________________________________
62706 [  9199] By: nick                                  on 2001/03/18  15:23:51
62707         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62708              is the sense of the test being done. Avoid some magical 127 and 128 values
62709              by using macros.
62710      Branch: perlio
62711            ! doop.c pp_ctl.c sv.c toke.c
62712 ____________________________________________________________________________
62713 [  9198] By: nick                                  on 2001/03/18  14:18:12
62714         Log: UTF-X encoding invariance for Encode:
62715              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62716              - move the XS code for those to universal.c (so in miniperl)
62717              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62718              - change ext/Encode/compile to use above.
62719              - Fix t/lib/encode.t for above
62720              - Teach t/lib/b.t to expect -uutf8
62721              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62722              utf8.pm is needed.
62723      Branch: perlio
62724            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62725            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62726 ____________________________________________________________________________
62727 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62728         Log: more thorough cleaning of arenas--keep going until no more
62729              SvREFCNT_dec()s occur (this fixes the problem that causes the
62730              pesky "Scalars leaked" warnings)
62731      Branch: maint-5.6/perl
62732            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62733 ____________________________________________________________________________
62734 [  9196] By: nick                                  on 2001/03/18  10:57:29
62735         Log: Fix pragma/utf8.t # 15
62736              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62737              are SvUTF8 as well.
62738      Branch: perlio
62739            ! toke.c
62740 ____________________________________________________________________________
62741 [  9195] By: nick                                  on 2001/03/18  09:27:06
62742         Log: Integrate mainline
62743      Branch: perlio
62744           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62745           !> t/op/pat.t
62746 ____________________________________________________________________________
62747 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62748         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62749              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62750      Branch: perl
62751            ! op.c op.h t/op/misc.t t/op/pat.t
62752 ____________________________________________________________________________
62753 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62754         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62755      Branch: perl
62756            ! mg.c t/op/pat.t
62757 ____________________________________________________________________________
62758 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62759         Log: tr/// UTF-8 patches from Inaba Hiroto.
62760      Branch: perl
62761            ! doop.c op.c
62762 ____________________________________________________________________________
62763 [  9191] By: jhi                                   on 2001/03/18  04:21:17
62764         Log: Integrate perlio:
62765              
62766              [  9190]
62767              Correct #if EBCDIC side typos.
62768              Builds and passes many tests on OS390.
62769      Branch: perl
62770           !> utf8.c utfebcdic.h
62771 ____________________________________________________________________________
62772 [  9190] By: nick                                  on 2001/03/17  20:32:01
62773         Log: Correct #if EBCDIC side typos.
62774              Builds and passes many tests on OS390.
62775      Branch: perlio
62776            ! utf8.c utfebcdic.h
62777 ____________________________________________________________________________
62778 [  9189] By: jhi                                   on 2001/03/17  18:55:49
62779         Log: Add prerequisites for the perl.third target.
62780      Branch: perl
62781            ! Makefile.SH
62782 ____________________________________________________________________________
62783 [  9188] By: jhi                                   on 2001/03/17  18:46:00
62784         Log: Integrate perlio:
62785              
62786              [  9186]
62787              MANIFEST addition :-(
62788              
62789              [  9185]
62790              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62791              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62792              a superset of ASCII are invariant under the encoding. This is EBCDIC
62793              friendly as an encoded string can be looked at as being EBCDIC by lexer
62794              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
62795              ASCII on ASCII machines.
62796              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62797              seperate.
62798              - Add some more macros to comprehend different shift amounts and
62799              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62800              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62801              and conditionally #include it.
62802              EBCDIC build as yet untested.  ASCII still fails the one test.
62803              
62804              [  9184]
62805              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62806      Branch: perl
62807           +> utfebcdic.h
62808           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
62809 ____________________________________________________________________________
62810 [  9187] By: jhi                                   on 2001/03/17  18:38:47
62811         Log: Add a make rule for perl.third (the Third Degree memory debugging
62812              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
62813      Branch: perl
62814            ! Makefile.SH
62815 ____________________________________________________________________________
62816 [  9186] By: nick                                  on 2001/03/17  18:34:48
62817         Log: MANIFEST addition :-(
62818      Branch: perlio
62819            ! MANIFEST
62820 ____________________________________________________________________________
62821 [  9185] By: nick                                  on 2001/03/17  18:29:50
62822         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62823              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62824              a superset of ASCII are invariant under the encoding. This is EBCDIC
62825              friendly as an encoded string can be looked at as being EBCDIC by lexer
62826              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
62827              ASCII on ASCII machines.
62828              
62829              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62830              seperate.
62831              - Add some more macros to comprehend different shift amounts and
62832              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62833              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62834              and conditionally #include it.
62835              
62836              EBCDIC build as yet untested.  ASCII still fails the one test.
62837      Branch: perlio
62838            + utfebcdic.h
62839            ! utf8.c utf8.h
62840 ____________________________________________________________________________
62841 [  9184] By: nick                                  on 2001/03/17  17:44:16
62842         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62843      Branch: perlio
62844            ! doop.c perl.h pp.c utf8.h
62845 ____________________________________________________________________________
62846 [  9183] By: jhi                                   on 2001/03/17  15:55:42
62847         Log: Integrate perlio:
62848              
62849              [  9182]
62850              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62851              
62852              [  9180]
62853              EBCDIC Fixes.
62854              
62855              [  9173]
62856              1st day's EBCDIC fixes:
62857              - toke.c's parsing of strings needed attention
62858              needed to conditionally e2a if string was already UTF-8
62859              - e2a/a2e tables where wrong way round.
62860              - new macros in utf8.h
62861      Branch: perl
62862            ! MANIFEST
62863           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
62864 ____________________________________________________________________________
62865 [  9182] By: nick                                  on 2001/03/17  09:16:06
62866         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62867      Branch: perlio
62868            ! t/op/pat.t
62869 ____________________________________________________________________________
62870 [  9181] By: nick                                  on 2001/03/17  09:15:11
62871         Log: Integrate mainline.
62872      Branch: perlio
62873           +> lib/Locale/Constants.pm lib/Locale/Country.pm
62874           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62875           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62876           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
62877           !> (integrate 83 files)
62878 ____________________________________________________________________________
62879 [  9180] By: nick                                  on 2001/03/16  17:23:21
62880         Log: EBCDIC Fixes.
62881      Branch: perlio
62882            ! perl.h sv.c toke.c utf8.c utf8.h
62883 ____________________________________________________________________________
62884 [  9179] By: jhi                                   on 2001/03/16  14:10:12
62885         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
62886              a change needed to work around an AIX compiler bug.
62887      Branch: perl
62888            ! ext/Storable/Storable.xs
62889 ____________________________________________________________________________
62890 [  9178] By: jhi                                   on 2001/03/16  03:19:59
62891         Log: With Damian's approval synchronize damian's modules'
62892              licensing with Perl's standard module licensing.
62893      Branch: perl
62894            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
62895 ____________________________________________________________________________
62896 [  9177] By: jhi                                   on 2001/03/16  03:15:34
62897         Log: Make the Filter::Util:Call files have their own copies
62898              of the Perl standard module licensing, from Paul Marquess.
62899      Branch: perl
62900            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62901 ____________________________________________________________________________
62902 [  9176] By: jhi                                   on 2001/03/16  02:56:04
62903         Log: Subject: [PATCH] more pod patches
62904              From: Michael Stevens <michael@etla.org>
62905              Date: Thu, 15 Mar 2001 21:25:18 +0000
62906              Message-ID: <20010315212518.A18870@firedrake.org>
62907      Branch: perl
62908            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
62909            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
62910            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
62911            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62912            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62913            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
62914            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
62915            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
62916            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
62917            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
62918            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
62919            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
62920            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
62921            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62922            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62923            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62924            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62925            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62926            ! lib/Locale/Country.pm lib/Locale/Language.pm
62927            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62928            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62929            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62930            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62931            ! os2/OS2/Process/Process.pm
62932 ____________________________________________________________________________
62933 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62934         Log: Subject: [PATCH] the uncontroversial doc patches
62935              From: Michael Stevens <michael@etla.org>
62936              Date: Thu, 15 Mar 2001 20:01:12 +0000
62937              Message-ID: <20010315200112.A7636@firedrake.org>
62938      Branch: perl
62939            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62940            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62941            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62942            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62943            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62944 ____________________________________________________________________________
62945 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62946         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62947              From: Paul Lindner <lindner@inuus.com>
62948              Date: Fri, 16 Mar 2001 11:28:03 -0800
62949              Message-ID: <20010316112803.A7577@inuus.com>
62950      Branch: perl
62951            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62952 ____________________________________________________________________________
62953 [  9173] By: nick                                  on 2001/03/15  20:21:03
62954         Log: 1st day's EBCDIC fixes:
62955              - toke.c's parsing of strings needed attention
62956              needed to conditionally e2a if string was already UTF-8
62957              - e2a/a2e tables where wrong way round.
62958              - new macros in utf8.h
62959      Branch: perlio
62960            ! perl.h toke.c utf8.h
62961 ____________________________________________________________________________
62962 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62963         Log: Update Changes.
62964      Branch: perl
62965            ! Changes patchlevel.h
62966 ____________________________________________________________________________
62967 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62968         Log: Subject: Re: Another Borland C++ problem.
62969              From: "Vadim Konovalov" <watman@inbox.ru>
62970              Date: Sat, 10 Mar 2001 19:26:07 +0300
62971              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62972              
62973              Borland filename case problem.
62974      Branch: perl
62975            + win32/sncfnmcs.pl
62976            ! MANIFEST README.win32
62977 ____________________________________________________________________________
62978 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62979         Log: Add Locale::Codes 1.06, from Neil Bowers.
62980      Branch: perl
62981            + lib/Locale/Constants.pm lib/Locale/Country.pm
62982            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62983            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62984            + t/lib/lc-language.t t/lib/lc-uk.t
62985            ! MANIFEST
62986 ____________________________________________________________________________
62987 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62988         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62989      Branch: perl
62990            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62991            ! ext/Storable/Storable.xs
62992 ____________________________________________________________________________
62993 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62994         Log: Integrate changes #9120,9167 from mainline to maintperl.
62995              
62996              Subject: [PATCH 5.6.1] OS/2 docs
62997              
62998              Subject: [PATCH 5.6.1] perldoc
62999      Branch: maint-5.6/perl
63000           !> os2/Changes utils/perldoc.PL
63001 ____________________________________________________________________________
63002 [  9167] By: jhi                                   on 2001/03/15  14:07:42
63003         Log: Subject: [PATCH 5.6.1] perldoc
63004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63005              Date: Wed, 14 Mar 2001 23:46:52 -0500
63006              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
63007      Branch: perl
63008            ! utils/perldoc.PL
63009 ____________________________________________________________________________
63010 [  9166] By: jhi                                   on 2001/03/15  13:53:15
63011         Log: sigaction test condition tweakage.
63012      Branch: perl
63013            ! t/lib/sigaction.t
63014 ____________________________________________________________________________
63015 [  9165] By: alanbur                               on 2001/03/15  03:49:17
63016         Log: Resynchronised with parent
63017      Branch: maint-5.6/pureperl
63018           +> os2/os2add.sym t/op/anonsub.t
63019           !> (integrate 72 files)
63020 ____________________________________________________________________________
63021 [  9164] By: jhi                                   on 2001/03/15  01:05:01
63022         Log: Avoid stomping off the beginning of an array in tr///.
63023      Branch: perl
63024            ! op.c
63025 ____________________________________________________________________________
63026 [  9163] By: jhi                                   on 2001/03/15  00:58:57
63027         Log: h2ph strictness and cleanliness from Kurt Starsinic.
63028      Branch: perl
63029            ! utils/h2ph.PL
63030 ____________________________________________________________________________
63031 [  9162] By: gsar                                  on 2001/03/15  00:56:53
63032         Log: avoid warnings
63033      Branch: maint-5.6/perl
63034            ! t/op/magic.t
63035 ____________________________________________________________________________
63036 [  9161] By: gsar                                  on 2001/03/15  00:52:09
63037         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
63038              results
63039      Branch: maint-5.6/perl
63040            ! t/op/magic.t
63041 ____________________________________________________________________________
63042 [  9160] By: jhi                                   on 2001/03/14  22:02:10
63043         Log: Do not use the Perl malloc in IRIX, suggested by
63044              Helmus Jarausch.
63045      Branch: perl
63046            ! hints/irix_6.sh
63047 ____________________________________________________________________________
63048 [  9159] By: nick                                  on 2001/03/14  21:45:59
63049         Log: Integrate mainline
63050      Branch: perlio
63051           +> t/op/loopctl.t
63052           !> (integrate 41 files)
63053 ____________________________________________________________________________
63054 [  9158] By: jhi                                   on 2001/03/14  21:10:09
63055         Log: The Day of the Retractions continues: the #9138
63056              (integrated in #9144) doesn't work well in mainline.
63057      Branch: perl
63058            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
63059            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
63060            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
63061 ____________________________________________________________________________
63062 [  9157] By: jhi                                   on 2001/03/14  20:58:12
63063         Log: The #9145 CANNOT be enabled: the clear_pmop code still
63064              dumps core all over in Tru64.
63065      Branch: perl
63066            ! op.c op.h t/op/pat.t
63067 ____________________________________________________________________________
63068 [  9156] By: jhi                                   on 2001/03/14  20:48:06
63069         Log: Integrate change #9154 from maintperl to mainline.
63070              
63071              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
63072              (caused Storable 1.0.10 to break on windows)
63073      Branch: perl
63074           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
63075           !> perlapi.c proto.h
63076 ____________________________________________________________________________
63077 [  9155] By: jhi                                   on 2001/03/14  20:23:53
63078         Log: Retract #9136: breaks threading (and binary compatibility).
63079      Branch: perl
63080            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
63081 ____________________________________________________________________________
63082 [  9154] By: gsar                                  on 2001/03/14  17:48:18
63083         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
63084              (caused Storable 1.0.10 to break on windows)
63085      Branch: maint-5.6/perl
63086            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
63087            ! perlapi.c proto.h
63088 ____________________________________________________________________________
63089 [  9153] By: jhi                                   on 2001/03/14  13:35:21
63090         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
63091      Branch: perl
63092            ! t/lib/sigaction.t
63093 ____________________________________________________________________________
63094 [  9152] By: gsar                                  on 2001/03/14  07:29:40
63095         Log: back out changes#9012,9010,9009 and parts of change#9016
63096              (causes ABRs under purify, and some prerequisites don't
63097              seem to be there in 5.6.x)
63098      Branch: maint-5.6/perl
63099            ! doop.c op.c t/op/tr.t toke.c
63100 ____________________________________________________________________________
63101 [  9151] By: gsar                                  on 2001/03/14  07:01:29
63102         Log: reenable change#9145 (the test was busted due to a missing
63103              C<print "ok 27\n">)
63104      Branch: perl
63105            ! op.c op.h t/op/pat.t
63106 ____________________________________________________________________________
63107 [  9150] By: jhi                                   on 2001/03/14  06:38:36
63108         Log: Retract #9145.
63109      Branch: perl
63110            ! op.c op.h t/op/pat.t
63111 ____________________________________________________________________________
63112 [  9149] By: jhi                                   on 2001/03/14  06:14:56
63113         Log: Retract #9143.
63114      Branch: perl
63115            ! op.c
63116 ____________________________________________________________________________
63117 [  9148] By: gsar                                  on 2001/03/14  06:13:02
63118         Log: Uninitialized Memory Read in regexec.c
63119      Branch: perl
63120            ! regexec.c
63121 ____________________________________________________________________________
63122 [  9147] By: jhi                                   on 2001/03/14  04:59:54
63123         Log: Subject: PATCH: make goto work in nested eval ""
63124              From: Robin Houston <robin@kitsite.com>
63125              Date: Wed, 14 Mar 2001 04:16:10 +0000
63126              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
63127      Branch: perl
63128            ! pp_ctl.c t/op/goto.t
63129 ____________________________________________________________________________
63130 [  9146] By: jhi                                   on 2001/03/14  04:42:54
63131         Log: Preserve the #ifdef PERL_CORE in perly.h.
63132      Branch: perl
63133            ! perly.fixer
63134 ____________________________________________________________________________
63135 [  9145] By: jhi                                   on 2001/03/14  03:57:41
63136         Log: (Retracted by #9150.)
63137      Branch: perl
63138            ! op.c op.h t/op/pat.t
63139 ____________________________________________________________________________
63140 [  9144] By: jhi                                   on 2001/03/14  03:50:38
63141         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
63142              
63143              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
63144              
63145              remove squelch controls for "Scalars leaked" messages in most places
63146              (these are now cured)
63147              
63148              fix another memory leak reported by purify (tie callbacks that
63149              croak can leak when wiping out magic)
63150      Branch: perl
63151           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
63152           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
63153           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
63154           !> t/pragma/warnings.t
63155 ____________________________________________________________________________
63156 [  9143] By: jhi                                   on 2001/03/14  03:37:53
63157         Log: (Retracted by #9149.)
63158      Branch: perl
63159            ! op.c
63160 ____________________________________________________________________________
63161 [  9142] By: gsar                                  on 2001/03/14  03:20:48
63162         Log: fix another memory leak reported by purify (tie callbacks that
63163              croak can leak when wiping out magic)
63164      Branch: maint-5.6/perl
63165            ! scope.c
63166 ____________________________________________________________________________
63167 [  9141] By: jhi                                   on 2001/03/14  02:55:00
63168         Log: Subject: PATCH for [ID 20010305.003]
63169              From: Robin Houston <robin@kitsite.com>
63170              Date: Wed, 14 Mar 2001 02:45:51 +0000
63171              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
63172      Branch: perl
63173            ! pp_ctl.c t/op/eval.t
63174 ____________________________________________________________________________
63175 [  9140] By: jhi                                   on 2001/03/14  02:41:54
63176         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63177              Date: Wed, 14 Mar 2001 01:52:51 +0000
63178              From: Robin Houston <robin@kitsite.com>
63179              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
63180              
63181              Fix for 2000313.004.
63182      Branch: perl
63183            ! pp_ctl.c t/op/goto.t
63184 ____________________________________________________________________________
63185 [  9139] By: jhi                                   on 2001/03/14  02:40:50
63186         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63187              From: Robin Houston <robin@kitsite.com>
63188              Date: Wed, 14 Mar 2001 00:43:45 +0000
63189              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
63190      Branch: perl
63191            + t/op/loopctl.t
63192            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
63193            ! vms/perly_c.vms
63194 ____________________________________________________________________________
63195 [  9138] By: gsar                                  on 2001/03/14  01:18:00
63196         Log: remove squelch controls for "Scalars leaked" messages in most places
63197              (these are now cured)
63198      Branch: maint-5.6/perl
63199            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
63200            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
63201            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
63202 ____________________________________________________________________________
63203 [  9137] By: gsar                                  on 2001/03/14  00:57:04
63204         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
63205      Branch: maint-5.6/perl
63206            ! regcomp.c
63207 ____________________________________________________________________________
63208 [  9136] By: jhi                                   on 2001/03/13  23:12:24
63209         Log: (Retracted by #9155)
63210              
63211              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
63212              From: Jens-Uwe Mager <jum@helios.de>
63213              Date: Wed, 21 Feb 2001 21:32:04 +0100
63214              Message-ID: <20010221213203.A18340@ans.helios.de>
63215      Branch: perl
63216            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
63217 ____________________________________________________________________________
63218 [  9135] By: jhi                                   on 2001/03/13  22:50:05
63219         Log: Integrate perlio:
63220              
63221              [  9126]
63222              #ifdef'ed out code to make packed side of pack/unpack
63223              octets. (i.e. pack('U') => encode_utf8).
63224      Branch: perl
63225           !> pp.c
63226 ____________________________________________________________________________
63227 [  9134] By: jhi                                   on 2001/03/13  22:49:05
63228         Log: Integrate change #9131 from maintperl into mainline.
63229              
63230              make the error text look more consistent in hints/hpux.sh
63231      Branch: perl
63232           !> hints/hpux.sh
63233 ____________________________________________________________________________
63234 [  9133] By: gsar                                  on 2001/03/13  22:46:20
63235         Log: integrate change#9067 from mainline
63236              
63237              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63238      Branch: maint-5.6/perl
63239           !> lib/ExtUtils/MM_Unix.pm
63240 ____________________________________________________________________________
63241 [  9132] By: jhi                                   on 2001/03/13  22:41:21
63242         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63243              From: "John P. Linderman" <jpl@research.att.com>
63244              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
63245              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
63246              
63247              A more correct prime finder.
63248      Branch: perl
63249            ! lib/Tie/SubstrHash.pm
63250 ____________________________________________________________________________
63251 [  9131] By: gsar                                  on 2001/03/13  22:30:42
63252         Log: make the error text look more consistent in hints/hpux.sh
63253      Branch: maint-5.6/perl
63254            ! hints/hpux.sh
63255 ____________________________________________________________________________
63256 [  9130] By: jhi                                   on 2001/03/13  22:23:44
63257         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
63258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63259              Date: Tue, 13 Mar 2001 18:41:26 +0100
63260              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
63261              
63262              If the test is run non-interactively the default handler
63263              is different.
63264      Branch: perl
63265            ! t/lib/sigaction.t
63266 ____________________________________________________________________________
63267 [  9129] By: jhi                                   on 2001/03/13  22:20:21
63268         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
63269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63270              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
63271              Date:     Tue, 13 Mar 2001 16:44:32 EST
63272      Branch: perl
63273            ! t/lib/1_compile.t
63274 ____________________________________________________________________________
63275 [  9128] By: jhi                                   on 2001/03/13  22:18:34
63276         Log: Subject: Another patch for integer.pm POD 
63277              From: "John L. Allen" <allen@grumman.com>
63278              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
63279              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
63280      Branch: perl
63281            ! lib/integer.pm
63282 ____________________________________________________________________________
63283 [  9127] By: nick                                  on 2001/03/13  21:26:30
63284         Log: Integrate mainline.
63285      Branch: perlio
63286           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
63287           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
63288           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
63289           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
63290           !> Changes Configure MANIFEST README.os2 README.os390
63291           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
63292           !> os2/Changes patchlevel.h win32/perlhost.h
63293 ____________________________________________________________________________
63294 [  9126] By: nick                                  on 2001/03/13  20:39:51
63295         Log: #ifdef'ed out code to make packed side of pack/unpack
63296              octets. (i.e. pack('U') => encode_utf8).
63297      Branch: perlio
63298            ! pp.c
63299 ____________________________________________________________________________
63300 [  9125] By: jhi                                   on 2001/03/13  15:07:16
63301         Log: Update Changes.
63302      Branch: perl
63303            ! Changes patchlevel.h
63304 ____________________________________________________________________________
63305 [  9124] By: jhi                                   on 2001/03/13  14:22:45
63306         Log: Workaround for the buggy ("internal compiler error")
63307              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
63308              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
63309              of Andreas König.
63310      Branch: perl
63311            ! ext/re/Makefile.PL hints/aix.sh
63312 ____________________________________________________________________________
63313 [  9123] By: jhi                                   on 2001/03/13  03:24:34
63314         Log: Typo in #9114.
63315      Branch: metaconfig
63316            ! U/modified/myhostname.U
63317 ____________________________________________________________________________
63318 [  9122] By: jhi                                   on 2001/03/13  03:24:06
63319         Log: Typo in #9113.
63320      Branch: perl
63321            ! Configure
63322 ____________________________________________________________________________
63323 [  9121] By: jhi                                   on 2001/03/13  01:53:05
63324         Log: Forgot to check-in the larger part of #9120, duh.
63325      Branch: perl
63326            ! README.os2
63327 ____________________________________________________________________________
63328 [  9120] By: jhi                                   on 2001/03/13  01:51:31
63329         Log: Subject: [PATCH 5.6.1] OS/2 docs
63330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63331              Date: Mon, 12 Mar 2001 03:27:32 -0500
63332              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
63333      Branch: perl
63334            ! os2/Changes
63335 ____________________________________________________________________________
63336 [  9119] By: jhi                                   on 2001/03/13  01:49:41
63337         Log: Integrate change #9116 from maintperl into mainline.
63338              
63339              Win32::GetCwd() returns C: instead of C:\ in the root directory
63340              under ithreads
63341      Branch: perl
63342           !> win32/perlhost.h
63343 ____________________________________________________________________________
63344 [  9118] By: jhi                                   on 2001/03/13  01:13:39
63345         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
63346      Branch: perl
63347            + lib/Switch.pm t/lib/switch.t
63348            ! MANIFEST
63349 ____________________________________________________________________________
63350 [  9117] By: jhi                                   on 2001/03/13  01:03:17
63351         Log: Add Text::Balanced 1.83.
63352      Branch: perl
63353            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
63354            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
63355            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
63356            + t/lib/tb-xvari.t
63357            ! MANIFEST
63358 ____________________________________________________________________________
63359 [  9116] By: gsar                                  on 2001/03/13  00:55:53
63360         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
63361              under ithreads
63362      Branch: maint-5.6/perl
63363            ! win32/perlhost.h
63364 ____________________________________________________________________________
63365 [  9115] By: jhi                                   on 2001/03/13  00:54:09
63366         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
63367              From: "John L. Allen" <allen@grumman.com>
63368              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
63369              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
63370              
63371              use integer document clarification.
63372      Branch: perl
63373            ! lib/integer.pm
63374 ____________________________________________________________________________
63375 [  9114] By: jhi                                   on 2001/03/13  00:38:54
63376         Log: Metaconfig unit change for #9113.
63377      Branch: metaconfig
63378            ! U/modified/myhostname.U
63379 ____________________________________________________________________________
63380 [  9113] By: jhi                                   on 2001/03/13  00:38:35
63381         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?)
63382              From: Peter Prymmer <pvhp@forte.com>
63383              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
63384              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
63385      Branch: perl
63386            ! Configure README.os390 hints/os390.sh
63387 ____________________________________________________________________________
63388 [  9112] By: jhi                                   on 2001/03/13  00:29:00
63389         Log: Integrate perlio:
63390              
63391              [  9110]
63392              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63393      Branch: perl
63394           !> sv.c utf8.h
63395 ____________________________________________________________________________
63396 [  9111] By: nick                                  on 2001/03/12  21:16:33
63397         Log: Integrate mainline.
63398      Branch: perlio
63399           +> t/op/anonsub.t
63400           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63401           !> proto.h sv.c
63402 ____________________________________________________________________________
63403 [  9110] By: nick                                  on 2001/03/12  21:00:13
63404         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63405      Branch: perlio
63406            ! sv.c utf8.h
63407 ____________________________________________________________________________
63408 [  9109] By: jhi                                   on 2001/03/12  16:04:47
63409         Log: Integrate change #9108 from maintperl to mainline.
63410              
63411              fix memory leak in C<sub X { sub {} }> arising from a refcount
63412              loop between the outer sub and the inner prototype anonsub
63413              
63414              this also enables closures returned by subroutines that
63415              subsequently get redefined to work without generating coredumps :)
63416              
63417              completely removed the free_closures() hack--it shouldn't be
63418              needed anymore
63419      Branch: perl
63420           +> t/op/anonsub.t
63421           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63422           !> proto.h sv.c
63423 ____________________________________________________________________________
63424 [  9108] By: gsar                                  on 2001/03/12  10:21:31
63425         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
63426              loop between the outer sub and the inner prototype anonsub
63427              
63428              this also enables closures returned by subroutines that
63429              subsequently get redefined to work without generating coredumps :)
63430              
63431              completely removed the free_closures() hack--it shouldn't be
63432              needed anymore
63433      Branch: maint-5.6/perl
63434            + t/op/anonsub.t
63435            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63436            ! proto.h sv.c
63437 ____________________________________________________________________________
63438 [  9107] By: jhi                                   on 2001/03/12  05:15:31
63439         Log: Integrate perlio:
63440              
63441              [  9106]
63442              regcomp.c is working in native space, not Unicode space (if different)
63443              as it is doing compare against 'W' in \W etc.
63444              
63445              [  9105]
63446              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63447              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63448              
63449              [  9104]
63450              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63451              
63452              [  9102]
63453              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63454              - exclude layer syms in makedef.pl for sfio
63455              - also inhibit Encode from trying to build ":encode()" layer.
63456      Branch: perl
63457           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
63458 ____________________________________________________________________________
63459 [  9106] By: nick                                  on 2001/03/11  20:10:12
63460         Log: regcomp.c is working in native space, not Unicode space (if different)
63461              as it is doing compare against 'W' in \W etc.
63462      Branch: perlio
63463            ! regcomp.c
63464 ____________________________________________________________________________
63465 [  9105] By: nick                                  on 2001/03/11  19:39:34
63466         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63467              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63468      Branch: perlio
63469            ! regcomp.c toke.c utf8.c
63470 ____________________________________________________________________________
63471 [  9104] By: nick                                  on 2001/03/11  18:15:44
63472         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63473      Branch: perlio
63474            ! sv.c
63475 ____________________________________________________________________________
63476 [  9103] By: nick                                  on 2001/03/11  18:03:28
63477         Log: Integrate mainline (for regexp stuff).
63478      Branch: perlio
63479           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63480           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
63481           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
63482           !> t/lib/errno.t t/op/pat.t
63483 ____________________________________________________________________________
63484 [  9102] By: nick                                  on 2001/03/11  17:44:20
63485         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63486              - exclude layer syms in makedef.pl for sfio
63487              - also inhibit Encode from trying to build ":encode()" layer.
63488      Branch: perlio
63489            ! ext/Encode/Encode.xs makedef.pl
63490 ____________________________________________________________________________
63491 [  9101] By: jhi                                   on 2001/03/10  22:38:13
63492         Log: The $Is_MacOS needs to be declared.
63493      Branch: perl
63494            ! lib/ExtUtils/Manifest.pm
63495 ____________________________________________________________________________
63496 [  9100] By: jhi                                   on 2001/03/10  22:14:29
63497         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
63498              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
63499              pollute the symbolspace if using sfio.
63500      Branch: perl
63501            ! ext/Encode/Encode.xs
63502 ____________________________________________________________________________
63503 [  9099] By: jhi                                   on 2001/03/10  21:58:48
63504         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
63505              Date: Sat, 10 Mar 2001 14:23:55 -0500
63506              From: Chris Nandor <pudge@pobox.com>
63507              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
63508      Branch: perl
63509            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63510            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
63511            ! t/lib/errno.t
63512 ____________________________________________________________________________
63513 [  9098] By: jhi                                   on 2001/03/10  21:38:30
63514         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
63515      Branch: perl
63516            ! regcomp.c regexec.c t/op/pat.t
63517 ____________________________________________________________________________
63518 [  9097] By: jhi                                   on 2001/03/10  14:38:07
63519         Log: Integrate perlio:
63520              
63521              [  9096]
63522              EBCDIC sanity - phase I
63523              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63524              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63525              - back out vN.N and $^V exceptions to e2a/a2e
63526              - make "locale" isxxx macros be uvchr (may be redundant?)
63527              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63528              The tr// and rexexp stuff still needs an audit, assumption is they are working
63529              in Unicode space.
63530              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63531      Branch: perl
63532           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63533           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63534           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63535 ____________________________________________________________________________
63536 [  9096] By: nick                                  on 2001/03/10  11:55:43
63537         Log: EBCDIC sanity - phase I
63538              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63539              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63540              - back out vN.N and $^V exceptions to e2a/a2e
63541              - make "locale" isxxx macros be uvchr (may be redundant?)
63542              
63543              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63544              The tr// and rexexp stuff still needs an audit, assumption is they are working
63545              in Unicode space.
63546              
63547              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63548      Branch: perlio
63549            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63550            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63551            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63552 ____________________________________________________________________________
63553 [  9095] By: jhi                                   on 2001/03/09  22:10:01
63554         Log: Integrate perlio:
63555              
63556              [  9094]
63557              Builds an passes all tests after integrate and this tweak.
63558      Branch: perl
63559           !> dump.c
63560 ____________________________________________________________________________
63561 [  9094] By: nick                                  on 2001/03/09  17:36:38
63562         Log: Builds an passes all tests after integrate and this tweak.
63563      Branch: perlio
63564            ! dump.c
63565 ____________________________________________________________________________
63566 [  9093] By: nick                                  on 2001/03/09  17:16:03
63567         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
63568      Branch: perlio
63569           +> lib/unicode/Scripts.txt t/lib/sigaction.t
63570           !> (integrate 79 files)
63571 ____________________________________________________________________________
63572 [  9092] By: jhi                                   on 2001/03/09  15:28:26
63573         Log: Update Changes.
63574      Branch: perl
63575            ! Changes patchlevel.h
63576 ____________________________________________________________________________
63577 [  9091] By: jhi                                   on 2001/03/09  15:25:05
63578         Log: In op/stat #35 better to scan all the potential directories
63579              for setuids, not just the first one.
63580      Branch: perl
63581            ! t/op/stat.t
63582 ____________________________________________________________________________
63583 [  9090] By: jhi                                   on 2001/03/09  15:01:27
63584         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
63585              From: rspier@pobox.com (Robert Spier)
63586              Date: Fri, 9 Mar 2001 03:30:20 -0500
63587              Message-ID: <15016.38044.381174.160189@rls.cx>
63588              
63589              EXISTS() returning undef mistakenly triggered a FETCH().
63590      Branch: perl
63591            ! hv.c
63592 ____________________________________________________________________________
63593 [  9089] By: jhi                                   on 2001/03/09  14:59:02
63594         Log: Add /sbin and /usr/sbin to the list of directories scanned
63595              for setuid programs.  Takes care of bug id 20010309.003.
63596      Branch: perl
63597            ! t/op/stat.t
63598 ____________________________________________________________________________
63599 [  9088] By: jhi                                   on 2001/03/09  14:48:32
63600         Log: Regen perlapi, perltoc.
63601      Branch: perl
63602            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
63603 ____________________________________________________________________________
63604 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63605         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63606              From: David Mitchell <davem@fdgroup.co.uk>
63607              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
63608              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
63609      Branch: perl
63610            ! dump.c perl.c perl.h pod/perlrun.pod
63611 ____________________________________________________________________________
63612 [  9086] By: jhi                                   on 2001/03/09  01:47:16
63613         Log: A modified version of
63614              
63615              Subject: [ID 20010307.005] POSIX::sigaction has various problems
63616              From: anders@broadcom.com
63617              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
63618              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
63619              
63620              Currently the sigaction.t test #6 fails (and is fudged to look
63621              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
63622              This may well be a genuine bug in Linux sigaction() (since at
63623              least Tru64, Solaris, and HP-UX disagree with Linux).
63624              Anyone with POSIX / SUSv2 tome handy?  The problem is that
63625              the flags of the oldaction don't match with the flags in
63626              the previously installed disposition.
63627      Branch: perl
63628            + t/lib/sigaction.t
63629            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
63630 ____________________________________________________________________________
63631 [  9085] By: jhi                                   on 2001/03/09  01:30:13
63632         Log: Subject: Re: mission impossible for the day
63633              From: Alex Gough <alex@rcon.org>
63634              Date: Thu, 08 Mar 2001 17:18:19 +0000
63635              Message-ID: <3AA7BEDB.8070409@rcon.org>
63636              
63637              If references (are overloaded) and can be directly stringified,
63638              show that instead of "stringified".
63639              
63640              (The problem, infinite mutual recursion caused by overloaded bool
63641              in Switch.pm, tracked by David Mitchell)
63642      Branch: perl
63643            ! lib/Carp/Heavy.pm
63644 ____________________________________________________________________________
63645 [  9084] By: jhi                                   on 2001/03/09  01:20:39
63646         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63647              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
63648              From: David Mitchell <davem@fdgroup.co.uk>
63649              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63650      Branch: perl
63651            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63652            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63653 ____________________________________________________________________________
63654 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63655         Log: Subject: [PATCH] perldata.pod here-doc docs
63656              From: Jeff Pinyan <jeffp@crusoe.net>
63657              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63658              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63659      Branch: perl
63660            ! pod/perldata.pod
63661 ____________________________________________________________________________
63662 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63663         Log: Subject: Re: Unicode/EBCDIC
63664              From: Peter Prymmer <pvhp@forte.com>
63665              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63666              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63667      Branch: perl
63668            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63669 ____________________________________________________________________________
63670 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63671         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63672              From: Dorner Thomas <Thomas.Dorner@start.de>
63673              Date: Thu, 8 Mar 2001 08:43:28 +0100
63674              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63675      Branch: perl
63676            ! hints/posix-bc.sh
63677 ____________________________________________________________________________
63678 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63679         Log: It's Scripts.txt, not Script.txt.
63680      Branch: perl
63681            ! MANIFEST
63682 ____________________________________________________________________________
63683 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63684         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63685              From: Dorner Thomas <Thomas.Dorner@start.de>
63686              Date: Wed, 7 Mar 2001 14:13:31 +0100
63687              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63688      Branch: perl
63689            ! makedepend.SH
63690 ____________________________________________________________________________
63691 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63692         Log: Retract #9069, wrong patch.
63693      Branch: perl
63694            ! Makefile.SH
63695 ____________________________________________________________________________
63696 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63697         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63698      Branch: perl
63699            + lib/unicode/Scripts.txt
63700            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63701            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63702            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63703            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63704            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63705            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63706            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63707            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63708            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63709            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63710            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63711            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63712            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63713            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63714            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63715            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63716            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63717            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63718            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63719            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63720            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63721            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63722            ! lib/unicode/version
63723 ____________________________________________________________________________
63724 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63725         Log: Integrate change #7784 from mainline into maintperl.
63726              
63727              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63728      Branch: maint-5.6/perl
63729           !> pp_ctl.c t/op/pat.t
63730 ____________________________________________________________________________
63731 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63732         Log: More UTF-8 test tweaks.
63733      Branch: perl
63734            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63735 ____________________________________________________________________________
63736 [  9074] By: nick                                  on 2001/03/07  21:39:29
63737         Log: Integrate mainline.
63738      Branch: perlio
63739           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63740           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63741           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63742           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63743           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63744 ____________________________________________________________________________
63745 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63746         Log: Update Changes.
63747      Branch: perl
63748            ! Changes patchlevel.h
63749 ____________________________________________________________________________
63750 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63751         Log: Subject: [ID 20010306.004] || != named unary operator
63752              From: abela@geneanet.org
63753              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63754              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63755      Branch: perl
63756            ! pod/perlop.pod
63757 ____________________________________________________________________________
63758 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63759         Log: Subject: downgrading to bytes for common functions
63760              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
63761              Date: Wed, 7 Mar 2001 02:36:55 -0500
63762              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
63763      Branch: perl
63764            ! pp_sys.c
63765 ____________________________________________________________________________
63766 [  9070] By: jhi                                   on 2001/03/07  15:04:58
63767         Log: Clarify the description differentiating for and while; inspired by
63768              
63769              Subject: [ID 20010306.002] for/while difference in for definition
63770              From: abela@geneanet.org
63771              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
63772              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
63773      Branch: perl
63774            ! pod/perlsyn.pod
63775 ____________________________________________________________________________
63776 [  9069] By: jhi                                   on 2001/03/07  14:55:30
63777         Log: (Retracted by #9078.)
63778      Branch: perl
63779            ! Makefile.SH
63780 ____________________________________________________________________________
63781 [  9068] By: jhi                                   on 2001/03/07  14:51:17
63782         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
63783              From: Radu Greab <radu@netsoft.ro>
63784              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
63785              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
63786      Branch: perl
63787            ! pp.c t/op/chop.t
63788 ____________________________________________________________________________
63789 [  9067] By: jhi                                   on 2001/03/07  14:48:57
63790         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63791              From: Simon Cozens <simon@netthink.co.uk>
63792              Date: Wed, 7 Mar 2001 13:59:28 +0000
63793              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
63794              
63795              In order to allow MakeMaker to build correct Makefiles,
63796              you need to change the order of the arguments in MM_Unix.pm
63797              as well. (Unless you have C89_CCMODE set, but we're trying
63798              to be POSIXly correct)
63799              
63800              Thanks to Merijn Broeren for tracking this down.
63801      Branch: perl
63802            ! lib/ExtUtils/MM_Unix.pm
63803 ____________________________________________________________________________
63804 [  9066] By: jhi                                   on 2001/03/07  14:30:02
63805         Log: Floating point too messy.
63806      Branch: perl
63807            ! t/camel-III/vstring.t
63808 ____________________________________________________________________________
63809 [  9065] By: jhi                                   on 2001/03/07  14:17:44
63810         Log: Integrate change #9064 from maintperl into mainline.
63811              
63812              fix memory leak in pack("Bb",...)
63813      Branch: perl
63814           !> perl.c
63815 ____________________________________________________________________________
63816 [  9064] By: gsar                                  on 2001/03/07  06:29:24
63817         Log: fix memory leak in pack("Bb",...)
63818      Branch: maint-5.6/perl
63819            ! perl.c
63820 ____________________________________________________________________________
63821 [  9063] By: jhi                                   on 2001/03/07  00:55:04
63822         Log: Major utf8 test reorganisation and rewrite.
63823              Hopefully no tests were lost in the shuffle.
63824              (The beginning of pragma/utf8 was lost intentionally,
63825              the tests were rather bogus and incomplete.)
63826      Branch: perl
63827            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
63828            ! t/pragma/utf8.t
63829 ____________________________________________________________________________
63830 [  9062] By: jhi                                   on 2001/03/07  00:41:16
63831         Log: More tweakage on the Unicode character class descriptions.
63832      Branch: perl
63833            ! lib/unicode/mktables.PL pod/perlretut.pod
63834 ____________________________________________________________________________
63835 [  9061] By: jhi                                   on 2001/03/06  23:12:38
63836         Log: The perlretut was still talking about the old \p and \P
63837              definitions.
63838      Branch: perl
63839            ! pod/perlretut.pod
63840 ____________________________________________________________________________
63841 [  9060] By: nick                                  on 2001/03/06  20:52:37
63842         Log: Integrate mainline (make test works again now).
63843      Branch: perlio
63844           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
63845 ____________________________________________________________________________
63846 [  9059] By: jhi                                   on 2001/03/06  15:36:14
63847         Log: 0.999... does equal 1.0, doesn't it?
63848      Branch: perl
63849            ! t/camel-III/vstring.t
63850 ____________________________________________________________________________
63851 [  9058] By: jhi                                   on 2001/03/06  15:34:00
63852         Log: Make /x{abcd}/ to work without use utf8.
63853      Branch: perl
63854            ! regcomp.c
63855 ____________________________________________________________________________
63856 [  9057] By: jhi                                   on 2001/03/06  03:02:36
63857         Log: Easier to outcomment all the three reset() tests for now.
63858      Branch: perl
63859            ! t/op/pat.t
63860 ____________________________________________________________________________
63861 [  9056] By: jhi                                   on 2001/03/06  02:30:02
63862         Log: Comment out the deadly reset; until the 20010301.005
63863              is finally fixed.
63864      Branch: perl
63865            ! t/op/pat.t
63866 ____________________________________________________________________________
63867 [  9055] By: jhi                                   on 2001/03/06  02:21:26
63868         Log: Integrate the change #9054 from mainline:
63869              retract the PMOP cleanup patch pending further investigation.
63870      Branch: maint-5.6/perl
63871           !> op.c op.h
63872 ____________________________________________________________________________
63873 [  9054] By: jhi                                   on 2001/03/06  02:19:57
63874         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
63875              with oddly familiar stack traces.
63876      Branch: perl
63877            ! op.c op.h
63878 ____________________________________________________________________________
63879 [  9053] By: jhi                                   on 2001/03/05  23:20:28
63880         Log: Integrate perlio:
63881              
63882              [  9052]
63883              skipping USE_PERLIO symbols correction.
63884              
63885              [  9051]
63886              More Encode alias tidying.
63887      Branch: perl
63888           +> ext/Encode/Encode/koi8-r.ucm
63889           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63890           !> makedef.pl
63891 ____________________________________________________________________________
63892 [  9052] By: nick                                  on 2001/03/05  23:08:17
63893         Log: skipping USE_PERLIO symbols correction.
63894      Branch: perlio
63895            ! makedef.pl
63896 ____________________________________________________________________________
63897 [  9051] By: nick                                  on 2001/03/05  22:35:07
63898         Log: More Encode alias tidying.
63899      Branch: perlio
63900            + ext/Encode/Encode/koi8-r.ucm
63901            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63902 ____________________________________________________________________________
63903 [  9050] By: jhi                                   on 2001/03/05  21:44:29
63904         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
63905              Sarathy's fix for ID 20010301.005.
63906      Branch: maint-5.6/perl
63907           !> op.c op.h
63908 ____________________________________________________________________________
63909 [  9049] By: nick                                  on 2001/03/05  19:54:04
63910         Log: Integrate Jarkko's Encode.pm tweak.
63911      Branch: perlio
63912           !> ext/Encode/Encode.pm
63913 ____________________________________________________________________________
63914 [  9048] By: nick                                  on 2001/03/05  19:47:57
63915         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
63916      Branch: perlio
63917           +> os2/os2add.sym
63918           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
63919           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
63920           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
63921           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63922           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63923 ____________________________________________________________________________
63924 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63925         Log: Regen perlapi.
63926      Branch: perl
63927            ! pod/perlapi.pod
63928 ____________________________________________________________________________
63929 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63930         Log: Integrate perlio:
63931              
63932              [  9043]
63933              Update MANIFEST for new test.
63934              
63935              [  9042]
63936              Some tests for Camel 3rd edition features.
63937              Make gethostbyaddr() test in above work.
63938      Branch: perl
63939           +> t/camel-III/vstring.t
63940           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63941 ____________________________________________________________________________
63942 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63943         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63944      Branch: perl
63945            ! ext/Encode/Encode.pm
63946 ____________________________________________________________________________
63947 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63948         Log: Forgot the other half of the PMOP patch (#9033).
63949      Branch: perl
63950            ! op.h
63951 ____________________________________________________________________________
63952 [  9043] By: nick                                  on 2001/03/05  18:14:47
63953         Log: Update MANIFEST for new test.
63954      Branch: perlio
63955            ! MANIFEST
63956 ____________________________________________________________________________
63957 [  9042] By: nick                                  on 2001/03/05  18:12:41
63958         Log: Some tests for Camel 3rd edition features.
63959              Make gethostbyaddr() test in above work.
63960      Branch: perlio
63961            + t/camel-III/vstring.t
63962            ! pp.h pp_sys.c t/TEST t/harness
63963 ____________________________________________________________________________
63964 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63965         Log: Add more ISO 8859 encoding aliases.
63966      Branch: perl
63967            ! ext/Encode/Encode.pm
63968 ____________________________________________________________________________
63969 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63970         Log: Integrate perlio:
63971              
63972              [  9039]
63973              Missed added file.
63974              
63975              [  9037]
63976              Long-standing "defined but not used" SvPVbyte*() are about to get used
63977              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63978              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63979              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63980              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63981      Branch: perl
63982           !> MANIFEST sv.c
63983 ____________________________________________________________________________
63984 [  9039] By: nick                                  on 2001/03/05  17:11:36
63985         Log: Missed added file.
63986      Branch: perlio
63987            ! MANIFEST
63988 ____________________________________________________________________________
63989 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63990         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63991      Branch: perl
63992            ! t/op/tr.t
63993 ____________________________________________________________________________
63994 [  9037] By: nick                                  on 2001/03/05  15:56:35
63995         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63996              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63997              
63998              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63999              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
64000              - uses SvPV() rather than sv_2pv() in case it isn't a string.
64001      Branch: perlio
64002            ! sv.c
64003 ____________________________________________________________________________
64004 [  9036] By: jhi                                   on 2001/03/05  15:49:15
64005         Log: Add matching tests currently failing in EBCDIC,
64006              suggested by Karsten Sperling.
64007      Branch: perl
64008            ! t/op/pat.t
64009 ____________________________________________________________________________
64010 [  9035] By: jhi                                   on 2001/03/05  15:36:55
64011         Log: The #9034 needs a MANIFESTation.
64012      Branch: perl
64013            ! MANIFEST
64014 ____________________________________________________________________________
64015 [  9034] By: jhi                                   on 2001/03/05  15:35:14
64016         Log: Integrate perlio:
64017              
64018              [  9032]
64019              Encode implementation "completion"
64020              Implement and document define_encoding()
64021              Implement and document encoding aliases including define_alias()
64022              Make Encode::XS use define_encoding() rather than back-door.
64023              Move run-time *.enc to separate Encode::Tcl module.
64024              Make 'compile' honour <codeset_name>
64025              Change canonical names of to iso-8859-* and US-ascii.
64026      Branch: perl
64027           +> ext/Encode/Encode/Tcl.pm
64028           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
64029           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
64030           !> ext/Encode/Encode/iso8859-1.ucm
64031           !> ext/Encode/Encode/iso8859-10.ucm
64032           !> ext/Encode/Encode/iso8859-13.ucm
64033           !> ext/Encode/Encode/iso8859-14.ucm
64034           !> ext/Encode/Encode/iso8859-15.ucm
64035           !> ext/Encode/Encode/iso8859-16.ucm
64036           !> ext/Encode/Encode/iso8859-2.ucm
64037           !> ext/Encode/Encode/iso8859-3.ucm
64038           !> ext/Encode/Encode/iso8859-4.ucm
64039           !> ext/Encode/Encode/iso8859-5.ucm
64040           !> ext/Encode/Encode/iso8859-6.ucm
64041           !> ext/Encode/Encode/iso8859-7.ucm
64042           !> ext/Encode/Encode/iso8859-8.ucm
64043           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
64044           !> t/lib/encode.t
64045 ____________________________________________________________________________
64046 [  9033] By: jhi                                   on 2001/03/05  15:33:18
64047         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
64048              From: Gurusamy Sarathy <gsar@ActiveState.com>
64049              Date: Sun, 04 Mar 2001 22:33:15 -0800
64050              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
64051              
64052              PMOPs need to remember their own stash so that they can
64053              gracefully remove themselves from their linked list.
64054      Branch: perl
64055            ! op.c
64056 ____________________________________________________________________________
64057 [  9032] By: nick                                  on 2001/03/05  14:51:50
64058         Log: Encode implementation "completion"
64059              Implement and document define_encoding()
64060              Implement and document encoding aliases including define_alias()
64061              Make Encode::XS use define_encoding() rather than back-door.
64062              Move run-time *.enc to separate Encode::Tcl module.
64063              Make 'compile' honour <codeset_name>
64064              Change canonical names of to iso-8859-* and US-ascii.
64065      Branch: perlio
64066            + ext/Encode/Encode/Tcl.pm
64067            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
64068            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
64069            ! ext/Encode/Encode/iso8859-1.ucm
64070            ! ext/Encode/Encode/iso8859-10.ucm
64071            ! ext/Encode/Encode/iso8859-13.ucm
64072            ! ext/Encode/Encode/iso8859-14.ucm
64073            ! ext/Encode/Encode/iso8859-15.ucm
64074            ! ext/Encode/Encode/iso8859-16.ucm
64075            ! ext/Encode/Encode/iso8859-2.ucm
64076            ! ext/Encode/Encode/iso8859-3.ucm
64077            ! ext/Encode/Encode/iso8859-4.ucm
64078            ! ext/Encode/Encode/iso8859-5.ucm
64079            ! ext/Encode/Encode/iso8859-6.ucm
64080            ! ext/Encode/Encode/iso8859-7.ucm
64081            ! ext/Encode/Encode/iso8859-8.ucm
64082            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
64083            ! t/lib/encode.t
64084 ____________________________________________________________________________
64085 [  9031] By: jhi                                   on 2001/03/05  13:51:17
64086         Log: Integrate change #9030 from maintperl into mainline.
64087              
64088              Subject: [PATCH 5.6.1] OS/2 cleanup
64089      Branch: perl
64090           +> os2/os2add.sym
64091           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
64092           !> makedef.pl os2/Changes os2/Makefile.SHs
64093           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
64094           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
64095           !> os2/os2.sym os2/os2ish.h
64096 ____________________________________________________________________________
64097 [  9030] By: jhi                                   on 2001/03/05  13:46:49
64098         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
64099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64100              Date: Mon, 5 Mar 2001 02:29:44 -0500
64101              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
64102      Branch: maint-5.6/perl
64103            + os2/os2add.sym
64104            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
64105            ! makedef.pl os2/Changes os2/Makefile.SHs
64106            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
64107            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
64108            ! os2/os2.sym os2/os2ish.h
64109 ____________________________________________________________________________
64110 [  9029] By: jhi                                   on 2001/03/05  13:40:35
64111         Log: Integrate change #9028 from maintperl into mainline.
64112              
64113              various nits in MM_Unix.pm found by disabling SelfLoader
64114      Branch: perl
64115           !> lib/ExtUtils/MM_Unix.pm
64116 ____________________________________________________________________________
64117 [  9028] By: gsar                                  on 2001/03/05  09:58:38
64118         Log: various nits in MM_Unix.pm found by disabling SelfLoader
64119      Branch: maint-5.6/perl
64120            ! lib/ExtUtils/MM_Unix.pm
64121 ____________________________________________________________________________
64122 [  9027] By: nick                                  on 2001/03/05  08:35:22
64123         Log: Integrate mainline
64124      Branch: perlio
64125           !> (integrate 28 files)
64126 ____________________________________________________________________________
64127 [  9026] By: jhi                                   on 2001/03/05  02:14:59
64128         Log: Integrate change #9025 from mainline to maintperl,
64129              retract \N{U+HHHH}.
64130      Branch: maint-5.6/perl
64131           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64132           !> t/lib/charnames.t toke.c
64133 ____________________________________________________________________________
64134 [  9025] By: jhi                                   on 2001/03/05  02:13:09
64135         Log: Retracting \N{U+HHHH}.
64136      Branch: perl
64137            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64138            ! t/lib/charnames.t toke.c
64139 ____________________________________________________________________________
64140 [  9024] By: jhi                                   on 2001/03/04  20:51:07
64141         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
64142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
64143              Date: Fri, 02 Mar 2001 18:25:26 +0100
64144              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
64145              
64146              Casting problem.
64147      Branch: perl
64148            ! ext/Storable/Storable.xs
64149 ____________________________________________________________________________
64150 [  9023] By: jhi                                   on 2001/03/04  19:46:45
64151         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
64152              From: nick@talking.bollo.cx
64153              Date: Sat, 03 Mar 2001 21:41:33 +0000
64154              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
64155              
64156              Revert the workaround.
64157      Branch: perl
64158            ! perlio.c
64159 ____________________________________________________________________________
64160 [  9022] By: jhi                                   on 2001/03/04  19:36:28
64161         Log: Update Changes.
64162      Branch: perl
64163            ! Changes patchlevel.h
64164 ____________________________________________________________________________
64165 [  9021] By: jhi                                   on 2001/03/04  18:41:00
64166         Log: makedef.pl updates suggested by Chris Nandor; double-checking
64167              the changes in AIX, OS/2 Win32 would be nice.
64168      Branch: perl
64169            ! makedef.pl
64170 ____________________________________________________________________________
64171 [  9020] By: jhi                                   on 2001/03/04  18:23:58
64172         Log: Integrate change #9012 from maintperl into mainline,
64173              quench a compiler warning.
64174      Branch: perl
64175           !> toke.c
64176 ____________________________________________________________________________
64177 [  9019] By: jhi                                   on 2001/03/04  18:18:43
64178         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
64179              
64180              \N{U+HHHH} fix.
64181              
64182              pattern in G_ARRAY context
64183      Branch: maint-5.6/perl
64184           !> pp_hot.c t/op/pat.t toke.c
64185 ____________________________________________________________________________
64186 [  9018] By: jhi                                   on 2001/03/04  18:07:48
64187         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
64188              From: Jeff Pinyan <jeffp@crusoe.net>
64189              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
64190              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
64191      Branch: perl
64192            ! pp_hot.c t/op/pat.t
64193 ____________________________________________________________________________
64194 [  9017] By: jhi                                   on 2001/03/04  18:06:21
64195         Log: I thought I tested the #9014.
64196      Branch: perl
64197            ! toke.c
64198 ____________________________________________________________________________
64199 [  9016] By: jhi                                   on 2001/03/04  17:41:22
64200         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
64201              
64202              Tweak the get*ent() OS/2 prototypes.
64203              
64204              Add the \N{U+HHHH} syntax.
64205              
64206              More tr/// UTF-8 fixes from Inaba Hiroto.
64207      Branch: maint-5.6/perl
64208           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
64209           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
64210 ____________________________________________________________________________
64211 [  9015] By: jhi                                   on 2001/03/04  17:36:04
64212         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
64213      Branch: perl
64214            ! doop.c t/op/tr.t
64215 ____________________________________________________________________________
64216 [  9014] By: jhi                                   on 2001/03/04  17:24:49
64217         Log: Add the \N{U+HHHH} syntax.
64218      Branch: perl
64219            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64220            ! t/lib/charnames.t toke.c
64221 ____________________________________________________________________________
64222 [  9013] By: jhi                                   on 2001/03/04  17:20:45
64223         Log: Tweak the get*ent() OS/2 prototypes.
64224      Branch: perl
64225            ! os2/os2.c
64226 ____________________________________________________________________________
64227 [  9012] By: gsar                                  on 2001/03/04  06:26:14
64228         Log: avoid warning (nit in change#9009)
64229      Branch: maint-5.6/perl
64230            ! toke.c
64231 ____________________________________________________________________________
64232 [  9011] By: gsar                                  on 2001/03/04  06:15:24
64233         Log: lib/charnames.t fails in 5.6.x because of older Unicode
64234              data
64235              
64236              TODO: need to revisit this after updating lib/unicode/...
64237      Branch: maint-5.6/perl
64238            ! t/lib/charnames.t
64239 ____________________________________________________________________________
64240 [  9010] By: gsar                                  on 2001/03/04  06:08:36
64241         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
64242      Branch: maint-5.6/perl
64243            ! toke.c
64244 ____________________________________________________________________________
64245 [  9009] By: jhi                                   on 2001/03/03  19:27:20
64246         Log: Integrate change #9008 from mainline to maintperl,
64247              UTF-8 tr/// fixes from Inaba Hiroto.
64248      Branch: maint-5.6/perl
64249           !> doop.c op.c t/op/tr.t toke.c
64250 ____________________________________________________________________________
64251 [  9008] By: jhi                                   on 2001/03/03  19:19:42
64252         Log: UTF8 tr/// fixes from Inaba Hiroto.
64253      Branch: perl
64254            ! doop.c op.c t/op/tr.t toke.c
64255 ____________________________________________________________________________
64256 [  9007] By: jhi                                   on 2001/03/03  19:00:30
64257         Log: Integrate change #9006 from maintperl to mainline,
64258              more robust quest for the infinite.
64259      Branch: perl
64260           !> lib/Math/Complex.pm
64261 ____________________________________________________________________________
64262 [  9006] By: jhi                                   on 2001/03/03  18:58:06
64263         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
64264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64265              Date: Sat, 3 Mar 2001 12:51:50 -0500
64266              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
64267              
64268              Be more robust in our quest for the infinite.
64269      Branch: maint-5.6/perl
64270            ! lib/Math/Complex.pm
64271 ____________________________________________________________________________
64272 [  9005] By: jhi                                   on 2001/03/03  17:55:50
64273         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
64274      Branch: maint-5.6/perl
64275            ! doio.c
64276 ____________________________________________________________________________
64277 [  9004] By: jhi                                   on 2001/03/03  17:40:14
64278         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
64279              so that picky compilers like IRIX won't get huffy about
64280              "statements without effect" (like 1;).
64281      Branch: perl
64282            ! toke.c
64283 ____________________________________________________________________________
64284 [  9003] By: jhi                                   on 2001/03/03  17:15:52
64285         Log: Integrate change #9002 from mainline to maintperl.
64286              
64287              Subject: [perl-5.6.x, perl-current] accept for EPOC
64288      Branch: maint-5.6/perl
64289           !> pp_sys.c
64290 ____________________________________________________________________________
64291 [  9002] By: jhi                                   on 2001/03/03  17:14:30
64292         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
64293              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64294              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
64295              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
64296      Branch: perl
64297            ! pp_sys.c
64298 ____________________________________________________________________________
64299 [  9001] By: jhi                                   on 2001/03/03  17:13:13
64300         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
64301              From: "Craig A. Berry" <craigberry@mac.com>
64302              Date: Fri, 02 Mar 2001 17:44:40 -0600
64303              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
64304      Branch: perl
64305            ! t/pod/find.t
64306 ____________________________________________________________________________
64307 [  9000] By: jhi                                   on 2001/03/03  17:11:55
64308         Log: Integrate changes #8997,8999 from maintperl.
64309              
64310              Subject: [PATCH 5.6.1] compiling on OS/2
64311              (Better error message from hints/os2.sh)
64312              
64313              Subject: [PATCH 5.6.1] syslog.t
64314      Branch: perl
64315           !> hints/os2.sh t/lib/syslog.t
64316 ____________________________________________________________________________
64317 [  8999] By: jhi                                   on 2001/03/03  17:09:28
64318         Log: Subject: [PATCH 5.6.1] syslog.t
64319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64320              Date: Sat, 3 Mar 2001 02:11:17 -0500
64321              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
64322      Branch: maint-5.6/perl
64323            ! t/lib/syslog.t
64324 ____________________________________________________________________________
64325 [  8998] By: jhi                                   on 2001/03/03  17:07:50
64326         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
64327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64328              Date: Sat, 3 Mar 2001 01:53:52 -0500
64329              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
64330      Branch: maint-5.6/perl
64331            ! opcode.pl os2/os2.c
64332 ____________________________________________________________________________
64333 [  8997] By: jhi                                   on 2001/03/03  17:03:30
64334         Log: Subject: [PATCH 5.6.1] compiling on OS/2
64335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64336              Date: Sat, 3 Mar 2001 01:59:59 -0500
64337              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
64338      Branch: maint-5.6/perl
64339            ! hints/os2.sh
64340 ____________________________________________________________________________
64341 [  8996] By: jhi                                   on 2001/03/03  00:55:58
64342         Log: Regen files for mainline.
64343      Branch: perl
64344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64345            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
64346 ____________________________________________________________________________
64347 [  8995] By: jhi                                   on 2001/03/03  00:35:22
64348         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
64349              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
64350              to maintperl.
64351              
64352              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
64353              
64354              Add Configure option -Dmksymlinks which will create a symlink
64355              forest if the current/build differs from the source directory.
64356              (8218,8220,8221,8317,8318,8971)
64357              
64358              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
64359              (Document APPLLIB_EXP in INSTALL.)
64360              
64361              If running byacc write-enable also perly.h.
64362              
64363              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
64364              
64365              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
64366              
64367              Sanity check for conflicting thread flavours.
64368              
64369              Fix the sys/fcntl.h problem reported by Peter Prymmer.
64370              
64371              Add few CPUs/architectures to the Cppsym scan,
64372              add -perlio to archname if so selected (modified 8890)
64373              
64374              Be more helpful for devel builders, suggested by John L. Allen.
64375              (admittedly pointless change for maintperl, but the usedevel
64376              code is there already)
64377      Branch: maint-5.6/perl
64378           !> Configure INSTALL Makefile.SH Porting/Glossary
64379           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
64380           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
64381           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
64382           !> win32/config.bc win32/config.gc win32/config.vc
64383 ____________________________________________________________________________
64384 [  8994] By: jhi                                   on 2001/03/02  23:31:41
64385         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
64386      Branch: metaconfig/U/perl
64387            ! gccvers.U
64388 ____________________________________________________________________________
64389 [  8993] By: jhi                                   on 2001/03/02  23:22:12
64390         Log: Regenerate various files for maint.
64391      Branch: maint-5.6/perl
64392            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
64393            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
64394 ____________________________________________________________________________
64395 [  8992] By: alanbur                               on 2001/03/02  22:48:34
64396         Log: Resync wuth parent
64397      Branch: maint-5.6/pureperl
64398           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64399           !> (integrate 60 files)
64400 ____________________________________________________________________________
64401 [  8991] By: jhi                                   on 2001/03/02  21:00:08
64402         Log: Retract the #8742 part of #8986, backward compat.
64403      Branch: maint-5.6/perl
64404            ! embed.pl
64405 ____________________________________________________________________________
64406 [  8990] By: jhi                                   on 2001/03/02  20:40:07
64407         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
64408      Branch: maint-5.6/perl
64409            ! hv.c
64410 ____________________________________________________________________________
64411 [  8989] By: jhi                                   on 2001/03/02  19:59:56
64412         Log: Update Changes.
64413      Branch: perl
64414            ! Changes patchlevel.h
64415 ____________________________________________________________________________
64416 [  8988] By: jhi                                   on 2001/03/02  19:57:08
64417         Log: Integrate perlio:
64418              
64419              [  8969]
64420              Add charname comments to .ucm files writen by 'compile',
64421              also order charmaps in those files by source encoding.
64422              regenerate distrubuted .ucm files
64423      Branch: perl
64424           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64425           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64426           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64427           !> ext/Encode/Encode/iso8859-10.ucm
64428           !> ext/Encode/Encode/iso8859-13.ucm
64429           !> ext/Encode/Encode/iso8859-14.ucm
64430           !> ext/Encode/Encode/iso8859-15.ucm
64431           !> ext/Encode/Encode/iso8859-16.ucm
64432           !> ext/Encode/Encode/iso8859-2.ucm
64433           !> ext/Encode/Encode/iso8859-3.ucm
64434           !> ext/Encode/Encode/iso8859-4.ucm
64435           !> ext/Encode/Encode/iso8859-5.ucm
64436           !> ext/Encode/Encode/iso8859-6.ucm
64437           !> ext/Encode/Encode/iso8859-7.ucm
64438           !> ext/Encode/Encode/iso8859-8.ucm
64439           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64440           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
64441 ____________________________________________________________________________
64442 [  8987] By: jhi                                   on 2001/03/02  19:43:40
64443         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
64444              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
64445              8950,8952,8955 from mainline to maintperl.
64446              
64447              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
64448              
64449              Put to rest the 20010205.001, the email address checking (not) regex.
64450              
64451              fork() not everywhere, cleanup temp files.
64452              
64453              The #8843 wasn't quite right: %Config needs to imported.
64454              
64455              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64456              (#8849: the glob-basic hunk needed massaging as it depended
64457              on Schwern's large-scale (unintegrated) patches)
64458              
64459              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
64460              
64461              Upgrade to CGI.pm 2.752, from Lincoln Stein.
64462              (Note: there were some conflicts due to EBCDIC and EPOC
64463              patches, in general I preferred the repository code.)
64464              (When 2.753 comes out, we need to synchronize.)
64465              
64466              Subject: [PATCH] fix for charnames above FFFF
64467              
64468              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64469              
64470              If no sfio, no -lsfio.
64471              
64472              Run run/*.t also in minitest.
64473              
64474              Subject:  [PATCH perl 5.7.0] malloc message address offset
64475              
64476              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64477              
64478              Subject: fix for parameter -Dm (for perl@8867)
64479              
64480              Subject: [PATCH: perl@8892] was Re: hashing order difference?
64481              (make the test more portable)
64482              
64483              Subject: Re: [PATCH] fix for charnames above FFFF
64484              
64485              Subject: Re: I'm losing the war...
64486              (hv_store() not working correctly in ENV_IS_CASELESS case.)
64487              
64488              Subject: Modified README.bs2000 
64489              
64490              Subject: [PATCH: perl@8935] -Dt padsv($var)
64491              
64492              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64493              
64494              Subject: PATCH: extra tests to check on negative float to unsigned cast
64495              
64496              Subject: [PATCH] XPUSH[insp] was Re: progress
64497              
64498              Subject: Re: Compile with perlcc..
64499      Branch: maint-5.6/perl
64500           !> (integrate 36 files)
64501 ____________________________________________________________________________
64502 [  8986] By: jhi                                   on 2001/03/02  18:51:25
64503         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
64504              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
64505              to maintperl.
64506              
64507              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
64508              
64509              Subject: [DOC PATCH] overload.pm nits
64510              
64511              Add header for LIB$ prototypes (C. Berry)
64512              
64513              Convert fwrite()s to sockets to write()s, since some socket stacks
64514              don't take kindly to stdio.
64515              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64516              (for often optional LNMs)
64517              Correct a few typos
64518              (C. Bailey)
64519              
64520              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64521              
64522              De-cut-and-pasto.
64523              
64524              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64525              
64526              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64527              
64528              Upgrade to CPAN 1.59_54, from Andreas König.
64529              
64530              Bogus shebang.
64531              
64532              Subject: [PATCH] Document makepatch in Porting/patching
64533              
64534              UTF-8 documentation.
64535              
64536              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64537              
64538              Sort the MANIFEST.
64539              
64540              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64541              
64542              Subject: [PATCH @8807] toke.c cleanup: scan_str()
64543              
64544              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64545              
64546              Add run/*.t to testables.
64547              
64548              TODO: integrate #8784.
64549      Branch: maint-5.6/perl
64550           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64551           !> (integrate 28 files)
64552 ____________________________________________________________________________
64553 [  8985] By: nick                                  on 2001/03/02  18:15:45
64554         Log: Integrate mainline
64555      Branch: perlio
64556           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
64557           !> vms/vms.c
64558 ____________________________________________________________________________
64559 [  8984] By: jhi                                   on 2001/03/02  16:00:17
64560         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
64561              
64562              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
64563              5.004_05, and mention the suidperl August 2000 security problem.
64564              (#8978,#8981)
64565              
64566              Subject: [ID 20010301.004] Technically speaking in perldata
64567              
64568              Subject: [PATCH] File::Copy for bleadperl, maintperl
64569              
64570              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64571              
64572              (The #8982, fix for 20010221.005 and 20010221.008,
64573              would be nice too but it didn't integrate cleanly.)
64574      Branch: maint-5.6/perl
64575           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
64576 ____________________________________________________________________________
64577 [  8983] By: jhi                                   on 2001/03/02  15:51:16
64578         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64579              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64580              Date:     Thu, 1 Mar 2001 15:54:09 EST
64581              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
64582      Branch: perl
64583            ! vms/vms.c
64584 ____________________________________________________________________________
64585 [  8982] By: jhi                                   on 2001/03/02  15:43:31
64586         Log: Subject: Re: sync sync sync: have I missed any patches?
64587              From: Radu Greab <radu@netsoft.ro> 
64588              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
64589              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
64590              
64591              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
64592              was checking argv[0] regardless of whether a different pathname
64593              will actually be executed."  Test case not supplied because 
64594              drafting that, ironically enough, revealed another bug
64595              (or a feature).
64596      Branch: perl
64597            ! doio.c
64598 ____________________________________________________________________________
64599 [  8981] By: jhi                                   on 2001/03/02  15:28:03
64600         Log: Misdate in #8978.
64601      Branch: perl
64602            ! pod/perlfaq1.pod
64603 ____________________________________________________________________________
64604 [  8980] By: jhi                                   on 2001/03/02  15:24:20
64605         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
64606              From: Chris Nandor <pudge@pobox.com>
64607              Date: Wed, 28 Feb 2001 22:10:15 -0500
64608              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
64609      Branch: perl
64610            ! lib/File/Copy.pm
64611 ____________________________________________________________________________
64612 [  8979] By: jhi                                   on 2001/03/02  15:17:16
64613         Log: Subject: [ID 20010301.004] Technically speaking in perldata
64614              From: abela@geneanet.org
64615              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
64616              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
64617      Branch: perl
64618            ! pod/perldata.pod
64619 ____________________________________________________________________________
64620 [  8978] By: jhi                                   on 2001/03/02  15:15:27
64621         Log: Subject: [ID 20010301.003] ref to 5.004
64622              From: abela@geneanet.org
64623              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
64624              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
64625              
64626              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
64627              and mention the suidperl August 2000 security problem.
64628      Branch: perl
64629            ! pod/perlfaq1.pod
64630 ____________________________________________________________________________
64631 [  8977] By: alanbur                               on 2001/03/02  14:17:45
64632         Log: Resynchronised with parent
64633      Branch: maint-5.6/pureperl
64634           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
64635           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
64636           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
64637           !> vms/descrip_mms.template win32/win32.c win32/win32.h
64638           !> win32/win32iop.h
64639 ____________________________________________________________________________
64640 [  8976] By: nick                                  on 2001/03/01  23:25:30
64641         Log: Integrate mainline.
64642      Branch: perlio
64643            - t/op/qu.t
64644           !> (integrate 55 files)
64645 ____________________________________________________________________________
64646 [  8975] By: jhi                                   on 2001/03/01  16:51:34
64647         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
64648      Branch: perl
64649           !> toke.c
64650 ____________________________________________________________________________
64651 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64652         Log: fix for bugid 20010226.008
64653              
64654              the problem was that some of the pointers (PL_last_lop and
64655              PL_last_uni specifically) into the lex buffers weren't correctly
64656              being invalidated when the buffer changed; this would leave the
64657              pointers pointing at an arbitrary location in the buffer if
64658              the buffer didn't need to be reallocated, or point into freed
64659              memory if the buffer had to be realloced
64660              
64661              TODO item for bugdb maintainers: check other seemingly random
64662              parser-related bugs--they might be cured by this
64663      Branch: maint-5.6/perl
64664            ! toke.c
64665 ____________________________________________________________________________
64666 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64667         Log: Retract #8970 because of a completely mysterious core dump:
64668              adding the tests 241..244 causes op/pat dump core at test #25.
64669              The test needs a lot of whittling down before the bug can be solved.
64670      Branch: perl
64671            ! t/op/pat.t
64672 ____________________________________________________________________________
64673 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64674         Log: Regen perlapi.
64675      Branch: perl
64676            ! pod/perlapi.pod
64677 ____________________________________________________________________________
64678 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64679         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))
64680              From: Nicholas Clark <nick@ccl4.org>
64681              Date: Wed, 28 Feb 2001 23:28:49 +0000
64682              Message-ID: <20010228232849.A55187@plum.flirble.org>
64683              
64684              Allow a completely write protected source code tree
64685              when using the Configure -Dmksymlinks.
64686      Branch: perl
64687            ! embed.pl warnings.pl
64688 ____________________________________________________________________________
64689 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64690         Log: Add back the EBCDIC character range tests (for matching).
64691      Branch: perl
64692            ! t/op/pat.t
64693 ____________________________________________________________________________
64694 [  8969] By: nick                                  on 2001/02/28  18:18:01
64695         Log: Add charname comments to .ucm files writen by 'compile',
64696              also order charmaps in those files by source encoding.
64697              regenerate distrubuted .ucm files
64698      Branch: perlio
64699            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64700            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64701            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64702            ! ext/Encode/Encode/iso8859-10.ucm
64703            ! ext/Encode/Encode/iso8859-13.ucm
64704            ! ext/Encode/Encode/iso8859-14.ucm
64705            ! ext/Encode/Encode/iso8859-15.ucm
64706            ! ext/Encode/Encode/iso8859-16.ucm
64707            ! ext/Encode/Encode/iso8859-2.ucm
64708            ! ext/Encode/Encode/iso8859-3.ucm
64709            ! ext/Encode/Encode/iso8859-4.ucm
64710            ! ext/Encode/Encode/iso8859-5.ucm
64711            ! ext/Encode/Encode/iso8859-6.ucm
64712            ! ext/Encode/Encode/iso8859-7.ucm
64713            ! ext/Encode/Encode/iso8859-8.ucm
64714            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64715            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64716 ____________________________________________________________________________
64717 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64718         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64719      Branch: perl
64720            ! hints/hpux.sh hints/irix_6.sh
64721 ____________________________________________________________________________
64722 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64723         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64724              retract toke.c/qu parts of #8583, retract #8485, retract
64725              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64726              op/length.t, and MANIFEST, and delete t/op/qu.t.
64727      Branch: perl
64728            - t/op/qu.t
64729            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64730            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64731            ! t/op/length.t toke.c
64732 ____________________________________________________________________________
64733 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64734         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64735              by not changing from pre-Unicode days into being Unicode-aware.
64736              Sniff.
64737      Branch: perl
64738            ! pp.c t/op/pack.t t/op/qu.t
64739 ____________________________________________________________________________
64740 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64741         Log: Subject: Re: Errors in core PODs
64742              From: Michael Stevens <michael@etla.org> 
64743              Date: Fri, 23 Feb 2001 15:47:56 +0000
64744              Message-ID: <20010223154756.A7723@firedrake.org> 
64745      Branch: perl
64746            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64747            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64748            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64749            ! x2p/a2p.pod
64750 ____________________________________________________________________________
64751 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64752         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64753              (The #8961 was too bold.)
64754      Branch: perl
64755            ! hints/hpux.sh hints/irix_6.sh
64756 ____________________________________________________________________________
64757 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64758         Log: Subject: Re: sync sync sync: have I missed any patches?
64759              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64760              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
64761              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
64762              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
64763              
64764              Replace djSP with dSP.
64765      Branch: perl
64766            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
64767            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
64768            ! win32/perlhost.h
64769 ____________________________________________________________________________
64770 [  8962] By: jhi                                   on 2001/02/27  23:21:14
64771         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
64772      Branch: perl
64773            ! lib/Filter/Simple.pm
64774 ____________________________________________________________________________
64775 [  8961] By: jhi                                   on 2001/02/27  22:55:26
64776         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
64777              and this would be it.
64778      Branch: perl
64779            ! hints/hpux.sh hints/irix_6.sh
64780 ____________________________________________________________________________
64781 [  8960] By: jhi                                   on 2001/02/27  22:51:33
64782         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64783              From: "Craig A. Berry" <craigberry@mac.com>
64784              Date: Tue, 27 Feb 2001 16:11:44 -0600
64785              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64786      Branch: maint-5.6/perl
64787            ! configure.com vms/descrip_mms.template
64788 ____________________________________________________________________________
64789 [  8959] By: jhi                                   on 2001/02/27  22:47:23
64790         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64791              From: "Craig A. Berry" <craigberry@mac.com>
64792              Date: Tue, 27 Feb 2001 16:11:44 -0600
64793              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64794      Branch: perl
64795            ! configure.com vms/descrip_mms.template
64796 ____________________________________________________________________________
64797 [  8958] By: jhi                                   on 2001/02/27  15:16:42
64798         Log: Update Changes.
64799      Branch: perl
64800            ! Changes patchlevel.h
64801 ____________________________________________________________________________
64802 [  8957] By: jhi                                   on 2001/02/27  06:15:07
64803         Log: Subject: [5.6.x] EPOC additions
64804              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64805              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
64806              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
64807      Branch: maint-5.6/perl
64808            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
64809 ____________________________________________________________________________
64810 [  8956] By: jhi                                   on 2001/02/27  06:12:11
64811         Log: Subject: [perl-current] EPOC 
64812              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64813              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
64814              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
64815      Branch: perl
64816            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
64817            ! epoc/epocish.c epoc/epocish.h pp_sys.c
64818 ____________________________________________________________________________
64819 [  8955] By: jhi                                   on 2001/02/27  05:59:50
64820         Log: Subject: Re: Compile with perlcc..
64821              From: Edward Peschko <edwardp@excitehome.net>
64822              Date: Mon, 26 Feb 2001 18:51:58 -0800
64823              Message-ID: <20010226185158.A9871@excitehome.net>
64824              
64825              plus add a simple usage message if no arguments given.
64826      Branch: perl
64827            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
64828            ! utils/Makefile utils/perlcc.PL win32/pod.mak
64829 ____________________________________________________________________________
64830 [  8954] By: nick                                  on 2001/02/26  21:02:59
64831         Log: Integrate mainline
64832      Branch: perlio
64833           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
64834           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
64835           !> t/op/sprintf.t
64836 ____________________________________________________________________________
64837 [  8953] By: jhi                                   on 2001/02/26  14:43:54
64838         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
64839              From: Nicholas Clark <nick@ccl4.org>
64840              Date: Mon, 26 Feb 2001 00:42:07 +0000
64841              Message-ID: <20010226004207.F23333@plum.flirble.org>
64842      Branch: perl
64843            ! pp_ctl.c
64844 ____________________________________________________________________________
64845 [  8952] By: jhi                                   on 2001/02/26  14:42:13
64846         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
64847              From: Simon Cozens <simon@netthink.co.uk>
64848              Date: Mon, 26 Feb 2001 12:23:48 +0000
64849              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
64850      Branch: perl
64851            ! pod/perlguts.pod
64852 ____________________________________________________________________________
64853 [  8951] By: jhi                                   on 2001/02/26  14:39:15
64854         Log: Subject: [PATCH] perlio - unknown layer
64855              From: Nicholas Clark <nick@ccl4.org>
64856              Date: Mon, 26 Feb 2001 00:27:19 +0000
64857              Message-ID: <20010226002719.E23333@plum.flirble.org>
64858      Branch: perl
64859            ! perlio.c
64860 ____________________________________________________________________________
64861 [  8950] By: jhi                                   on 2001/02/26  14:38:04
64862         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
64863              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
64864              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
64865              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
64866      Branch: perl
64867            ! t/op/bop.t
64868 ____________________________________________________________________________
64869 [  8949] By: jhi                                   on 2001/02/26  14:37:07
64870         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
64871              From: Peter Prymmer <pvhp@forte.com>
64872              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
64873              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
64874      Branch: perl
64875            ! lib/Test.pm
64876 ____________________________________________________________________________
64877 [  8948] By: jhi                                   on 2001/02/26  14:35:53
64878         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64879              From: Radu Greab <radu@netsoft.ro>
64880              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
64881              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
64882      Branch: perl
64883            ! pod/perlop.pod
64884 ____________________________________________________________________________
64885 [  8947] By: jhi                                   on 2001/02/26  14:34:46
64886         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
64887              From: David Mitchell <davem@fdgroup.co.uk>
64888              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
64889              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
64890      Branch: perl
64891            ! run.c
64892 ____________________________________________________________________________
64893 [  8946] By: jhi                                   on 2001/02/26  14:32:37
64894         Log: Subject: Modified README.bs2000 
64895              From: Dorner Thomas <Thomas.Dorner@start.de>
64896              Date: Mon, 26 Feb 2001 09:22:17 +0100
64897              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
64898      Branch: perl
64899            ! README.bs2000
64900 ____________________________________________________________________________
64901 [  8945] By: jhi                                   on 2001/02/26  14:19:53
64902         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
64903              to maintperl, listing the known failures on the tests 129 and 130.
64904      Branch: maint-5.6/perl
64905           !> t/op/sprintf.t
64906 ____________________________________________________________________________
64907 [  8944] By: jhi                                   on 2001/02/26  14:14:15
64908         Log: Add more known sprintf failures.
64909      Branch: perl
64910            ! t/op/sprintf.t
64911 ____________________________________________________________________________
64912 [  8943] By: jhi                                   on 2001/02/26  13:56:22
64913         Log: perlglob.exe needs to be found in Win32, patch from
64914              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
64915              which needs external glob at mini-perl time."
64916      Branch: perl
64917            ! ext/Encode/compile
64918 ____________________________________________________________________________
64919 [  8942] By: jhi                                   on 2001/02/26  13:52:19
64920         Log: A missing dTHX from Vadim Konovalov.
64921      Branch: perl
64922            ! perlio.c
64923 ____________________________________________________________________________
64924 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64925         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64926      Branch: perl
64927            ! op.c
64928 ____________________________________________________________________________
64929 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64930         Log: Integrate perlio:
64931              
64932              [  8938]
64933              Encode implementations docs.
64934      Branch: perl
64935           !> ext/Encode/Encode.pm
64936 ____________________________________________________________________________
64937 [  8939] By: nick                                  on 2001/02/25  23:47:09
64938         Log: Integrate mainline.
64939      Branch: perlio
64940           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64941           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64942 ____________________________________________________________________________
64943 [  8938] By: nick                                  on 2001/02/25  19:36:28
64944         Log: Encode implementations docs.
64945      Branch: perlio
64946            ! ext/Encode/Encode.pm
64947 ____________________________________________________________________________
64948 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64949         Log: Script wasn't aligned with reality.
64950      Branch: perl
64951            ! t/pod/find.t
64952 ____________________________________________________________________________
64953 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64954         Log: Update Changes.
64955      Branch: perl
64956            ! Changes patchlevel.h
64957 ____________________________________________________________________________
64958 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64959         Log: Retract #8929,8930,8932,8933 for now.
64960      Branch: perl
64961            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64962 ____________________________________________________________________________
64963 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64964         Log: Integrate perlio:
64965              
64966              [  8927]
64967              Change method names in Encode implementation classes to something
64968              less confusing (preparing to "go public").
64969              
64970              [  8926]
64971              GCC __atribute__ / printf fix
64972              
64973              [  8925]
64974              Checked in the wrong one ...
64975              
64976              [  8923]
64977              Encode API documentation nd tidy up.
64978              Minor additions to test.
64979              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64980              Adds STRLEN to standard typemap.
64981      Branch: perl
64982           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64983           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64984           !> t/lib/encode.t
64985 ____________________________________________________________________________
64986 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64987         Log: (Retracted by #8395.)
64988              
64989              Slight tweaks in scan_const(), not fixes yet, it seems like
64990              lots of work remains to be done...
64991      Branch: perl
64992            ! toke.c
64993 ____________________________________________________________________________
64994 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64995         Log: (Retracted by #8395.)
64996              
64997              Missing from #8930.
64998      Branch: perl
64999            ! perl.h
65000 ____________________________________________________________________________
65001 [  8931] By: jhi                                   on 2001/02/25  17:26:19
65002         Log: A comment tweak.
65003      Branch: perl
65004            ! utf8.c
65005 ____________________________________________________________________________
65006 [  8930] By: jhi                                   on 2001/02/25  17:25:47
65007         Log: (Retracted by #8395.)
65008              
65009              Attempt to fix the EBCDIC character range problem with //.
65010      Branch: perl
65011            ! regcomp.c
65012 ____________________________________________________________________________
65013 [  8929] By: jhi                                   on 2001/02/25  17:23:45
65014         Log: (Retracted by #8395.)
65015              
65016              Expand the EBCDIC character range tests, and add few nasty
65017              tr tests from Karsten Sperling.
65018      Branch: perl
65019            ! t/op/pat.t t/op/tr.t
65020 ____________________________________________________________________________
65021 [  8928] By: jhi                                   on 2001/02/25  17:18:49
65022         Log: Missing check-in.
65023      Branch: perl
65024            ! lib/Pod/Find.pm
65025 ____________________________________________________________________________
65026 [  8927] By: nick                                  on 2001/02/25  11:30:22
65027         Log: Change method names in Encode implementation classes to something
65028              less confusing (preparing to "go public").
65029      Branch: perlio
65030            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
65031 ____________________________________________________________________________
65032 [  8926] By: nick                                  on 2001/02/25  10:53:24
65033         Log: GCC __atribute__ / printf fix
65034      Branch: perlio
65035            ! perl.h
65036 ____________________________________________________________________________
65037 [  8925] By: nick                                  on 2001/02/25  10:52:25
65038         Log: Checked in the wrong one ...
65039      Branch: perlio
65040            ! ext/Encode/Encode.pm
65041 ____________________________________________________________________________
65042 [  8924] By: nick                                  on 2001/02/24  18:46:51
65043         Log: Integrate mainline - to see what Jarkko has in ...
65044      Branch: perlio
65045           +> t/pod/testpods/lib/Pod/Stuff.pm
65046           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
65047 ____________________________________________________________________________
65048 [  8923] By: nick                                  on 2001/02/24  17:05:23
65049         Log: Encode API documentation nd tidy up.
65050              Minor additions to test.
65051              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
65052              Adds STRLEN to standard typemap.
65053      Branch: perlio
65054            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
65055            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
65056 ____________________________________________________________________________
65057 [  8922] By: jhi                                   on 2001/02/24  16:38:12
65058         Log: Add a test for the "character range should match in EBCDIC
65059              if specified using explicit numerics" bug found by Karsten
65060              Sperling.
65061      Branch: perl
65062            ! t/op/pat.t
65063 ____________________________________________________________________________
65064 [  8921] By: jhi                                   on 2001/02/24  16:30:16
65065         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
65066              From: schwern@pobox.com
65067              Date: Fri, 23 Feb 2001 03:21:37 -0500
65068              Message-ID: <20010223032137.A26022@magnonel.guild.net>
65069              
65070              plus Charles Lane's fixes, plus tweaks.
65071      Branch: perl
65072            + t/pod/testpods/lib/Pod/Stuff.pm
65073            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
65074 ____________________________________________________________________________
65075 [  8920] By: nick                                  on 2001/02/24  10:30:11
65076         Log: Integrate mainline
65077      Branch: perlio
65078           !> (integrate 33 files)
65079 ____________________________________________________________________________
65080 [  8919] By: jhi                                   on 2001/02/24  00:23:35
65081         Log: Subject: Re: I'm losing the war...
65082              From: "Vadim Konovalov" <watman@inbox.ru>
65083              Date: Sat, 24 Feb 2001 00:10:14 +0300
65084              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
65085              
65086              hv_store() not working correctly in ENV_IS_CASELESS case.
65087      Branch: perl
65088            ! hv.c
65089 ____________________________________________________________________________
65090 [  8918] By: jhi                                   on 2001/02/24  00:20:09
65091         Log: Subject: Re: [PATCH] fix for charnames above FFFF
65092              From: andreas.koenig@anima.de (Andreas J. Koenig)
65093              Date: 23 Feb 2001 02:39:03 +0100
65094              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
65095              
65096              A further efficiency tweak.
65097      Branch: perl
65098            ! lib/charnames.pm
65099 ____________________________________________________________________________
65100 [  8917] By: jhi                                   on 2001/02/23  20:27:51
65101         Log: Integrate change #8916 from mainline,
65102              do away with USE_WIN32_RTL_ENV.
65103      Branch: maint-5.6/perl
65104           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
65105 ____________________________________________________________________________
65106 [  8916] By: jhi                                   on 2001/02/23  20:02:25
65107         Log: Abolish USE_WIN32_RTL_ENV.
65108      Branch: perl
65109            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
65110 ____________________________________________________________________________
65111 [  8915] By: jhi                                   on 2001/02/23  19:36:00
65112         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
65113              later protected by some #define.
65114      Branch: perl
65115            ! gv.c
65116 ____________________________________________________________________________
65117 [  8914] By: jhi                                   on 2001/02/23  19:31:38
65118         Log: Retract #8902 for now, requested by Charles Lane, the correct
65119              fix will be something else.
65120      Branch: perl
65121            ! op.c
65122 ____________________________________________________________________________
65123 [  8913] By: jhi                                   on 2001/02/23  19:11:36
65124         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
65125              From: Peter Prymmer <pvhp@forte.com>
65126              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
65127              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
65128      Branch: perl
65129            ! t/op/lex_assign.t
65130 ____________________________________________________________________________
65131 [  8912] By: jhi                                   on 2001/02/23  18:38:20
65132         Log: Subject: [patch] perlio + useithreads
65133              From: Doug MacEachern <dougm@covalent.net>
65134              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
65135              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
65136              
65137              Gets things running but not complete.
65138      Branch: perl
65139            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
65140 ____________________________________________________________________________
65141 [  8911] By: jhi                                   on 2001/02/23  04:20:02
65142         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
65143              
65144              Duplicated environment freeing, File::Temp 0.12,
65145              op/append portability (EBCDIC) tweak.
65146      Branch: maint-5.6/perl
65147           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65148           !> t/op/append.t
65149 ____________________________________________________________________________
65150 [  8910] By: jhi                                   on 2001/02/23  02:07:33
65151         Log: Integrate change #8909 from mainline, a better Borland
65152              putenv() workaround.
65153      Branch: maint-5.6/perl
65154           !> perl.c
65155 ____________________________________________________________________________
65156 [  8909] By: jhi                                   on 2001/02/23  02:05:46
65157         Log: A better workaround for Borland putenv() brokenness from Sarathy.
65158      Branch: perl
65159            ! perl.c
65160 ____________________________________________________________________________
65161 [  8908] By: jhi                                   on 2001/02/23  02:04:14
65162         Log: Subject: fix for parameter -Dm (for perl@8867)
65163              From: "Vadim Konovalov" <watman@inbox.ru>
65164              Date: Thu, 22 Feb 2001 17:30:12 +0300
65165              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
65166      Branch: perl
65167            ! perl.h
65168 ____________________________________________________________________________
65169 [  8907] By: jhi                                   on 2001/02/23  01:58:20
65170         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
65171              From: Peter Prymmer <pvhp@forte.com>
65172              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
65173              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
65174      Branch: perl
65175            ! t/op/append.t
65176 ____________________________________________________________________________
65177 [  8906] By: jhi                                   on 2001/02/23  01:48:34
65178         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
65179      Branch: perl
65180            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65181 ____________________________________________________________________________
65182 [  8905] By: jhi                                   on 2001/02/23  01:43:30
65183         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
65184              From: Peter Prymmer <pvhp@forte.com>
65185              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
65186              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
65187      Branch: perl
65188            ! t/lib/st-06compat.t
65189 ____________________________________________________________________________
65190 [  8904] By: jhi                                   on 2001/02/23  01:42:39
65191         Log: Metaconfig unit change for #8903.
65192      Branch: metaconfig/U/perl
65193            ! Devel.U
65194 ____________________________________________________________________________
65195 [  8903] By: jhi                                   on 2001/02/23  01:42:12
65196         Log: Be more helpful for devel builders, suggested by John L. Allen.
65197      Branch: perl
65198            ! Configure
65199 ____________________________________________________________________________
65200 [  8902] By: jhi                                   on 2001/02/23  01:37:41
65201         Log: (Retracted by #8914)
65202              (Wrongly, reinstated by #8941)
65203              
65204              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
65205              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65206              Date:     Thu, 22 Feb 2001 09:43:57 EST
65207              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
65208      Branch: perl
65209            ! op.c
65210 ____________________________________________________________________________
65211 [  8901] By: jhi                                   on 2001/02/23  01:20:32
65212         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
65213              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65214              Date:     Thu, 22 Feb 2001 08:01:35 EST
65215              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
65216      Branch: perl
65217            ! malloc.c
65218 ____________________________________________________________________________
65219 [  8900] By: jhi                                   on 2001/02/23  01:18:02
65220         Log: Integrate changes #8898,8899 from mainline, environ handling.
65221      Branch: maint-5.6/perl
65222           !> perl.c
65223 ____________________________________________________________________________
65224 [  8899] By: jhi                                   on 2001/02/23  01:16:25
65225         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
65226              putenv() is not to be relied on, they are either broken or leaky
65227              or both.)
65228      Branch: perl
65229            ! perl.c
65230 ____________________________________________________________________________
65231 [  8898] By: jhi                                   on 2001/02/22  23:36:59
65232         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
65233              and safesysfree() must be used.
65234      Branch: perl
65235            ! perl.c
65236 ____________________________________________________________________________
65237 [  8897] By: jhi                                   on 2001/02/22  23:25:45
65238         Log: With environ one must use safesysmalloc()/safesysfree().
65239      Branch: perl
65240            ! perl.c
65241 ____________________________________________________________________________
65242 [  8896] By: jhi                                   on 2001/02/22  22:13:18
65243         Log: If we have a duplicated environment free it
65244              if PERL_DESTRUCT_LEVEL.
65245      Branch: perl
65246            ! perl.c
65247 ____________________________________________________________________________
65248 [  8895] By: alanbur                               on 2001/02/22  19:31:57
65249         Log: Synchronised with parent
65250      Branch: maint-5.6/pureperl
65251           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
65252 ____________________________________________________________________________
65253 [  8894] By: gsar                                  on 2001/02/22  19:06:18
65254         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
65255              
65256              fix memory leak in method call optimization (change#3768);
65257              made C<eval "$x->foo()"> leak
65258              
65259              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65260      Branch: maint-5.6/perl
65261           !> op.c
65262 ____________________________________________________________________________
65263 [  8893] By: jhi                                   on 2001/02/22  18:35:27
65264         Log: (Retracted by #8915.)
65265              
65266              Third Degree finding:
65267              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
65268      Branch: perl
65269            ! gv.c
65270 ____________________________________________________________________________
65271 [  8892] By: jhi                                   on 2001/02/22  14:28:32
65272         Log: Update Changes.
65273      Branch: perl
65274            ! Changes patchlevel.h
65275 ____________________________________________________________________________
65276 [  8891] By: jhi                                   on 2001/02/22  13:22:45
65277         Log: Metaconfig unit changes for #8890.
65278      Branch: metaconfig
65279            ! U/modified/Cppsym.U U/threads/archname.U
65280 ____________________________________________________________________________
65281 [  8890] By: jhi                                   on 2001/02/22  13:22:12
65282         Log: Add -stdio to the archname if no perlio selected,
65283              no -perlio added since that is now the default.
65284              
65285              Add few CPUs/architectures to the Cppsym scan.
65286      Branch: perl
65287            ! Configure config_h.SH
65288 ____________________________________________________________________________
65289 [  8889] By: jhi                                   on 2001/02/22  13:05:59
65290         Log: Metaconfig unit change for #8888.
65291      Branch: metaconfig/U/perl
65292            ! useperlio.U
65293 ____________________________________________________________________________
65294 [  8888] By: jhi                                   on 2001/02/22  13:05:28
65295         Log: *drum roll*  Make perlio the default.
65296      Branch: perl
65297            ! Configure config_h.SH
65298 ____________________________________________________________________________
65299 [  8887] By: jhi                                   on 2001/02/22  12:50:52
65300         Log: Integrate change #8665 from maintperl to mainline,
65301              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
65302      Branch: perl
65303           !> ext/POSIX/POSIX.xs
65304 ____________________________________________________________________________
65305 [  8886] By: jhi                                   on 2001/02/22  12:49:24
65306         Log: Integrate changes #8883,8884 from mainline to maintperl.
65307              
65308              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65309              Subject: Re: File::Temp::_gettemp warning
65310      Branch: maint-5.6/perl
65311           !> embed.h embed.pl lib/File/Temp.pm
65312 ____________________________________________________________________________
65313 [  8885] By: jhi                                   on 2001/02/22  12:43:59
65314         Log: Based on
65315              
65316              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
65317              From: schwab@suse.de
65318              Date: Thu, 22 Feb 2001 13:08:09 +0100
65319              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
65320              
65321              but the fix done slightly differently because the other
65322              half was already done in #8664.
65323      Branch: maint-5.6/perl
65324            ! ext/POSIX/POSIX.xs
65325 ____________________________________________________________________________
65326 [  8884] By: jhi                                   on 2001/02/22  12:37:15
65327         Log: Subject: Re: File::Temp::_gettemp warning
65328              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65329              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
65330              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
65331              
65332              This patch to File::Temp does two things:
65333              
65334              1. Fixes the problem with CGI::Carp when determining
65335              the Fcntl constants
65336              
65337              2. Removes most of the carps and consolidates them so that all the
65338              reasons are included in a single die that is caught by the test. This
65339              means that the correct skipping behaviour is displayed by the test.
65340      Branch: perl
65341            ! lib/File/Temp.pm
65342 ____________________________________________________________________________
65343 [  8883] By: jhi                                   on 2001/02/22  12:29:19
65344         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65345              From: Peter Prymmer <pvhp@forte.com>
65346              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
65347              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
65348      Branch: perl
65349            ! embed.h embed.pl
65350 ____________________________________________________________________________
65351 [  8882] By: jhi                                   on 2001/02/21  19:41:33
65352         Log: Integrate change #8881 from mainlin to maintperl.
65353              
65354              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65355      Branch: maint-5.6/perl
65356           !> op.c
65357 ____________________________________________________________________________
65358 [  8881] By: jhi                                   on 2001/02/21  19:38:57
65359         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65360              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65361              Date:     Wed, 21 Feb 2001 13:08:03 EST
65362              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
65363      Branch: perl
65364            ! op.c
65365 ____________________________________________________________________________
65366 [  8880] By: jhi                                   on 2001/02/21  19:34:34
65367         Log: Retract #8875, cannot let go of the old semantics of unpack U
65368              without rethinking utf8decode.t.
65369      Branch: perl
65370            ! pp.c t/op/pack.t
65371 ____________________________________________________________________________
65372 [  8879] By: jhi                                   on 2001/02/21  19:08:02
65373         Log: Run run/*.t also in minitest.
65374      Branch: perl
65375            ! Makefile.SH
65376 ____________________________________________________________________________
65377 [  8878] By: nick                                  on 2001/02/21  18:55:37
65378         Log: Integrate mainline
65379      Branch: perlio
65380           !> (integrate 76 files)
65381 ____________________________________________________________________________
65382 [  8877] By: jhi                                   on 2001/02/21  15:09:33
65383         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
65384      Branch: metaconfig
65385            ! U/compline/nblock_io.U
65386      Branch: perl
65387            ! Configure config_h.SH
65388 ____________________________________________________________________________
65389 [  8876] By: jhi                                   on 2001/02/21  14:54:45
65390         Log: If no sfio, no -lsfio.
65391      Branch: metaconfig/U/perl
65392            ! d_sfio.U
65393      Branch: perl
65394            ! Configure config_h.SH
65395 ____________________________________________________________________________
65396 [  8875] By: jhi                                   on 2001/02/21  14:54:00
65397         Log: Make unpack C and unpack U truly equivalent.
65398      Branch: perl
65399            ! pp.c t/op/pack.t
65400 ____________________________________________________________________________
65401 [  8874] By: jhi                                   on 2001/02/21  14:26:02
65402         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
65403              From: Peter Prymmer <pvhp@forte.com>
65404              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
65405              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
65406      Branch: perl
65407            ! pod/perlport.pod
65408 ____________________________________________________________________________
65409 [  8873] By: jhi                                   on 2001/02/21  14:24:31
65410         Log: Subject: [PATCH] fix for charnames above FFFF
65411              From: andreas.koenig@anima.de (Andreas J. Koenig)
65412              Date: 21 Feb 2001 07:05:45 +0100
65413              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
65414      Branch: perl
65415            ! lib/charnames.pm t/lib/charnames.t
65416 ____________________________________________________________________________
65417 [  8872] By: jhi                                   on 2001/02/21  14:15:25
65418         Log: Integrate change #8868 from pureperl to mainline.
65419              
65420              Fixed reference count loop caused by sv_magic.
65421      Branch: perl
65422           !> sv.c
65423 ____________________________________________________________________________
65424 [  8871] By: jhi                                   on 2001/02/21  14:07:29
65425         Log: Integrate change #8868 from pureperl to maintperl.
65426              
65427              Fixed reference count loop caused by sv_magic.
65428      Branch: maint-5.6/perl
65429           !> sv.c
65430 ____________________________________________________________________________
65431 [  8870] By: jhi                                   on 2001/02/21  14:04:41
65432         Log: Put back the #8840, it was innocent.
65433      Branch: perl
65434            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65435            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65436 ____________________________________________________________________________
65437 [  8869] By: jhi                                   on 2001/02/21  14:00:03
65438         Log: unpack("C", ...) was left slightly unfinished by #8865.
65439      Branch: perl
65440            ! pp.c t/op/pack.t
65441 ____________________________________________________________________________
65442 [  8868] By: alanbur                               on 2001/02/21  01:33:45
65443         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
65444              from gv_fetchpv to create single-character magic variables (e.g. $!),
65445              and it is passed a sv and the gv that contains the sv as the mg_obj
65446              value.  When sv_magic stores the mg_obj pointer it increments the gv
65447              refcount, thus causing a sv-gv pair that can't be freed.  There is
65448              already a check for sv == obj which is used to prevent such reference
65449              loops.  This change extends the check to cover the case described above.
65450      Branch: maint-5.6/pureperl
65451            ! sv.c
65452 ____________________________________________________________________________
65453 [  8867] By: jhi                                   on 2001/02/21  00:52:39
65454         Log: Update Changes.
65455      Branch: perl
65456            ! Changes patchlevel.h
65457 ____________________________________________________________________________
65458 [  8866] By: jhi                                   on 2001/02/21  00:34:20
65459         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
65460              (Note: there were some conflicts due to EBCDIC and EPOC
65461              patches, in general I preferred the repository code.)
65462              (When 2.753 comes out, we need to synchronize.)
65463      Branch: perl
65464            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65465            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
65466            ! t/lib/cgi-html.t
65467 ____________________________________________________________________________
65468 [  8865] By: jhi                                   on 2001/02/21  00:24:22
65469         Log: Make pack("C", 0x100) to create Unicode, unless under the
65470              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
65471              will understand Unicode, unless you under know what.
65472      Branch: perl
65473            ! pp.c t/op/pack.t t/op/qu.t
65474 ____________________________________________________________________________
65475 [  8864] By: alanbur                               on 2001/02/20  22:35:34
65476         Log: Resynchronised with parent
65477      Branch: maint-5.6/pureperl
65478           !> README.win32 ext/GDBM_File/GDBM_File.pm
65479           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
65480           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
65481           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65482           !> t/lib/sdbm.t util.c
65483 ____________________________________________________________________________
65484 [  8863] By: jhi                                   on 2001/02/20  20:55:11
65485         Log: Integrate change #8860,8861 from mainline into maintperl.
65486              
65487              "pseudo-literal j"
65488              
65489              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65490      Branch: maint-5.6/perl
65491           !> lib/Test.pm pod/perlop.pod
65492 ____________________________________________________________________________
65493 [  8862] By: jhi                                   on 2001/02/20  20:30:07
65494         Log: Don't do casting between pointers pointing to differently sized
65495              integers.
65496      Branch: perl
65497            ! hv.c sv.c
65498 ____________________________________________________________________________
65499 [  8861] By: jhi                                   on 2001/02/20  19:53:44
65500         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65501              From: Peter Prymmer <pvhp@forte.com>
65502              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
65503              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
65504      Branch: perl
65505            ! lib/Test.pm
65506 ____________________________________________________________________________
65507 [  8860] By: jhi                                   on 2001/02/20  19:48:02
65508         Log: "pseudo-literal j", a documentation glitch reported to Debian.
65509              The text recovered from Perl 5.005_03, and pseudo-literal replaced
65510              by "backtick string".
65511      Branch: perl
65512            ! pod/perlop.pod
65513 ____________________________________________________________________________
65514 [  8859] By: jhi                                   on 2001/02/20  19:15:46
65515         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
65516              from Chris Nandor.
65517      Branch: perl
65518            ! makedef.pl
65519 ____________________________________________________________________________
65520 [  8858] By: jhi                                   on 2001/02/20  17:36:53
65521         Log: Integrate pureperl changes #8844,8845,8850 to mainline
65522              (via maintperl #8855).
65523              
65524              Fixed %^H scoping bug
65525              
65526              Removed GV <-> CV refcount loop
65527              
65528              Removed %ENV refcount loop
65529      Branch: perl
65530           !> gv.c op.c perl.c pp.c scope.c
65531 ____________________________________________________________________________
65532 [  8857] By: jhi                                   on 2001/02/20  17:34:32
65533         Log: Integrate changes #8853,8854 from maintperl to mainline.
65534              
65535              EBDIC fixes, README.win32 Borland update.
65536      Branch: perl
65537           !> README.win32 handy.h util.c
65538 ____________________________________________________________________________
65539 [  8856] By: jhi                                   on 2001/02/20  17:33:16
65540         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
65541      Branch: maint-5.6/perl
65542           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65543           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65544           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65545 ____________________________________________________________________________
65546 [  8855] By: jhi                                   on 2001/02/20  17:32:13
65547         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
65548              
65549              Fixed %^H scoping bug
65550              
65551              Removed GV <-> CV refcount loop
65552              
65553              Removed %ENV refcount loop
65554      Branch: maint-5.6/perl
65555           !> gv.c op.c perl.c pp.c scope.c
65556 ____________________________________________________________________________
65557 [  8854] By: jhi                                   on 2001/02/20  17:25:06
65558         Log: Subject: Addition to readme.win32 for Borland C++ compilers
65559              Date: Tue, 20 Feb 2001 02:15:25 +0300
65560              From: "Vadim Konovalov" <watman@inbox.ru>
65561              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
65562              
65563              Document Borland compiler misbehaviour.
65564      Branch: maint-5.6/perl
65565            ! README.win32
65566 ____________________________________________________________________________
65567 [  8853] By: jhi                                   on 2001/02/20  17:22:25
65568         Log: The assimilation of ebcdic.c didn't quite work at the first try,
65569              patches from Thomas Dorner.
65570      Branch: maint-5.6/perl
65571            ! handy.h util.c
65572 ____________________________________________________________________________
65573 [  8852] By: jhi                                   on 2001/02/20  17:20:15
65574         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
65575              From: Chris Nandor <pudge@pobox.com>
65576              Date: Tue, 20 Feb 2001 08:32:45 -0500
65577              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
65578      Branch: maint-5.6/perl
65579            ! makedef.pl mg.c
65580 ____________________________________________________________________________
65581 [  8851] By: jhi                                   on 2001/02/20  17:15:52
65582         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
65583      Branch: perl
65584            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
65585            ! t/lib/filter-util.t
65586 ____________________________________________________________________________
65587 [  8850] By: alanbur                               on 2001/02/20  17:12:40
65588         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
65589              and the magic pointer points back to the GV that contains the
65590              %ENV hash.  This creates a refcount loop that prevents members
65591              of %ENV from being freed correctly.  This change removes the
65592              refcount loop - the magic pointer was never used anyway, the
65593              only use of the magic was to check the type ('E') so that the
65594              appropriate environment manipulation code is called when %ENV
65595              is modified.
65596      Branch: maint-5.6/pureperl
65597            ! perl.c
65598 ____________________________________________________________________________
65599 [  8849] By: jhi                                   on 2001/02/20  17:12:20
65600         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
65601              From: "Craig A. Berry" <craigberry@mac.com>
65602              Date: Mon, 19 Feb 2001 23:36:12 -0600
65603              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
65604              
65605              Case-forgiving systems match TestInit.pm with TES*.
65606      Branch: perl
65607            ! t/lib/glob-basic.t
65608 ____________________________________________________________________________
65609 [  8848] By: jhi                                   on 2001/02/20  17:10:02
65610         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
65611      Branch: perl
65612            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65613            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65614            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65615 ____________________________________________________________________________
65616 [  8847] By: jhi                                   on 2001/02/20  15:34:41
65617         Log: The #8843 wasn't quite right: %Config needs to imported.
65618      Branch: perl
65619            ! t/run/runenv.t
65620 ____________________________________________________________________________
65621 [  8846] By: jhi                                   on 2001/02/20  15:31:50
65622         Log: Retract the #8838 and #8840 for now because of
65623              the DB_File tie problem.
65624      Branch: perl
65625            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
65626            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65627            ! proto.h sv.c
65628 ____________________________________________________________________________
65629 [  8845] By: alanbur                               on 2001/02/20  14:25:41
65630         Log: Removed GV <-> CV refcount loop
65631              CvGV(mycv) points to the parent GV of the CV, and was previously
65632              refcounted.  The pointer remains, but the refcounting has been removed
65633              as it causes a refcount loop between the CV and GV that means the CV
65634              can't ever be deleted.
65635      Branch: maint-5.6/pureperl
65636            ! gv.c op.c pp.c
65637 ____________________________________________________________________________
65638 [  8844] By: alanbur                               on 2001/02/20  14:23:13
65639         Log: Fixed %^H scoping bug
65640      Branch: maint-5.6/pureperl
65641            ! scope.c
65642 ____________________________________________________________________________
65643 [  8843] By: jhi                                   on 2001/02/19  13:38:08
65644         Log: fork() not everywhere, cleanup temp files.
65645      Branch: perl
65646            ! t/run/runenv.t
65647 ____________________________________________________________________________
65648 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65649         Log: Resynchronised with parent
65650      Branch: maint-5.6/pureperl
65651           !> pod/perlfaq4.pod sv.c utf8.c
65652 ____________________________________________________________________________
65653 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65654         Log: Update Changes.
65655      Branch: perl
65656            ! Changes patchlevel.h
65657 ____________________________________________________________________________
65658 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65659         Log: Subject: [patch] add sv_setref_uv
65660              From: Doug MacEachern <dougm@covalent.net>
65661              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65662              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65663      Branch: perl
65664            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65665            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65666 ____________________________________________________________________________
65667 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65668         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65669      Branch: perl
65670            ! pod/perlfaq9.pod
65671 ____________________________________________________________________________
65672 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65673         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65674              From: Doug MacEachern <dougm@covalent.net>
65675              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65676              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65677      Branch: perl
65678            ! lib/ExtUtils/xsubpp
65679 ____________________________________________________________________________
65680 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65681         Log: Subject: [patch] -Wall cleanup round 2
65682              From: Doug MacEachern <dougm@covalent.net>
65683              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65684              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65685      Branch: perl
65686            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65687            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65688            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65689            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65690            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65691            ! ext/SDBM_File/SDBM_File.xs
65692 ____________________________________________________________________________
65693 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65694         Log: Misapplied regex optimizations when \C is present.
65695              Fixes 20001230.002.
65696              
65697              What still remains broken is that the submatches that
65698              have \C in them get their UTF8 flag on because their
65699              parent SV has it on.  This will result in malformed
65700              UTF8 if a \C happened to match a non-ASCII byte.
65701      Branch: perl
65702            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65703            ! t/pragma/utf8.t
65704 ____________________________________________________________________________
65705 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65706         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65707              
65708              The hash key got wrongly UTF8fied.
65709      Branch: perl
65710            ! pod/perlapi.pod toke.c utf8.c
65711 ____________________________________________________________________________
65712 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65713         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65714              don't warn on magical or overloaded things.
65715      Branch: perl
65716            ! pp_hot.c
65717 ____________________________________________________________________________
65718 [  8833] By: nick                                  on 2001/02/18  19:31:22
65719         Log: Integrate mainline
65720      Branch: perlio
65721           +> t/TestInit.pm t/run/runenv.t
65722            - t/UTEST
65723           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65724           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65725           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65726           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65727           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65728           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65729           !> utf8.c
65730 ____________________________________________________________________________
65731 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65732         Log: Integrate perlio:
65733              
65734              [  8830]
65735              Apply the spirit of patch from Nick Clark:
65736              Subject: [PATCH] Re: extensions that provide layers
65737              From: Nicholas Clark <nick@ccl4.org>
65738              Date: Mon, 12 Feb 2001 16:43:51 +0000
65739              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65740      Branch: perl
65741           !> perlio.c pod/perldiag.pod
65742 ____________________________________________________________________________
65743 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65744         Log: Integrate change #8827 from mainline.
65745              
65746              UTF8 tweaks.
65747      Branch: maint-5.6/perl
65748           !> sv.c utf8.c
65749 ____________________________________________________________________________
65750 [  8830] By: nick                                  on 2001/02/18  19:10:34
65751         Log: Apply the spirit of patch from Nick Clark:
65752              Subject: [PATCH] Re: extensions that provide layers
65753              From: Nicholas Clark <nick@ccl4.org>
65754              Date: Mon, 12 Feb 2001 16:43:51 +0000
65755              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65756      Branch: perlio
65757            ! perlio.c pod/perldiag.pod
65758 ____________________________________________________________________________
65759 [  8829] By: jhi                                   on 2001/02/18  19:03:25
65760         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
65761              From: schwern@pobox.com 
65762              Date: Sun, 18 Feb 2001 13:44:35 -0500
65763              Message-ID: <20010218134435.A17544@magnonel.guild.net>
65764              
65765              Applied, but as t/TestInit.pm.
65766      Branch: perl
65767            + t/TestInit.pm
65768            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
65769            ! t/op/subst_wamp.t
65770 ____________________________________________________________________________
65771 [  8828] By: jhi                                   on 2001/02/18  18:43:52
65772         Log: Integrate perlio:
65773              
65774              [  8826]
65775              Fix [ID 20010217.002]
65776              open FOO, "<:raw:perlio", ...
65777              :raw now inserts default base layer below itself.
65778              Also
65779              open FOO, "<:unix", ...
65780              works as well - but leaves buffer layer on stack under the unix layer.
65781      Branch: perl
65782           !> perlio.c
65783 ____________________________________________________________________________
65784 [  8827] By: jhi                                   on 2001/02/18  18:41:33
65785         Log: UTF-8 tweaks.
65786      Branch: perl
65787            ! sv.c utf8.c
65788 ____________________________________________________________________________
65789 [  8826] By: nick                                  on 2001/02/18  17:40:59
65790         Log: Fix [ID 20010217.002]
65791              open FOO, "<:raw:perlio", ...
65792              :raw now inserts default base layer below itself.
65793              Also
65794              open FOO, "<:unix", ...
65795              works as well - but leaves buffer layer on stack under the unix layer.
65796      Branch: perlio
65797            ! perlio.c
65798 ____________________________________________________________________________
65799 [  8825] By: jhi                                   on 2001/02/18  17:15:39
65800         Log: Integrate perlio:
65801              
65802              [  8820]
65803              Clean up a few core dumps when layers are used in unexpected ways.
65804              (Still not "right"...)
65805      Branch: perl
65806           !> perlio.c perliol.h
65807 ____________________________________________________________________________
65808 [  8824] By: jhi                                   on 2001/02/18  17:10:53
65809         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
65810              From: schwern@pobox.com
65811              Date: Sun, 18 Feb 2001 01:48:50 -0500
65812              Message-ID: <20010218014850.C19957@magnonel.guild.net>
65813      Branch: perl
65814            ! lib/Test/Harness.pm t/TEST t/op/chop.t
65815 ____________________________________________________________________________
65816 [  8823] By: jhi                                   on 2001/02/18  17:01:06
65817         Log: Add run/*.t to testables.
65818      Branch: perl
65819            ! t/TEST
65820 ____________________________________________________________________________
65821 [  8822] By: jhi                                   on 2001/02/18  16:58:58
65822         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
65823              From: schwern@pobox.com
65824              Date: Sun, 18 Feb 2001 01:11:35 -0500
65825              Message-ID: <20010218011135.A19957@magnonel.guild.net>
65826              
65827              Revive mjd's and Simon's PERL5OPT fix.
65828      Branch: perl
65829            + t/run/runenv.t
65830            ! MANIFEST perl.c
65831 ____________________________________________________________________________
65832 [  8821] By: jhi                                   on 2001/02/18  16:53:46
65833         Log: Subject: Re: Why t/TEST and not Test::Harness?
65834              From: schwern@pobox.com
65835              Date: Sat, 17 Feb 2001 22:44:44 -0500
65836              Message-ID: <20010217224444.A6679@magnonel.guild.net>
65837              
65838              Replace UTEST with TEST -utf8.
65839      Branch: perl
65840            - t/UTEST
65841            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
65842            ! t/lib/glob-basic.t
65843 ____________________________________________________________________________
65844 [  8820] By: nick                                  on 2001/02/18  13:06:16
65845         Log: Clean up a few core dumps when layers are used in unexpected ways.
65846              (Still not "right"...)
65847      Branch: perlio
65848            ! perlio.c perliol.h
65849 ____________________________________________________________________________
65850 [  8819] By: jhi                                   on 2001/02/18  02:25:55
65851         Log: Integrate change #8818 from maintperl, a FAQ nit.
65852      Branch: perl
65853           !> pod/perlfaq4.pod
65854 ____________________________________________________________________________
65855 [  8818] By: jhi                                   on 2001/02/18  02:24:50
65856         Log: FAQ nit from Chris Fedde.
65857      Branch: maint-5.6/perl
65858            ! pod/perlfaq4.pod
65859 ____________________________________________________________________________
65860 [  8817] By: nick                                  on 2001/02/17  18:20:14
65861         Log: Integrate mainline
65862      Branch: perlio
65863           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65864           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65865           +> pod/perlclib.pod
65866            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65867            - lib/unicode/Unicode.301
65868           !> (integrate 324 files)
65869 ____________________________________________________________________________
65870 [  8816] By: jhi                                   on 2001/02/17  16:56:58
65871         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
65872      Branch: perl
65873            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65874            ! ext/Storable/Storable.xs t/lib/st-06compat.t
65875            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65876 ____________________________________________________________________________
65877 [  8815] By: jhi                                   on 2001/02/17  16:40:07
65878         Log: Subject: [patch] -Wall
65879              From: Doug MacEachern <dougm@covalent.net>
65880              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
65881              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
65882      Branch: perl
65883            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
65884            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
65885 ____________________________________________________________________________
65886 [  8814] By: jhi                                   on 2001/02/16  19:27:18
65887         Log: Document qu better.
65888      Branch: perl
65889            ! pod/perlop.pod
65890 ____________________________________________________________________________
65891 [  8813] By: jhi                                   on 2001/02/15  13:54:37
65892         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
65893              From: Hugo <hv@crypt.compulink.co.uk>
65894              Date: Thu, 15 Feb 2001 13:39:49 +0000
65895              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
65896      Branch: perl
65897            ! toke.c
65898 ____________________________________________________________________________
65899 [  8812] By: alanbur                               on 2001/02/15  13:52:16
65900         Log: Resynchronised with parent
65901      Branch: maint-5.6/pureperl
65902            - ebcdic.c
65903           !> (integrate 36 files)
65904 ____________________________________________________________________________
65905 [  8811] By: jhi                                   on 2001/02/15  13:51:16
65906         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
65907              
65908              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65909              From: Jan Dubois <JanD@ActiveState.com>
65910              Date: Wed, 31 Jan 2001 21:17:03 -0800
65911              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65912              
65913              tweak change#8659 to keep it simple
65914              
65915              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65916              From: Russ Allbery <rra@stanford.edu>
65917              Date: 14 Feb 2001 10:15:41 -0800
65918              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65919              
65920              (8809 empty)
65921              
65922              Upgrade to podlators 1.08, from Russ Allbery.
65923      Branch: perl
65924           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65925           !> utils/perldoc.PL
65926 ____________________________________________________________________________
65927 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65928         Log: Upgrade to podlators 1.08, from Russ Allbery.
65929      Branch: maint-5.6/perl
65930            ! lib/Pod/Man.pm lib/Pod/Text.pm
65931 ____________________________________________________________________________
65932 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65933         Log: (accidentally empty check-in)
65934      Branch: maint-5.6/perl
65935            ! lib/Test/Harness.pm
65936 ____________________________________________________________________________
65937 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65938         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65939              From: Russ Allbery <rra@stanford.edu>
65940              Date: 14 Feb 2001 10:15:41 -0800
65941              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65942              
65943              perldoc was hardcoding $Config{installscript}, which breaks
65944              when install* isn't where Perl ends up (such as with AFS).
65945              
65946              Use $Config{scriptdir} instead.
65947      Branch: maint-5.6/perl
65948            ! utils/perldoc.PL
65949 ____________________________________________________________________________
65950 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65951         Log: Update Changes.
65952      Branch: perl
65953            ! Changes patchlevel.h
65954 ____________________________________________________________________________
65955 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65956         Log: Integrate changes #8803,8804,8805 from mainline.
65957              
65958              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65959              
65960              Don't skip too much of the locale error message if no environ array,
65961              from Chris Nandor.
65962              
65963              More MacOS Classic fixes from Chris Nandor.
65964      Branch: maint-5.6/perl
65965           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65966 ____________________________________________________________________________
65967 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65968         Log: More MacOS Classic fixes from Chris Nandor.
65969      Branch: perl
65970            ! doop.c lib/Cwd.pm
65971 ____________________________________________________________________________
65972 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65973         Log: Don't skip too much of the locale error message if no environ array,
65974              from Chris Nandor.
65975      Branch: perl
65976            ! util.c
65977 ____________________________________________________________________________
65978 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65979         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65980      Branch: perl
65981            ! perl.c perl.h
65982 ____________________________________________________________________________
65983 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65984         Log: AUTHORS update.
65985      Branch: perl
65986            ! AUTHORS
65987 ____________________________________________________________________________
65988 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65989         Log: Integrate change #8792 from mainline.
65990              
65991              Subject: buncha MacPerl patches for bleadperl
65992              From: Chris Nandor <pudge@pobox.com>
65993              Date: Tue, 13 Feb 2001 00:02:43 -0500
65994              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65995      Branch: maint-5.6/perl
65996           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65997           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65998           !> t/lib/basename.t toke.c util.h
65999 ____________________________________________________________________________
66000 [  8800] By: jhi                                   on 2001/02/13  17:46:43
66001         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
66002              to be forced to Off_t.
66003              
66004              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
66005              From: nick@ccl4.org
66006              Date: Thu, 1 Feb 2001 12:01:04 +0000
66007              Message-Id: <20010201120103.E11401@plum.flirble.org>
66008      Branch: maint-5.6/perl
66009            ! iperlsys.h perlio.c
66010 ____________________________________________________________________________
66011 [  8799] By: jhi                                   on 2001/02/13  16:52:51
66012         Log: Duplex duplex hunk hunk.
66013      Branch: maint-5.6/perl
66014            ! Makefile.SH
66015 ____________________________________________________________________________
66016 [  8797] By: jhi                                   on 2001/02/13  14:52:04
66017         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
66018              From: "Craig A. Berry" <craigberry@mac.com>
66019              Date: Mon, 12 Feb 2001 11:05:25 -0600
66020              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
66021      Branch: perl
66022            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
66023 ____________________________________________________________________________
66024 [  8796] By: jhi                                   on 2001/02/13  14:36:47
66025         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
66026              From: simon.cozens@pembroke.oxford.ac.uk 
66027              Date: Sat, 10 Feb 2001 17:57:02 +0000
66028              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
66029              
66030              Now it does include.
66031      Branch: perl
66032            ! pod/perldiag.pod
66033 ____________________________________________________________________________
66034 [  8795] By: jhi                                   on 2001/02/13  14:30:11
66035         Log: Sort the MANIFEST.
66036      Branch: perl
66037            ! MANIFEST
66038 ____________________________________________________________________________
66039 [  8794] By: jhi                                   on 2001/02/13  14:26:51
66040         Log: Integrate change #8793 from mainline, FAQ updates.
66041      Branch: maint-5.6/perl
66042           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
66043 ____________________________________________________________________________
66044 [  8793] By: jhi                                   on 2001/02/13  14:25:13
66045         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
66046      Branch: perl
66047            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
66048 ____________________________________________________________________________
66049 [  8792] By: jhi                                   on 2001/02/13  14:22:50
66050         Log: Subject: buncha MacPerl patches for bleadperl
66051              From: Chris Nandor <pudge@pobox.com>
66052              Date: Tue, 13 Feb 2001 00:02:43 -0500
66053              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
66054      Branch: perl
66055            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66056            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
66057            ! t/lib/basename.t toke.c util.h
66058 ____________________________________________________________________________
66059 [  8791] By: jhi                                   on 2001/02/13  14:10:39
66060         Log: Integrate change #8790 from mainline.
66061              
66062              environ array wrongly assumed in Perl_init_i18nl10n(),
66063      Branch: maint-5.6/perl
66064           !> util.c
66065 ____________________________________________________________________________
66066 [  8790] By: jhi                                   on 2001/02/13  14:06:15
66067         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
66068              noticed by Chris Nandor in MacOS Classic.
66069      Branch: perl
66070            ! util.c
66071 ____________________________________________________________________________
66072 [  8789] By: jhi                                   on 2001/02/13  13:58:07
66073         Log: Integrate changes #8373,8487,8544,8783 from mainline.
66074              
66075              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
66076              hints files, the dynaloading, assimilate ebcdic into util.c.
66077      Branch: maint-5.6/perl
66078            - ebcdic.c
66079            ! MANIFEST hints/posix-bc.sh
66080           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
66081           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
66082           !> perlapi.c proto.h util.c
66083 ____________________________________________________________________________
66084 [  8788] By: alanbur                               on 2001/02/13  10:33:13
66085         Log: Integrated changes from maint-5.6
66086      Branch: maint-5.6/pureperl
66087           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
66088           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
66089           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66090           !> vos/config.ga.h vos/configure_perl.cm
66091 ____________________________________________________________________________
66092 [  8787] By: jhi                                   on 2001/02/13  05:56:36
66093         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
66094      Branch: perl
66095           !> Makefile.SH
66096 ____________________________________________________________________________
66097 [  8786] By: jhi                                   on 2001/02/13  05:54:34
66098         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
66099              From: Dorner Thomas <Thomas.Dorner@start.de>
66100              Date: Mon, 12 Feb 2001 15:06:26 +0100
66101              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
66102      Branch: maint-5.6/perl
66103            ! Makefile.SH
66104 ____________________________________________________________________________
66105 [  8785] By: jhi                                   on 2001/02/13  05:29:04
66106         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
66107      Branch: perl
66108           !> hints/openbsd.sh
66109 ____________________________________________________________________________
66110 [  8784] By: jhi                                   on 2001/02/13  02:25:24
66111         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
66112              From: Peter Prymmer <pvhp@forte.com>
66113              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
66114              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
66115      Branch: perl
66116            ! pod/perlclib.pod
66117 ____________________________________________________________________________
66118 [  8783] By: jhi                                   on 2001/02/13  02:22:36
66119         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
66120      Branch: perl
66121            - ebcdic.c
66122            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
66123            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
66124            ! util.c
66125 ____________________________________________________________________________
66126 [  8782] By: jhi                                   on 2001/02/13  02:00:07
66127         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
66128      Branch: maint-5.6/perl
66129            ! pod/perlport.pod
66130 ____________________________________________________________________________
66131 [  8781] By: jhi                                   on 2001/02/13  01:58:44
66132         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
66133      Branch: maint-5.6/perl
66134            ! hints/openbsd.sh
66135 ____________________________________________________________________________
66136 [  8780] By: jhi                                   on 2001/02/13  01:57:33
66137         Log: Synchronize the regexp tests between maintperl and mainline.
66138      Branch: maint-5.6/perl
66139           !> t/op/re_tests
66140 ____________________________________________________________________________
66141 [  8779] By: jhi                                   on 2001/02/13  01:49:35
66142         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
66143              From: Hugo <hv@crypt.compulink.co.uk>
66144              Date: Tue, 13 Feb 2001 00:11:11 +0000
66145              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
66146      Branch: perl
66147            ! regcomp.c t/op/re_tests
66148 ____________________________________________________________________________
66149 [  8778] By: jhi                                   on 2001/02/13  00:23:10
66150         Log: Comments do not nest.
66151      Branch: perl
66152            ! perl.h
66153 ____________________________________________________________________________
66154 [  8777] By: jhi                                   on 2001/02/13  00:17:54
66155         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
66156              From: Hugo <hv@crypt.compulink.co.uk>
66157              Date: Tue, 13 Feb 2001 00:11:11 +0000
66158              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
66159      Branch: maint-5.6/perl
66160            ! regcomp.c t/op/re_tests
66161 ____________________________________________________________________________
66162 [  8776] By: jhi                                   on 2001/02/12  23:25:52
66163         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
66164      Branch: maint-5.6/perl
66165            ! pod/perlport.pod
66166 ____________________________________________________________________________
66167 [  8775] By: jhi                                   on 2001/02/12  23:04:28
66168         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
66169      Branch: maint-5.6/perl
66170            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
66171            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66172            ! vos/configure_perl.cm
66173 ____________________________________________________________________________
66174 [  8774] By: jhi                                   on 2001/02/12  22:59:11
66175         Log: Subject: Re: [patch] context for 'U' magic functions
66176              From: Doug MacEachern <dougm@covalent.net>
66177              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
66178              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
66179              
66180              plus the suggestion by Nick Ing-Simmons to name the macro
66181              as PERL_MG_UFUNC to avoid namespace pollution, plus add
66182              the advice by Doug for XS writers to perl.h
66183      Branch: perl
66184            ! mg.c perl.h
66185 ____________________________________________________________________________
66186 [  8773] By: jhi                                   on 2001/02/11  20:14:12
66187         Log: Update Changes.
66188      Branch: perl
66189            ! Changes patchlevel.h
66190 ____________________________________________________________________________
66191 [  8772] By: jhi                                   on 2001/02/11  18:47:52
66192         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
66193              From: Simon Cozens <simon@cozens.net>
66194              Date: Wed, 31 Jan 2001 16:31:43 +0000
66195              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
66196      Branch: perl
66197            + pod/perlclib.pod
66198            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
66199            ! pod/perltoc.pod
66200 ____________________________________________________________________________
66201 [  8771] By: jhi                                   on 2001/02/11  18:36:48
66202         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
66203              
66204              Blocks-4d3.beta.txt
66205              CaseFolding-3d4.beta.txt
66206              CompositionExclusions-3d6.beta.txt
66207              EastAsianWidth-4d4.beta.txt
66208              LineBreak-6d3.beta.txt
66209              NamesList-3.1.0d1.beta.txt
66210              PropList-3.1.0d4.beta.txt
66211              SpecialCasing-4d1.beta.txt
66212              UnicodeData-3.1.0d6.beta.txt
66213      Branch: perl
66214            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
66215           +> lib/unicode/UCD.html lib/unicode/Unicode.html
66216            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
66217            - lib/unicode/Unicode.301
66218            ! (edit 257 files)
66219 ____________________________________________________________________________
66220 [  8770] By: jhi                                   on 2001/02/11  17:26:22
66221         Log: UTF-8 documentation.
66222      Branch: perl
66223            ! utf8.h
66224 ____________________________________________________________________________
66225 [  8769] By: jhi                                   on 2001/02/11  17:12:49
66226         Log: Retract #8762.
66227      Branch: perl
66228            ! regexec.c
66229 ____________________________________________________________________________
66230 [  8768] By: jhi                                   on 2001/02/11  16:54:45
66231         Log: Subject: [PATCH] Test::Harness
66232              From: andreas.koenig@anima.de (Andreas J. Koenig)
66233              Date: 11 Feb 2001 14:37:00 +0100
66234              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
66235      Branch: perl
66236            ! lib/Test/Harness.pm
66237 ____________________________________________________________________________
66238 [  8767] By: jhi                                   on 2001/02/11  16:53:52
66239         Log: Subject: [PATCH] Document makepatch in Porting/patching
66240              From: andreas.koenig@anima.de (Andreas J. Koenig)
66241              Date: 11 Feb 2001 16:46:28 +0100
66242              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
66243      Branch: perl
66244            ! Porting/patching.pod
66245 ____________________________________________________________________________
66246 [  8766] By: jhi                                   on 2001/02/11  06:30:23
66247         Log: Subject: Re: [patch] GvSHARED
66248              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
66249              From: Doug MacEachern <dougm@covalent.net>
66250              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
66251              
66252              Subject: Re: [patch] GvSHARED
66253              From: Doug MacEachern <dougm@covalent.net>
66254              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
66255              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
66256              
66257              Subject: [patch] attributes.pm support for `shared'
66258              From: Doug MacEachern <dougm@covalent.net>
66259              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
66260              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
66261              
66262              our() attributes were ignored, our :shared pieces missing,
66263              allow attributes.pm to turn on shared.
66264      Branch: perl
66265            ! op.c t/op/attrs.t toke.c xsutils.c
66266 ____________________________________________________________________________
66267 [  8765] By: alanbur                               on 2001/02/10  23:11:19
66268         Log: Resync with parent (hopefully sucessfully this time)
66269      Branch: maint-5.6/pureperl
66270           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
66271           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66272           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66273           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66274           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66275           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66276           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66277 ____________________________________________________________________________
66278 [  8764] By: jhi                                   on 2001/02/10  22:54:38
66279         Log: Make TEST and UTEST more verbose in case something goes
66280              wrong in running/compiling a script, suggested by Doug
66281              MacEachern.
66282      Branch: perl
66283            ! t/TEST t/UTEST
66284 ____________________________________________________________________________
66285 [  8763] By: jhi                                   on 2001/02/10  22:11:34
66286         Log: Bogus shebang.
66287      Branch: perl
66288            ! t/lib/texttabs.t
66289 ____________________________________________________________________________
66290 [  8762] By: jhi                                   on 2001/02/10  21:56:02
66291         Log: (Retracted by #8769)
66292      Branch: perl
66293            ! regexec.c
66294 ____________________________________________________________________________
66295 [  8761] By: jhi                                   on 2001/02/10  21:26:15
66296         Log: Subject: Re: [patch] GvSHARED 
66297              From: Doug MacEachern <dougm@covalent.net>
66298              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
66299              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
66300              
66301              our @EXPORT : shared = (...);
66302      Branch: perl
66303            ! toke.c
66304 ____________________________________________________________________________
66305 [  8760] By: jhi                                   on 2001/02/10  21:25:07
66306         Log: Subject: [patch] GvSHARED
66307              From: Doug MacEachern <dougm@covalent.net>
66308              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
66309              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
66310      Branch: perl
66311            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
66312 ____________________________________________________________________________
66313 [  8759] By: alanbur                               on 2001/02/10  21:24:27
66314         Log: Backed out mismerge.
66315      Branch: maint-5.6/pureperl
66316            ! MANIFEST README.hpux README.vmesa gv.c installhtml
66317            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
66318            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66319            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66320            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66321            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66322            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
66323 ____________________________________________________________________________
66324 [  8758] By: jhi                                   on 2001/02/10  18:01:17
66325         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
66326              
66327              Fixed UMRs and leak in Perl_pmtrans()
66328              
66329              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66330              associated UTFied tr/// code.  Also fixed scoping leak of
66331              PL_reg_start_tmp.
66332              
66333              newATTRSUB leaks when an attempt to redefine the active sort sub is
66334              made.
66335      Branch: maint-5.6/perl
66336           !> op.c regcomp.c
66337 ____________________________________________________________________________
66338 [  8757] By: alanbur                               on 2001/02/10  17:56:46
66339         Log: Resynchronised with parent
66340      Branch: maint-5.6/pureperl
66341           +> README.bs2000
66342            - README.posix-bc
66343            ! gv.c perl.c sv.c
66344           !> MANIFEST README.hpux README.vmesa installhtml
66345           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66346           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66347           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66348           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66349           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66350           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66351 ____________________________________________________________________________
66352 [  8756] By: alanbur                               on 2001/02/10  17:51:15
66353         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
66354              made.
66355      Branch: maint-5.6/pureperl
66356            ! op.c
66357 ____________________________________________________________________________
66358 [  8755] By: jhi                                   on 2001/02/09  22:41:35
66359         Log: Upgrade to CPAN 1.59_54, from Andreas König.
66360      Branch: perl
66361            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66362 ____________________________________________________________________________
66363 [  8754] By: jhi                                   on 2001/02/09  22:29:20
66364         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
66365              
66366              Didn't upgrade the fill.t since it has a dependency to File::Slurp
66367              purely for debugging purposes, the actual test hasn't changed.
66368      Branch: perl
66369            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
66370            ! t/lib/textwrap.t
66371 ____________________________________________________________________________
66372 [  8753] By: jhi                                   on 2001/02/09  20:17:50
66373         Log: Integrate change #8682 from maintperl.
66374              
66375              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66376              to work correctly.
66377      Branch: perl
66378           !> hints/irix_6.sh
66379 ____________________________________________________________________________
66380 [  8752] By: jhi                                   on 2001/02/09  20:00:46
66381         Log: Update Changes.
66382      Branch: perl
66383            ! Changes patchlevel.h
66384 ____________________________________________________________________________
66385 [  8751] By: nick                                  on 2001/02/09  19:48:37
66386         Log: Integrate mainline
66387      Branch: perlio
66388           +> README.bs2000 t/lib/cgi-esc.t
66389            - README.posix-bc
66390           !> (integrate 53 files)
66391 ____________________________________________________________________________
66392 [  8750] By: nick                                  on 2001/02/09  19:25:16
66393         Log: Subject: RE: Biannual Competition to Improve Hashing Function
66394              From: Fisher Mark <fisherm@tce.com>
66395              Date: Thu, 8 Feb 2001 10:44:00 -0500
66396              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
66397              Date: Thu, 8 Feb 2001 15:02:47 -0500
66398              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
66399      Branch: perl
66400            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
66401 ____________________________________________________________________________
66402 [  8749] By: jhi                                   on 2001/02/09  19:02:35
66403         Log: Forgotten fragment.
66404      Branch: perl
66405            ! pod/perlapi.pod
66406 ____________________________________________________________________________
66407 [  8748] By: jhi                                   on 2001/02/09  18:31:34
66408         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
66409              plus manual tweakage.
66410              
66411              Sync the perlfaq2 between mainline and maintperl.
66412      Branch: maint-5.6/perl
66413            ! pod/perlfaq2.pod
66414      Branch: perl
66415           !> pod/perlfaq2.pod
66416 ____________________________________________________________________________
66417 [  8747] By: jhi                                   on 2001/02/09  18:12:04
66418         Log: Subject: versiononly and installperl
66419              From: abigail@foad.org
66420              Date: Wed, 7 Feb 2001 22:43:12 +0100
66421              Message-ID: <20010207214312.7045.qmail@foad.org>    
66422              
66423              Add +v flag to force a normal install of the perl binary
66424              and the utilities.
66425              
66426              Subject: [PATCH] installperl
66427              From: Nicholas Clark <nick@ccl4.org>
66428              Date: Fri, 9 Feb 2001 16:28:57 +0000
66429              Message-ID: <20010209162857.B10931@plum.flirble.org>
66430              
66431              Add -A flag which also hardlinks the binary with
66432              the full architecture name.
66433      Branch: perl
66434            ! installperl
66435 ____________________________________________________________________________
66436 [  8746] By: jhi                                   on 2001/02/09  18:03:43
66437         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
66438              
66439              Subject: perlfaq2, re: perlmongers
66440              
66441              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66442              
66443              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66444              
66445              Subject: [ID 20010205.001] typo in perlfaq9
66446              
66447              Subject: [ID 20010208.002] unordered explanation in perlcall
66448      Branch: maint-5.6/perl
66449           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66450           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
66451           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
66452 ____________________________________________________________________________
66453 [  8745] By: jhi                                   on 2001/02/09  17:59:09
66454         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
66455              From: abela@geneanet.org
66456              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
66457              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
66458      Branch: perl
66459            ! pod/perlcall.pod
66460 ____________________________________________________________________________
66461 [  8744] By: jhi                                   on 2001/02/09  17:48:16
66462         Log: Subject: [ID 20010205.001] typo in perlfaq9
66463              From: eserte@vran.herceg.de
66464              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
66465              Message-Id: <200102042244.XAA21926@vran.herceg.de>
66466      Branch: perl
66467            ! pod/perlfaq9.pod
66468 ____________________________________________________________________________
66469 [  8743] By: jhi                                   on 2001/02/09  17:25:12
66470         Log: Integrate change #8695 from maintperl.
66471              
66472              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66473      Branch: perl
66474           !> thread.h
66475 ____________________________________________________________________________
66476 [  8742] By: jhi                                   on 2001/02/09  17:21:22
66477         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
66478              From: Andy Dougherty <doughera@lafayette.edu>
66479              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
66480              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
66481      Branch: perl
66482            ! embed.pl
66483 ____________________________________________________________________________
66484 [  8741] By: jhi                                   on 2001/02/09  17:05:19
66485         Log: Integrate changes #8738,8739,8740 from maintperl.
66486              
66487              Html files will be installed in a more logical and easier to
66488              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66489              
66490              Html files will be generated with a header to make them look
66491              a little less bare.
66492              
66493              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66494      Branch: perl
66495           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
66496 ____________________________________________________________________________
66497 [  8740] By: jhi                                   on 2001/02/09  17:03:46
66498         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66499              From: "Brendan O'Dea" <bod@compusol.com.au>
66500              Date: Sun, 4 Feb 2001 11:17:56 +1100
66501              Message-ID: <20010204111756.A16301@compusol.com.au>
66502      Branch: maint-5.6/perl
66503            ! pod/perlfaq3.pod
66504 ____________________________________________________________________________
66505 [  8739] By: jhi                                   on 2001/02/09  17:01:59
66506         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
66507              From: "Indy Singh" <indy@nusphere.com>
66508              Date: Fri, 2 Feb 2001 15:09:59 -0500
66509              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
66510              
66511              Html files will be generated with a header to make them look
66512              a little less bare.
66513      Branch: maint-5.6/perl
66514            ! installhtml
66515 ____________________________________________________________________________
66516 [  8738] By: jhi                                   on 2001/02/09  16:58:48
66517         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
66518              From: "Indy Singh" <indy@nusphere.com>
66519              Date: Fri, 2 Feb 2001 15:08:23 -0500
66520              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
66521              
66522              Html files will be installed in a more logical and easier to
66523              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66524      Branch: maint-5.6/perl
66525            ! win32/Makefile win32/makefile.mk
66526 ____________________________________________________________________________
66527 [  8737] By: jhi                                   on 2001/02/09  16:46:54
66528         Log: Integrate changes #8687,8736 from maintperl.
66529              
66530              HP-UX thread patches from Merijn H. Brand.
66531              
66532              Latin nit from Philip Newton.
66533      Branch: perl
66534           !> README.hpux hints/hpux.sh
66535 ____________________________________________________________________________
66536 [  8736] By: jhi                                   on 2001/02/09  16:42:31
66537         Log: Latin nit from Philip Newton.
66538      Branch: maint-5.6/perl
66539            ! README.hpux
66540 ____________________________________________________________________________
66541 [  8735] By: jhi                                   on 2001/02/09  16:24:03
66542         Log: Integrate changes #8704,8710 from pureperl.
66543              
66544              Fixed UMRs and leak in Perl_pmtrans()
66545              
66546              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66547              associated UTFied tr/// code.  Also fixed scoping leak of
66548              PL_reg_start_tmp.
66549      Branch: perl
66550           !> op.c regcomp.c
66551 ____________________________________________________________________________
66552 [  8734] By: jhi                                   on 2001/02/09  15:40:21
66553         Log: Integrate change #8733 from maintperl.
66554              
66555              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66556      Branch: perl
66557           !> pod/perlre.pod
66558 ____________________________________________________________________________
66559 [  8733] By: jhi                                   on 2001/02/09  15:35:47
66560         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66561              From: Prymmer/Kahn <pvhp@best.com>
66562              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
66563              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
66564      Branch: maint-5.6/perl
66565            ! pod/perlre.pod
66566 ____________________________________________________________________________
66567 [  8732] By: jhi                                   on 2001/02/09  15:26:17
66568         Log: Rename README.posix-bc to README.bs2000 (to avoid the
66569              confusion of a "perlposix-bc.pod"), add a few missing
66570              arch pods, regen toc.
66571      Branch: maint-5.6/perl
66572           +> README.bs2000
66573            - README.posix-bc
66574            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66575            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66576 ____________________________________________________________________________
66577 [  8731] By: jhi                                   on 2001/02/09  15:23:39
66578         Log: De-cut-and-pasto.
66579      Branch: perl
66580            ! pod/perl.pod
66581 ____________________________________________________________________________
66582 [  8730] By: jhi                                   on 2001/02/09  15:11:13
66583         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
66584              when people think that perlposix-bc.pod tells anything about
66585              Perl and POSIX.  Regen toc.
66586      Branch: perl
66587           +> README.bs2000
66588            - README.posix-bc
66589            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66590            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66591 ____________________________________________________________________________
66592 [  8729] By: jhi                                   on 2001/02/09  14:52:28
66593         Log: The README.vmesa part of #8712 from maintperl.
66594      Branch: perl
66595            ! README.vmesa
66596 ____________________________________________________________________________
66597 [  8728] By: jhi                                   on 2001/02/09  14:46:06
66598         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
66599              From: Peter Prymmer <pvhp@forte.com>
66600              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
66601              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
66602      Branch: maint-5.6/perl
66603            ! README.vmesa win32/Makefile win32/makefile.mk
66604 ____________________________________________________________________________
66605 [  8727] By: jhi                                   on 2001/02/09  14:33:25
66606         Log: Integrate change #8712 from mainline.
66607              
66608              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
66609      Branch: maint-5.6/perl
66610           !> lib/Pod/Find.pm
66611 ____________________________________________________________________________
66612 [  8726] By: jhi                                   on 2001/02/09  14:30:28
66613         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
66614              From: Peter Prymmer <pvhp@forte.com>
66615              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
66616              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
66617      Branch: perl
66618            + t/lib/cgi-esc.t
66619            ! MANIFEST lib/CGI/Util.pm
66620 ____________________________________________________________________________
66621 [  8725] By: jhi                                   on 2001/02/09  04:56:47
66622         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
66623      Branch: maint-5.6/perl
66624            ! pod/perlport.pod
66625 ____________________________________________________________________________
66626 [  8724] By: jhi                                   on 2001/02/09  04:40:59
66627         Log: Integrate changes 7819,7820 from vmsperl into mainline.
66628              
66629              Add header for LIB$ prototypes (C. Berry)
66630              
66631              Convert fwrite()s to sockets to write()s, since some socket stacks
66632              don't take kindly to stdio.
66633              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66634              (for often optional LNMs)
66635              Correct a few typos
66636              (C. Bailey)
66637      Branch: perl
66638           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
66639 ____________________________________________________________________________
66640 [  8723] By: jhi                                   on 2001/02/09  03:29:29
66641         Log: Integrate change #8722 from mainline.
66642              
66643              The Im() function wasn't returning zero for non-Math::Complex
66644              arguments.  The bug reported by John Gamble.
66645      Branch: maint-5.6/perl
66646           !> lib/Math/Complex.pm
66647 ____________________________________________________________________________
66648 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66649         Log: The Im() function wasn't returning zero for non-Math::Complex
66650              arguments.  The bug reported by John Gamble.
66651      Branch: perl
66652            ! lib/Math/Complex.pm
66653 ____________________________________________________________________________
66654 [  8721] By: nick                                  on 2001/02/08  22:11:35
66655         Log: Correct the correction :-(
66656      Branch: perl
66657            ! perl.c
66658 ____________________________________________________________________________
66659 [  8720] By: bailey                                on 2001/02/08  20:59:22
66660         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66661              don't take kindly to stdio.
66662              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66663              (for often optional LNMs)
66664              Correct a few typos
66665              (C. Bailey)
66666      Branch: vmsperl
66667            ! vms/vms.c vms/vmsish.h
66668 ____________________________________________________________________________
66669 [  8719] By: bailey                                on 2001/02/08  20:51:02
66670         Log: Add header for LIB$ prototypes (C. Berry)
66671      Branch: vmsperl
66672            ! ext/Devel/DProf/DProf.xs
66673 ____________________________________________________________________________
66674 [  8718] By: bailey                                on 2001/02/08  20:49:00
66675         Log: SYN SYN
66676      Branch: vmsperl
66677           +> pod/perliol.pod t/lib/sample-tests/bailout
66678           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66679           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66680           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66681           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66682           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66683           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66684            - lib/unicode/Is/DCinital.pl
66685           !> (integrate 101 files)
66686 ____________________________________________________________________________
66687 [  8717] By: nick                                  on 2001/02/08  19:38:48
66688         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66689              From: Robin Barker <rmb1@cise.npl.co.uk>
66690              Date: Thu, 8 Feb 2001 14:38:07 GMT
66691              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66692      Branch: perl
66693            ! lib/CPAN.pm
66694 ____________________________________________________________________________
66695 [  8716] By: nick                                  on 2001/02/08  19:29:07
66696         Log: Generated files form 8713 etc.
66697      Branch: perl
66698            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66699 ____________________________________________________________________________
66700 [  8715] By: nick                                  on 2001/02/08  19:26:08
66701         Log: Fixup non-ithread build after 8713
66702      Branch: perl
66703            ! perl.c
66704 ____________________________________________________________________________
66705 [  8714] By: nick                                  on 2001/02/08  19:17:45
66706         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66707              From: nick@ccl4.org
66708              Date: Wed, 7 Feb 2001 00:27:47 +0000
66709              Message-Id: <20010207002747.B63724@plum.flirble.org>
66710      Branch: perl
66711            ! sv.c toke.c
66712 ____________________________________________________________________________
66713 [  8713] By: nick                                  on 2001/02/08  19:15:58
66714         Log: Subject: Re: [patch] Re: PL_ptr_table
66715              From: Doug Maceachern <dougm@covalent.net>
66716              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66717              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66718      Branch: perl
66719            ! embed.pl perl.c sv.c sv.h
66720 ____________________________________________________________________________
66721 [  8712] By: nick                                  on 2001/02/08  19:12:47
66722         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66723              From: Peter Prymmer <pvhp@forte.com>
66724              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66725              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66726      Branch: perl
66727            ! lib/Pod/Find.pm
66728 ____________________________________________________________________________
66729 [  8711] By: nick                                  on 2001/02/07  21:06:11
66730         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66731              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66732              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66733              Date: Tue, 06 Feb 2001 23:37:01 +0000
66734              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66735      Branch: perl
66736            ! regcomp.c
66737 ____________________________________________________________________________
66738 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66739         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66740              associated UTFied tr/// code.  Also fixed scoping leak of
66741              PL_reg_start_tmp.
66742      Branch: maint-5.6/pureperl
66743            ! op.c regcomp.c
66744 ____________________________________________________________________________
66745 [  8709] By: nick                                  on 2001/02/06  21:16:49
66746         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66747              From: Michael G Schwern <schwern@pobox.com>
66748              Date: Sun, 4 Feb 2001 19:47:14 -0500
66749              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66750      Branch: perl
66751            ! pod/perlapi.pod pod/perlmodlib.PL
66752 ____________________________________________________________________________
66753 [  8708] By: nick                                  on 2001/02/06  20:41:20
66754         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66755              From: Michael G Schwern <schwern@pobox.com>
66756              Date: Sun, 4 Feb 2001 21:17:49 -0500
66757              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66758      Branch: perl
66759            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
66760            ! pod/perltootc.pod
66761 ____________________________________________________________________________
66762 [  8707] By: nick                                  on 2001/02/06  20:29:11
66763         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
66764              From: Michael G Schwern <schwern@pobox.com>
66765              Date: Tue, 6 Feb 2001 05:54:30 -0500
66766              Message-Id: <20010206055430.A951@blackrider.aocn.com>
66767      Branch: perl
66768            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
66769 ____________________________________________________________________________
66770 [  8706] By: nick                                  on 2001/02/06  20:21:40
66771         Log: Subject: RE: some win32 fixes
66772              Date: Tue, 6 Feb 2001 09:23:20 +0300
66773              From: Vadim Konovalov <vkonovalov@lucent.com>
66774              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
66775      Branch: perl
66776            ! toke.c win32/Makefile win32/config.bc win32/config.gc
66777            ! win32/config.vc win32/config_H.bc win32/makefile.mk
66778 ____________________________________________________________________________
66779 [  8705] By: alanbur                               on 2001/02/06  15:00:03
66780         Log: Synchronised with parent
66781      Branch: maint-5.6/pureperl
66782            ! regexec.c
66783           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66784           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
66785 ____________________________________________________________________________
66786 [  8704] By: alanbur                               on 2001/02/06  14:55:24
66787         Log: Fixed UMRs and leak in Perl_pmtrans()
66788      Branch: maint-5.6/pureperl
66789            ! op.c
66790 ____________________________________________________________________________
66791 [  8703] By: gsar                                  on 2001/02/06  02:29:37
66792         Log: $(MAKE) distclean doesn't clean up properly on windows
66793      Branch: maint-5.6/perl
66794            ! win32/Makefile win32/makefile.mk
66795 ____________________________________________________________________________
66796 [  8702] By: gsar                                  on 2001/02/06  01:00:46
66797         Log: tweak change#8659 to keep it simple
66798      Branch: maint-5.6/perl
66799            ! utils/perldoc.PL
66800 ____________________________________________________________________________
66801 [  8701] By: gsar                                  on 2001/02/05  22:45:41
66802         Log: change#8693 was missing testsuite changes
66803      Branch: maint-5.6/perl
66804           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66805 ____________________________________________________________________________
66806 [  8700] By: nick                                  on 2001/02/05  20:32:52
66807         Log: Integrate mainline
66808      Branch: perlio
66809           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
66810           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66811           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66812           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66813           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66814           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66815           +> t/lib/test-harness.t
66816           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
66817           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
66818           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
66819           !> pod/perlutil.pod t/TEST utils/h2xs.PL
66820 ____________________________________________________________________________
66821 [  8699] By: nick                                  on 2001/02/05  19:41:07
66822         Log: Subject: perlfaq2, re: perlmongers
66823              From: David H. Adler <dha@panix.com>
66824              Date: Sun, 4 Feb 2001 23:48:23 -0500
66825              Message-Id: <20010204234823.A13429@panix.com>
66826      Branch: perl
66827            ! pod/perlfaq2.pod
66828 ____________________________________________________________________________
66829 [  8698] By: nick                                  on 2001/02/05  19:39:31
66830         Log: Missed file f#rom the testharness mess.
66831      Branch: perl
66832            + t/lib/test-harness.t
66833 ____________________________________________________________________________
66834 [  8697] By: nick                                  on 2001/02/05  19:37:21
66835         Log: Subject: [DOC PATCH] overload.pm nits
66836              From: John Tobey <jtobey@john-edwin-tobey.org>
66837              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
66838              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
66839      Branch: perl
66840            ! lib/overload.pm
66841 ____________________________________________________________________________
66842 [  8696] By: alanbur                               on 2001/02/05  11:56:00
66843         Log: Sync with parent
66844      Branch: maint-5.6/pureperl
66845           !> thread.h
66846 ____________________________________________________________________________
66847 [  8695] By: gsar                                  on 2001/02/05  03:27:34
66848         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66849      Branch: maint-5.6/perl
66850            ! thread.h
66851 ____________________________________________________________________________
66852 [  8694] By: alanbur                               on 2001/02/05  00:07:47
66853         Log: Initial branch creation from //depot/maint-5.6/perl
66854      Branch: maint-5.6/pureperl
66855           +> (branch 1719 files)
66856 ____________________________________________________________________________
66857 [  8693] By: gsar                                  on 2001/02/04  22:38:49
66858         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
66859              changes)
66860      Branch: maint-5.6/perl
66861           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66862           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66863           !> ext/DB_File/version.c
66864 ____________________________________________________________________________
66865 [  8692] By: nick                                  on 2001/02/04  18:15:57
66866         Log: The missed t/TEST part of the grand testharness upgrade.
66867      Branch: perl
66868            ! t/TEST
66869 ____________________________________________________________________________
66870 [  8691] By: nick                                  on 2001/02/04  18:05:17
66871         Log: New improved test harness
66872              Subject: Re: [PATCH Test::Harness] Third time's a charm?
66873              From: Michael G Schwern <schwern@pobox.com>
66874              Date: Sun, 4 Feb 2001 08:01:20 -0500
66875              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
66876      Branch: perl
66877            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
66878            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66879            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66880            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66881            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66882            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66883            ! MANIFEST lib/Test/Harness.pm
66884 ____________________________________________________________________________
66885 [  8690] By: nick                                  on 2001/02/04  17:57:51
66886         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
66887              From: Jonathan Stowe <gellyfish@gellyfish.com>
66888              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
66889              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
66890      Branch: perl
66891            ! utils/h2xs.PL
66892 ____________________________________________________________________________
66893 [  8689] By: nick                                  on 2001/02/04  17:55:24
66894         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
66895              From: Michael G Schwern <schwern@pobox.com>
66896              Date: Sat, 3 Feb 2001 22:46:38 -0500
66897              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
66898      Branch: perl
66899            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
66900            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
66901 ____________________________________________________________________________
66902 [  8688] By: nick                                  on 2001/02/04  17:43:55
66903         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
66904              length byfailing to spot lack of closing )
66905              From: nick@talking.bollo.cx
66906              Date: Sat, 03 Feb 2001 23:53:16 +0000
66907              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
66908      Branch: perl
66909            ! perlio.c pod/perldiag.pod
66910 ____________________________________________________________________________
66911 [  8687] By: jhi                                   on 2001/02/03  17:11:42
66912         Log: HP-UX thread patches from Merijn H. Brand.
66913      Branch: maint-5.6/perl
66914            ! README.hpux hints/hpux.sh
66915 ____________________________________________________________________________
66916 [  8686] By: jhi                                   on 2001/02/03  16:40:12
66917         Log: Metaconfig changes for #8685.
66918      Branch: metaconfig
66919            ! U/installdirs/instubperl.U
66920      Branch: metaconfig/U/perl
66921            ! Devel.U versiononly.U
66922 ____________________________________________________________________________
66923 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66924         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66925              versiononly, a combined idea of Richard Soderberg and Merijn
66926              H. Brand.  You can still override both of these from the command
66927              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66928      Branch: perl
66929            ! Configure
66930 ____________________________________________________________________________
66931 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66932         Log: Metaconfig unit fix for #8683.
66933      Branch: metaconfig
66934            ! U/compline/nblock_io.U
66935 ____________________________________________________________________________
66936 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66937         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66938              reported by Peter Prymmer for 5.6-TRIAL1.
66939      Branch: perl
66940            ! Configure
66941 ____________________________________________________________________________
66942 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66943         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66944              to work correctly.
66945      Branch: maint-5.6/perl
66946            ! hints/irix_6.sh
66947 ____________________________________________________________________________
66948 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66949         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66950      Branch: maint-5.6/perl
66951            ! pod/perlport.pod
66952 ____________________________________________________________________________
66953 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66954         Log: perlport update from Peter Prymmer.
66955      Branch: maint-5.6/perl
66956            ! pod/perlport.pod
66957 ____________________________________________________________________________
66958 [  8679] By: nick                                  on 2001/02/02  20:50:48
66959         Log: Integrate mainline
66960      Branch: perlio
66961           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66962           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66963           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66964 ____________________________________________________________________________
66965 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66966         Log: note about bincompat, slightly modified (from Lupe Christoph)
66967      Branch: maint-5.6/perl
66968            ! README.solaris
66969 ____________________________________________________________________________
66970 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66971         Log: Supported platforms updates.
66972      Branch: maint-5.6/perl
66973            ! pod/perlport.pod
66974 ____________________________________________________________________________
66975 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66976         Log: A couple more perlfaq2 tweaks.
66977      Branch: maint-5.6/perl
66978            ! pod/perlfaq2.pod
66979 ____________________________________________________________________________
66980 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66981         Log: Misedit in #8661.
66982      Branch: maint-5.6/perl
66983            ! Configure
66984 ____________________________________________________________________________
66985 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66986         Log: Damien again.
66987      Branch: maint-5.6/perl
66988            ! pod/perlfaq2.pod
66989 ____________________________________________________________________________
66990 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66991         Log: perlfaq update from Elaine Ashton.
66992      Branch: maint-5.6/perl
66993            ! pod/perlfaq2.pod
66994 ____________________________________________________________________________
66995 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66996         Log: UTF-8 s/// patch from Inaba Hiroto.
66997      Branch: maint-5.6/perl
66998            ! pp_ctl.c pp_hot.c
66999 ____________________________________________________________________________
67000 [  8671] By: jhi                                   on 2001/02/01  22:34:31
67001         Log: Update Changes.
67002      Branch: perl
67003            ! Changes patchlevel.h
67004 ____________________________________________________________________________
67005 [  8670] By: jhi                                   on 2001/02/01  22:15:29
67006         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
67007              from maintperl.
67008              
67009              Upgrade to Getopt::Long 2.25, from Johan Vromans.
67010              
67011              more files need to be writable in the source distribution
67012              
67013              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
67014              
67015              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
67016              
67017              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67018              
67019              Allow the float to be fuzzier.
67020              
67021              need to use INT2PTR instead of a straight cast or ia64 fails
67022              
67023              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
67024              
67025              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
67026      Branch: perl
67027           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
67028           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
67029           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
67030 ____________________________________________________________________________
67031 [  8669] By: jhi                                   on 2001/02/01  21:57:02
67032         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67033              From: Robin Barker <rmb1@cise.npl.co.uk>
67034              Date: Thu, 1 Feb 2001 16:59:05 GMT
67035              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
67036      Branch: maint-5.6/perl
67037            ! pod/perlmodlib.PL
67038 ____________________________________________________________________________
67039 [  8668] By: nick                                  on 2001/02/01  19:41:40
67040         Log: Integrate mainline
67041      Branch: perlio
67042           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
67043           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
67044           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
67045 ____________________________________________________________________________
67046 [  8667] By: gsar                                  on 2001/02/01  16:59:11
67047         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
67048      Branch: maint-5.6/perl
67049            ! embed.pl embedvar.h
67050 ____________________________________________________________________________
67051 [  8666] By: gsar                                  on 2001/02/01  16:34:51
67052         Log: add missing entries to win32/config.?c
67053      Branch: maint-5.6/perl
67054            ! win32/config.bc win32/config.gc win32/config.vc
67055            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67056 ____________________________________________________________________________
67057 [  8665] By: jhi                                   on 2001/02/01  14:58:51
67058         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
67059              From: "Stephen P. Potter" <spp@spotter.yi.org>
67060              Date: Thu, 01 Feb 2001 10:45:46 -0500
67061              Message-Id: <200102011545.KAA31479@spotter.yi.org>
67062      Branch: maint-5.6/perl
67063            ! pod/perlfunc.pod
67064 ____________________________________________________________________________
67065 [  8664] By: gsar                                  on 2001/02/01  14:52:37
67066         Log: need to use INT2PTR instead of a straight cast or ia64 fails
67067              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
67068      Branch: maint-5.6/perl
67069            ! ext/POSIX/POSIX.xs
67070 ____________________________________________________________________________
67071 [  8663] By: jhi                                   on 2001/02/01  14:09:13
67072         Log: Allow the float to be fuzzier.
67073      Branch: maint-5.6/perl
67074            ! t/lib/peek.t
67075 ____________________________________________________________________________
67076 [  8662] By: jhi                                   on 2001/02/01  13:59:00
67077         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
67078              From: Robin Barker <rmb1@cise.npl.co.uk>
67079              Date: Thu, 1 Feb 2001 13:05:39 GMT
67080              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
67081      Branch: maint-5.6/perl
67082            ! pod/perlmodlib.pod
67083 ____________________________________________________________________________
67084 [  8661] By: jhi                                   on 2001/02/01  13:57:38
67085         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
67086              Date: Thu, 01 Feb 2001 14:15:41 +0100
67087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67088              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
67089              
67090              Have the $ccflags in the gcc version test (strange, this change
67091              is claimed to be have been integrated already)
67092      Branch: maint-5.6/perl
67093            ! Configure
67094 ____________________________________________________________________________
67095 [  8660] By: jhi                                   on 2001/02/01  13:44:10
67096         Log: Integrate changes #7950,7964,7962 from mainline.
67097              
67098              Find the stdchar signedness using cpp, should fix some of
67099              the Solaris compiler warnings reported by Alan Burlison.
67100      Branch: maint-5.6/perl
67101           !> Configure config_h.SH
67102 ____________________________________________________________________________
67103 [  8659] By: jhi                                   on 2001/02/01  05:35:32
67104         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
67105              From: Jan Dubois <JanD@ActiveState.com>
67106              Date: Wed, 31 Jan 2001 21:17:03 -0800
67107              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
67108      Branch: maint-5.6/perl
67109            ! utils/perldoc.PL
67110 ____________________________________________________________________________
67111 [  8658] By: jhi                                   on 2001/02/01  04:33:17
67112         Log: Integrate the README.os390 and README.posix-bc parts of mainline
67113              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
67114              installperl parts were taken care of by #8657.)
67115      Branch: maint-5.6/perl
67116           !> README.os390 README.posix-bc
67117 ____________________________________________________________________________
67118 [  8657] By: jhi                                   on 2001/02/01  04:29:21
67119         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
67120              From: Peter Prymmer <pvhp@forte.com>
67121              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
67122              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
67123      Branch: maint-5.6/perl
67124            + ext/DynaLoader/dl_dllload.xs
67125            ! MANIFEST Makefile.SH hints/os390.sh installperl
67126 ____________________________________________________________________________
67127 [  8656] By: jhi                                   on 2001/02/01  04:25:45
67128         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
67129              From: Peter Prymmer <pvhp@forte.com>
67130              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
67131              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
67132      Branch: maint-5.6/perl
67133            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
67134 ____________________________________________________________________________
67135 [  8655] By: jhi                                   on 2001/02/01  04:14:47
67136         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
67137              From: troc@netrus.net
67138              Date: Wed, 31 Jan 2001 22:31:26 -0500
67139              Message-Id: <200102010331.WAA117.85@rocco.homenet>
67140      Branch: maint-5.6/perl
67141            ! os2/os2.c
67142 ____________________________________________________________________________
67143 [  8654] By: jhi                                   on 2001/02/01  04:12:52
67144         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
67145              as reported by Alan Burlison.
67146      Branch: maint-5.6/perl
67147            ! pp.h
67148 ____________________________________________________________________________
67149 [  8653] By: jhi                                   on 2001/02/01  04:05:12
67150         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
67151              From: dsugalski@northernlight.com
67152              Date: Wed, 31 Jan 2001 18:54:11 -0500
67153              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
67154      Branch: maint-5.6/perl
67155            ! configure.com
67156 ____________________________________________________________________________
67157 [  8652] By: jhi                                   on 2001/02/01  04:03:11
67158         Log: Misplaced #endif.
67159              
67160              Subject: [perl-5-6-1-trial2] patches for EPOC
67161              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67162              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67163              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67164      Branch: maint-5.6/perl
67165            ! epoc/epocish.c
67166 ____________________________________________________________________________
67167 [  8651] By: jhi                                   on 2001/02/01  04:00:25
67168         Log: Integrate changes #8647,8648,8650 from mainline.
67169              
67170              Macrofy a magic UTF-8 test.
67171              
67172              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
67173              
67174              Watch out for cross compiling for EPOC (usually done on linux).
67175      Branch: maint-5.6/perl
67176           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
67177 ____________________________________________________________________________
67178 [  8650] By: jhi                                   on 2001/02/01  03:56:20
67179         Log: Watch out for cross compiling for EPOC (usually done on linux)
67180              
67181              Subject: [perl-5-6-1-trial2] patches for EPOC
67182              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67183              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67184              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67185      Branch: perl
67186            ! ext/Errno/Errno_pm.PL
67187 ____________________________________________________________________________
67188 [  8649] By: gsar                                  on 2001/02/01  00:46:00
67189         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
67190      Branch: maint-5.6/perl
67191            ! sv.c
67192 ____________________________________________________________________________
67193 [  8648] By: jhi                                   on 2001/01/31  23:35:36
67194         Log: All the uses of PL_numeric_radix must be protected by
67195              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
67196              
67197              Subject: [perl-5-6-1-trial2] patches for EPOC
67198              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67199              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67200              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67201      Branch: perl
67202            ! sv.c
67203 ____________________________________________________________________________
67204 [  8647] By: jhi                                   on 2001/01/31  22:56:16
67205         Log: Macrofy a magic UTF-8 test.
67206      Branch: perl
67207            ! utf8.c utf8.h
67208 ____________________________________________________________________________
67209 [  8646] By: gsar                                  on 2001/01/31  15:55:12
67210         Log: update Changes
67211      Branch: maint-5.6/perl
67212            ! Changes
67213 ____________________________________________________________________________
67214 [  8645] By: gsar                                  on 2001/01/31  15:10:14
67215         Log: Configure tweak suggested by Peter Prymmer
67216      Branch: maint-5.6/perl
67217            ! Configure
67218 ____________________________________________________________________________
67219 [  8644] By: gsar                                  on 2001/01/31  15:06:32
67220         Log: more files need to be writable in the source distribution
67221      Branch: maint-5.6/perl
67222            ! Porting/makerel
67223 ____________________________________________________________________________
67224 [  8643] By: jhi                                   on 2001/01/31  14:59:46
67225         Log: Integrate changes #8258,8278,8279 from mainline.
67226              
67227              Make the large file tests more robust/talkative.
67228      Branch: maint-5.6/perl
67229           !> t/lib/syslfs.t t/op/lfs.t
67230 ____________________________________________________________________________
67231 [  8642] By: gsar                                  on 2001/01/31  14:53:48
67232         Log: integrate changes#8311,8334 from mainline
67233              
67234              Add a new MakeMaker variable PM_FILTER that defines a Unix
67235              filter to be run on each .pm during the pm_to_blib() phase,
67236              a fixed version of
67237              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
67238              
67239              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
67240              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
67241              accurate reading of the "atime".  
67242      Branch: maint-5.6/perl
67243           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
67244           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
67245           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
67246 ____________________________________________________________________________
67247 [  8641] By: jhi                                   on 2001/01/31  14:46:37
67248         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
67249      Branch: maint-5.6/perl
67250            ! lib/Getopt/Long.pm
67251 ____________________________________________________________________________
67252 [  8640] By: gsar                                  on 2001/01/31  14:40:24
67253         Log: make regen_all
67254      Branch: maint-5.6/perl
67255            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
67256 ____________________________________________________________________________
67257 [  8639] By: gsar                                  on 2001/01/31  14:37:25
67258         Log: refresh windows config files
67259      Branch: maint-5.6/perl
67260            ! win32/Makefile win32/config_H.bc win32/config_H.gc
67261            ! win32/config_H.vc win32/makefile.mk
67262 ____________________________________________________________________________
67263 [  8638] By: gsar                                  on 2001/01/31  14:28:10
67264         Log: makefile tweaks for windows: introduce a bulk-switch to enable
67265              same options as ActivePerl; sync changes with makefile.mk
67266      Branch: maint-5.6/perl
67267            ! win32/Makefile win32/makefile.mk
67268 ____________________________________________________________________________
67269 [  8637] By: jhi                                   on 2001/01/31  04:41:30
67270         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
67271              From: Nicholas Clark <nick@ccl4.org>
67272              Date: Tue, 30 Jan 2001 19:51:05 +0000
67273              Message-ID: <20010130195105.R76607@plum.flirble.org> 
67274              
67275              op/inc cure.
67276      Branch: perl
67277            ! pp.c pp.h pp_hot.c t/op/arith.t
67278 ____________________________________________________________________________
67279 [  8636] By: jhi                                   on 2001/01/31  02:38:32
67280         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
67281              no perlio],8257,8380,8479,8515 from mainline.
67282              
67283              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67284              
67285              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
67286              Subject: [PATCH perl@8133] fix-up for VMS extensions
67287              
67288              In VMS embedded perls couldn't access the statically built Socket.
67289              
67290              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
67291              
67292              Further VMS piping fixes from Charles Lane.
67293              
67294              Subject:  [PATCH] make t/op/misc.t work on VMS
67295              
67296              Add tracing for debugging extensions builds in VMS.
67297              
67298              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67299      Branch: maint-5.6/perl
67300           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
67301           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
67302           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
67303 ____________________________________________________________________________
67304 [  8635] By: jhi                                   on 2001/01/31  01:46:41
67305         Log: Integrate change #7732 from mainline.
67306              
67307              Sparc 64-bit pack() fix from Jens Hamisch.
67308      Branch: maint-5.6/perl
67309           !> pp.c
67310 ____________________________________________________________________________
67311 [  8634] By: jhi                                   on 2001/01/31  01:41:16
67312         Log: One spot missing from #8626.
67313      Branch: maint-5.6/perl
67314            ! sv.c
67315 ____________________________________________________________________________
67316 [  8633] By: jhi                                   on 2001/01/31  00:49:17
67317         Log: Integrate change #7495 from mainline.
67318              
67319              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
67320      Branch: maint-5.6/perl
67321           !> MANIFEST ext/re/Makefile.PL
67322 ____________________________________________________________________________
67323 [  8632] By: jhi                                   on 2001/01/30  23:38:49
67324         Log: Integrate change #8396 from mainline.
67325              
67326              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
67327              better multicast support (resend)
67328      Branch: maint-5.6/perl
67329           !> ext/Socket/Socket.pm
67330 ____________________________________________________________________________
67331 [  8631] By: jhi                                   on 2001/01/30  23:28:03
67332         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
67333              
67334              More AIX lore. (7514, ext/re/hints/aix.pl)
67335              
67336              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
67337              
67338              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)
67339              
67340              Subject: [ID 20001214.002] Net::Ping patch
67341              
67342              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
67343              
67344              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
67345              
67346              Add ReuseAddr as a (preferred) alias for Reuse as we now
67347              also have ReusePort.
67348              
67349              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
67350      Branch: maint-5.6/perl
67351           +> ext/re/hints/aix.pl
67352           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
67353           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
67354 ____________________________________________________________________________
67355 [  8630] By: jhi                                   on 2001/01/30  23:03:59
67356         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
67357              
67358              read() documentation tweak for 20001121.004.
67359              
67360              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
67361      Branch: maint-5.6/perl
67362           !> pod/perlfunc.pod pod/perlre.pod
67363 ____________________________________________________________________________
67364 [  8629] By: jhi                                   on 2001/01/30  22:41:57
67365         Log: Integrate change #8098 from mainline.
67366              
67367              fastgetcwd is defined using a glob alias on a $^O dependent basis
67368              and there was no default assignment or perl subroutine.
67369      Branch: maint-5.6/perl
67370           !> lib/Cwd.pm
67371 ____________________________________________________________________________
67372 [  8628] By: jhi                                   on 2001/01/30  21:58:52
67373         Log: Integrate change #7866 from mainline.
67374              
67375              File::Temp 0.11.
67376      Branch: maint-5.6/perl
67377           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
67378 ____________________________________________________________________________
67379 [  8627] By: jhi                                   on 2001/01/30  21:39:44
67380         Log: Integrate changes #8075,8086,8228 from mainline.  
67381              
67382              Darwin is not Windows. (8075,8086)
67383              
67384              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
67385      Branch: maint-5.6/perl
67386           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
67387           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
67388           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
67389           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
67390 ____________________________________________________________________________
67391 [  8626] By: jhi                                   on 2001/01/30  21:22:11
67392         Log: Integrate with tweakery the change #8625 from mainline,
67393              the multibyte decimal separator fix ("fa_IR locale failure").
67394      Branch: maint-5.6/perl
67395            ! embedvar.h perlapi.h
67396           !> intrpvar.h perl.c perl.h sv.c util.c
67397 ____________________________________________________________________________
67398 [  8625] By: jhi                                   on 2001/01/30  20:26:33
67399         Log: Fix for the fa_IR locale failure.  The reason for the failure
67400              was that Perl was assuming the decimal separator aka the radix
67401              separator is one character.  The Farsi-Iranian locale crushed
67402              that bad assumption since there the separator is 'Momayyez',
67403              glyphwise looking somewhat like a slash, and in Unicode UTF-8
67404              encoded in two bytes, 0xd9 0xab.
67405      Branch: perl
67406            ! intrpvar.h perl.c perl.h sv.c util.c
67407 ____________________________________________________________________________
67408 [  8624] By: gsar                                  on 2001/01/30  20:17:03
67409         Log: regen_headers
67410      Branch: maint-5.6/perl
67411            ! Makefile.SH pod/perlintern.pod
67412 ____________________________________________________________________________
67413 [  8623] By: gsar                                  on 2001/01/30  19:42:34
67414         Log: backout change#7431 and its dependents (causes spurious rebuilds
67415              of autogenerated files)
67416              
67417              fix benign b.t failure
67418      Branch: maint-5.6/perl
67419            ! Makefile.SH t/lib/b.t
67420 ____________________________________________________________________________
67421 [  8622] By: jhi                                   on 2001/01/30  19:41:41
67422         Log: Microperl sync.
67423      Branch: perl
67424            ! mg.c perl.h
67425 ____________________________________________________________________________
67426 [  8621] By: gsar                                  on 2001/01/30  19:24:47
67427         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
67428              from mainline
67429              
67430              Subject: podlators 1.06 released
67431              
67432              Subject: [PATCH @8436] Eliminate op_children
67433              
67434              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
67435              
67436              (Replaced by #8448)  More op_children traces (cleanup of #8442).
67437              
67438              Subject: [PATCH #3 @8436] Re: Eliminate op_children
67439              Replace #8444 and #8445.
67440              
67441              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
67442              at the setting of the ofs_sv in new_struct_thread() as the
67443              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
67444              uninitialized fields are, uh, initialized with),
67445              SvREFCNT_inc()ing that invited a core dump.
67446              
67447              podlators 1.07, from Russ Allbery.
67448              
67449              Subject: [PATCH] regcomp.c old feature removal
67450              From: mjd@plover.com
67451              Date: 16 Jan 2001 14:43:18 -0000 
67452              Message-ID: <20010116144318.7140.qmail@plover.com> 
67453      Branch: maint-5.6/perl
67454           +> lib/Pod/Text/Overstrike.pm
67455           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
67456           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
67457           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
67458           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
67459           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
67460           !> util.c
67461 ____________________________________________________________________________
67462 [  8620] By: gsar                                  on 2001/01/30  18:48:32
67463         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
67464              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
67465              now fails one test)
67466              
67467              Subject: [PATCH] lvalue AUTOLOAD. No, really.
67468              
67469              Subject: [PATCH] Interesting syntax idea
67470              Make opens + bareword assigns do typeglob assigns.
67471              
67472              Tests for #8254.
67473              
67474              Subject: [PATCH @8269] Continue blocks and B::Deparse
67475              Make the peephole optimizer to bypass more null ops and
67476              and rewrite the deparse handling of continue blocks.
67477              
67478              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
67479              Doc tweak on #8313.
67480              
67481              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67482              
67483              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67484              
67485              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67486              
67487              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67488              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67489              according to the platform.
67490              
67491              Subject: [PATCH @8404] Consolidated lvalue sub changes
67492              
67493              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67494              
67495              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67496              
67497              Subject: B::Concise -- an improved replacement for B::Terse 
67498              
67499              The B::Terse drop-in replacement wasn't quite drop-in.
67500              
67501              The LVRET macro needed an aTHX.
67502              
67503              Use the /^Perl_/-less form of is_lvalue_sub().
67504              
67505              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67506      Branch: maint-5.6/perl
67507           +> ext/B/B/Concise.pm
67508           !> (integrate 27 files)
67509 ____________________________________________________________________________
67510 [  8619] By: nick                                  on 2001/01/30  18:40:28
67511         Log: Integrate mainline
67512      Branch: perlio
67513           !> (integrate 40 files)
67514 ____________________________________________________________________________
67515 [  8618] By: jhi                                   on 2001/01/30  18:37:18
67516         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
67517              Date: Mon, 29 Jan 2001 22:51:29 -0600
67518              From: "Craig A. Berry" <craigberry@mac.com>
67519              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
67520      Branch: perl
67521            ! vms/test.com
67522 ____________________________________________________________________________
67523 [  8617] By: jhi                                   on 2001/01/30  18:34:53
67524         Log: Subject: [PATCH] Add missing CV flags to dump.c
67525              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67526              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
67527              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
67528      Branch: perl
67529            ! dump.c
67530 ____________________________________________________________________________
67531 [  8616] By: jhi                                   on 2001/01/30  18:20:58
67532         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
67533              part isn't applicable to maintperl.
67534              
67535              UTF-8 nit from Inaba Hiroto.
67536      Branch: maint-5.6/perl
67537           !> pod/perlapi.pod utf8.c
67538 ____________________________________________________________________________
67539 [  8615] By: jhi                                   on 2001/01/30  18:18:51
67540         Log: UTF-8 nit from Inaba Hiroto.
67541      Branch: perl
67542            ! pod/perlapi.pod t/op/each.t utf8.c
67543 ____________________________________________________________________________
67544 [  8614] By: jhi                                   on 2001/01/30  18:13:38
67545         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
67546              
67547              perl's internal variables are not for public consumption,
67548              move their docs from perlapi.pod to perlintern.pod
67549              
67550              support for -Dusethreads build under HP-UX 10.20 and DCE threads
67551              library (11.0 and later have pthreads but 10.x don't)
67552              
67553              avoid uninitialized value warnings
67554              
67555              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67556              gets weird results)
67557              
67558              perldoc nit on windows
67559              
67560              make it possible to run the tests outside the source tree
67561              (there's still a dependency on ../lib being the library
67562              location)
67563      Branch: perl
67564           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
67565           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
67566           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
67567           !> win32/bin/search.pl win32/vdir.h
67568 ____________________________________________________________________________
67569 [  8613] By: gsar                                  on 2001/01/30  16:39:59
67570         Log: make it possible to run the tests outside the source tree
67571              (there's still a dependency on ../lib being the library
67572              location)
67573      Branch: maint-5.6/perl
67574            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
67575 ____________________________________________________________________________
67576 [  8612] By: gsar                                  on 2001/01/30  16:31:12
67577         Log: perldoc nit on windows
67578      Branch: maint-5.6/perl
67579            ! utils/perldoc.PL
67580 ____________________________________________________________________________
67581 [  8611] By: gsar                                  on 2001/01/30  16:22:54
67582         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67583              gets weird results)
67584      Branch: maint-5.6/perl
67585            ! win32/vdir.h
67586 ____________________________________________________________________________
67587 [  8610] By: gsar                                  on 2001/01/30  16:12:45
67588         Log: avoid uninitialized value warnings
67589      Branch: maint-5.6/perl
67590            ! win32/bin/search.pl
67591 ____________________________________________________________________________
67592 [  8609] By: gsar                                  on 2001/01/30  16:08:01
67593         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
67594              library (11.0 and later have pthreads but 10.x don't)
67595      Branch: maint-5.6/perl
67596            ! hints/hpux.sh thread.h
67597 ____________________________________________________________________________
67598 [  8608] By: gsar                                  on 2001/01/30  15:48:55
67599         Log: perl's internal variables are not for public consumption,
67600              move their docs from perlapi.pod to perlintern.pod
67601      Branch: maint-5.6/perl
67602            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
67603            ! thrdvar.h
67604 ____________________________________________________________________________
67605 [  8607] By: gsar                                  on 2001/01/30  15:44:27
67606         Log: mistakenly branched perl56delta.pod, revert
67607      Branch: maint-5.6/perl
67608            - pod/perl56delta.pod
67609           !> pod/perldelta.pod
67610 ____________________________________________________________________________
67611 [  8606] By: gsar                                  on 2001/01/30  14:20:24
67612         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
67613              dTHR which has been a noop for a while now, except for the
67614              compatibility definition in thread.h)
67615      Branch: maint-5.6/perl
67616           !> (integrate 45 files)
67617 ____________________________________________________________________________
67618 [  8605] By: jhi                                   on 2001/01/30  05:43:58
67619         Log: Mark the UTF-8 APIs as experimental.
67620      Branch: maint-5.6/perl
67621            ! embed.pl pod/perlapi.pod
67622 ____________________________________________________________________________
67623 [  8604] By: jhi                                   on 2001/01/30  05:38:40
67624         Log: Nits from earlier integrates.
67625      Branch: maint-5.6/perl
67626            ! lib/Carp/Heavy.pm
67627           !> sv.c
67628 ____________________________________________________________________________
67629 [  8603] By: jhi                                   on 2001/01/30  05:27:26
67630         Log: Regenerate Porting files.
67631      Branch: maint-5.6/perl
67632            ! Porting/Glossary Porting/config.sh Porting/config_H
67633 ____________________________________________________________________________
67634 [  8602] By: jhi                                   on 2001/01/30  05:14:59
67635         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
67636              8310,8339,8447,8492,8493,8505,8525: documentation changes.
67637              
67638              Subject: Re: perlfaq style changes
67639              
67640              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67641              
67642              Subject: [PATCH] docs on NaN
67643              
67644              Subject: [patch] perlfaq7
67645              
67646              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
67647              
67648              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67649              
67650              Subject: [PATCH] open() example in perlfunc.pod
67651              
67652              Podify README.mpeix (a new version from the web)
67653              
67654              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67655              
67656              Subject: [PATCH] format and rewording in perlfaq.pod
67657              
67658              Subject: [PATCH] API Variable documentation   
67659              
67660              Memory management calls documentation.
67661              
67662              Subject: [PATCH: perl@8482] README.vms URL updates
67663              
67664              Subject: Minor typos in perlfaq2.pod
67665              
67666              Subject: [PATCH] pod/perlvar.pod
67667      Branch: maint-5.6/perl
67668           +> pod/perl56delta.pod
67669            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67670           !> README.amiga README.epoc README.mpeix README.vms
67671           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67672           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67673           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67674           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67675           !> pod/perlvar.pod thrdvar.h
67676 ____________________________________________________________________________
67677 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67678         Log: Integrate changes #8036,8096,8253 from mainline:
67679              hints changes.
67680              
67681              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67682              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67683              
67684              Output the (apparent) version of gcc in Tru64.
67685      Branch: maint-5.6/perl
67686           +> ext/POSIX/hints/svr4.pl
67687           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67688           !> hints/svr4.sh t/lib/bigfltpm.t
67689 ____________________________________________________________________________
67690 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67691         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67692              locale fixes.
67693              
67694              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67695              
67696              Debian allows /usr/bin/locale to exist without any locales. (7868)
67697              
67698              Allow the locale test needing POSIX and the taint test
67699              needing IPC::SysV to run under 'minitest' (basically,
67700              bail out if loading the extension fails). (8384)
67701              
67702              Cleanup the locale.t output  (8480)
67703      Branch: maint-5.6/perl
67704           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67705           !> t/pragma/locale.t
67706 ____________________________________________________________________________
67707 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67708         Log: Missing generated files from #8598.
67709      Branch: maint-5.6/perl
67710            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67711 ____________________________________________________________________________
67712 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67713         Log: Integrate change #8555 from mainline, manually integrate parts
67714              of changes 8452 and 8583.
67715              
67716              Subject: [PATCH] utf8.c documentation (8452)
67717              
67718              No point in checking the length if the pointer is bogus. (8555)
67719              
67720              Introduce bytes_from_utf8() and implement sv_eq() using it,
67721              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67722              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67723              was malformed. (8583)
67724      Branch: maint-5.6/perl
67725            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67726           !> pod/perlapi.pod sv.c utf8.c
67727 ____________________________________________________________________________
67728 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67729         Log: get PERL_OBJECT build going again on windows
67730      Branch: maint-5.6/perl
67731            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67732            ! pod/perlapi.pod proto.h sv.c
67733 ____________________________________________________________________________
67734 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67735         Log: Signedness nit.
67736      Branch: perl
67737            ! sv.c
67738 ____________________________________________________________________________
67739 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67740         Log: EBCDIC patch for Storable, from Peter Prymmer.
67741      Branch: perl
67742            ! t/lib/st-06compat.t
67743 ____________________________________________________________________________
67744 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67745         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67746              From: Peter Prymmer <pvhp@forte.com>
67747              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67748              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67749      Branch: perl
67750            ! t/lib/b.t
67751 ____________________________________________________________________________
67752 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67753         Log: Subject: [PATCH: perl@8585] pod problems in io
67754              From: Peter Prymmer <pvhp@forte.com>
67755              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67756              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67757      Branch: perl
67758            ! pod/perlapio.pod pod/perliol.pod
67759 ____________________________________________________________________________
67760 [  8592] By: jhi                                   on 2001/01/30  00:48:20
67761         Log: Integrate perlio:
67762              
67763              [  8591]
67764              GNU 'merge' Simon's copy of perliol.pod with version
67765              patched by Craig's patch.
67766              
67767              [  8590]
67768              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67769      Branch: perl
67770           !> pod/perlapio.pod pod/perliol.pod
67771 ____________________________________________________________________________
67772 [  8591] By: nick                                  on 2001/01/29  22:02:28
67773         Log: GNU 'merge' Simon's copy of perliol.pod with version
67774              patched by Craig's patch.
67775      Branch: perlio
67776            ! pod/perliol.pod
67777 ____________________________________________________________________________
67778 [  8590] By: nick                                  on 2001/01/29  21:55:10
67779         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67780      Branch: perlio
67781            ! pod/perlapio.pod pod/perliol.pod
67782 ____________________________________________________________________________
67783 [  8589] By: jhi                                   on 2001/01/29  15:35:33
67784         Log: Integrate change #8586 from maint-5.6/perl.
67785              
67786              make the BOM detection code not call tell() until it has to
67787              (meant to fix esoteric compatibility issues where PL_rsfp
67788              is overridden)
67789      Branch: perl
67790           !> toke.c
67791 ____________________________________________________________________________
67792 [  8588] By: jhi                                   on 2001/01/29  15:29:11
67793         Log: Subject: MAking Solaris malloc() the default
67794              From: Lupe Christoph <lupe@lupe-christoph.de>
67795              Date: Mon, 29 Jan 2001 12:59:36 +0100
67796              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
67797              
67798              The README.solaris part slightly tweaked.
67799      Branch: perl
67800            ! README.solaris hints/solaris_2.sh
67801 ____________________________________________________________________________
67802 [  8587] By: jhi                                   on 2001/01/29  15:17:34
67803         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
67804              From: root@ak-75.mind.de
67805              Date: Sun, 28 Jan 2001 20:32:29 +0100
67806              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
67807      Branch: perl
67808            ! pod/perlre.pod
67809 ____________________________________________________________________________
67810 [  8586] By: gsar                                  on 2001/01/29  13:43:44
67811         Log: make the BOM detection code not call tell() until it has to
67812              (meant to fix esoteric compatibility issues where PL_rsfp
67813              is overridden)
67814      Branch: maint-5.6/perl
67815            ! toke.c
67816 ____________________________________________________________________________
67817 [  8585] By: jhi                                   on 2001/01/28  20:05:45
67818         Log: Update Changes.
67819      Branch: perl
67820            ! Changes patchlevel.h
67821 ____________________________________________________________________________
67822 [  8584] By: jhi                                   on 2001/01/28  19:30:02
67823         Log: Integrate perlio:
67824              
67825              [  8582]
67826              Add pod/perliol.pod to MANIFEST :-(
67827              
67828              [  8581]
67829              PerlIO documentation. Proofing and sub-editing requested.
67830      Branch: perl
67831           +> pod/perliol.pod
67832           !> MANIFEST pod/perlapio.pod
67833 ____________________________________________________________________________
67834 [  8583] By: jhi                                   on 2001/01/28  19:28:40
67835         Log: Patch from Inaba Hiroto:
67836              - canonical UTF-8 hash keys: if a key string for a hash is
67837              UTF8-on, try downgrade the string and use it if
67838              unicode::distinct is not in effect.
67839              For the task, I added a function bytes_from_utf8() to utf8.c.
67840              It might resemble utf8_to_bytes() but it is not convenient
67841              to the task.
67842              Made a test for it and added to t/op/each.t
67843              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
67844              the mortal copy of the argument SV.
67845              And changed t/io/utf8.t test 18 which expects print() to
67846              upgrade its argument.
67847              - re-implement sv_eq with bytes_from_utf8()
67848              - some bug fixes
67849              - tr/// does not handle UTF8 range (\x{}-\x{})
67850              - \ before raw UTF8 character produced
67851              "Malformed UTF-8 character" warning.
67852              - "\x{100}\N{CENT SIGN}" is Malformed.
67853              Added tests for these 3.
67854              - and one silly bug (by me) with qu operator.
67855      Branch: perl
67856            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
67857            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
67858            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
67859 ____________________________________________________________________________
67860 [  8582] By: nick                                  on 2001/01/28  19:25:04
67861         Log: Add pod/perliol.pod to MANIFEST :-(
67862      Branch: perlio
67863            ! MANIFEST
67864 ____________________________________________________________________________
67865 [  8581] By: nick                                  on 2001/01/28  19:22:40
67866         Log: PerlIO documentation. Proofing and sub-editing requested.
67867      Branch: perlio
67868            + pod/perliol.pod
67869            ! pod/perlapio.pod
67870 ____________________________________________________________________________
67871 [  8580] By: jhi                                   on 2001/01/28  05:16:25
67872         Log: Revert the change to sv_2pv() done by #8054: Someone who
67873              did SvNV_set() on a scalar that also happened to be POK,
67874              followed by sv_2pv() won't get the right coercion anymore.
67875              [Sarathy]
67876      Branch: maint-5.6/perl
67877            ! sv.c
67878 ____________________________________________________________________________
67879 [  8579] By: jhi                                   on 2001/01/28  05:15:04
67880         Log: Remove the #8084 effect: do not allow -Q to be interpreted
67881              as -&Q(), this is too much wiggle room.
67882      Branch: maint-5.6/perl
67883            ! toke.c
67884 ____________________________________________________________________________
67885 [  8578] By: jhi                                   on 2001/01/28  05:12:45
67886         Log: Needed bits of #8439 (should have been in #8576),
67887              mainly for lval substr().
67888      Branch: maint-5.6/perl
67889            ! mg.c pp.c pp_hot.c
67890 ____________________________________________________________________________
67891 [  8577] By: jhi                                   on 2001/01/28  05:02:46
67892         Log: A missing check-in.
67893      Branch: maint-5.6/perl
67894            ! utf8.c
67895 ____________________________________________________________________________
67896 [  8576] By: jhi                                   on 2001/01/28  04:26:18
67897         Log: Integrate changes #8425,8436,8439,8517 from mainline.
67898              The 8439 was not truly integrated because it had too many
67899              dependencies on the development branch and because it introduced
67900              concepts too bold for a maintenance branch (such as the qu operator).
67901              
67902              Subject: [PATCH perl@8342] -Wformat
67903              
67904              Tighten some of the UTF-8 tests a bit.
67905              
67906              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
67907              - The substr lval was still not okay.
67908              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67909              even if IN_BYTE.  pp_stringify is called from fold_constants
67910              at optimization phase and "\x{100}" was made SvUTF8_off under
67911              use bytes (the bytes pragma is for "byte semantics" and not
67912              for "do not produce UTF8 data")
67913      Branch: maint-5.6/perl
67914            ! t/lib/charnames.t t/op/substr.t toke.c
67915           !> sv.c t/pragma/utf8.t
67916 ____________________________________________________________________________
67917 [  8575] By: jhi                                   on 2001/01/28  04:01:51
67918         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
67919              
67920              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
67921              
67922              Subject: [ID 20001230.003] UTF-8 tr still hurts
67923              
67924              Test cases for #8385 (from Simon's "torture.pl")
67925              
67926              Start fixing UTF-8 lval substr() (8405)
67927      Branch: maint-5.6/perl
67928           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67929           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67930 ____________________________________________________________________________
67931 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67932         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67933              from mainline.
67934              
67935              UTF-8 cleanup.
67936              
67937              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67938              
67939              "\x{FF}\xFF" was broken.
67940              
67941              Tests for #8329 and #8330.
67942              
67943              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67944              
67945              IRIX compiler noticed that the bof initialization might be
67946              bypassed by control flow.
67947              
67948              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67949      Branch: maint-5.6/perl
67950           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67951           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67952 ____________________________________________________________________________
67953 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67954         Log: Retract #8552.
67955      Branch: perl
67956            ! lib/Text/Wrap.pm t/lib/textwrap.t
67957 ____________________________________________________________________________
67958 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67959         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67960              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67961              not really integrated but instead salvaged by hand
67962              (they had too many dependencies on the development release
67963              to be cleanly integratable).
67964              
67965              Subject: more UTF8 test suites and an UTF8 patch
67966              
67967              Tweak for MULTIPLICITY/USE_PERLIO
67968              
67969              Signedness nit.
67970              
67971              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67972              
67973              Use the UTF8_XXX macros in is_utf8_char().
67974              
67975              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67976              should now be UTF-8-proof.
67977              
67978              Subject: [PATCH perl@8269] scanning two hex-constants
67979              fails on EBCDIC environment (script length.t)
67980              
67981              Add some Unicode chop() tests.
67982      Branch: maint-5.6/perl
67983            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67984           !> sv.c t/op/chop.t utf8.h
67985 ____________________________________________________________________________
67986 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67987         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67988              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67989              
67990              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67991              
67992              The maxiters upper limit sanity check (guarding against
67993              non-progress) assumed bytes instead of characters in s///
67994              and split().
67995              
67996              Signedness nit.
67997              
67998              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67999              join() should now be UTF-8-proof.
68000              
68001              More split // UTF-8 tests. (8250)
68002      Branch: maint-5.6/perl
68003           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
68004           !> util.c
68005 ____________________________________________________________________________
68006 [  8570] By: jhi                                   on 2001/01/27  22:15:46
68007         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
68008              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
68009              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
68010              8084,8204,8244,8333 from mainline.
68011              
68012              For -Q where Q might be a one-letter sub name one does no more
68013              get a warning about an unknown filetest (7941,7943,7944,8084).
68014              
68015              Subject: Re: [ID 20001130.011] expression parsing bug ?
68016              
68017              Make uv_to_utf8() to zero-terminate its output buffer.
68018              
68019              Split off t/op/length.t (7995)
68020              
68021              Split off t/op/utf8decode.t (7996)
68022              
68023              Remove an unnecessary 'use utf8' from the utf8.t (7998)
68024              
68025              Split off t/op/concat.t (8004)
68026              
68027              Split off t/op/ver.t (8005)
68028              
68029              Document utf8_length(), utf8_distance(), and utf8_hop().
68030              
68031              Document utf8_to_uv() better.
68032              
68033              Introduce macros for UTF8 decoding (8028,8033).
68034              
68035              Add test for reverse() (8030,8031).
68036              
68037              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
68038              
68039              Do not return the Unicode replacement character    on UTF-8
68040              decoding failure.
68041              
68042              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
68043              not this_utf8 i.e. the output string has one, but don't mess
68044              with source assumption. (8052,8053)
68045              
68046              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
68047              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
68048              was not expecting to be called with something that was already
68049              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
68050              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
68051              (8054)
68052              
68053              Recode the naughty binary bytes in utf8decode.t using the \xHH.
68054              
68055              Make some panic messages a bit more logical.
68056      Branch: maint-5.6/perl
68057           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
68058           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
68059           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
68060           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
68061           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
68062           !> utf8.c utf8.h
68063 ____________________________________________________________________________
68064 [  8569] By: jhi                                   on 2001/01/27  19:16:43
68065         Log: Integrate changes #7750 from perlio and #8566 from mainline.
68066      Branch: maint-5.6/perl
68067           !> regexec.c sv.c
68068 ____________________________________________________________________________
68069 [  8568] By: jhi                                   on 2001/01/27  18:06:51
68070         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
68071              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
68072              7935[-perlio.c],7936,7959,7965 from mainline.
68073              
68074              Change the "big byte" error message to "Wide character".
68075              (7355, the croak-if-wide-chars-in-print part ignored)
68076              
68077              Use UINT64_C().
68078              
68079              Introduce Perl_utf8_length().
68080              
68081              diff -se shows these as different (7753, forgotten check-ins)
68082              
68083              Subject: [PATCH] doop.c - UTF8 tr///
68084              
68085              If we use (aTHX_ ...) then put Perl_ on the front.
68086              
68087              Make utf8_length() and utf8_distance() to be less forgiving
68088              about bad UTF-8.
68089              
68090              Test line numbers are different with utf8.
68091              
68092              No need to scan till infinity, 13 is enough. (7872,7911)
68093              
68094              Subject: [PATCH] Tokeniser debugging
68095              
68096              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
68097              
68098              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
68099              
68100              Be more careful in Perl_sv_utf8_downgrade().
68101              
68102              Use DO_UTF8().
68103              
68104              Raw zero bytes in text files confuse at least GNU patch 2.1.
68105      Branch: maint-5.6/perl
68106           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
68107           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
68108           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
68109           !> t/pragma/utf8.t toke.c utf8.c utf8.h
68110 ____________________________________________________________________________
68111 [  8567] By: nick                                  on 2001/01/27  11:10:38
68112         Log: Integrate mainline
68113      Branch: perlio
68114           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
68115           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
68116           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
68117           !> toke.c
68118 ____________________________________________________________________________
68119 [  8566] By: jhi                                   on 2001/01/27  06:22:48
68120         Log: More documentation for the regexp context stack.
68121      Branch: perl
68122            ! regexec.c
68123 ____________________________________________________________________________
68124 [  8565] By: jhi                                   on 2001/01/27  05:21:57
68125         Log: Update Changes.
68126      Branch: perl
68127            ! Changes patchlevel.h
68128 ____________________________________________________________________________
68129 [  8564] By: jhi                                   on 2001/01/27  04:44:04
68130         Log: Threadedness patch for #8562 from Doug MacEachern.
68131      Branch: perl
68132            ! toke.c
68133 ____________________________________________________________________________
68134 [  8563] By: jhi                                   on 2001/01/27  04:26:24
68135         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
68136              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68137              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
68138              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
68139      Branch: perl
68140            ! op.c
68141 ____________________________________________________________________________
68142 [  8562] By: jhi                                   on 2001/01/27  04:20:30
68143         Log: Subject: Re: Announce : Tokener reporting patch
68144              From: Simon Cozens <simon@cozens.net>
68145              Date: Mon, 22 Jan 2001 02:17:22 +0000
68146              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
68147      Branch: perl
68148            ! embed.h embed.pl proto.h toke.c
68149 ____________________________________________________________________________
68150 [  8561] By: jhi                                   on 2001/01/27  04:17:24
68151         Log: Forgot from #8545.  Oops.
68152      Branch: perl
68153            ! pp.c t/pragma/overload.t
68154 ____________________________________________________________________________
68155 [  8560] By: jhi                                   on 2001/01/27  03:01:47
68156         Log: A better module compilation test, use MANIFEST as suggested
68157              by Spider.
68158      Branch: perl
68159            ! t/lib/1_compile.t
68160 ____________________________________________________________________________
68161 [  8559] By: jhi                                   on 2001/01/27  02:50:48
68162         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
68163              From: Peter Prymmer <pvhp@forte.com>
68164              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
68165              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
68166      Branch: perl
68167            ! t/lib/b.t
68168 ____________________________________________________________________________
68169 [  8558] By: jhi                                   on 2001/01/27  02:27:05
68170         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
68171              From: Peter Prymmer <pvhp@forte.com>
68172              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
68173              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
68174      Branch: perl
68175            ! t/pragma/sub_lval.t
68176 ____________________________________________________________________________
68177 [  8557] By: jhi                                   on 2001/01/27  02:26:03
68178         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
68179              From: Peter Prymmer <pvhp@forte.com>
68180              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
68181              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
68182      Branch: perl
68183            ! t/lib/st-06compat.t
68184 ____________________________________________________________________________
68185 [  8556] By: jhi                                   on 2001/01/27  02:24:33
68186         Log: Subject: [PATCH: perl@8531] minor update to README.os390
68187              From: Peter Prymmer <pvhp@forte.com>
68188              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
68189              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
68190      Branch: perl
68191            ! README.os390
68192 ____________________________________________________________________________
68193 [  8555] By: jhi                                   on 2001/01/27  00:35:47
68194         Log: No point in checking the length before we know whether the pointer
68195              is bogus or not, fixes Abigail's odbm failures in Linux.
68196      Branch: perl
68197            ! sv.c
68198 ____________________________________________________________________________
68199 [  8554] By: nick                                  on 2001/01/26  19:01:31
68200         Log: Integrate mainline
68201      Branch: perlio
68202           !> lib/Text/Wrap.pm t/lib/textwrap.t
68203 ____________________________________________________________________________
68204 [  8553] By: jhi                                   on 2001/01/26  15:19:39
68205         Log: Integrate change #7792 from perlio (multiplicity fix),
68206              fix the AV leak in regex DEBUGGING (tiny part of the
68207              polymorphic regexp patch #8143).
68208      Branch: maint-5.6/perl
68209            ! regcomp.c
68210           !> scope.h
68211 ____________________________________________________________________________
68212 [  8552] By: jhi                                   on 2001/01/26  15:03:23
68213         Log: (Retracted by #8573)
68214              
68215              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
68216              From: Michael G Schwern <schwern@pobox.com>
68217              Date: Fri, 26 Jan 2001 09:28:31 -0500
68218              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
68219      Branch: perl
68220            ! lib/Text/Wrap.pm t/lib/textwrap.t
68221 ____________________________________________________________________________
68222 [  8551] By: jhi                                   on 2001/01/26  02:33:19
68223         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
68224              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
68225              
68226              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
68227              
68228              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68229              
68230              Message nit.
68231              
68232              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68233              
68234              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68235              
68236              (the cleanup of unused submatches in regtry() and regcppop())
68237              
68238              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
68239              stored and restored, and thusly was trounced by the utf8 swash
68240              routines.
68241              
68242              use utf8 not required to use \x{}.
68243              
68244              Removed two more tests that make no sense in UTF-8 since the test
68245              data is not in UTF-8.
68246              
68247              Get the three different space character classes right under utf8.
68248              
68249              Implement ANYOFUTF8 regprop() dumping.
68250              
68251              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68252              
68253              Document the regex context pushing/popping a bit better.
68254      Branch: maint-5.6/perl
68255           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
68256           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
68257           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
68258           !> t/op/regmesg.t utf8.c
68259 ____________________________________________________________________________
68260 [  8550] By: nick                                  on 2001/01/25  19:42:30
68261         Log: Integrate mainline
68262      Branch: perlio
68263           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
68264           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
68265           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
68266           !> t/lib/bigint.t t/lib/bigintpm.t
68267 ____________________________________________________________________________
68268 [  8549] By: jhi                                   on 2001/01/25  15:22:28
68269         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
68270      Branch: maint-5.6/perl
68271            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
68272 ____________________________________________________________________________
68273 [  8548] By: jhi                                   on 2001/01/25  15:02:55
68274         Log: Integrate changes #7997,8063,8492,8547 from mainline.
68275              
68276              Subject: Re: STRLEN - what?
68277              
68278              Subject: [PATCH] perlguts.pod
68279              
68280              Memory management calls documentation.
68281              
68282              Layout using tabulator is not a good idea in a pod.
68283      Branch: maint-5.6/perl
68284           !> pod/perlguts.pod
68285 ____________________________________________________________________________
68286 [  8547] By: jhi                                   on 2001/01/25  14:49:05
68287         Log: Layout using tabulator is not a good idea in a pod.
68288      Branch: perl
68289            ! pod/perlguts.pod
68290 ____________________________________________________________________________
68291 [  8546] By: jhi                                   on 2001/01/25  14:31:12
68292         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
68293              from mainline.
68294              
68295              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
68296              
68297              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
68298              
68299              More Win32 editor/IDE/shell hints.
68300              
68301              More Win32 Perling.
68302              
68303              Yet another editor edit.
68304              
68305              Edit edit edit.
68306              
68307              IDE/editor section tweaking.
68308              
68309              Few more IDE/editor nits from p5p.
68310      Branch: maint-5.6/perl
68311           !> pod/perlfaq3.pod
68312 ____________________________________________________________________________
68313 [  8545] By: jhi                                   on 2001/01/25  04:16:32
68314         Log: Subject: [PATCH 5.7.0] overload int()
68315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68316              Date: Wed, 24 Jan 2001 19:06:57 -0500
68317              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
68318      Branch: perl
68319            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
68320            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
68321            ! t/lib/bigintpm.t
68322 ____________________________________________________________________________
68323 [  8544] By: jhi                                   on 2001/01/25  04:15:11
68324         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
68325              From: Peter Prymmer <pvhp@forte.com>
68326              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
68327              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
68328      Branch: perl
68329            ! Makefile.SH README.os390 hints/os390.sh installperl
68330 ____________________________________________________________________________
68331 [  8543] By: jhi                                   on 2001/01/25  03:52:08
68332         Log: Integrate change #8462,8469 from mainline.
68333              
68334              In VMS Perl subversion (perl -V) is undef.
68335      Branch: maint-5.6/perl
68336           !> configure.com
68337 ____________________________________________________________________________
68338 [  8542] By: jhi                                   on 2001/01/25  03:44:55
68339         Log: Integrate changes #7835,7850,8315,8316 from mainline.
68340              
68341              Solaris hints.
68342      Branch: maint-5.6/perl
68343           !> hints/solaris_2.sh
68344 ____________________________________________________________________________
68345 [  8541] By: jhi                                   on 2001/01/25  03:39:28
68346         Log: Integrate #8336 from mainline.
68347      Branch: maint-5.6/perl
68348           !> hv.c
68349 ____________________________________________________________________________
68350 [  8540] By: jhi                                   on 2001/01/25  03:23:50
68351         Log: Retract #8539.
68352      Branch: maint-5.6/perl
68353            ! pod/perlfaq3.pod
68354 ____________________________________________________________________________
68355 [  8539] By: jhi                                   on 2001/01/25  03:21:55
68356         Log: (Retracted by #8540.)
68357      Branch: maint-5.6/perl
68358            ! pod/perlfaq3.pod
68359 ____________________________________________________________________________
68360 [  8538] By: jhi                                   on 2001/01/25  03:14:07
68361         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
68362              From: Peter Prymmer <pvhp@forte.com>
68363              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
68364              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
68365              
68366              The VMS bits.
68367      Branch: maint-5.6/perl
68368            ! configure.com vms/descrip_mms.template
68369 ____________________________________________________________________________
68370 [  8537] By: jhi                                   on 2001/01/25  03:06:09
68371         Log: Integrate #7710,7824,7973 from mainline.
68372      Branch: maint-5.6/perl
68373           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68374           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
68375           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
68376           !> vos/config.ga.def vos/config.ga.h win32/config.bc
68377           !> win32/config.gc win32/config.vc
68378 ____________________________________________________________________________
68379 [  8536] By: jhi                                   on 2001/01/24  13:50:20
68380         Log: Revert the edits made by me so far to the 5.6 branch since
68381              the TRIAL1 since I did edits when I should have been using
68382              integrates.  Bad programmer.   (Will integrate them properly later.)
68383              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
68384              The #8353 will not be reapplied at least for now since
68385              the UTF-8 hash keys need more thinking.
68386              (The patches #8347, #8354, #8454, #8473 were okay since they
68387              were original edits made specifically for the 5.6.1-TRIAL1.)
68388      Branch: maint-5.6/perl
68389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68390            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
68391            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
68392            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
68393            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
68394            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68395            ! win32/config.bc win32/config.gc win32/config.vc
68396 ____________________________________________________________________________
68397 [  8535] By: bailey                                on 2001/01/24  06:37:02
68398         Log: SYN SYN
68399      Branch: vmsperl
68400           +> (branch 26 files)
68401           !> (integrate 130 files)
68402 ____________________________________________________________________________
68403 [  8534] By: nick                                  on 2001/01/23  19:30:57
68404         Log: Integrate mainline.
68405      Branch: perlio
68406           !> Changes Configure Porting/Glossary Porting/config.sh
68407           !> Porting/config_H embed.h embed.pl ext/Encode/compile
68408           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
68409           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
68410           !> pod/perlvar.pod proto.h t/lib/1_compile.t
68411 ____________________________________________________________________________
68412 [  8533] By: jhi                                   on 2001/01/23  16:15:46
68413         Log: Forgotten from #8501.
68414      Branch: perl
68415            ! Porting/Glossary Porting/config.sh Porting/config_H
68416 ____________________________________________________________________________
68417 [  8532] By: jhi                                   on 2001/01/23  16:13:27
68418         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
68419              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68420              Date: Mon, 22 Jan 2001 17:51:58 +0100
68421              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
68422      Branch: perl
68423            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
68424 ____________________________________________________________________________
68425 [  8531] By: jhi                                   on 2001/01/23  15:46:01
68426         Log: Update Changes.
68427      Branch: perl
68428            ! Changes patchlevel.h
68429 ____________________________________________________________________________
68430 [  8530] By: jhi                                   on 2001/01/23  15:38:39
68431         Log: De-cut-and-pasto.
68432      Branch: perl
68433            ! t/lib/1_compile.t
68434 ____________________________________________________________________________
68435 [  8529] By: jhi                                   on 2001/01/23  15:11:04
68436         Log: Document the mkdir trailing slashes case.
68437      Branch: perl
68438            ! pod/perlfunc.pod
68439 ____________________________________________________________________________
68440 [  8528] By: jhi                                   on 2001/01/23  15:08:28
68441         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
68442              get installed:
68443              
68444              Subject: lib/lib.pm
68445              From: <abigail@foad.org>
68446              Date: Mon, 28 Aug 2000 20:35:08 -0400
68447              Message-ID: <20000829003508.21281.qmail@foad.org>
68448      Branch: perl
68449            ! installperl
68450 ____________________________________________________________________________
68451 [  8527] By: jhi                                   on 2001/01/23  14:44:04
68452         Log: Metaconfig unit change for #8526.
68453      Branch: metaconfig
68454            ! U/threads/archname.U
68455 ____________________________________________________________________________
68456 [  8526] By: jhi                                   on 2001/01/23  14:43:19
68457         Log: Attach -perlio to the archname if so selected.
68458      Branch: perl
68459            ! Configure
68460 ____________________________________________________________________________
68461 [  8525] By: jhi                                   on 2001/01/23  14:24:01
68462         Log: Subject: [PATCH] pod/perlvar.pod
68463              From: abigail@foad.org
68464              Date: Tue, 23 Jan 2001 01:41:10 +0100
68465              Message-ID: <20010123004110.22259.qmail@foad.org>
68466      Branch: perl
68467            ! pod/perlvar.pod
68468 ____________________________________________________________________________
68469 [  8524] By: jhi                                   on 2001/01/23  14:22:32
68470         Log: A bug introduced in #8217 (the undefined variable in the
68471              lib/safe1_t #3) fixed, by Charles Lane:
68472              
68473              The earlier patch made it so that stuff running in Safe
68474              compartments could do a "caller" and see "main".  That
68475              little change in name is done right before the code in
68476              the compartment is run, and apparantly the parser
68477              was picking up the stash name before it got changed.
68478              
68479              (why it was threaded vs. unthreaded Perl that was sensitive to this
68480              I still don't know...and it probably doesn't matter).
68481              
68482              I tryed removing the stash name-change and saw that threaded Perl
68483              did indeed pass the lib/safe1.t tests.
68484              
68485              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
68486              do the name change (and to connect _ in the compartment to the global
68487              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
68488              to call _safe_pkg_prep when creating a new compartment.
68489              
68490              Passes all tests with threaded perl on linux; passes all tests
68491              with unthreaded perl on VMS.
68492              
68493              At some point I'll probably want to revisit Safe and Opcode to
68494              provide more sensible handling of global variables...and to get
68495              formats working in Safe compartments, which they don't do currently.
68496      Branch: perl
68497            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
68498 ____________________________________________________________________________
68499 [  8523] By: jhi                                   on 2001/01/23  14:11:58
68500         Log: Also the lib/Thread.pm itself needs to be ignored if
68501              the Thread extension hasn't been built.
68502      Branch: perl
68503            ! t/lib/1_compile.t
68504 ____________________________________________________________________________
68505 [  8522] By: jhi                                   on 2001/01/23  13:51:28
68506         Log: print() instead of warn() so that stderr doesn't get
68507              unnecessarily polluted.
68508      Branch: perl
68509            ! ext/Encode/compile
68510 ____________________________________________________________________________
68511 [  8521] By: jhi                                   on 2001/01/23  13:49:48
68512         Log: Integrate perlio:
68513              
68514              [  8520]
68515              More messing with Encode:
68516              Extra fields in header to allow multiple names and to record
68517              other things "compile" knows.
68518              Re-organise compile to factor out common output routines.
68519              
68520              [  8519]
68521              Change file-of-files command line from -F to -f to avoid case issues on VMS.
68522      Branch: perl
68523           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
68524           !> ext/Encode/encode.h
68525 ____________________________________________________________________________
68526 [  8520] By: nick                                  on 2001/01/22  21:44:00
68527         Log: More messing with Encode:
68528              Extra fields in header to allow multiple names and to record
68529              other things "compile" knows.
68530              Re-organise compile to factor out common output routines.
68531      Branch: perlio
68532            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
68533 ____________________________________________________________________________
68534 [  8519] By: nick                                  on 2001/01/22  20:33:50
68535         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
68536      Branch: perlio
68537            ! ext/Encode/Makefile.PL ext/Encode/compile
68538 ____________________________________________________________________________
68539 [  8518] By: nick                                  on 2001/01/22  20:28:13
68540         Log: Integrate mainline
68541      Branch: perlio
68542           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
68543           !> vos/config.alpha.def vos/config.alpha.h
68544 ____________________________________________________________________________
68545 [  8517] By: jhi                                   on 2001/01/22  15:37:17
68546         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
68547              by Inaba Hiroto.
68548      Branch: perl
68549            ! sv.c
68550 ____________________________________________________________________________
68551 [  8516] By: jhi                                   on 2001/01/22  14:55:15
68552         Log: More SIG_SIZE fixes.
68553      Branch: perl
68554            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
68555 ____________________________________________________________________________
68556 [  8515] By: jhi                                   on 2001/01/22  14:50:27
68557         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
68558              From: "Craig A. Berry" <craigberry@mac.com>
68559              Date: Mon, 22 Jan 2001 00:42:24 -0600
68560              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
68561      Branch: perl
68562            ! configure.com
68563 ____________________________________________________________________________
68564 [  8514] By: jhi                                   on 2001/01/22  14:31:17
68565         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
68566              From: "Craig A. Berry" <craigberry@mac.com>
68567              Date: Sun, 21 Jan 2001 23:03:25 -0600
68568              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
68569      Branch: perl
68570            ! configure.com
68571 ____________________________________________________________________________
68572 [  8513] By: jhi                                   on 2001/01/22  14:14:00
68573         Log: Add the .ucm encoding tables to the MANIFEST.
68574      Branch: perl
68575            ! MANIFEST
68576 ____________________________________________________________________________
68577 [  8512] By: jhi                                   on 2001/01/22  13:43:33
68578         Log: Integrate perlio:
68579              
68580              [  8511]
68581              Make "real" layers of ":utf8" and ":raw".
68582              So now PERLIO=utf8 perl ...
68583              does what Andreas wanted.
68584              Fix arg passing in open.pm (still have a Carp issue).
68585              
68586              [  8508]
68587              Switch "compiled in" encodings to .ucm format.
68588              (Leave others as .enc till we can run-time load .ucm,
68589              or find some other way to load them.)
68590      Branch: perl
68591           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68592           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68593           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68594           +> ext/Encode/Encode/iso8859-10.ucm
68595           +> ext/Encode/Encode/iso8859-13.ucm
68596           +> ext/Encode/Encode/iso8859-14.ucm
68597           +> ext/Encode/Encode/iso8859-15.ucm
68598           +> ext/Encode/Encode/iso8859-16.ucm
68599           +> ext/Encode/Encode/iso8859-2.ucm
68600           +> ext/Encode/Encode/iso8859-3.ucm
68601           +> ext/Encode/Encode/iso8859-4.ucm
68602           +> ext/Encode/Encode/iso8859-5.ucm
68603           +> ext/Encode/Encode/iso8859-6.ucm
68604           +> ext/Encode/Encode/iso8859-7.ucm
68605           +> ext/Encode/Encode/iso8859-8.ucm
68606           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68607           +> ext/Encode/Encode/symbol.ucm
68608           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
68609           !> perliol.h
68610 ____________________________________________________________________________
68611 [  8511] By: nick                                  on 2001/01/21  23:44:47
68612         Log: Make "real" layers of ":utf8" and ":raw".
68613              So now PERLIO=utf8 perl ...
68614              does what Andreas wanted.
68615              Fix arg passing in open.pm (still have a Carp issue).
68616      Branch: perlio
68617            ! lib/open.pm perlio.c perliol.h
68618 ____________________________________________________________________________
68619 [  8510] By: jhi                                   on 2001/01/21  22:56:53
68620         Log: Document the regex content pushing/popping a bit better.
68621      Branch: perl
68622            ! regexec.c
68623 ____________________________________________________________________________
68624 [  8509] By: jhi                                   on 2001/01/21  22:55:44
68625         Log: Tweak the mkdir trailing slash code some more.
68626              
68627              TO DO: the same handling should probably be done for
68628              all the other filesystem functions that can have directories
68629              as their arguments.
68630      Branch: perl
68631            ! pp_sys.c
68632 ____________________________________________________________________________
68633 [  8508] By: nick                                  on 2001/01/21  21:37:43
68634         Log: Switch "compiled in" encodings to .ucm format.
68635              (Leave others as .enc till we can run-time load .ucm,
68636              or find some other way to load them.)
68637      Branch: perlio
68638            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68639            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68640            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68641            + ext/Encode/Encode/iso8859-10.ucm
68642            + ext/Encode/Encode/iso8859-13.ucm
68643            + ext/Encode/Encode/iso8859-14.ucm
68644            + ext/Encode/Encode/iso8859-15.ucm
68645            + ext/Encode/Encode/iso8859-16.ucm
68646            + ext/Encode/Encode/iso8859-2.ucm
68647            + ext/Encode/Encode/iso8859-3.ucm
68648            + ext/Encode/Encode/iso8859-4.ucm
68649            + ext/Encode/Encode/iso8859-5.ucm
68650            + ext/Encode/Encode/iso8859-6.ucm
68651            + ext/Encode/Encode/iso8859-7.ucm
68652            + ext/Encode/Encode/iso8859-8.ucm
68653            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68654            + ext/Encode/Encode/symbol.ucm
68655            ! ext/Encode/Makefile.PL ext/Encode/compile
68656 ____________________________________________________________________________
68657 [  8507] By: nick                                  on 2001/01/21  21:02:03
68658         Log: Integrate (partial) mainline.
68659      Branch: perlio
68660           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68661           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68662           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68663 ____________________________________________________________________________
68664 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68665         Log: Update Changes.
68666      Branch: perl
68667            ! Changes patchlevel.h
68668 ____________________________________________________________________________
68669 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68670         Log: Subject: Minor typos in perlfaq2.pod
68671              From: "Stephen P. Potter" <spp@spotter.yi.org>
68672              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68673              Date: Fri, 19 Jan 2001 16:01:13 -0500
68674              
68675              with a nit from Philip Newton.
68676      Branch: perl
68677            ! pod/perlfaq2.pod
68678 ____________________________________________________________________________
68679 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68680         Log: Metaconfig change for #8503.
68681      Branch: metaconfig
68682            ! U/threads/usethreads.U
68683 ____________________________________________________________________________
68684 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68685         Log: Sanity check for conflicting thread flavours.
68686      Branch: perl
68687            ! Configure config_h.SH
68688 ____________________________________________________________________________
68689 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68690         Log: Metaconfig change for #8501.
68691      Branch: metaconfig
68692            ! U/modified/sig_name.U
68693 ____________________________________________________________________________
68694 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68695         Log: The SIG_SIZE is the number of the elements *excluding*
68696              the terminating NULL.
68697      Branch: perl
68698            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68699            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68700            ! win32/config_H.vc
68701 ____________________________________________________________________________
68702 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68703         Log: Integrate perlio:
68704              
68705              [  8498]
68706              Encode cleanup.
68707              Add command line control over "compile" so that Makefile.PL
68708              needs can be combined with other uses.
68709              Use command line options in Makefile.PL.
68710              Fix multi-byte parsing in .ucm files.
68711              
68712              [  8497]
68713              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68714              
68715              [  8496]
68716              Fixup after integrate:
68717              missed the .sym files that are changed by regen_headers
68718              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68719              
68720              [  8484]
68721              Infrastructure to allow:
68722              open($fh,"|-",@array);
68723              to be implemented
68724              i.e. mark pp_open as needing a stack mark, and make pp_open
68725              process its args in that style (and pass them _all_ to tied handles OPEN).
68726              Invent do_openn() which takes SV ** at allow it to see multiple args.
68727              Note this does not _do_ anything yet.
68728      Branch: perl
68729           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68730           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68731           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68732           !> pp_sys.c proto.h sv.c
68733 ____________________________________________________________________________
68734 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68735         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68736              From: Hugo <hv@crypt.compulink.co.uk>
68737              Date: Sun, 21 Jan 2001 13:34:05 +0000
68738              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68739              
68740              In sprintf UTF8ize only if necessary.
68741      Branch: perl
68742            ! sv.c
68743 ____________________________________________________________________________
68744 [  8498] By: nick                                  on 2001/01/21  16:25:32
68745         Log: Encode cleanup.
68746              Add command line control over "compile" so that Makefile.PL
68747              needs can be combined with other uses.
68748              Use command line options in Makefile.PL.
68749              Fix multi-byte parsing in .ucm files.
68750      Branch: perlio
68751            ! ext/Encode/Makefile.PL ext/Encode/compile
68752 ____________________________________________________________________________
68753 [  8497] By: nick                                  on 2001/01/21  12:56:27
68754         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68755      Branch: perlio
68756            ! ext/Encode/Encode.xs
68757 ____________________________________________________________________________
68758 [  8496] By: nick                                  on 2001/01/21  12:18:45
68759         Log: Fixup after integrate:
68760              missed the .sym files that are changed by regen_headers
68761              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68762      Branch: perlio
68763            ! global.sym pp.sym sv.c
68764 ____________________________________________________________________________
68765 [  8495] By: nick                                  on 2001/01/21  11:51:07
68766         Log: Integrate mainline.
68767      Branch: perlio
68768           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
68769           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
68770           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
68771           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
68772           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
68773           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
68774           !> win32/Makefile win32/makefile.mk
68775 ____________________________________________________________________________
68776 [  8494] By: jhi                                   on 2001/01/20  23:12:11
68777         Log: Forgot the expect_number() prototype.
68778      Branch: perl
68779            ! embed.h embed.pl proto.h
68780 ____________________________________________________________________________
68781 [  8493] By: jhi                                   on 2001/01/20  22:56:39
68782         Log: Subject: [PATCH: perl@8482] README.vms URL updates
68783              From: Peter Prymmer <pvhp@forte.com>
68784              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
68785              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
68786              
68787              Plus Craig A. Berry's suggestion to use compaq.com instead
68788              of digital.com.
68789      Branch: perl
68790            ! README.vms
68791 ____________________________________________________________________________
68792 [  8492] By: jhi                                   on 2001/01/20  22:50:05
68793         Log: Memory management calls documentation.
68794      Branch: perl
68795            ! pod/perlguts.pod
68796 ____________________________________________________________________________
68797 [  8491] By: jhi                                   on 2001/01/20  22:38:33
68798         Log: Signedness nit plus few memcpy/Copy nits.
68799      Branch: perl
68800            ! sv.c
68801 ____________________________________________________________________________
68802 [  8490] By: jhi                                   on 2001/01/20  22:25:53
68803         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
68804              From: Peter Prymmer <pvhp@forte.com>
68805              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
68806              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
68807      Branch: perl
68808            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
68809 ____________________________________________________________________________
68810 [  8489] By: jhi                                   on 2001/01/20  22:24:41
68811         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
68812              From: Peter Prymmer <pvhp@forte.com>
68813              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
68814              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
68815      Branch: perl
68816            ! win32/Makefile win32/makefile.mk
68817 ____________________________________________________________________________
68818 [  8488] By: jhi                                   on 2001/01/20  22:22:27
68819         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
68820              From: Peter Prymmer <pvhp@forte.com>
68821              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
68822              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
68823      Branch: perl
68824            ! Makefile.SH
68825 ____________________________________________________________________________
68826 [  8487] By: jhi                                   on 2001/01/20  22:21:18
68827         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
68828              From: Peter Prymmer <pvhp@forte.com>
68829              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
68830              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
68831      Branch: perl
68832            + ext/DynaLoader/dl_dllload.xs
68833            ! MANIFEST Makefile.SH hints/os390.sh
68834 ____________________________________________________________________________
68835 [  8486] By: jhi                                   on 2001/01/20  22:17:53
68836         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
68837              From: Peter Prymmer <pvhp@forte.com>
68838              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
68839              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
68840      Branch: perl
68841            ! README.os390 README.posix-bc
68842 ____________________________________________________________________________
68843 [  8485] By: jhi                                   on 2001/01/20  20:15:30
68844         Log: Document and test the new qu operator.
68845      Branch: perl
68846            + t/op/qu.t
68847            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
68848            ! pod/perlretut.pod pod/perlunicode.pod
68849 ____________________________________________________________________________
68850 [  8484] By: nick                                  on 2001/01/20  19:42:30
68851         Log: Infrastructure to allow:
68852              open($fh,"|-",@array);
68853              to be implemented
68854              i.e. mark pp_open as needing a stack mark, and make pp_open
68855              process its args in that style (and pass them _all_ to tied handles OPEN).
68856              Invent do_openn() which takes SV ** at allow it to see multiple args.
68857              Note this does not _do_ anything yet.
68858      Branch: perlio
68859            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
68860            ! perlapi.c pp_proto.h pp_sys.c proto.h
68861 ____________________________________________________________________________
68862 [  8483] By: nick                                  on 2001/01/20  17:23:14
68863         Log: Integrate mainline.
68864      Branch: perlio
68865           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
68866           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
68867 ____________________________________________________________________________
68868 [  8482] By: jhi                                   on 2001/01/19  15:37:49
68869         Log: Update Changes.
68870      Branch: perl
68871            ! Changes patchlevel.h
68872 ____________________________________________________________________________
68873 [  8481] By: jhi                                   on 2001/01/19  14:41:24
68874         Log: Subject: Re: new feature: s?printf parameter reordering 
68875              From: Hugo <hv@crypt.compulink.co.uk>
68876              Date: Thu, 11 Jan 2001 17:09:03 +0000
68877              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
68878              
68879              - support reordering for all parameters: %, *v, *, .*
68880              - lay down that the reordering specification must immediately
68881              follow that parameter: %3$, *v3$, *3$, .*3$
68882              - fix vectorisation of a zero-length string
68883              - factor out the code choosing the argument to format
68884              
68885              Possibly unwanted side-effects:
68886              - the special format specifiers ' +-0' must now precede any
68887              vectorisation specifier. Tests in op/sprintf and op/ver
68888              have been changed to reflect this.
68889              - sprintf.t test #214 changed its expectations because in many
68890              cases, the next parameter has already been consumed when an
68891              invalid type letter is detected.
68892              
68893              Probably wanted side-effects:
68894              - attempts to format a non-existent parameter will warn as if C<undef>
68895              - attempt to write to non-existent parameter with '%n' will complain
68896              of "attempt to modify read-only value" instead of being silent
68897      Branch: perl
68898            ! sv.c t/op/sprintf.t t/op/ver.t
68899 ____________________________________________________________________________
68900 [  8480] By: jhi                                   on 2001/01/19  14:08:37
68901         Log: Subject: PATCH pragma/locale.t
68902              From: andreas.koenig@anima.de (Andreas J. Koenig)
68903              Date: 18 Jan 2001 09:45:37 +0100
68904              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
68905      Branch: perl
68906            ! t/pragma/locale.t
68907 ____________________________________________________________________________
68908 [  8479] By: jhi                                   on 2001/01/19  13:19:58
68909         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
68910      Branch: perl
68911            ! configure.com
68912 ____________________________________________________________________________
68913 [  8478] By: jhi                                   on 2001/01/19  02:12:35
68914         Log: Automate 1_compile.t.
68915      Branch: perl
68916            ! t/lib/1_compile.t
68917 ____________________________________________________________________________
68918 [  8477] By: jhi                                   on 2001/01/19  01:49:56
68919         Log: Integrate perlio:
68920              
68921              [  8475]
68922              Win32 "safe signals" co-existance fix.
68923              Fix SIG_SIZE value.
68924              Clear PL_sig_pending when cloning (fork).
68925      Branch: perl
68926           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68927           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68928 ____________________________________________________________________________
68929 [  8476] By: nick                                  on 2001/01/18  21:51:52
68930         Log: Integrate mainline
68931      Branch: perlio
68932           +> t/lib/1_compile.t t/lib/compmod.pl
68933           !> MANIFEST configure.com lib/unicode/distinct.pm
68934 ____________________________________________________________________________
68935 [  8475] By: nick                                  on 2001/01/18  21:48:02
68936         Log: Win32 "safe signals" co-existance fix.
68937              Fix SIG_SIZE value.
68938              Clear PL_sig_pending when cloning (fork).
68939      Branch: perlio
68940            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68941            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68942 ____________________________________________________________________________
68943 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68944         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68945      Branch: perl
68946            ! t/lib/1_compile.t
68947 ____________________________________________________________________________
68948 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68949         Log: unsubmitted trial1 change
68950      Branch: maint-5.6/perl
68951            ! Changes
68952 ____________________________________________________________________________
68953 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68954         Log: The first bug found by 1_compile.t.
68955      Branch: perl
68956            ! lib/unicode/distinct.pm
68957 ____________________________________________________________________________
68958 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68959         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68960              to be a bit shorter for the 8.3 people.
68961      Branch: perl
68962            + t/lib/1_compile.t t/lib/compmod.pl
68963            ! MANIFEST
68964 ____________________________________________________________________________
68965 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68966         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)
68967              From: Peter Prymmer <pvhp@forte.com>
68968              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68969              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68970              Replace #8463.
68971      Branch: maint-5.6/perl
68972            ! configure.com
68973 ____________________________________________________________________________
68974 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68975         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)
68976              From: Peter Prymmer <pvhp@forte.com>
68977              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68978              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68979              Replace #8462.
68980      Branch: perl
68981            ! configure.com
68982 ____________________________________________________________________________
68983 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68984         Log: Integrate perlio:
68985              
68986              [  8467]
68987              "Safe" signals - trial implementation.
68988              gv.c tweaked to zero PL_sig_pend array
68989              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68990              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68991              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68992      Branch: perl
68993           !> gv.c mg.c perlio.c util.c
68994 ____________________________________________________________________________
68995 [  8467] By: nick                                  on 2001/01/17  22:41:10
68996         Log: "Safe" signals - trial implementation.
68997              gv.c tweaked to zero PL_sig_pend array
68998              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68999              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
69000              Odd thing is that it "works" with PERLIO=stdio as well (linux).
69001      Branch: perlio
69002            ! gv.c mg.c perlio.c util.c
69003 ____________________________________________________________________________
69004 [  8466] By: nick                                  on 2001/01/17  20:40:20
69005         Log: Integrate mainline.
69006      Branch: perlio
69007           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69008           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
69009           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
69010           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69011           !> vos/config.ga.h win32/config.bc win32/config.gc
69012           !> win32/config.vc
69013 ____________________________________________________________________________
69014 [  8465] By: jhi                                   on 2001/01/17  18:37:13
69015         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
69016              From: Nicholas Clark <nick@ccl4.org>
69017              Date: Wed, 17 Jan 2001 17:31:33 +0000
69018              Message-ID: <20010117173133.I2633@plum.flirble.org>
69019      Branch: perl
69020            ! t/op/int.t
69021 ____________________________________________________________________________
69022 [  8464] By: jhi                                   on 2001/01/17  14:43:17
69023         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
69024              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69025              Date: Wed, 17 Jan 2001 15:16:43 +0100
69026              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
69027              
69028              pp_int() was dropping an NV to the floor,
69029              int(279964589018079/59) either returned not an integer
69030              4745162525730.15, or one got "Attempt to free unreferenced scalar."
69031      Branch: perl
69032            ! pp.c
69033 ____________________________________________________________________________
69034 [  8463] By: jhi                                   on 2001/01/17  06:12:42
69035         Log: (Replaced by #8470)
69036              
69037              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)
69038              From: "Craig A. Berry" <craigberry@mac.com>
69039              Date: Tue, 16 Jan 2001 23:38:46 -0600
69040              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
69041      Branch: maint-5.6/perl
69042            ! configure.com
69043 ____________________________________________________________________________
69044 [  8462] By: jhi                                   on 2001/01/17  06:11:31
69045         Log: (Replaced by #8469)
69046              
69047              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)
69048              From: "Craig A. Berry" <craigberry@mac.com>
69049              Date: Tue, 16 Jan 2001 23:38:46 -0600
69050              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
69051      Branch: perl
69052            ! configure.com
69053 ____________________________________________________________________________
69054 [  8461] By: jhi                                   on 2001/01/17  05:56:12
69055         Log: Allow for one trailing slash in the directory of mkdir().
69056      Branch: perl
69057            ! pp_sys.c
69058 ____________________________________________________________________________
69059 [  8460] By: jhi                                   on 2001/01/17  03:26:01
69060         Log: Metaconfig unit changes for #8459.
69061      Branch: metaconfig
69062            ! U/modified/Loc.U U/modified/sig_name.U
69063 ____________________________________________________________________________
69064 [  8459] By: jhi                                   on 2001/01/17  03:24:48
69065         Log: Define SIG_SIZE, the number of elements in the sig_name and
69066              sig_num arrays, including the final NULL entry.
69067      Branch: perl
69068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69069            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
69070            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
69071            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69072            ! win32/config.bc win32/config.gc win32/config.vc
69073 ____________________________________________________________________________
69074 [  8458] By: jhi                                   on 2001/01/17  01:41:33
69075         Log: Integrate perlio:
69076              
69077              [  8457]
69078              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
69079              Provides all the "cost" but no benefit yet - it is to allow cost
69080              to be measured, and implementation experiments (just in mg.c?).
69081      Branch: perl
69082           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
69083           !> perlapi.h proto.h sv.c
69084 ____________________________________________________________________________
69085 [  8457] By: nick                                  on 2001/01/16  22:07:26
69086         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
69087              Provides all the "cost" but no benefit yet - it is to allow cost
69088              to be measured, and implementation experiments (just in mg.c?).
69089      Branch: perlio
69090            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
69091            ! perlapi.h proto.h sv.c
69092 ____________________________________________________________________________
69093 [  8456] By: nick                                  on 2001/01/16  21:07:07
69094         Log: Integrate mainline.
69095      Branch: perlio
69096           !> (integrate 51 files)
69097 ____________________________________________________________________________
69098 [  8455] By: jhi                                   on 2001/01/16  18:13:43
69099         Log: Subject: [PATCH] regcomp.c old feature removal
69100              From: mjd@plover.com
69101              Date: 16 Jan 2001 14:43:18 -0000 
69102              Message-ID: <20010116144318.7140.qmail@plover.com> 
69103      Branch: perl
69104            ! regcomp.c
69105 ____________________________________________________________________________
69106 [  8454] By: jhi                                   on 2001/01/16  16:12:39
69107         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
69108              From: "Indy Singh" <indy@nusphere.com>
69109              Date: Wed, 10 Jan 2001 20:17:49 -0500
69110              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
69111      Branch: maint-5.6/perl
69112            ! win32/Makefile
69113 ____________________________________________________________________________
69114 [  8453] By: jhi                                   on 2001/01/16  16:09:33
69115         Log: Update Changes.
69116      Branch: perl
69117            ! Changes patchlevel.h
69118 ____________________________________________________________________________
69119 [  8452] By: jhi                                   on 2001/01/16  15:42:04
69120         Log: Subject: Re: API Cleanup
69121              To: perl5-porters@perl.org
69122              Date: Tue, 16 Jan 2001 13:42:30 +0000
69123              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
69124              
69125              Subject: [PATCH] utf8.c documentation
69126              From: Simon Cozens <simon@cozens.net>
69127              Date: Tue, 16 Jan 2001 13:52:48 +0000
69128              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
69129              
69130              Subject: Re: API Cleanup
69131              From: Simon Cozens <simon@cozens.net>
69132              Date: Tue, 16 Jan 2001 14:58:55 +0000
69133              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
69134              
69135              UTF-8 doc patches.
69136      Branch: perl
69137            ! embed.pl pod/perlapi.pod utf8.c
69138 ____________________________________________________________________________
69139 [  8451] By: jhi                                   on 2001/01/16  14:41:39
69140         Log: podlators 1.07, from Russ Allbery.
69141      Branch: perl
69142            ! lib/Pod/Man.pm
69143 ____________________________________________________________________________
69144 [  8450] By: jhi                                   on 2001/01/16  14:24:19
69145         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
69146              From: "Indy Singh" <indy@nusphere.com>
69147              Date: Mon, 15 Jan 2001 20:59:40 -0500
69148              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
69149      Branch: perl
69150            ! win32/Makefile
69151 ____________________________________________________________________________
69152 [  8449] By: jhi                                   on 2001/01/16  03:42:55
69153         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
69154              at the setting of the ofs_sv in new_struct_thread() as the
69155              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
69156              uninitialized fields are, uh, initialized with),
69157              SvREFCNT_inc()ing that invited a core dump.
69158      Branch: perl
69159            ! util.c
69160 ____________________________________________________________________________
69161 [  8448] By: jhi                                   on 2001/01/16  01:49:07
69162         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
69163              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69164              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
69165              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
69166              
69167              Replace #8444 and #8445.
69168      Branch: perl
69169            ! ext/B/B.xs ext/B/B/Debug.pm
69170 ____________________________________________________________________________
69171 [  8447] By: jhi                                   on 2001/01/15  21:05:35
69172         Log: Subject: [PATCH] API Variable documentation   
69173              From: Simon Cozens <simon@cozens.net>
69174              Date: Mon, 15 Jan 2001 19:35:54 +0000
69175              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
69176      Branch: perl
69177            ! pod/perlapi.pod thrdvar.h
69178 ____________________________________________________________________________
69179 [  8446] By: jhi                                   on 2001/01/15  20:49:20
69180         Log: Signedness nit.
69181      Branch: perl
69182            ! pp_ctl.c
69183 ____________________________________________________________________________
69184 [  8445] By: jhi                                   on 2001/01/15  20:28:48
69185         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
69186      Branch: perl
69187            ! ext/B/B/Debug.pm
69188 ____________________________________________________________________________
69189 [  8444] By: jhi                                   on 2001/01/15  13:09:10
69190         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
69191      Branch: perl
69192            ! ext/B/B.xs
69193 ____________________________________________________________________________
69194 [  8443] By: jhi                                   on 2001/01/15  13:06:26
69195         Log: Missing from #8439.
69196      Branch: perl
69197            ! keywords.h mg.c
69198 ____________________________________________________________________________
69199 [  8442] By: jhi                                   on 2001/01/15  13:02:38
69200         Log: Subject: [PATCH @8436] Eliminate op_children
69201              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69202              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
69203              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
69204              
69205              Subject: [PATCH @8436] Re: Eliminate op_children
69206              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69207              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
69208              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
69209      Branch: perl
69210            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
69211            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
69212            ! op.c op.h
69213 ____________________________________________________________________________
69214 [  8441] By: jhi                                   on 2001/01/15  12:57:08
69215         Log: Use the /^Perl_/-less form of is_lvalue_sub().
69216      Branch: perl
69217            ! pp.h
69218 ____________________________________________________________________________
69219 [  8440] By: jhi                                   on 2001/01/15  05:13:09
69220         Log: Revert #8437 and #8438, the Linux large files story is more complex.
69221      Branch: metaconfig/U/perl
69222            ! d_fpos64_t.U d_off64_t.U
69223      Branch: perl
69224            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69225            ! config_h.SH configure.com epoc/config.sh perl.h
69226            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69227            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69228            ! win32/config.bc win32/config.gc win32/config.vc
69229 ____________________________________________________________________________
69230 [  8439] By: jhi                                   on 2001/01/15  05:02:24
69231         Log: More UTF-8 patches from Inaba Hiroto.
69232              - The substr lval was still not okay.
69233              - Now pp_stringify and sv_setsv copies source's UTF8 flag
69234              even if IN_BYTE.  pp_stringify is called from fold_constants
69235              at optimization phase and "\x{100}" was made SvUTF8_off under
69236              use bytes (the bytes pragma is for "byte semantics" and not
69237              for "do not produce UTF8 data")
69238              - New `qu' operator to generate UTF8 string explicitly.
69239              Though I agree with the policy "0x00-0xff always produce bytes",
69240              sometimes want to such a string to be coded in UTF8.
69241              I can use pack"U0a*" but it requires more typing and has
69242              runtime overhead.
69243              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
69244              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
69245              string is not UTF8_on and has char 0x80-0xff.
69246              
69247              TODO: document and test qu.
69248      Branch: perl
69249            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
69250            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
69251            ! toke.c
69252 ____________________________________________________________________________
69253 [  8438] By: jhi                                   on 2001/01/14  05:10:23
69254         Log: (Reverted by #8440)
69255              
69256              Metaconfig unit changes for #8437.
69257      Branch: metaconfig/U/perl
69258            ! d_fpos64_t.U d_off64_t.U
69259 ____________________________________________________________________________
69260 [  8437] By: jhi                                   on 2001/01/14  04:55:34
69261         Log: (Reverted by #8440)
69262              
69263              Add <features.h> probing, seems to be needed for (some?)
69264              Linux largefileness.
69265      Branch: perl
69266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69267            ! config_h.SH configure.com epoc/config.sh perl.h
69268            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69269            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69270            ! win32/config.bc win32/config.gc win32/config.vc
69271 ____________________________________________________________________________
69272 [  8436] By: jhi                                   on 2001/01/13  17:47:21
69273         Log: Tighten some of the tests a bit.
69274      Branch: perl
69275            ! t/pragma/utf8.t
69276 ____________________________________________________________________________
69277 [  8435] By: jhi                                   on 2001/01/13  17:31:54
69278         Log: Integrate perlio:
69279              
69280              [  8434]
69281              Run dmake regen_config_h for Win32
69282              
69283              [  8433]
69284              VMS friendly patch to Encode compile process
69285      Branch: perl
69286           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
69287           !> win32/config_H.gc win32/config_H.vc
69288 ____________________________________________________________________________
69289 [  8434] By: nick                                  on 2001/01/13  11:36:53
69290         Log: Run dmake regen_config_h for Win32
69291      Branch: perlio
69292            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69293 ____________________________________________________________________________
69294 [  8433] By: nick                                  on 2001/01/13  11:31:55
69295         Log: VMS friendly patch to Encode compile process
69296      Branch: perlio
69297            ! ext/Encode/Makefile.PL ext/Encode/compile
69298 ____________________________________________________________________________
69299 [  8432] By: nick                                  on 2001/01/13  11:06:44
69300         Log: Integrate mainline
69301      Branch: perlio
69302           +> ext/B/B/Concise.pm
69303           !> (integrate 52 files)
69304 ____________________________________________________________________________
69305 [  8431] By: jhi                                   on 2001/01/13  05:55:55
69306         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
69307              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69308              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
69309              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
69310      Branch: perl
69311            ! ext/B/B/Concise.pm
69312 ____________________________________________________________________________
69313 [  8430] By: jhi                                   on 2001/01/13  04:24:18
69314         Log: The LVRET macro needed an aTHX.
69315      Branch: perl
69316            ! pp.h
69317 ____________________________________________________________________________
69318 [  8429] By: jhi                                   on 2001/01/13  02:12:42
69319         Log: Update Changes.
69320      Branch: perl
69321            ! Changes patchlevel.h
69322 ____________________________________________________________________________
69323 [  8428] By: jhi                                   on 2001/01/13  02:08:50
69324         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
69325              From: Peter Prymmer <pvhp@forte.com>
69326              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
69327              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
69328              
69329              Add a BEGIN guard for sloppy floating point division.
69330      Branch: perl
69331            ! lib/Math/BigInt.pm lib/bigint.pl
69332 ____________________________________________________________________________
69333 [  8427] By: jhi                                   on 2001/01/13  01:47:16
69334         Log: The B::Terse drop-in replacement wasn't quite drop-in.
69335      Branch: perl
69336            ! ext/B/B/Terse.pm
69337 ____________________________________________________________________________
69338 [  8426] By: jhi                                   on 2001/01/12  21:20:43
69339         Log: Use UVXf.
69340      Branch: perl
69341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69342            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
69343            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69344            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69345            ! win32/config.gc win32/config.vc
69346 ____________________________________________________________________________
69347 [  8425] By: jhi                                   on 2001/01/12  20:20:14
69348         Log: Subject: [PATCH perl@8342] -Wformat
69349              From: Robin Barker <rmb1@cise.npl.co.uk>
69350              Date: Fri, 12 Jan 2001 20:03:14 GMT
69351              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
69352      Branch: perl
69353            ! ext/Encode/Encode.xs mg.c sv.c toke.c
69354 ____________________________________________________________________________
69355 [  8424] By: jhi                                   on 2001/01/12  20:01:48
69356         Log: Subject: B::Concise -- an improved replacement for B::Terse 
69357              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69358              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
69359              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
69360      Branch: perl
69361            + ext/B/B/Concise.pm
69362            ! MANIFEST ext/B/B/Terse.pm
69363 ____________________________________________________________________________
69364 [  8423] By: jhi                                   on 2001/01/12  19:24:02
69365         Log: The new metaconfig unit from the #8421.
69366      Branch: metaconfig/U/perl
69367            + d_sigprocmask.U
69368 ____________________________________________________________________________
69369 [  8422] By: jhi                                   on 2001/01/12  19:23:43
69370         Log: Forgot the microperl config from the #8421.
69371      Branch: perl
69372            ! uconfig.h uconfig.sh
69373 ____________________________________________________________________________
69374 [  8421] By: jhi                                   on 2001/01/12  19:05:27
69375         Log: Add sigprocmask() probe, regen Configure, regen toc.
69376      Branch: perl
69377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69378            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
69379            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69380            ! vos/config.ga.h win32/config.bc win32/config.gc
69381            ! win32/config.vc
69382 ____________________________________________________________________________
69383 [  8420] By: jhi                                   on 2001/01/12  18:34:31
69384         Log: Add sockatmark() to the todo list.
69385      Branch: perl
69386            ! Todo-5.6
69387 ____________________________________________________________________________
69388 [  8419] By: jhi                                   on 2001/01/12  18:09:46
69389         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
69390      Branch: perl
69391            ! op.c
69392 ____________________________________________________________________________
69393 [  8418] By: jhi                                   on 2001/01/12  18:05:30
69394         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
69395              From: Radu Greab <radu@netsoft.ro>
69396              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
69397              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
69398      Branch: perl
69399            ! op.c t/pragma/sub_lval.t
69400 ____________________________________________________________________________
69401 [  8417] By: jhi                                   on 2001/01/12  16:09:09
69402         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
69403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
69404              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
69405              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
69406      Branch: perl
69407            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
69408            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
69409            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
69410            ! t/pragma/sub_lval.t toke.c
69411 ____________________________________________________________________________
69412 [  8416] By: jhi                                   on 2001/01/12  15:42:06
69413         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
69414              From: "Richard Soderberg" <rs@crystalflame.net>
69415              Date: Fri, 12 Jan 2001 04:49:35 -0800
69416              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
69417              
69418              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
69419              according to the platform.
69420      Branch: perl
69421            ! op.c
69422 ____________________________________________________________________________
69423 [  8415] By: jhi                                   on 2001/01/12  15:33:41
69424         Log: One more UTF-8 fix from Inaba Hiroto.
69425      Branch: perl
69426            ! pp.c regexec.c t/pragma/utf8.t
69427 ____________________________________________________________________________
69428 [  8414] By: jhi                                   on 2001/01/12  15:30:18
69429         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
69430      Branch: perl
69431            ! regexec.c
69432 ____________________________________________________________________________
69433 [  8413] By: jhi                                   on 2001/01/12  15:22:10
69434         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
69435              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69436              Date: Thu, 11 Jan 2001 12:53:36 +0100
69437              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
69438      Branch: perl
69439            ! toke.c
69440 ____________________________________________________________________________
69441 [  8412] By: jhi                                   on 2001/01/12  15:20:25
69442         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
69443              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69444              Date: Fri, 12 Jan 2001 14:37:55 +0100
69445              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
69446      Branch: perl
69447            ! hints/posix-bc.sh
69448 ____________________________________________________________________________
69449 [  8411] By: jhi                                   on 2001/01/12  15:14:14
69450         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
69451              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69452              Date: Fri, 12 Jan 2001 10:42:21 +0100
69453              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
69454      Branch: perl
69455            ! t/op/regmesg.t
69456 ____________________________________________________________________________
69457 [  8410] By: jhi                                   on 2001/01/12  05:48:55
69458         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
69459              From: Nicholas Clark <nick@ccl4.org> 
69460              Date: Sun, 7 Jan 2001 19:47:14 +0000
69461              Message-ID: <20010107194714.B1048@plum.flirble.org>
69462      Branch: perl
69463            ! t/op/numconvert.t
69464 ____________________________________________________________________________
69465 [  8409] By: jhi                                   on 2001/01/12  05:41:28
69466         Log: Integrate perlio:
69467              
69468              [  8408]
69469              Remove variables that were used in experiments.
69470              
69471              [  8407]
69472              Catch die in %SIG handler and unblock the signal before re-dying.
69473              This make Linux work _without_ sigsetjmp().
69474              Turn off sigsetjmp() to see what else it does.
69475              May need Configure probe for sigprocmask() if anything has sigaction()
69476              but not sigprocmask().
69477      Branch: perl
69478           !> mg.c scope.h
69479 ____________________________________________________________________________
69480 [  8408] By: nick                                  on 2001/01/11  22:43:28
69481         Log: Remove variables that were used in experiments.
69482      Branch: perlio
69483            ! mg.c
69484 ____________________________________________________________________________
69485 [  8407] By: nick                                  on 2001/01/11  20:57:44
69486         Log: Catch die in %SIG handler and unblock the signal before re-dying.
69487              This make Linux work _without_ sigsetjmp().
69488              Turn off sigsetjmp() to see what else it does.
69489              May need Configure probe for sigprocmask() if anything has sigaction()
69490              but not sigprocmask().
69491      Branch: perlio
69492            ! mg.c scope.h
69493 ____________________________________________________________________________
69494 [  8406] By: nick                                  on 2001/01/11  19:32:07
69495         Log: Integrate mainline
69496      Branch: perlio
69497           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
69498           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
69499           !> t/op/substr.t
69500 ____________________________________________________________________________
69501 [  8405] By: jhi                                   on 2001/01/11  17:11:01
69502         Log: Fix UTF-8 lval substr().
69503      Branch: perl
69504            ! mg.c t/op/substr.t
69505 ____________________________________________________________________________
69506 [  8404] By: jhi                                   on 2001/01/11  05:13:58
69507         Log: Update Changes.
69508      Branch: perl
69509            ! Changes patchlevel.h
69510 ____________________________________________________________________________
69511 [  8403] By: jhi                                   on 2001/01/11  04:38:24
69512         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
69513              From: Hugo <hv@crypt.compulink.co.uk>
69514              Date: Mon, 30 Oct 2000 01:33:26 +0000
69515              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
69516      Branch: perl
69517            ! regexec.c t/op/re_tests
69518 ____________________________________________________________________________
69519 [  8402] By: jhi                                   on 2001/01/11  04:26:12
69520         Log: Integrate perlio:
69521              
69522              [  8401]
69523              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69524              (So Alan and Ilya can try setting via hints.)
69525              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69526              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69527              doing the save everywhere seems to restart read() correctly, but just
69528              doing it once "round" the handler does not.
69529              
69530              [  8399]
69531              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69532              
69533              [  8393]
69534              Back out Simon's pid hackery for now.
69535              
69536              [  8371]
69537              Fix "scalars leaked" bugs caused by overload magic
69538              (Highlighted by Ilya's DESTROY optimization.)
69539      Branch: perl
69540           !> scope.h util.c
69541 ____________________________________________________________________________
69542 [  8401] By: nick                                  on 2001/01/10  22:52:55
69543         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69544              (So Alan and Ilya can try setting via hints.)
69545              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69546              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69547              doing the save everywhere seems to restart read() correctly, but just
69548              doing it once "round" the handler does not.
69549      Branch: perlio
69550            ! scope.h
69551 ____________________________________________________________________________
69552 [  8400] By: jhi                                   on 2001/01/10  21:57:54
69553         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
69554              of IRIX, HP-UX is unaffected.
69555      Branch: perl
69556            ! perl.h
69557 ____________________________________________________________________________
69558 [  8399] By: nick                                  on 2001/01/10  21:29:19
69559         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69560      Branch: perlio
69561            ! util.c
69562 ____________________________________________________________________________
69563 [  8398] By: jhi                                   on 2001/01/10  20:55:31
69564         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
69565              also have ReusePort.
69566      Branch: perl
69567            ! ext/IO/lib/IO/Socket/INET.pm
69568 ____________________________________________________________________________
69569 [  8397] By: jhi                                   on 2001/01/10  20:50:57
69570         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
69571              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69572              Date: Wed, 10 Jan 2001 01:38:13 -0800
69573              Message-ID: <20010110013813.B41744@yahoo-inc.com>
69574      Branch: perl
69575            ! ext/IO/lib/IO/Socket/INET.pm
69576 ____________________________________________________________________________
69577 [  8396] By: jhi                                   on 2001/01/10  20:49:30
69578         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
69579              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69580              Date: Wed, 10 Jan 2001 01:37:32 -0800
69581              Message-ID: <20010110013732.A41744@yahoo-inc.com>
69582      Branch: perl
69583            ! ext/Socket/Socket.pm
69584 ____________________________________________________________________________
69585 [  8395] By: jhi                                   on 2001/01/10  20:41:37
69586         Log: Test for bug id 20010105.016 (fixed by #8378).
69587      Branch: perl
69588            ! t/op/split.t
69589 ____________________________________________________________________________
69590 [  8394] By: jhi                                   on 2001/01/10  20:26:32
69591         Log: Integrate perlio.
69592      Branch: perl
69593            ! util.c
69594 ____________________________________________________________________________
69595 [  8393] By: nick                                  on 2001/01/10  19:34:30
69596         Log: Back out Simon's pid hackery for now.
69597      Branch: perlio
69598            ! util.c
69599 ____________________________________________________________________________
69600 [  8392] By: nick                                  on 2001/01/10  19:23:13
69601         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
69602      Branch: perlio
69603           !> (integrate 29 files)
69604 ____________________________________________________________________________
69605 [  8391] By: jhi                                   on 2001/01/10  18:43:15
69606         Log: Subject: [PATCH] Fix my_pclose segfault
69607              From: Simon Cozens <simon@cozens.net>
69608              Date: Wed, 10 Jan 2001 18:39:35 +0000
69609              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
69610      Branch: perl
69611            ! util.c
69612 ____________________________________________________________________________
69613 [  8390] By: jhi                                   on 2001/01/10  18:42:08
69614         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
69615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69616              Date:     Wed, 10 Jan 2001 13:23:02 EST
69617              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
69618      Branch: perl
69619            ! ext/Opcode/Opcode.xs
69620 ____________________________________________________________________________
69621 [  8389] By: jhi                                   on 2001/01/10  15:16:07
69622         Log: Turn off the integer preservation for now.
69623      Branch: perl
69624            ! perl.h
69625 ____________________________________________________________________________
69626 [  8388] By: jhi                                   on 2001/01/10  15:01:25
69627         Log: Few more IDE/editor nits from p5p.
69628      Branch: perl
69629            ! pod/perlfaq3.pod
69630 ____________________________________________________________________________
69631 [  8387] By: jhi                                   on 2001/01/10  06:53:16
69632         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
69633              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
69634              Date: Tue, 9 Jan 2001 23:16:02 +0000
69635              Message-ID: <20010109231602.A81101@plum.flirble.org>
69636      Branch: perl
69637            ! sv.c
69638 ____________________________________________________________________________
69639 [  8386] By: jhi                                   on 2001/01/10  03:17:54
69640         Log: Test cases for #8385 (from Simon's "torture.pl")
69641      Branch: perl
69642            ! t/op/tr.t
69643 ____________________________________________________________________________
69644 [  8385] By: jhi                                   on 2001/01/10  03:17:11
69645         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
69646              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
69647              Date: Wed, 10 Jan 2001 11:39:39 +0900
69648              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69649              
69650              Some more UTF-8 tr cases fixed.
69651      Branch: perl
69652            ! doop.c
69653 ____________________________________________________________________________
69654 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69655         Log: Allow the locale test needing POSIX and the taint test
69656              needing IPC::SysV to run under 'minitest' (basically,
69657              bail out if loading the extension fails)
69658      Branch: perl
69659            ! t/op/misc.t t/op/taint.t
69660 ____________________________________________________________________________
69661 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69662         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69663              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69664              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69665              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69666      Branch: perl
69667            ! t/io/openpid.t
69668 ____________________________________________________________________________
69669 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69670         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69671              Should finish up the bug id 20001205.022.
69672      Branch: perl
69673            ! pp.c pp_hot.c scope.c
69674 ____________________________________________________________________________
69675 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69676         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69677              From: Andy Dougherty <doughera@lafayette.edu>
69678              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69679              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69680              
69681              More robust yacc/bison error detection.
69682      Branch: perl
69683            ! t/comp/proto.t
69684 ____________________________________________________________________________
69685 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69686         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69687              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69688              Date:     Tue, 9 Jan 2001 07:53:55 EST
69689              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69690      Branch: perl
69691            ! t/op/misc.t vms/test.com
69692 ____________________________________________________________________________
69693 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69694         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69695              From: jhi@cc.hut.fi
69696              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69697              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69698              
69699              The #8378 fixed this.
69700      Branch: perl
69701            ! t/op/tr.t
69702 ____________________________________________________________________________
69703 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69704         Log: Subject: One more patch for UTF8 
69705              From: Inaba Hiroto <inaba@st.rim.or.jp>
69706              Date: Tue, 09 Jan 2001 01:04:32 +0900
69707              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69708              
69709              UTF-8 fixes for 'x' and tr///.
69710      Branch: perl
69711            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69712            ! regcomp.c regexec.c toke.c utf8.c
69713 ____________________________________________________________________________
69714 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69715         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69716      Branch: perl
69717            ! t/op/length.t
69718 ____________________________________________________________________________
69719 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69720         Log: integrate changes #7775, #8316, #8316 from mainline
69721      Branch: maint-5.6/perl
69722            ! hints/solaris_2.sh
69723 ____________________________________________________________________________
69724 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69725         Log: Update Changes.
69726      Branch: perl
69727            ! Changes patchlevel.h
69728 ____________________________________________________________________________
69729 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69730         Log: IDE/editor section tweaking.
69731      Branch: perl
69732            ! pod/perlfaq3.pod
69733 ____________________________________________________________________________
69734 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69735         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69736              From: Peter Prymmer <pvhp@forte.com>
69737              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69738              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69739              
69740              In preparation os OS/390 dynamic loading.
69741      Branch: perl
69742            ! README.os390 hints/os390.sh
69743 ____________________________________________________________________________
69744 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69745         Log: Integrate with perlio.
69746      Branch: perl
69747           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69748 ____________________________________________________________________________
69749 [  8371] By: nick                                  on 2001/01/08  23:54:33
69750         Log: Fix "scalars leaked" bugs caused by overload magic
69751              (Highlighted by Ilya's DESTROY optimization.)
69752      Branch: perlio
69753            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69754 ____________________________________________________________________________
69755 [  8370] By: nick                                  on 2001/01/08  20:19:41
69756         Log: Integrate mainline
69757      Branch: perlio
69758           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69759           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
69760           !> t/op/64bitint.t
69761 ____________________________________________________________________________
69762 [  8369] By: jhi                                   on 2001/01/08  17:30:52
69763         Log: save_delete() Safefree() doesn't (anymore?) work with shared
69764              strings, one test failure in op/misc and almost all of lib/b.
69765              (Outcomments #8369.)
69766      Branch: perl
69767            ! scope.c
69768 ____________________________________________________________________________
69769 [  8368] By: jhi                                   on 2001/01/08  14:47:10
69770         Log: (Outcommented by #8369.)
69771              
69772              Subject: Re: Perl BugID 20001205.022 ---- save_delete
69773              From: Simon Cozens <simon@cozens.net>
69774              Date: Sat, 6 Jan 2001 11:48:40 +0000
69775              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
69776              
69777              The save_delete() does need the Safefree.
69778      Branch: perl
69779            ! scope.c
69780 ____________________________________________________________________________
69781 [  8367] By: bailey                                on 2001/01/08  08:53:52
69782         Log: Once again syncing after too long an absence
69783      Branch: vmsperl
69784           +> (branch 55 files)
69785            - MAINTAIN fix_pl vos/config.def vos/config.h
69786            - vos/config_h.SH_orig
69787           !> (integrate 498 files)
69788 ____________________________________________________________________________
69789 [  8366] By: jhi                                   on 2001/01/08  02:42:59
69790         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
69791              From: nick@ccl4.org
69792              Date: Sun, 7 Jan 2001 21:07:18 +0000
69793              Message-Id: <20010107210717.D1048@plum.flirble.org>
69794      Branch: perl
69795            ! sv.c t/op/64bitint.t
69796 ____________________________________________________________________________
69797 [  8365] By: jhi                                   on 2001/01/08  02:35:16
69798         Log: Subject: [PATCH] environ nit
69799              From: Simon Cozens <simon@cozens.net>
69800              Date: Sun, 7 Jan 2001 17:57:07 +0000
69801              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
69802              
69803              Use environ only if we have it.
69804      Branch: perl
69805            ! mg.c
69806 ____________________________________________________________________________
69807 [  8364] By: jhi                                   on 2001/01/08  02:24:51
69808         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
69809      Branch: perl
69810            ! ext/GDBM_File/GDBM_File.xs
69811 ____________________________________________________________________________
69812 [  8363] By: jhi                                   on 2001/01/08  02:19:24
69813         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
69814              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69815              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
69816              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
69817      Branch: perl
69818            ! dump.c op.c
69819 ____________________________________________________________________________
69820 [  8362] By: jhi                                   on 2001/01/08  02:17:43
69821         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
69822              From: Doug MacEachern <dougm@covalent.net>
69823              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
69824              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
69825              
69826              Allow AUTOLOAD to be an xsub and allow such xsubs
69827              to avoid use of $AUTOLOAD.
69828      Branch: perl
69829            ! gv.c
69830 ____________________________________________________________________________
69831 [  8361] By: jhi                                   on 2001/01/08  02:16:07
69832         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69833              From: Radu Greab <radu@netsoft.ro>
69834              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
69835              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
69836              
69837              No need for the potentially nonportable $SIG{CHLD}.
69838      Branch: perl
69839            ! t/io/pipe.t
69840 ____________________________________________________________________________
69841 [  8360] By: jhi                                   on 2001/01/08  01:58:23
69842         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
69843      Branch: perl
69844            ! lib/Getopt/Long.pm
69845 ____________________________________________________________________________
69846 [  8359] By: jhi                                   on 2001/01/08  01:55:44
69847         Log: Integrate perlio:
69848              
69849              [  8356]
69850              FILE * in XS code for PerlIO world:
69851              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69852              - Add FILE * T_STDIO typemap.
69853              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69854              
69855              [  8346]
69856              Fixup accumulated integrate muddles (perlio == devperl again)
69857      Branch: perl
69858           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
69859           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
69860           !> utf8.c win32/Makefile
69861 ____________________________________________________________________________
69862 [  8358] By: jhi                                   on 2001/01/07  21:16:50
69863         Log: Update the EPOC cross SDK URL.
69864      Branch: perl
69865            ! README.epoc
69866 ____________________________________________________________________________
69867 [  8357] By: jhi                                   on 2001/01/07  21:16:09
69868         Log: Update the EPOC cross SDK URL.
69869      Branch: maint-5.6/perl
69870            ! README.epoc
69871 ____________________________________________________________________________
69872 [  8356] By: nick                                  on 2001/01/06  21:47:52
69873         Log: FILE * in XS code for PerlIO world:
69874              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69875              - Add FILE * T_STDIO typemap.
69876              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69877      Branch: perlio
69878            ! lib/ExtUtils/typemap perlio.c perlio.h
69879 ____________________________________________________________________________
69880 [  8355] By: jhi                                   on 2001/01/06  20:27:15
69881         Log: integrate change #8336 from mainline
69882              
69883              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
69884      Branch: maint-5.6/perl
69885            ! hv.c
69886 ____________________________________________________________________________
69887 [  8354] By: jhi                                   on 2001/01/06  20:24:29
69888         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69889              From: Robin Barker <rmb1@cise.npl.co.uk>
69890              Date: Fri, 22 Dec 2000 12:17:38 GMT
69891              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69892              
69893              The patch reformats some long =item lines so they give
69894              correct output via pod2man | nroff -man
69895              
69896              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69897              From: Robin Barker <rmb1@cise.npl.co.uk>
69898              Date: Tue, 2 Jan 2001 15:35:03 GMT
69899              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69900              
69901              Here is a _further_ patch which corrects a few more errors:
69902              * an empty C<=item> in CPAN.pm
69903              * patching the wrong file (pod/perlamiga.pod not README.amiga)
69904              * leaving empty C<=item>s which formatted incorrectly
69905              * over long C<=item>s revealed by latest patch to Pod::Man
69906      Branch: maint-5.6/perl
69907            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69908            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69909            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
69910            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
69911            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
69912            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
69913 ____________________________________________________________________________
69914 [  8353] By: jhi                                   on 2001/01/06  20:21:10
69915         Log: integrate changes #7980, 8056, 8057 from mainline
69916              
69917              UTF-8 hash keys.
69918      Branch: maint-5.6/perl
69919            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
69920 ____________________________________________________________________________
69921 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69922         Log: Forgotten from #8438.
69923      Branch: maint-5.6/perl
69924            ! epoc/epocish.h
69925 ____________________________________________________________________________
69926 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69927         Log: Forgotten from #8347.
69928      Branch: maint-5.6/perl
69929            ! config_h.SH
69930 ____________________________________________________________________________
69931 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69932         Log: Thinko in #8347.
69933      Branch: maint-5.6/perl
69934            ! regcomp.c
69935 ____________________________________________________________________________
69936 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69937         Log: Copy the FAQ3 IDE section from the development branch,
69938              changes originally by Peter Prymmer.
69939      Branch: maint-5.6/perl
69940            ! pod/perlfaq3.pod
69941 ____________________________________________________________________________
69942 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69943         Log: EPOC updates for TRIAL1.
69944              
69945              Subject: [5.6.1 trial1] EPOC update
69946              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69947              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69948              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69949              
69950              Subject: epoc patch2 for perl-5.6.1-trial1
69951              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69952              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69953              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69954      Branch: maint-5.6/perl
69955            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69956            ! epoc/epocish.c
69957 ____________________________________________________________________________
69958 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69959         Log: integrate changes #7710,7824,7973 from mainline,
69960              plus VMS nits from Peter Prymmer and Dan Sugalski.
69961              
69962              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69963              library (getprotobyname and getprotobynumber are outversioned by
69964              the same calls in libc, at least for xlc version 3.
69965              
69966              Add HAS_SBRK_PROTO.
69967              
69968              Fixes for signedness warnings noticed by VMSperlers.
69969      Branch: maint-5.6/perl
69970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69971            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69972            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69973            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69974            ! win32/config.bc win32/config.gc win32/config.vc
69975 ____________________________________________________________________________
69976 [  8346] By: nick                                  on 2001/01/06  14:36:01
69977         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69978      Branch: perlio
69979            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69980 ____________________________________________________________________________
69981 [  8345] By: nick                                  on 2001/01/06  14:24:58
69982         Log: Integrate mainline
69983      Branch: perlio
69984           !> (integrate 55 files)
69985 ____________________________________________________________________________
69986 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69987         Log: Subject: [patch] PerlIO_cleanup() prototype
69988              From: Doug MacEachern <dougm@covalent.net>
69989              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69990              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69991      Branch: perl
69992            ! perlio.h
69993 ____________________________________________________________________________
69994 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69995         Log: IRIX compiler noticed that the bof initialization might be
69996              bypassed by control flow.
69997      Branch: perl
69998            ! toke.c
69999 ____________________________________________________________________________
70000 [  8342] By: jhi                                   on 2001/01/06  00:10:48
70001         Log: Update Changes.
70002      Branch: perl
70003            ! Changes patchlevel.h
70004 ____________________________________________________________________________
70005 [  8341] By: jhi                                   on 2001/01/05  23:52:33
70006         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
70007      Branch: perl
70008            ! toke.c
70009 ____________________________________________________________________________
70010 [  8340] By: jhi                                   on 2001/01/05  22:44:08
70011         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
70012              From: Radu Greab <radu@netsoft.ro>
70013              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
70014              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
70015      Branch: perl
70016            ! t/io/pipe.t util.c
70017 ____________________________________________________________________________
70018 [  8339] By: jhi                                   on 2001/01/05  22:35:17
70019         Log: Subject: [PATCH] format and rewording in perlfaq.pod
70020              From: Robin Barker <rmb1@cise.npl.co.uk>
70021              Date: Fri, 5 Jan 2001 18:51:20 GMT
70022              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
70023      Branch: perl
70024            ! pod/perlfaq.pod
70025 ____________________________________________________________________________
70026 [  8338] By: jhi                                   on 2001/01/05  22:31:17
70027         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
70028              From: Peter Prymmer <pvhp@forte.com>
70029              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
70030              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
70031      Branch: perl
70032            ! utils/perlbug.PL
70033 ____________________________________________________________________________
70034 [  8337] By: jhi                                   on 2001/01/05  18:15:11
70035         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
70036              From: Robin Barker <rmb1@cise.npl.co.uk>
70037              Date: Tue, 2 Jan 2001 15:24:07 GMT
70038              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
70039              
70040              If you call configure as C<./Configure> or C<sh ./Configure>,
70041              $src is set to the absolute path name, not '.'.
70042              
70043              This, in turn, means -Dmksymlink tries to do its stuff because
70044              it does not think it is in the src directory.
70045              
70046              (plus a metaconfig nitfix)
70047      Branch: metaconfig
70048            ! U/compline/ccflags.U U/modified/src.U
70049      Branch: perl
70050            ! Configure config_h.SH
70051 ____________________________________________________________________________
70052 [  8336] By: jhi                                   on 2001/01/05  17:48:32
70053         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
70054              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70055              Message-ID: <3A5606C4.473D2226@uk.sun.com>
70056              Date: Fri, 05 Jan 2001 17:39:16 +0000
70057      Branch: perl
70058            ! hv.c
70059 ____________________________________________________________________________
70060 [  8335] By: jhi                                   on 2001/01/05  16:05:44
70061         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
70062      Branch: perl
70063            ! lib/Getopt/Long.pm
70064 ____________________________________________________________________________
70065 [  8334] By: jhi                                   on 2001/01/05  16:00:51
70066         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
70067              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
70068              Date: Fri, 05 Jan 2001 13:46:51 +0100
70069              Message-ID: <13693.978698811@nice.ram.loc>
70070              
70071              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
70072              accurate reading of the "atime".  
70073      Branch: perl
70074            ! t/io/fs.t
70075 ____________________________________________________________________________
70076 [  8333] By: jhi                                   on 2001/01/05  15:57:37
70077         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
70078              From: Simon Cozens <simon@cozens.net>
70079              Date: Fri, 8 Dec 2000 13:33:31 +0000
70080              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
70081              
70082              A lost patch fragment.
70083      Branch: perl
70084            ! doop.c
70085 ____________________________________________________________________________
70086 [  8332] By: jhi                                   on 2001/01/05  15:40:42
70087         Log: Do away with strncpy() and a fixed length buffer.
70088      Branch: perl
70089            ! utf8.c
70090 ____________________________________________________________________________
70091 [  8331] By: jhi                                   on 2001/01/05  15:03:07
70092         Log: Tests for #8329 and #8330.
70093      Branch: perl
70094            ! t/op/bop.t
70095 ____________________________________________________________________________
70096 [  8330] By: jhi                                   on 2001/01/05  15:02:38
70097         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
70098              raw 8-bit form to the UTF-8 string.
70099      Branch: perl
70100            ! toke.c
70101 ____________________________________________________________________________
70102 [  8329] By: jhi                                   on 2001/01/05  14:55:13
70103         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
70104              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70105              Date: Fri, 5 Jan 2001 12:28:52 +0100
70106              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
70107              
70108              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
70109              no effect.  (changed the strncpy() to Copy())
70110      Branch: perl
70111            ! toke.c
70112 ____________________________________________________________________________
70113 [  8328] By: jhi                                   on 2001/01/05  06:44:27
70114         Log: UTF-8 cleanup.
70115      Branch: perl
70116            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
70117            ! regexec.c sv.c toke.c
70118 ____________________________________________________________________________
70119 [  8327] By: jhi                                   on 2001/01/05  01:11:29
70120         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')
70121              From: Radu Greab <radu@netsoft.ro>
70122              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
70123              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
70124              
70125              Cleans up Harness to not use FileHandle, which uses IO.
70126      Branch: perl
70127            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
70128 ____________________________________________________________________________
70129 [  8326] By: jhi                                   on 2001/01/05  00:56:37
70130         Log: Update Changes.
70131      Branch: perl
70132            ! Changes patchlevel.h
70133 ____________________________________________________________________________
70134 [  8325] By: jhi                                   on 2001/01/05  00:53:18
70135         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
70136              From: Peter Prymmer <pvhp@forte.com>
70137              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
70138              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
70139              
70140              plus a couple more tailing whitespace removals.
70141      Branch: perl
70142            ! win32/Makefile
70143 ____________________________________________________________________________
70144 [  8324] By: jhi                                   on 2001/01/05  00:47:39
70145         Log: Add some Unicode chop() tests.
70146      Branch: perl
70147            ! t/op/chop.t
70148 ____________________________________________________________________________
70149 [  8323] By: jhi                                   on 2001/01/05  00:47:23
70150         Log: Unify UTF-8 malformedness handling.
70151      Branch: perl
70152            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
70153 ____________________________________________________________________________
70154 [  8322] By: jhi                                   on 2001/01/04  22:21:54
70155         Log: The new $issymlink was unknown to Mksymlinks.
70156      Branch: metaconfig/U/perl
70157            ! Mksymlinks.U issymlink.U
70158      Branch: perl
70159            ! Configure config_h.SH
70160 ____________________________________________________________________________
70161 [  8321] By: jhi                                   on 2001/01/04  21:51:05
70162         Log: The test didn't work under the core test framework.
70163      Branch: perl
70164            ! t/lib/st-lock.t
70165 ____________________________________________________________________________
70166 [  8320] By: jhi                                   on 2001/01/04  21:14:22
70167         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
70168      Branch: perl
70169            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
70170 ____________________________________________________________________________
70171 [  8319] By: jhi                                   on 2001/01/04  20:46:17
70172         Log: Typo in #8312 when manually applying a problematic patch fragment.
70173      Branch: perl
70174            ! ext/Storable/Storable.xs
70175 ____________________________________________________________________________
70176 [  8318] By: jhi                                   on 2001/01/04  20:43:01
70177         Log: The $sh_c didn't fly.
70178      Branch: metaconfig
70179            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70180            ! U/modified/Loc.U U/modified/myhostname.U
70181            ! U/modified/spitshell.U
70182      Branch: metaconfig/U/perl
70183            ! issymlink.U
70184      Branch: perl
70185            ! Configure config_h.SH
70186 ____________________________________________________________________________
70187 [  8317] By: jhi                                   on 2001/01/04  19:58:01
70188         Log: AIX builtin test -h is broken, changes based on
70189              
70190              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
70191              Date: Tue, 02 Jan 2001 11:24:39 +0100
70192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70193              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
70194      Branch: metaconfig
70195            + U/modified/spitshell.U
70196            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70197            ! U/modified/Loc.U U/modified/myhostname.U
70198      Branch: metaconfig/U/perl
70199            ! Mksymlinks.U issymlink.U
70200      Branch: perl
70201            ! Configure
70202 ____________________________________________________________________________
70203 [  8316] By: jhi                                   on 2001/01/04  19:02:22
70204         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
70205              From: Andy Dougherty <doughera@lafayette.edu>
70206              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
70207              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
70208              
70209              Beware of GNU ld.
70210      Branch: perl
70211            ! hints/solaris_2.sh
70212 ____________________________________________________________________________
70213 [  8315] By: jhi                                   on 2001/01/04  18:56:48
70214         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
70215              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
70216              Date: Wed, 3 Jan 2001 07:58:51 +0100
70217              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
70218      Branch: perl
70219            ! hints/solaris_2.sh
70220 ____________________________________________________________________________
70221 [  8314] By: jhi                                   on 2001/01/04  18:54:07
70222         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
70223              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70224              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
70225              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
70226              
70227              Doc tweak on #8313.
70228      Branch: perl
70229            ! ext/B/B/Deparse.pm
70230 ____________________________________________________________________________
70231 [  8313] By: jhi                                   on 2001/01/04  18:52:27
70232         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
70233              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
70234              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70235              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
70236              
70237              Make the peephole optimizer to bypass more null ops and
70238              and rewrite the deparse handling of continue blocks.
70239      Branch: perl
70240            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
70241 ____________________________________________________________________________
70242 [  8312] By: jhi                                   on 2001/01/04  18:47:39
70243         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
70244      Branch: perl
70245            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
70246            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70247            ! t/lib/st-lock.t
70248 ____________________________________________________________________________
70249 [  8311] By: jhi                                   on 2001/01/04  18:36:08
70250         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
70251              filter to be run on each .pm during the pm_to_blib() phase,
70252              a fixed version of
70253              
70254              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
70255              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
70256              Date: Wed, 03 Jan 2001 22:01:30 +0100
70257              Message-ID: <5296.978555690@nice.ram.loc>
70258      Branch: perl
70259            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
70260            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
70261            ! lib/ExtUtils/MakeMaker.pm
70262 ____________________________________________________________________________
70263 [  8310] By: jhi                                   on 2001/01/04  18:32:54
70264         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
70265              From: Robin Barker <rmb1@cise.npl.co.uk>
70266              Date: Tue, 2 Jan 2001 15:35:03 GMT
70267              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
70268      Branch: perl
70269            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
70270            ! pod/perlrequick.pod
70271 ____________________________________________________________________________
70272 [  8309] By: jhi                                   on 2001/01/04  18:29:07
70273         Log: Subject: Re: [patch] static-ize XS()
70274              From: Doug MacEachern <dougm@covalent.net>
70275              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
70276              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
70277              
70278              Provide prototypes for the XS functions.
70279      Branch: perl
70280            ! lib/ExtUtils/xsubpp
70281 ____________________________________________________________________________
70282 [  8308] By: jhi                                   on 2001/01/04  18:27:44
70283         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
70284              From: Doug MacEachern <dougm@covalent.net>
70285              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
70286              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
70287      Branch: perl
70288            ! lib/ExtUtils/typemap
70289 ____________________________________________________________________________
70290 [  8307] By: jhi                                   on 2001/01/04  18:25:25
70291         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
70292              From: Doug MacEachern <dougm@covalent.net>
70293              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
70294              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
70295              
70296              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
70297      Branch: perl
70298            ! lib/ExtUtils/MM_Unix.pm
70299 ____________________________________________________________________________
70300 [  8306] By: jhi                                   on 2001/01/04  18:23:00
70301         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
70302              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70303              Date: Thu, 4 Jan 2001 12:47:10 +0100 
70304              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
70305              
70306              The toke.c part only, patching embed.h and proto.h is futile.
70307      Branch: perl
70308            ! toke.c
70309 ____________________________________________________________________________
70310 [  8305] By: jhi                                   on 2001/01/04  18:05:51
70311         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
70312              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70313              Date: Thu, 4 Jan 2001 17:50:12 +0100 
70314              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
70315      Branch: perl
70316            ! toke.c
70317 ____________________________________________________________________________
70318 [  8304] By: jhi                                   on 2001/01/04  18:03:26
70319         Log: Subject: [PATCH perl@8269]
70320              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70321              Date: Thu, 4 Jan 2001 12:53:39 +0100 
70322              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
70323              
70324              If running byacc write-enable also perly.h.
70325      Branch: perl
70326            ! Makefile.SH
70327 ____________________________________________________________________________
70328 [  8303] By: jhi                                   on 2001/01/04  15:40:49
70329         Log: Rewrite pp_concat() in terms of sv_catsv().
70330      Branch: perl
70331            ! pp_hot.c
70332 ____________________________________________________________________________
70333 [  8302] By: nick                                  on 2001/01/03  22:43:22
70334         Log: Integrate mainline.
70335      Branch: perlio
70336           !> ext/Encode/Encode.xs sv.c utf8.c
70337 ____________________________________________________________________________
70338 [  8301] By: jhi                                   on 2001/01/02  23:40:26
70339         Log: Variable naming tweak.
70340      Branch: perl
70341            ! sv.c
70342 ____________________________________________________________________________
70343 [  8300] By: jhi                                   on 2001/01/02  23:40:02
70344         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
70345              in is_utf8_string().
70346      Branch: perl
70347            ! utf8.c
70348 ____________________________________________________________________________
70349 [  8299] By: jhi                                   on 2001/01/02  22:14:40
70350         Log: Integrate perlio:
70351              
70352              [  8298]
70353              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70354              
70355              [  8296]
70356              Add Encode and correct Filter/Util/Call in nmake Makefile
70357      Branch: perl
70358           !> pp.c pp_hot.c win32/Makefile
70359 ____________________________________________________________________________
70360 [  8298] By: nick                                  on 2001/01/02  22:03:06
70361         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70362      Branch: perlio
70363            ! pp.c pp_hot.c
70364 ____________________________________________________________________________
70365 [  8297] By: jhi                                   on 2001/01/02  04:26:28
70366         Log: Signedness nit.
70367      Branch: perl
70368            ! ext/Encode/Encode.xs
70369 ____________________________________________________________________________
70370 [  8296] By: nick                                  on 2001/01/01  23:49:36
70371         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
70372      Branch: perlio
70373            ! win32/Makefile
70374 ____________________________________________________________________________
70375 [  8295] By: jhi                                   on 2001/01/01  23:05:48
70376         Log: Integrate perlio:
70377              
70378              [  8293]
70379              More rigor in UTF-8-ness of Encode's toUnicode
70380              XS export some of the utf8 internal functions.
70381              Test some of the functions.
70382              Fix pp_concat() bug shown by said tests.
70383      Branch: perl
70384           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70385           !> t/lib/encode.t
70386 ____________________________________________________________________________
70387 [  8294] By: nick                                  on 2001/01/01  22:48:34
70388         Log: Integrate mainline
70389      Branch: perlio
70390            ! pp_hot.c t/lib/encode.t
70391           !> (integrate 65 files)
70392 ____________________________________________________________________________
70393 [  8293] By: nick                                  on 2001/01/01  21:58:50
70394         Log: More rigor in UTF-8-ness of Encode's toUnicode
70395              XS export some of the utf8 internal functions.
70396              Test some of the functions.
70397              Fix pp_concat() bug shown by said tests.
70398      Branch: perlio
70399            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70400            ! t/lib/encode.t
70401 ____________________________________________________________________________
70402 [  8292] By: jhi                                   on 2001/01/01  18:11:44
70403         Log: Integrate perlio:
70404              
70405              [  8290]
70406              Loose the "Loading..." warning.
70407              Another bug in fallback support
70408              
70409              [  8288]
70410              Fix .ucm reading - forgot a chr()
70411              Start of .ucm write (for .enc to .ucm)
70412              
70413              [  8285]
70414              Start of support of ICU-style .ucm files:
70415              - teach compile how to read a .ucm file
70416              - first guess at how to represent fallbacks in "tries".
70417              - use fallbacks if check == 0
70418              - new return code to indicate we used one.
70419      Branch: perl
70420           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70421           !> ext/Encode/encengine.c ext/Encode/encode.h
70422 ____________________________________________________________________________
70423 [  8291] By: jhi                                   on 2001/01/01  18:10:58
70424         Log: Podify README.mpeix (a new version from the web),
70425              add a dummy NAME to Carp::Heavy, regen toc.
70426      Branch: perl
70427            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
70428            ! pod/perltoc.pod
70429 ____________________________________________________________________________
70430 [  8290] By: nick                                  on 2001/01/01  17:43:47
70431         Log: Loose the "Loading..." warning.
70432              Another bug in fallback support
70433      Branch: perlio
70434            ! ext/Encode/Encode.pm ext/Encode/encengine.c
70435 ____________________________________________________________________________
70436 [  8289] By: jhi                                   on 2001/01/01  00:01:57
70437         Log: Bump up Larry's copyright.
70438      Branch: perl
70439            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
70440            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
70441            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
70442            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
70443            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
70444            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
70445            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
70446            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
70447 ____________________________________________________________________________
70448 [  8288] By: nick                                  on 2000/12/31  21:27:53
70449         Log: Fix .ucm reading - forgot a chr()
70450              Start of .ucm write (for .enc to .ucm)
70451      Branch: perlio
70452            ! ext/Encode/compile
70453 ____________________________________________________________________________
70454 [  8287] By: jhi                                   on 2000/12/31  18:15:56
70455         Log: Comment away a diagnostic message as noted by Craig A. Berry
70456              (the unexpected message was confusing testing)
70457      Branch: perl
70458            ! ext/Encode/Encode.pm
70459 ____________________________________________________________________________
70460 [  8286] By: jhi                                   on 2000/12/31  18:14:51
70461         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
70462              Date: Sun, 31 Dec 2000 11:17:37 -0600
70463              From: "Craig A. Berry" <craigberry@mac.com>
70464              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
70465      Branch: perl
70466            ! ext/Encode/Makefile.PL
70467 ____________________________________________________________________________
70468 [  8285] By: nick                                  on 2000/12/31  18:11:54
70469         Log: Start of support of ICU-style .ucm files:
70470              - teach compile how to read a .ucm file
70471              - first guess at how to represent fallbacks in "tries".
70472              - use fallbacks if check == 0
70473              - new return code to indicate we used one.
70474      Branch: perlio
70475            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70476            ! ext/Encode/encengine.c ext/Encode/encode.h
70477 ____________________________________________________________________________
70478 [  8284] By: jhi                                   on 2000/12/31  18:04:41
70479         Log: Pacify picky VMS compiler.
70480              
70481              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
70482              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70483              Date: Sat, 30 Dec 2000 18:10:02 -0600
70484              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
70485      Branch: perl
70486            ! sv.c
70487 ____________________________________________________________________________
70488 [  8283] By: jhi                                   on 2000/12/31  16:11:47
70489         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
70490      Branch: perl
70491            ! t/lib/glob-basic.t
70492 ____________________________________________________________________________
70493 [  8282] By: jhi                                   on 2000/12/31  15:26:11
70494         Log: Integrate perlio:
70495              
70496              [  8281]
70497              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70498              is available to be exported
70499              
70500              [  8280]
70501              Ilya's OS2 patch (testing for damage on Win32)
70502      Branch: perl
70503           !> makedef.pl opcode.pl os2/os2.c perlio.c
70504 ____________________________________________________________________________
70505 [  8281] By: nick                                  on 2000/12/31  10:06:15
70506         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70507              is available to be exported
70508      Branch: perlio
70509            ! makedef.pl perlio.c
70510 ____________________________________________________________________________
70511 [  8280] By: nick                                  on 2000/12/31  09:41:26
70512         Log: Ilya's OS2 patch (testing for damage on Win32)
70513      Branch: perlio
70514            ! makedef.pl opcode.pl os2/os2.c
70515 ____________________________________________________________________________
70516 [  8279] By: jhi                                   on 2000/12/30  21:52:07
70517         Log: Test nits.
70518      Branch: perl
70519            ! t/lib/syslfs.t t/op/lfs.t
70520 ____________________________________________________________________________
70521 [  8278] By: jhi                                   on 2000/12/30  21:47:49
70522         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70523              From: andreas.koenig@anima.de (Andreas J. Koenig)
70524              Date: 30 Dec 2000 22:35:37 +0100
70525              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
70526              
70527              The 32-bit wraparound test wasn't quite right.
70528      Branch: perl
70529            ! t/lib/syslfs.t t/op/lfs.t
70530 ____________________________________________________________________________
70531 [  8277] By: jhi                                   on 2000/12/30  21:33:44
70532         Log: Subject: [PATCH] open() example in perlfunc.pod 
70533              From: Karsten Sperling <s_sperli@ira.uka.de>
70534              Date: Sat, 30 Dec 2000 22:27:09 +0100
70535              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
70536      Branch: perl
70537            ! pod/perlfunc.pod
70538 ____________________________________________________________________________
70539 [  8276] By: jhi                                   on 2000/12/30  20:32:40
70540         Log: Not quite that many tests yet.
70541      Branch: perl
70542            ! t/op/pat.t
70543 ____________________________________________________________________________
70544 [  8275] By: jhi                                   on 2000/12/30  20:26:58
70545         Log: Integrate perlio:
70546              
70547              [  8272]
70548              Tweak for MULTIPLICITY/USE_PERLIO
70549      Branch: perl
70550           !> toke.c
70551 ____________________________________________________________________________
70552 [  8274] By: jhi                                   on 2000/12/30  20:24:56
70553         Log: Signedness nit.
70554      Branch: perl
70555            ! utf8.c
70556 ____________________________________________________________________________
70557 [  8273] By: jhi                                   on 2000/12/30  20:15:46
70558         Log: Add a test case for 20000731.001 which was fixed by the #8267.
70559      Branch: perl
70560            ! t/op/pat.t
70561 ____________________________________________________________________________
70562 [  8272] By: nick                                  on 2000/12/30  19:47:51
70563         Log: Tweak for MULTIPLICITY/USE_PERLIO
70564      Branch: perlio
70565            ! toke.c
70566 ____________________________________________________________________________
70567 [  8271] By: nick                                  on 2000/12/30  19:46:45
70568         Log: Integrate mainline
70569      Branch: perlio
70570           +> lib/unicode/distinct.pm
70571           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
70572           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
70573           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
70574 ____________________________________________________________________________
70575 [  8270] By: jhi                                   on 2000/12/30  19:39:50
70576         Log: Subject: RE: perl@8269
70577              From: "Richard Soderberg" <rs@crystalflame.net>
70578              Date: Sat, 30 Dec 2000 11:36:27 -0800
70579              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
70580              
70581              A missing aTHX_.
70582      Branch: perl
70583            ! toke.c
70584 ____________________________________________________________________________
70585 [  8269] By: jhi                                   on 2000/12/30  18:55:48
70586         Log: Update Changes.
70587      Branch: perl
70588            ! Changes patchlevel.h
70589 ____________________________________________________________________________
70590 [  8268] By: jhi                                   on 2000/12/30  17:18:40
70591         Log: Add a test for Unicode split //.  The #8267 was the cure.
70592      Branch: perl
70593            ! t/op/split.t
70594 ____________________________________________________________________________
70595 [  8267] By: jhi                                   on 2000/12/30  17:14:19
70596         Log: Subject: more UTF8 test suites and an UTF8 patch
70597              From: Inaba Hiroto <inaba@st.rim.or.jp>
70598              Date: Sat, 30 Dec 2000 14:27:10 +0900
70599              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
70600              
70601              Just the patch part for now, and the pragma renamed
70602              as unicode::distinct.
70603      Branch: perl
70604            + lib/unicode/distinct.pm
70605            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
70606            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
70607            ! regcomp.h regexec.c sv.c toke.c utf8.c
70608 ____________________________________________________________________________
70609 [  8266] By: nick                                  on 2000/12/30  16:40:49
70610         Log: Integrate mainline
70611      Branch: perlio
70612           +> lib/Pod/Text/Overstrike.pm
70613           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
70614           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
70615           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
70616           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
70617           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
70618 ____________________________________________________________________________
70619 [  8265] By: jhi                                   on 2000/12/30  07:28:55
70620         Log: The sv_catsv() fix, take two.
70621      Branch: perl
70622            ! sv.c t/op/join.t
70623 ____________________________________________________________________________
70624 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70625         Log: Undo all the join-related changes since #8248: relevant
70626              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
70627              The new sv_catsv() doesn't fly so it must go back to
70628              the drawing board.
70629      Branch: perl
70630            ! sv.c t/op/join.t t/pragma/utf8.t
70631 ____________________________________________________________________________
70632 [  8263] By: jhi                                   on 2000/12/30  01:08:32
70633         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
70634      Branch: perl
70635            ! sv.c
70636 ____________________________________________________________________________
70637 [  8262] By: jhi                                   on 2000/12/30  00:45:14
70638         Log: Retract #8261.
70639      Branch: perl
70640            ! hv.c util.c
70641 ____________________________________________________________________________
70642 [  8261] By: jhi                                   on 2000/12/30  00:38:32
70643         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
70644      Branch: perl
70645            ! hv.c util.c
70646 ____________________________________________________________________________
70647 [  8260] By: jhi                                   on 2000/12/29  22:51:33
70648         Log: (Retracted by #8264)  More fixing for #8251.
70649      Branch: perl
70650            ! sv.c
70651 ____________________________________________________________________________
70652 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70653         Log: Subject: podlators 1.06 released
70654              From: Russ Allbery <rra@stanford.edu>
70655              Date: 25 Dec 2000 05:09:30 -0800
70656              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70657      Branch: perl
70658            + lib/Pod/Text/Overstrike.pm
70659            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70660            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70661 ____________________________________________________________________________
70662 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70663         Log: Make the large file tests more robust/talkative as suggested by
70664              
70665              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70666              From: andreas.koenig@anima.de (Andreas J. Koenig)
70667              Date: 29 Dec 2000 14:23:01 +0100
70668              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70669      Branch: perl
70670            ! t/lib/syslfs.t t/op/lfs.t
70671 ____________________________________________________________________________
70672 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70673         Log: Further VMS piping fixes from Charles Lane:
70674              
70675              In summary, error messages produced when a subprocess terminated
70676              abnormally were being sent not just to the parent process, but to
70677              grandparents, because of default values for error output that were
70678              not completely overridden when the subprocess was started.
70679              
70680              This patch fixes this behavior by defining user-mode (i.e., temporary
70681              for the duration of the program) logical names for SYS$OUTPUT and
70682              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70683              changes to make it so that the user-mode logicals are the ones that
70684              control where Perl's error messages go if it terminates abnormally.
70685              
70686              I also added some gratuitous fixes to the indentation of braces in
70687              the piping code.  It just looked ugly, before.
70688      Branch: perl
70689            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70690 ____________________________________________________________________________
70691 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70692         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70693              From: "Casey R. Tweten" <crt@kiski.net>
70694              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70695              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70696              
70697              Tests for for #8240.
70698      Branch: perl
70699            ! t/pragma/constant.t
70700 ____________________________________________________________________________
70701 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70702         Log: Subject: Re: [PATCH] Interesting syntax idea
70703              From: Simon Cozens <simon@cozens.net>
70704              Date: Fri, 29 Dec 2000 14:34:04 +0000
70705              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70706              
70707              Tests for #8254.
70708      Branch: perl
70709            ! t/pragma/sub_lval.t
70710 ____________________________________________________________________________
70711 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70712         Log: Subject: [PATCH] Interesting syntax idea
70713              From: Simon Cozens <simon@cozens.net>
70714              Date: Wed, 27 Dec 2000 05:08:57 +0000
70715              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70716              
70717              Make opens + bareword assigns do typeglob assigns.
70718      Branch: perl
70719            ! op.c
70720 ____________________________________________________________________________
70721 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70722         Log: Output the (apparent) version of gcc, as suggested by
70723              
70724              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70725              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70726              Date: 26 Dec 2000 04:29:17 -0500
70727              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70728              
70729              (The patch as such didn't any more apply as the misparsing had
70730              already been addressed in #6474.)  Also change the wording about
70731              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70732      Branch: perl
70733            ! hints/dec_osf.sh
70734 ____________________________________________________________________________
70735 [  8252] By: nick                                  on 2000/12/29  12:14:31
70736         Log: Integrate mainline
70737      Branch: perlio
70738           !> (integrate 27 files)
70739 ____________________________________________________________________________
70740 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70741         Log: (Retracted by #8264)
70742              
70743              (Fixed by #8260.)
70744              
70745              sv_catsv() needs one more byte space than seems reasonable.
70746              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70747              Curiouser and curiouser.
70748      Branch: perl
70749            ! sv.c
70750 ____________________________________________________________________________
70751 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70752         Log: More split // UTF-8 tests.
70753      Branch: perl
70754            ! t/pragma/utf8.t
70755 ____________________________________________________________________________
70756 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70757         Log: (Retracted by #8264)  More join() testing which was good because
70758              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70759      Branch: perl
70760            ! pp.c t/op/join.t utf8.c utf8.h
70761 ____________________________________________________________________________
70762 [  8248] By: jhi                                   on 2000/12/29  07:08:32
70763         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
70764              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
70765              that the only cases to care about are byte+byte and byte+character.
70766              
70767              TODO: See how well pp_concat() could be implemented in terms
70768              of sv_catsv().
70769      Branch: perl
70770            ! doop.c sv.c t/op/join.t utf8.h
70771 ____________________________________________________________________________
70772 [  8247] By: jhi                                   on 2000/12/29  06:35:23
70773         Log: Signedness nit.
70774      Branch: perl
70775            ! pp_hot.c
70776 ____________________________________________________________________________
70777 [  8246] By: jhi                                   on 2000/12/29  01:23:31
70778         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
70779              From: Lupe Christoph <lupe@lupe-christoph.de>
70780              Date: Thu, 28 Dec 2000 23:00:00 +0100
70781              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
70782              
70783              Suggest rsync --delete --dry-run.
70784      Branch: perl
70785            ! pod/perlhack.pod
70786 ____________________________________________________________________________
70787 [  8245] By: jhi                                   on 2000/12/28  23:57:05
70788         Log: The maxiters upper limit sanity check (guarding against
70789              non-progress) assumed bytes instead of characters in s///
70790              and split().
70791      Branch: perl
70792            ! pp.c pp_hot.c
70793 ____________________________________________________________________________
70794 [  8244] By: jhi                                   on 2000/12/28  23:34:08
70795         Log: Make some panic messages a bit more logical.
70796      Branch: perl
70797            ! doop.c pod/perldiag.pod pp.c pp_hot.c
70798 ____________________________________________________________________________
70799 [  8243] By: jhi                                   on 2000/12/28  22:59:16
70800         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
70801              From: Simon Cozens <simon@cozens.net>
70802              Date: Wed, 27 Dec 2000 02:30:03 +0000
70803              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
70804      Branch: perl
70805            ! pp.c t/pragma/sub_lval.t
70806 ____________________________________________________________________________
70807 [  8242] By: jhi                                   on 2000/12/28  22:56:53
70808         Log: Subject: [PATCH blead] Fix B::Terse indentation
70809              From: Daniel Chetlin <daniel@chetlin.com>
70810              Date: Wed, 27 Dec 2000 06:43:30 -0800
70811              Message-ID: <20001227064329.B9573@darkstar>
70812      Branch: perl
70813            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
70814 ____________________________________________________________________________
70815 [  8241] By: jhi                                   on 2000/12/28  22:48:59
70816         Log: The latter patch from the
70817              
70818              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
70819              From: Peter Prymmer <pvhp@forte.com> 
70820              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
70821              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
70822              
70823              (the former patch from the above should have been
70824              taken care of by Nick I-S)
70825      Branch: perl
70826            ! win32/Makefile
70827 ____________________________________________________________________________
70828 [  8240] By: jhi                                   on 2000/12/28  22:45:22
70829         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
70830              From: "Casey R. Tweten" <crt@kiski.net>
70831              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
70832              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
70833      Branch: perl
70834            ! lib/constant.pm
70835 ____________________________________________________________________________
70836 [  8239] By: jhi                                   on 2000/12/28  22:37:45
70837         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
70838              From: Simon Cozens <simon@cozens.net>
70839              Date: Wed, 27 Dec 2000 14:12:44 +0000
70840              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
70841      Branch: perl
70842            ! t/op/method.t t/op/sort.t toke.c
70843 ____________________________________________________________________________
70844 [  8238] By: jhi                                   on 2000/12/28  22:30:32
70845         Log: Subject: [PATCH perl@8229] Call.pm
70846              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70847              Date: Mon, 25 Dec 2000 10:47:15 -0000
70848              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
70849      Branch: perl
70850            ! ext/Filter/Util/Call/Call.pm
70851 ____________________________________________________________________________
70852 [  8237] By: jhi                                   on 2000/12/28  22:19:21
70853         Log: Subject: [PATCH blead] Fix problem with `&' prototype
70854              From: Daniel Chetlin <daniel@chetlin.com>
70855              Date: Wed, 27 Dec 2000 15:55:32 -0800
70856              Message-ID: <20001227155532.D9573@darkstar>
70857      Branch: perl
70858            ! op.c t/comp/proto.t
70859 ____________________________________________________________________________
70860 [  8236] By: jhi                                   on 2000/12/28  22:09:25
70861         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
70862              From: Daniel Chetlin <daniel@chetlin.com>
70863              Date: Sun, 24 Dec 2000 04:09:49 -0800
70864              Message-ID: <20001224040949.B3090@darkstar>
70865      Branch: perl
70866            ! gv.c mg.c t/op/attrs.t
70867 ____________________________________________________________________________
70868 [  8235] By: jhi                                   on 2000/12/28  22:07:11
70869         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
70870              From: Jan Dubois <jand@ActiveState.com>
70871              Date: Tue, 26 Dec 2000 20:57:31 -0800
70872              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
70873      Branch: perl
70874            ! win32/win32.c
70875 ____________________________________________________________________________
70876 [  8234] By: jhi                                   on 2000/12/28  21:52:42
70877         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
70878              From: Simon Cozens <simon@cozens.net>
70879              Date: Thu, 28 Dec 2000 20:33:13 +0000
70880              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
70881      Branch: perl
70882            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
70883 ____________________________________________________________________________
70884 [  8233] By: jhi                                   on 2000/12/28  19:40:49
70885         Log: Integrate perlio:
70886              
70887              [  8232]
70888              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70889              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70890              
70891              [  8231]
70892              "Compiled" encode build cleanup
70893              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70894              - .c files do not export sub-tables
70895      Branch: perl
70896           !> ext/Encode/Makefile.PL ext/Encode/compile
70897 ____________________________________________________________________________
70898 [  8232] By: nick                                  on 2000/12/23  16:06:00
70899         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70900              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70901      Branch: perlio
70902            ! ext/Encode/Makefile.PL
70903 ____________________________________________________________________________
70904 [  8231] By: nick                                  on 2000/12/23  14:30:34
70905         Log: "Compiled" encode build cleanup
70906              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70907              - .c files do not export sub-tables
70908      Branch: perlio
70909            ! ext/Encode/Makefile.PL ext/Encode/compile
70910 ____________________________________________________________________________
70911 [  8230] By: nick                                  on 2000/12/23  12:50:37
70912         Log: Integrate mainline
70913      Branch: perlio
70914           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70915           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70916           !> pod/perl5004delta.pod pod/perl5005delta.pod
70917           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70918           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70919           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70920           !> pod/perlsub.pod
70921 ____________________________________________________________________________
70922 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70923         Log: Integrate perlio:
70924              
70925              [  8226]
70926              Handy script for when one forgets to "dmake clean" 
70927              
70928              [  8225]
70929              CRLF platform issue with io/utf8 fix.
70930      Branch: perl
70931           +> win32/distclean.bat
70932           !> MANIFEST t/io/utf8.t
70933 ____________________________________________________________________________
70934 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70935         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70936              From: Robin Barker <rmb1@cise.npl.co.uk>
70937              Date: Fri, 22 Dec 2000 12:17:38 GMT
70938              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70939      Branch: perl
70940            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70941            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70942            ! pod/perl5004delta.pod pod/perl5005delta.pod
70943            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70944            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70945            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70946            ! pod/perlsub.pod
70947 ____________________________________________________________________________
70948 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70949         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70950              From: "John L. Allen" <allen@grumman.com>
70951              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70952              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70953              
70954              Document APPLLIB_EXP.
70955      Branch: perl
70956            ! INSTALL
70957 ____________________________________________________________________________
70958 [  8226] By: nick                                  on 2000/12/21  22:11:50
70959         Log: Handy script for when one forgets to "dmake clean" 
70960      Branch: perlio
70961            + win32/distclean.bat
70962            ! MANIFEST
70963 ____________________________________________________________________________
70964 [  8225] By: nick                                  on 2000/12/21  21:54:04
70965         Log: CRLF platform issue with io/utf8 fix.
70966      Branch: perlio
70967            ! t/io/utf8.t
70968 ____________________________________________________________________________
70969 [  8224] By: nick                                  on 2000/12/21  21:02:20
70970         Log: Integrate mainline
70971      Branch: perlio
70972           !> Changes Configure Makefile.SH Porting/Glossary
70973           !> Porting/config.sh Porting/config_H configure.com
70974           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70975           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70976           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70977           !> win32/config.bc win32/config.gc win32/config.vc
70978 ____________________________________________________________________________
70979 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70980         Log: Update Changes.
70981      Branch: perl
70982            ! Changes patchlevel.h
70983 ____________________________________________________________________________
70984 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70985         Log: Metaconfig unit changes for #8221.
70986      Branch: metaconfig/U/perl
70987           +> issymlink.U
70988            - testsyml.U
70989            ! Mksymlinks.U
70990 ____________________________________________________________________________
70991 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70992         Log: Rename testsyml to issymlink.
70993      Branch: perl
70994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70995            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70996            ! win32/config.vc
70997 ____________________________________________________________________________
70998 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70999         Log: Robustness support for #8218 (symlink forest) since the GNU
71000              tools seem to be overly picky about symlinkage depths.
71001      Branch: perl
71002            ! Makefile.SH t/io/fs.t
71003 ____________________________________________________________________________
71004 [  8219] By: jhi                                   on 2000/12/21  15:38:27
71005         Log: Metaconfig changes for #8218.
71006      Branch: metaconfig
71007            ! U/modified/Oldconfig.U
71008      Branch: metaconfig/U/perl
71009            + Mksymlinks.U
71010            ! testsyml.U
71011 ____________________________________________________________________________
71012 [  8218] By: jhi                                   on 2000/12/21  15:37:57
71013         Log: Add Configure option -Dmksymlinks which will create a symlink
71014              forest if the current/build differs from the source directory.
71015              TODO: mkdir -p is not portable.
71016      Branch: perl
71017            ! Configure
71018 ____________________________________________________________________________
71019 [  8217] By: jhi                                   on 2000/12/21  14:39:12
71020         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
71021              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
71022              Date: Thu, 21 Dec 2000 09:38:18 GMT
71023              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
71024              
71025              The ofs became an SV.
71026      Branch: perl
71027            ! ext/Thread/Thread.xs
71028 ____________________________________________________________________________
71029 [  8216] By: jhi                                   on 2000/12/21  05:40:21
71030         Log: The polymorphism seems to have fixed 20000517.001.
71031      Branch: perl
71032            ! t/pragma/utf8.t
71033 ____________________________________________________________________________
71034 [  8215] By: jhi                                   on 2000/12/21  04:44:52
71035         Log: read() documentation tweak for 20001121.004.
71036      Branch: perl
71037            ! pod/perlfunc.pod
71038 ____________________________________________________________________________
71039 [  8214] By: jhi                                   on 2000/12/21  03:54:11
71040         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
71041      Branch: perl
71042            ! pp_sys.c t/op/misc.t
71043 ____________________________________________________________________________
71044 [  8213] By: jhi                                   on 2000/12/21  00:28:10
71045         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
71046              From: Peter Prymmer <pvhp@forte.com>
71047              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
71048              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
71049      Branch: perl
71050            ! configure.com
71051 ____________________________________________________________________________
71052 [  8212] By: jhi                                   on 2000/12/21  00:26:21
71053         Log: Edit edit edit.
71054      Branch: perl
71055            ! pod/perlfaq3.pod
71056 ____________________________________________________________________________
71057 [  8211] By: jhi                                   on 2000/12/20  18:52:46
71058         Log: Update Changes.
71059      Branch: perl
71060            ! Changes patchlevel.h
71061 ____________________________________________________________________________
71062 [  8210] By: jhi                                   on 2000/12/20  18:34:47
71063         Log: Yet another editor edit.
71064      Branch: perl
71065            ! pod/perlfaq3.pod
71066 ____________________________________________________________________________
71067 [  8209] By: jhi                                   on 2000/12/20  15:33:28
71068         Log: More Win32 Perling.
71069      Branch: perl
71070            ! pod/perlfaq3.pod
71071 ____________________________________________________________________________
71072 [  8208] By: jhi                                   on 2000/12/20  15:07:46
71073         Log: More Win32 editor/IDE/shell hints.
71074      Branch: perl
71075            ! pod/perlfaq3.pod
71076 ____________________________________________________________________________
71077 [  8207] By: jhi                                   on 2000/12/20  03:54:08
71078         Log: Subject: [PATCH] obscure timing knowledge
71079              From: Nicholas Clark <nick@ccl4.org>
71080              Date: Tue, 19 Dec 2000 19:22:31 +0000
71081              Message-ID: <20001219192231.F2827@plum.flirble.org>
71082      Branch: perl
71083            ! sv.c
71084 ____________________________________________________________________________
71085 [  8206] By: jhi                                   on 2000/12/20  03:45:57
71086         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
71087              From: Spider Boardman <spider@leggy.zk3.dec.com>
71088              Date: Tue, 19 Dec 2000 21:30:16 -0500
71089              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
71090      Branch: perl
71091            ! sv.c
71092 ____________________________________________________________________________
71093 [  8205] By: jhi                                   on 2000/12/19  23:02:01
71094         Log: Update Changes.
71095      Branch: perl
71096            ! Changes patchlevel.h
71097 ____________________________________________________________________________
71098 [  8204] By: jhi                                   on 2000/12/19  22:58:18
71099         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
71100              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
71101              on editors and diffing/patching.
71102      Branch: perl
71103            ! t/op/utf8decode.t
71104 ____________________________________________________________________________
71105 [  8203] By: nick                                  on 2000/12/19  21:36:16
71106         Log: Integrate mainline (forgot my own change...)
71107      Branch: perlio
71108           !> ext/Encode/compile
71109 ____________________________________________________________________________
71110 [  8202] By: nick                                  on 2000/12/19  21:34:42
71111         Log: Integrate mainline.
71112      Branch: perlio
71113           !> (integrate 61 files)
71114 ____________________________________________________________________________
71115 [  8201] By: nick                                  on 2000/12/19  21:34:06
71116         Log: Avoid looking for File::Glob when we don't need it.
71117      Branch: perl
71118            ! ext/Encode/compile
71119 ____________________________________________________________________________
71120 [  8200] By: jhi                                   on 2000/12/19  18:35:49
71121         Log: Update Changes.
71122      Branch: perl
71123            ! Changes patchlevel.h
71124 ____________________________________________________________________________
71125 [  8199] By: jhi                                   on 2000/12/19  18:35:07
71126         Log: Microperl tweaks.
71127      Branch: perl
71128            ! sv.c uconfig.h uconfig.sh
71129 ____________________________________________________________________________
71130 [  8198] By: jhi                                   on 2000/12/19  18:29:59
71131         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
71132      Branch: perl
71133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71134            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
71135 ____________________________________________________________________________
71136 [  8197] By: jhi                                   on 2000/12/19  17:55:29
71137         Log: In VMS embedded perls couldn't access the statically built Socket,
71138              from Charles Lane.
71139      Branch: perl
71140            ! configure.com
71141 ____________________________________________________________________________
71142 [  8196] By: jhi                                   on 2000/12/19  17:49:50
71143         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
71144              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
71145              Date: Sun, 17 Dec 2000 19:11:44 -0000
71146              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
71147      Branch: perl
71148            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
71149            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
71150 ____________________________________________________________________________
71151 [  8195] By: jhi                                   on 2000/12/19  17:47:53
71152         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
71153              From: Jonathan Stowe <gellyfish@gellyfish.com>
71154              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
71155              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
71156      Branch: perl
71157            ! utils/h2xs.PL
71158 ____________________________________________________________________________
71159 [  8194] By: jhi                                   on 2000/12/19  17:46:28
71160         Log: Subject: Re: useless use of void context work-around
71161              From: andreas.koenig@anima.de (Andreas J. Koenig)
71162              Date: 16 Dec 2000 15:13:36 +0100
71163              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
71164              
71165              Document (comment) the q(di ds ig) trick in the code.
71166      Branch: perl
71167            ! op.c
71168 ____________________________________________________________________________
71169 [  8193] By: jhi                                   on 2000/12/19  17:10:57
71170         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
71171              From: "Mark J. Reed" <mreed@strange.turner.com>
71172              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
71173              Message-Id: <200012160222.VAA13986@strange.turner.com>
71174      Branch: perl
71175            ! ext/Sys/Syslog/Syslog.pm
71176 ____________________________________________________________________________
71177 [  8192] By: jhi                                   on 2000/12/19  17:07:45
71178         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
71179              From: Nicholas Clark <nick@ccl4.org>
71180              Date: Sat, 16 Dec 2000 19:03:13 +0000
71181              Message-ID: <20001216190313.D68304@plum.flirble.org>
71182      Branch: perl
71183            ! t/op/64bitint.t
71184 ____________________________________________________________________________
71185 [  8191] By: jhi                                   on 2000/12/19  17:06:13
71186         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
71187              From: Dominic Dunlop <domo@computer.org>
71188              Date: Mon, 18 Dec 2000 12:00:15 +0100
71189              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
71190              
71191              This patchlet is needed in order that perl can be statically linked.  
71192      Branch: perl
71193            ! regexec.c
71194 ____________________________________________________________________________
71195 [  8190] By: jhi                                   on 2000/12/19  17:03:08
71196         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
71197              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71198              Date: Sun, 17 Dec 2000 00:18:35 -0600
71199              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
71200      Branch: perl
71201            ! perlio.h vms/gen_shrfls.pl
71202 ____________________________________________________________________________
71203 [  8189] By: jhi                                   on 2000/12/19  16:20:28
71204         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
71205              From: Prymmer/Kahn <pvhp@best.com>
71206              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
71207              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
71208              
71209              A better version of #8188.
71210      Branch: perl
71211            ! pod/perlfaq3.pod
71212 ____________________________________________________________________________
71213 [  8188] By: jhi                                   on 2000/12/19  15:57:06
71214         Log: (Replaced by #8189)
71215              
71216              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71217              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
71218              From: Prymmer/Kahn <pvhp@best.com>
71219              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
71220              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71221              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
71222              Date: Mon, 18 Dec 2000 11:10:45 -0500
71223              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
71224      Branch: perl
71225            ! pod/perlfaq3.pod
71226 ____________________________________________________________________________
71227 [  8187] By: jhi                                   on 2000/12/19  15:54:19
71228         Log: Email address fix for Anton Berezin.
71229      Branch: perl
71230            ! AUTHORS
71231 ____________________________________________________________________________
71232 [  8186] By: jhi                                   on 2000/12/19  15:38:54
71233         Log: Subject: [PATCH perl@8102] cygwin port
71234              From: "Eric Fifer" <efifer@dircon.co.uk> 
71235              Date: Thu, 14 Dec 2000 13:41:29 -0000
71236              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
71237              
71238              When compiling modules the data item that is being imported
71239              from libperl.dll needs to be tagged as imported/shared data:
71240              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
71241      Branch: perl
71242            ! perliol.h
71243 ____________________________________________________________________________
71244 [  8185] By: jhi                                   on 2000/12/19  14:53:24
71245         Log: Regen uconfig.h and uconfig.sh.
71246      Branch: perl
71247            ! uconfig.h uconfig.sh
71248 ____________________________________________________________________________
71249 [  8184] By: jhi                                   on 2000/12/18  20:43:49
71250         Log: Comments work so much better when they are closed.
71251      Branch: perl
71252            ! regcomp.c
71253 ____________________________________________________________________________
71254 [  8183] By: jhi                                   on 2000/12/18  18:04:02
71255         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
71256              Fixes the bug 20001218.016.
71257      Branch: perl
71258            ! regcomp.c
71259 ____________________________________________________________________________
71260 [  8182] By: gsar                                  on 2000/12/18  09:53:47
71261         Log: delete spurious files
71262      Branch: maint-5.6/perl
71263            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
71264            - vos/config.h vos/config_h.SH_orig
71265 ____________________________________________________________________________
71266 [  8181] By: gsar                                  on 2000/12/18  09:46:08
71267         Log: regen perltoc
71268      Branch: maint-5.6/perl
71269            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
71270 ____________________________________________________________________________
71271 [  8180] By: gsar                                  on 2000/12/18  09:20:27
71272         Log: integrate changes#7924..7926,7946,7952 from mainline
71273              
71274              A test works better if it has the right 1..$n output.
71275              
71276              All the core library users of Class::Struct seem to be
71277              using "use Class::Struct 'struct';" instead of the bare
71278              "use Class::Struct;", which isn't documented in Class::Struct.
71279              This can't be right.
71280              
71281              Make the Class::Struct import() wiser.
71282              
71283              Upgrade to CPAN 1.59_51, from Andreas König.
71284              
71285              Subject: Re: long shell lines
71286              Split overly long shell command lines.
71287      Branch: maint-5.6/perl
71288           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
71289           !> lib/File/stat.pm t/lib/class-struct.t
71290 ____________________________________________________________________________
71291 [  8179] By: gsar                                  on 2000/12/18  08:55:54
71292         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
71293              7918,7919,7988,8907 from mainline (various)
71294              
71295              Subject: [ID 20001127.004] White space problem in perlamiga.pod
71296              
71297              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
71298              
71299              Subject: [PATCH] perlcc.PL cleanups
71300              
71301              Subject: [PATCH] Updating perltie.pod for arrays
71302              
71303              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
71304              Subject: Re: [PATCH] Updating perltie.pod for arrays
71305              Subject: Re: [PATCH] Updating perltie.pod for arrays
71306              
71307              One more perltie.pod nit from Casey R. Tweten.
71308              
71309              Subject: [PATCH] $^O  win32 -> MSWin32
71310              plus similar nits for vms, err, VMS, and UNICOS.
71311              
71312              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
71313              More checking in case someone has broken their services or
71314              protocol databases.
71315              
71316              Make "use Class::Struct 'struct';" work again (broken by #7617);
71317              add a test for Class::Struct.
71318              
71319              Integrate the "skip" messages to explain().
71320              
71321              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
71322      Branch: maint-5.6/perl
71323           +> t/lib/class-struct.t
71324           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
71325           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
71326           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
71327 ____________________________________________________________________________
71328 [  8178] By: gsar                                  on 2000/12/18  08:16:30
71329         Log: avoid redefinition warnings on windows due to sys/socket.h getting
71330              #included before win32.h
71331      Branch: maint-5.6/perl
71332            ! win32/include/sys/socket.h
71333 ____________________________________________________________________________
71334 [  8177] By: gsar                                  on 2000/12/18  05:24:04
71335         Log: make regen_headers; fix POSIX.xs problems; remove outdated
71336              code from sys/socket.h that makes build fail now
71337      Branch: maint-5.6/perl
71338            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
71339            ! pod/perlapi.pod
71340           !> win32/include/sys/socket.h
71341 ____________________________________________________________________________
71342 [  8176] By: gsar                                  on 2000/12/18  05:20:17
71343         Log: update Changes
71344      Branch: maint-5.6/perl
71345            ! Changes patchlevel.h
71346 ____________________________________________________________________________
71347 [  8175] By: gsar                                  on 2000/12/18  04:57:48
71348         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
71349              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
71350              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
71351              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
71352              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
71353              7823,7825,7838
71354              
71355              Subject: Re: [PATCH] README.solaris
71356              
71357              Add getpagesize() probing, on non-UNIX guess 'undef'.
71358              
71359              Simplify the getpagesize() unit by dropping the
71360              pagesize probe since it's nowadays slightly more
71361              complicated because of sysconf(). (Note: if some
71362              platform really needs the -lPW for getpagesize,
71363              I just broke it.)
71364              TODO: a new pagesize unit.
71365              
71366              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
71367              
71368              MachTen doesn't really do mmap() and munmap().
71369              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
71370              
71371              More README.solaris updates from Andy Dougherty.
71372              
71373              Copy the s// information of README.hpux also to the perlrun.
71374              
71375              Add HAS_FSYNC, lack noticed by Nicholas Clark.
71376              
71377              Add a metaconfig unit for fsync.
71378              
71379              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
71380              
71381              Many subdocumented return values of the IO extension now documented.
71382              ungetc and write still left subdocumented.
71383              Subject: [PATCH] (was Re: IO::Handle::ungetc)
71384              
71385              Document tell() on special streams.
71386              
71387              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
71388              
71389              Subject: [ID 20001112.007] sfio's sftell isn't ftell
71390              
71391              Couple of tests from #7660 salvaged.
71392              
71393              Tweak the definition of the bit complement on UTF-8 data:
71394              if none of the characters in the string are > 0xff,
71395              the result is a complemented byte string, not a (UTF-8)
71396              char string.  Based on the summary in
71397              Subject: Re: [ID 20000918.005] ~ on wide chars
71398              This should give us the maximum backward (pre-char string)
71399              compatibility and utf8 compatibility.  The other alternative
71400              would be to limit the bit complement to be always byte only,
71401              taking the least significant byte of the chars.
71402              
71403              Cleanup messy #ifdef.
71404              
71405              Typos in #7667.
71406              
71407              Declare reg_data like reg_substr_data.
71408              
71409              Placate nervous compilers that see longer than ints switch()ing.
71410              
71411              Remove the new two tests of lib/io_xs for now, they seem to
71412              fail under perlio on some platforms.
71413              
71414              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
71415              
71416              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
71417              
71418              Subject: tiny typo in perl5db.pl
71419              
71420              Subject: some additions for makefiles for win32 (for perl@7674)
71421              
71422              Hoist the duplicated socket/netdb include logic to perl.h;
71423              undef SETERRNO in case SOCKS has defined it.  Based on:
71424              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
71425              
71426              Regen Configure.
71427              
71428              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
71429              (a macro to define signed and unsigned integer constants).
71430              
71431              Use UINT64_C().
71432              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
71433              
71434              Use u_int32_t for the size of hash_cb(), not size_t.
71435              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
71436              
71437              Quit utf8_to_uv() instantly if curlen == 0.
71438              
71439              Subject: [PATCH: perl@7674] updates to README.os390
71440              
71441              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
71442              
71443              EBCDIC tweaks.
71444              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
71445              
71446              Linenumber fix.
71447              
71448              SOCKS has its own USE_THREADS, based on
71449              Subject: [ID 20001114.002] et. al. bugfix followup
71450              
71451              UINT64_C() work continues.
71452              
71453              Detypo.
71454              
71455              The type of the hash_cb() size argument is tricky.
71456              
71457              Add fwalk() probe to the configuration files and regen perltoc.
71458              
71459              Subject: perllocale.pod changes
71460              
71461              Avoid an infinite loop in VMS when utils scripts are run
71462              with no arguments, from Charles Lane.
71463              
71464              Subject: Re: Bug in Carp::Heavy/5.6.0?
71465              
71466              For Solaris use64bitall the stdchar needs a little bit of help.
71467              
71468              The long double hints can be here or there.
71469              
71470              Test tweak for the open pragma.
71471              
71472              Also the 64bitall hints can be either here or there.
71473              
71474              As surmised the #7719 wasn't a good move.
71475              
71476              Subject: Fix for 20000409.001
71477              
71478              Subject: Fix for 20000815.006
71479              It's really 20000518.006.
71480              
71481              Subject: [PATCH 5.6.0 README.win32] very minor typos
71482              
71483              Subject: Fix for README.amiga (20000323.033)
71484              
71485              Explain in more detail the {} syntax ambiguousity.
71486              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
71487              
71488              Sparc 64-bit pack() fix from Jens Hamisch.
71489              
71490              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
71491              
71492              Subject: podlators 1.05 available        
71493              
71494              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
71495              
71496              Subject: [perl 7711: EPOC] updates
71497              
71498              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
71499              
71500              Miraculous typo.
71501              
71502              sysseek() instead of seek().
71503              
71504              Solaris hints tweaks.
71505              
71506              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
71507              This may be overly harsh but until proven otherwise, we think this
71508              way, or until we have a simple test for Configure (having to start
71509              up servers is does not count as simple) to check for the problems.
71510              
71511              Remove the shared object before attempting to create
71512              (by linking) a new one.  E.g. in AIX not removing
71513              becomes quite painful if one tries to do more than one
71514              build in the same tree (an interrupted build, for example),
71515              since the AIX' shared dynaloader seemingly keeps the shared
71516              objects open and therefore 'busy' for quite a while, even when
71517              nobody is using the objects, leading into link failures.
71518              
71519              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
71520              
71521              Subject: DOC PATCH 5.6.0 perlreftut
71522              
71523              Subject: [PATCH: perl@7777] add system locale testing for VMS
71524              
71525              Subject: [PATCH] Test.pm POD peculiarity
71526              
71527              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
71528              
71529              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
71530              
71531              Subject: Re: perl@7777 
71532              Detypoing.
71533              
71534              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
71535              
71536              Go ahead and #include <unistd.h> in perl.h.
71537              
71538              Subject: [PATCH perl@7795] small cleanup task for test suite
71539              
71540              Subject: Re: av.c patch (having slight problems)
71541              unshift() speedup.
71542              
71543              Reach back one higher up when searching for PERL_SRC.
71544      Branch: maint-5.6/perl
71545           +> lib/File/Spec/Epoc.pm
71546           !> (integrate 88 files)
71547 ____________________________________________________________________________
71548 [  8174] By: gsar                                  on 2000/12/18  03:53:09
71549         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
71550              7625..7629,7631..7634,7637,7639,7642 from mainline
71551              
71552              Fix for the tie-refhash string table leaks.
71553              
71554              Subject: [patch perl@7595] VMS configure.com tweak
71555              
71556              More careful detection of how well NVs and UVs mix.
71557              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))
71558              Added some SIGFPE paranoia.
71559              
71560              Forgot to bump the line numbers in #7601.
71561              
71562              Subject: PATCH std stdio for (Free)BSD
71563              
71564              Deleting $ENV{PATH} in VMS is not recommendable.
71565              
71566              Locale buglets.
71567              Subject: RE: Locales support (setlocale) fixes
71568              
71569              Do not test UTF-8 locales since that the tests would require
71570              polymorphic regexen.
71571              
71572              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71573              
71574              A missing aTHX_.
71575              
71576              Subject: [ID 20001108.013] spelling
71577              
71578              Subject: [PATCH] Class::Struct at compile time
71579              
71580              Make deleting for %ENV work for (newer versions of) VMS,
71581              from Craig A. Berry.
71582              
71583              Forgot from #7618.
71584              
71585              More VMS moves on environment handling, from Charles Lane.
71586              
71587              Remove unused extra arguments.
71588              
71589              Typo in an ifndef.
71590              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71591              
71592              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71593              All except the "cow orker" change.
71594              
71595              The generated boot_* headers are wrong.  Pickier compiler,
71596              such as KAI C++ will refuse to compile the resulting perlmain.
71597              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71598              
71599              There's no =head3.
71600              
71601              Disable only the tests 99 and 166 for UTF-8 locales.
71602              
71603              Missing dTHXs.
71604              Subject: RE: perl@7595 builds not on cygwin
71605              
71606              Subject: Re: bash -c exit and linux hints 
71607              
71608              Various doc oddball characters.
71609              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71610              
71611              Subject: [PATCH] IO::Seekable pod
71612              
71613              Amdahl UTS hints updates.
71614              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71615              
71616              Explain better why certain regex tests are skipped.
71617              Subject: Re: tests skipped: unknown reason
71618              
71619              Subject: [PATCH] README.solaris
71620              
71621              Subject: [PATCH perl@7638] cygwin port
71622      Branch: maint-5.6/perl
71623           +> README.solaris
71624           !> (integrate 26 files)
71625 ____________________________________________________________________________
71626 [  8173] By: gsar                                  on 2000/12/18  03:37:02
71627         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
71628              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
71629              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
71630              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
71631              
71632              Better create a true mailing list for the repository keepers.
71633              
71634              Subject: [ID 20001027.007] uniq array in perlfaq
71635              
71636              De-quoted-unreadable to ISO Latin 1.
71637              (There's one ISO-2022-JP name in Changes5.004.)
71638              
71639              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71640              
71641              The #7476 needs a MANIFEST change, too.
71642              
71643              Add also emailless people.
71644              
71645              UTF-8 decoder tweak.
71646              
71647              Make \x{...} consistently produce UTF-8.
71648              Subject: Re: \x{...} is confused 
71649              
71650              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71651              
71652              Add a perlbug flag, -A, to avoid acknowledgement messages.
71653              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71654              
71655              Use Errno magic.
71656              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71657              
71658              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71659              
71660              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71661              
71662              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71663              
71664              Be more lenient on bad UTF-8 when doing bit arithmetics.
71665              Subject: Re: [ID 20000918.005] ~ on wide chars
71666              (The ord() part of the patch skipped.)
71667              
71668              Subject: perlfaq style changes
71669              
71670              AUTHORS tweaks.
71671              
71672              Whitespace style tweak.  Was originally going to see to
71673              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71674              but that had already been taken care of.
71675              
71676              The compiler is either gcc or cc, from Tom Bates.
71677              
71678              The osname has been lowercased by now, from Tom Bates.
71679              
71680              The NonStop-UX libraries have a novel way to say NaN.
71681              
71682              printf UVs the correct way, noticed by Robin Barker.
71683              
71684              Subject: [PATCH] startperl to respect versiononly
71685              
71686              AUTHORS updates.
71687              
71688              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71689              
71690              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71691              
71692              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71693              
71694              Generalize the Camel wording.
71695              Subject: Re: perlfaq style changes
71696              
71697              Subject: [ID 20001005.006] Documentation -- description of qr//
71698              
71699              C.pm part of
71700              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71701              
71702              Locale warning explanation tweak.
71703              
71704              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71705              
71706              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71707              and setgid() because they were just changing $< and $( which means
71708              only changing the real uid/gid, as opposed to changing both
71709              real and effective ids.  (The alternative way could have been
71710              in POSIX.pm to change $> and $), too, but making a direct call
71711              to the C API feels cleaner.)  Fixes the bug
71712              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71713              
71714              Expand %Config variables and %ENV variables only if
71715              so requested during build time using the
71716              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71717              Not expanding makes relocating distributions easier.
71718              
71719              More tweaking on the #7522 theme.
71720              
71721              Test::Harness revealed buglets in the new DynaLoader.
71722              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71723              
71724              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71725              fix a autovivification bug in Tie::RefHash, add tests for both.
71726              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71727              
71728              Detpyo.
71729              
71730              recv() can fail and return undef.
71731              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71732              
71733              Fix the problem discussed in
71734              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71735              originally from Linc Madison.  Also Andreas König's comments
71736              taken into account.  Some other problems with Tie::SubstrHash
71737              fixed: didn't croak when the table exceeded the requested number
71738              of entries (as documented) but instead when the number of entries
71739              exceeded the size of the table, a croak() had an unnecessary \n,
71740              didn't have a CLEAR method, documented that there is no exists().
71741              Didn't fix to be strict-proof because the module uses &foo; and
71742              dynamic scope.  Added a test script exercizing both first tamely 
71743              the basic functionality, and then the failure cases reported by
71744              Linc Madison.
71745              
71746              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71747              
71748              The #7521 touched things it shouldn't have.
71749              
71750              Subject: [PATCH 5.7.0] better messages from malloc()
71751              
71752              Subject: Re: README.aix
71753              
71754              Add FCNTL_CAN_LOCK.
71755              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71756              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71757              
71758              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71759              create a "fast path" for locale name probing using "locale -a"
71760              if available, squash finally hopefully the s?printf resetting
71761              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71762              
71763              More Changes tweakery.
71764              
71765              Dying is too strict here, better just skip.
71766              
71767              Subject: Locales support (setlocale) fixes
71768              Modified quite a bit to be more portable.
71769              
71770              Configure would use a bad $myuname from an old config.sh.
71771              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71772              
71773              Fix for
71774              Subject: [ID 20001004.006] undef is never tainted
71775              An undef read from a slurped file was not tainted.
71776              
71777              Fix for
71778              Subject: [ID 20001004.007] taint propogation is inconsistent
71779              The culprit was sv_setsv() which was rather blindly
71780              propagating taint, which lead to behaviour where if
71781              a tainted anon hash value was seen all the hash values
71782              from then on at that level became tainted, or at any
71783              upper levels in the case of nested anon hashes.
71784              
71785              Test tweak: show also the failed locales.
71786              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71787              
71788              A fix of sorts for 20000329.026, a better error message
71789              for a missing "use charnames" when using the \N{...}. 
71790              
71791              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71792              
71793              Add =pod to be tidy.
71794              
71795              Fix for bug id 19990615.008, pos() unset during s///ge.
71796              
71797              Add a note for future generations about bug id 20000229.006.
71798              
71799              Use -dM for gcc (the suggested patch did it only for Linux,
71800              but I think it can be generalized).
71801              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71802              
71803              opmini.o can linger from Configures past.
71804              
71805              Document that the evaled syntax errors cause scalar leaks.
71806              
71807              Fix for
71808              Subject: [ID 20000728.005] perl -P broken
71809              (hopefully).  The fix is also not complete, it seems to break
71810              BOM swallowing for libc5 systems, but until someone figures
71811              out a way to do this without ftell(), this will do.
71812              
71813              AUTHORS updates.
71814              
71815              Subject: Re: rsync'ed patches vs. rsync'ed source
71816              
71817              Admit that the test leaks scalars.
71818              
71819              Sanitize the environment further.
71820              
71821              VOS updates from Paul Green.
71822              
71823              Document %ENV = () portability issues.
71824              
71825              Make the stdio test program of 7427 less noisy while being 
71826              compiled so that Digital UNIX wouldn't get both
71827              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71828              undefined.  This makes perlio happy.
71829              
71830              glibc5 detection by __GNU_LIBRARY__.
71831              
71832              %ENV note tweaks from Dan Sugalski.
71833              
71834              Varargs don't always work too well if one puts an unsigned
71835              char on the stack and pop an unsigned quad off the stack.
71836              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71837              
71838              Subject: Pod updates
71839              
71840              Fake support of holey files in win/dosish platforms.
71841              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71842              
71843              A doc addition for bug id 20001105.019, beware \p.
71844              
71845              Tweak #7587.
71846              
71847              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71848              
71849              perlhack updates from H.Merijn Brand.
71850              
71851              Subject: [PATCH perl@7573] cygwin port
71852              Synchronize with Cygwin 1.1.5.
71853              
71854              Bad thinko in #7581 (I used the test program with the expanded
71855              values as-is).
71856              
71857              Make perlbug not insist on dumping to a file when stdout isn't a tty.
71858              Subject: [PATCH] perlbug.PL
71859              
71860              Overrideable keys, each, pop, push, shift, splice, unshift.
71861              Subject: [PATCH] prototyped functions that should be overrideable
71862              
71863              Try to avoid flockless and emulationless places.
71864      Branch: maint-5.6/perl
71865           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71866            - MAINTAIN
71867           !> (integrate 111 files)
71868 ____________________________________________________________________________
71869 [  8172] By: jhi                                   on 2000/12/18  02:49:27
71870         Log: Regen pods.
71871      Branch: perl
71872            ! pod/perlmodlib.pod pod/perltoc.pod
71873 ____________________________________________________________________________
71874 [  8171] By: gsar                                  on 2000/12/18  02:49:24
71875         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
71876              7465..7471 from mainline
71877              
71878              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71879              in platforms that strictly require all the symbols being present
71880              at link time.
71881              
71882              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71883              
71884              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71885              
71886              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71887              
71888              Subject: [PATCH] todo
71889              
71890              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71891              
71892              Use $sort, $uniq (and $tr) consistently as wondered
71893              by Nicholas Clark.
71894              
71895              Too enthusiastic editing in #7460.
71896              
71897              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71898              
71899              Upgrade to CPAN 1.58_55.
71900              Subject: CPAN.pm status
71901              
71902              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71903              
71904              Make target reordering to avoid pointless re-makes.
71905              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71906              
71907              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71908              
71909              Subject: DOC PATCH 5.6.0
71910              
71911              Add the repository doc by Malcolm, Sarathy, and by Simon,
71912              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71913      Branch: maint-5.6/perl
71914           +> Porting/repository.pod
71915           !> Configure MANIFEST Makefile.SH README.dos README.os2
71916           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
71917           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
71918           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
71919 ____________________________________________________________________________
71920 [  8169] By: gsar                                  on 2000/12/18  02:33:34
71921         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71922              7435..7441,7445 from mainline
71923              
71924              Make the UTF-8 decoding stricter and more verbose when
71925              malformation happens.  This involved adding an argument
71926              to utf8_to_uv_chk(), which involved changing its prototype,
71927              and prefer STRLEN over I32 for the UTF-8 length, which as
71928              a domino effect necessitated changing the prototypes of
71929              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71930              The stricter UTF-8 decoding checking uses Markus Kuhn's
71931              UTF-8 Decode Stress Tester from
71932              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71933              
71934              Run vms/vms_yfix.pl, should have done that after changing
71935              perly.c in #7382.
71936              
71937              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71938              
71939              (Replaced by #7440.)
71940              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71941              
71942              Fix the bug ID 20001024.005, the bug introduced by #7416.
71943              
71944              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71945              
71946              Fix the bug reported in
71947              From: andreas.koenig@anima.de (Andreas J. Koenig)
71948              Also make is_utf8_char() stricter.
71949              
71950              Missed the header file changes from #7425.
71951              
71952              Check if stdio supports tweaking lval and cnt simultaneously.
71953              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71954              
71955              Stratus VOS updates from Paul Green.
71956              
71957              Podify README.epoc and README.vos.
71958              
71959              Add targets to Makefile.SH, most importantly
71960              'regen_all' which also remembers to update vms/perly*.
71961              
71962              Subject: Minor update to find2perl, for portability
71963              
71964              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71965              
71966              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71967              
71968              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71969              UTF8LEN() and UTF8SKIP(). 
71970              
71971              Allow poking holes at the UTF-8 decoding strictness.
71972              
71973              Continue the internal UTF-8 API tweaking.
71974              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71975              used much more than the simpler API, now called utf8_to_uv_simple().
71976              Still not quite happy with API, too much partial duplication
71977              of functionality.
71978              
71979              A new version of making the syslog test more robust.
71980              (Replaces #7421.)
71981              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71982              
71983              buildtoc target tweaks.
71984              
71985              Integrate with vmsperl #7430 by Charles Bailey:
71986              
71987              Cleanup from prior patch (Charles Lane?):
71988              - improve handling of MFDs in Basename and Path
71989              - default to no xsubpp line # munging when building debug images
71990      Branch: maint-5.6/perl
71991           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71992           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71993           !> (integrate 67 files)
71994 ____________________________________________________________________________
71995 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71996         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71997              
71998              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71999              From: Martin Husemann <martin@duskware.de>
72000              
72001              Subject: [PATCH 5.7.0] restore match data on backtracing
72002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72003      Branch: maint-5.6/perl
72004           !> regcomp.c regexec.c t/op/re_tests
72005 ____________________________________________________________________________
72006 [  8167] By: gsar                                  on 2000/12/18  01:55:22
72007         Log: integrate changes#7858,7986 from mainline
72008              
72009              C<foreach my $x ...> in pseudo-fork()ed process may diddle
72010              parent's memory; fix it by keeping track of the actual pad
72011              offset rather than a raw pointer (this change is probably also
72012              relevant to non-ithreads case to avoid fallout from reallocs of
72013              the pad array, but is currently only enabled for the ithreads
72014              case in the interests of minimal disruption to existing "well
72015              tested" code)
72016              
72017              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
72018              due to the notorious GetFileType() bug in Windows 9x, which fstat()
72019              tickles)
72020      Branch: maint-5.6/perl
72021           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
72022           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
72023           !> win32/win32.c win32/win32.h win32/win32sck.c
72024 ____________________________________________________________________________
72025 [  8166] By: gsar                                  on 2000/12/18  01:52:59
72026         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
72027              from mainline (xsubpp and ExtUtils::LibList fixups, various
72028              other small items)
72029              
72030              The generated boot_* headers are wrong.  Pickier compiler,
72031              such as KAI C++ will refuse to compile the resulting perlmain.
72032              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
72033              
72034              Various doc oddball characters.
72035              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
72036              
72037              Subject: [PATCH] Re: 20001101.003 PDL
72038              
72039              Subject: [PATCH 5.7.0] etags broken again
72040              
72041              Subject: [PATCH 5.7.0] Liblist finally works
72042              
72043              Subject: [PATCH 5.7.0] Liblist returns found libraries
72044              
72045              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
72046              
72047              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
72048              
72049              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72050              OUT keyword nits.
72051              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72052              OUT and IN_OUT documentation.
72053      Branch: maint-5.6/perl
72054           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
72055           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
72056           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
72057           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
72058           !> win32/bin/search.pl
72059 ____________________________________________________________________________
72060 [  8165] By: gsar                                  on 2000/12/18  01:28:45
72061         Log: integrate changes#7533,7563,7611,7623 from mainline (various
72062              malloc.c embellishments)
72063      Branch: maint-5.6/perl
72064           !> malloc.c pod/perldiag.pod
72065 ____________________________________________________________________________
72066 [  8164] By: gsar                                  on 2000/12/18  01:23:33
72067         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
72068              fixups)
72069      Branch: maint-5.6/perl
72070           !> utils/h2xs.PL
72071 ____________________________________________________________________________
72072 [  8163] By: gsar                                  on 2000/12/18  01:17:50
72073         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
72074              fixups)
72075      Branch: maint-5.6/perl
72076           !> Makefile.SH utils/perlbug.PL
72077 ____________________________________________________________________________
72078 [  8162] By: gsar                                  on 2000/12/18  00:25:43
72079         Log: always export Perl_deb() (it is required by re.xs whether
72080              Perl is built with or without -DDEBUGGING)
72081      Branch: maint-5.6/perl
72082            ! makedef.pl
72083 ____________________________________________________________________________
72084 [  8161] By: gsar                                  on 2000/12/18  00:23:38
72085         Log: integrate change#7414 from mainline
72086              
72087              Undo the basename() part of #7412 since the lib/basename
72088              tests would need upgrading too.
72089              
72090              squelch two tests in tr.t that rely on tr/// paranoia change
72091              that's not in 5.6.x
72092      Branch: maint-5.6/perl
72093            ! t/op/tr.t
72094           !> lib/File/Basename.pm
72095 ____________________________________________________________________________
72096 [  8160] By: gsar                                  on 2000/12/18  00:05:30
72097         Log: missing change in previous integrate
72098      Branch: maint-5.6/perl
72099           !> README.aix
72100 ____________________________________________________________________________
72101 [  8159] By: gsar                                  on 2000/12/18  00:03:38
72102         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
72103              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
72104              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
72105              7410..7413 from mainline
72106              
72107              Introduce the man[24-8] variables, from Andy Dougherty.
72108              
72109              Upgrade to CPAN 1.58, from Andreas König.
72110              
72111              An updated EBCDIC tr patch.
72112              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
72113              
72114              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
72115              
72116              Two thirds of
72117              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72118              The Install.pm changes will be submitted separately because
72119              they need some work and discussion still.
72120              
72121              The Install.pm third of
72122              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72123              
72124              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
72125              
72126              Subject: [PATCH 5.7.0] IVs in mtats
72127              
72128              Subject: [PATCH 5.7.0] Perl API for mstats
72129              
72130              Ilya implemented the memory profiling API.
72131              
72132              In Amdahl UTS "struct sv" is defined by a system header,
72133              <ksync.h>.
72134              
72135              Slight tweak of the code to appease Amdahl UTS cc.
72136              
72137              Amdahl UTS doesn't seem to do dynaloading.
72138              
72139              Use UTF8SKIP(), from Simon Cozens.
72140              
72141              Thinko in #7222.
72142              
72143              op/sprintf.t patch for OS/390 (and any other host with limited
72144              floating-point exponent length)
72145              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
72146              
72147              Tweak #7225.
72148              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
72149              
72150              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
72151              
72152              Needs to be conditional on SunOS 4.
72153              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
72154              
72155              Test cases for bug id 20000323.056 (the bug seems to be fixed).
72156              
72157              Add test for bug id 20000427.003 (which seems to have
72158              been fixed) (also duplicate as 20000427.004, though
72159              with a higher severity).  Move one utf8 from op/append
72160              to pragma/utf8, tag the tests with bug ids.
72161              
72162              Document FNCASE=y as discussed in the bug 20000902.009.
72163              
72164              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
72165              The problem was that rx->minlen was in chars while pp_split()
72166              thought it would be in bytes. 
72167              
72168              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
72169              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
72170              
72171              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
72172              
72173              Fix a couple of compiler-noted nits in #7235.
72174              
72175              Tweak the test of #7235.
72176              
72177              One more ~utf8 tweak.
72178              
72179              -w cleanup.
72180              Subject: Re: Problems with bleadperl 
72181              
72182              Subject: small pod patch
72183              
72184              Subject: [PATCH perlguts.pod] Document offset hack
72185              
72186              Add Charles Lane.
72187              
72188              Add the capability to include/exclude branches.
72189              
72190              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72191              
72192              Detect early whether the std streams have gone bad.
72193              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72194              
72195              More IoTYPE sprinkling.
72196              
72197              Workaround for a sfio bug where the stream error indicator
72198              is not cleared as documented.
72199              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72200              
72201              Clarify documentation on 'use bytes'.
72202              Subject: Re: What does 'use bytes' "mean" ?
72203              
72204              Show the failed remote port, instead of the failing line number.
72205              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72206              
72207              Make Cwd more bulletproof in chrooted environments.
72208              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72209              
72210              Subject: Pod patch for Devel::Peek
72211              
72212              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72213              
72214              Borland C fstat() never saw the fd as writable.
72215              Subject: fix for Borland's weak "stat" (perl@7211)
72216              
72217              Missing change from #7362.
72218              
72219              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72220              
72221              Add the test case for the bug id 20000730.004 which seems
72222              to have been fixed by now.
72223              
72224              Fix of sorts for bug id 20000901.092.  There seems to be no trace
72225              of a 'pmshort' anywhere in the B, so the offending line was simply
72226              removed.
72227              
72228              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72229              
72230              Subject: PATCH do_print has 2 PerlIO_error()s
72231              
72232              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72233              
72234              Typo noted by Mark Lutz.
72235              
72236              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72237              
72238              In the latest compiler builds cccdlflags must not become -fpic,
72239              from Wilfredo Sánchez.
72240              
72241              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72242              
72243              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72244              
72245              SOCKS function redefinitions need prototypes, too, otherwise
72246              for example 32 bit versus 64 bit differences cause a lot of
72247              problems.  Part of
72248              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72249              
72250              Portability tweak on #7377.
72251              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72252              
72253              Don't write double values through long double pointers,
72254              based on a part of
72255              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72256              
72257              Reëntrancy fix.
72258              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72259              
72260              Make scan_num() reëntrant, as suggested in
72261              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72262              
72263              Fix for ID 20001020.006, concatenating an unset submatch
72264              with utf8 resulted in "Modification of a read-only value".
72265              
72266              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72267              
72268              The #7383 was right only in the context of the original bug report,
72269              not in more general case.
72270              
72271              Update Changes.
72272              
72273              Testcases for a #7383,#7385 related bug.
72274              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72275              
72276              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72277              
72278              Tweak the Is* definitions of Unicode character classes
72279              to better match the official categorizations; embrace
72280              the official categorizations; add the combining marks
72281              as alpha (and -numeric); fix DCinital (a typo and edito)
72282              to be DCmedial.
72283              
72284              Hints tweak from Anton Berezin.
72285              
72286              Subject: installman go-faster stripes
72287              Subject: Re: installman go-faster stripes
72288              
72289              Subject: [ID 20001021.003] updated hints/openbsd.sh
72290              
72291              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72292              
72293              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72294              
72295              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72296              
72297              Doc patch.
72298              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72299              
72300              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72301              
72302              Subject: Re: [ID 20001021.005] SEGV with regex match 
72303              
72304              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72305              
72306              The change #7187 was not so good on VMS.
72307              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72308              
72309              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72310              
72311              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72312              
72313              Document PERL_INSTALL_ROOT of #7210.
72314      Branch: maint-5.6/perl
72315           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
72316           +> t/lib/tie-splice.t
72317            - lib/unicode/Is/DCinital.pl
72318           !> (integrate 112 files)
72319 ____________________________________________________________________________
72320 [  8158] By: jhi                                   on 2000/12/17  23:04:24
72321         Log: Subject: [PATCHES] RE: perl@8150 
72322              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72323              Date: Sun, 17 Dec 2000 21:46:39 +0100
72324              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
72325              
72326              Neither cygwin has a getpwuid() one can trust on.
72327      Branch: perl
72328            ! t/lib/glob-basic.t
72329 ____________________________________________________________________________
72330 [  8157] By: jhi                                   on 2000/12/17  23:01:54
72331         Log: More MAN.PODS => {} fixes.
72332      Branch: perl
72333            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
72334            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
72335            ! os2/OS2/REXX/Makefile.PL
72336 ____________________________________________________________________________
72337 [  8156] By: gsar                                  on 2000/12/17  22:49:13
72338         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
72339              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
72340              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
72341              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
72342              7201,7204 from mainline
72343              
72344              Remove vestiges of tr//CU.
72345              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72346              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72347              
72348              The return value of setlocale must be copied away.
72349              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72350              
72351              Allow chop() and chomp() to be overridden.
72352              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72353              
72354              Hints optimization.
72355              Subject: Minor nit
72356              
72357              Subject: [PATCH] de-wall t/README
72358              
72359              Subject: Re: Two advertising clauses need to be removed
72360              
72361              Batch of UTF-8 patches from Simon Cozens.
72362              
72363              Fix for a parsing bug, not for the original bug.
72364              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
72365              
72366              Compilation warnings and an error.
72367              
72368              Subject: File::Find 5.7.0 POD nits
72369              
72370              Subject: [PATCH perl-5.7.0] continued -Wformat support
72371              
72372              The one that got away.
72373              
72374              Subject: Re: perl@7078
72375              
72376              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
72377              convertable to bytes by checking it doesn't go above 0xc3
72378              Subject: Re: perl@7078
72379              
72380              Replace #7084 with
72381              Subject: Re: perl@7078 
72382              
72383              We don't need to count the high bit bytes, a boolean is enough. 
72384              
72385              Subject: [PATCH] utf8.c apidoc
72386              
72387              Subject: Re: perl@7078 
72388              
72389              Botched the #7090 check-in.
72390              
72391              Fix for the charnames.t failures from Spider Boardman.
72392              
72393              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
72394              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
72395              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
72396              0 to checking to get the warning.
72397              
72398              Subject: [PATCH] Nits in perlmod.pod
72399              
72400              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
72401              
72402              Subject: Re: unicode support and perl [ID 20000901.097]
72403              
72404              Subject: Re: unicode support and perl [ID 20000901.097]
72405              
72406              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
72407              
72408              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
72409              
72410              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
72411              
72412              Subject: [PATCH@blead] Fix some recursion in overload.pm
72413              
72414              s/Robin Parker/Robin Barker/
72415              
72416              Subject: [PATCH] Fix aliasing of tied filehandles
72417              
72418              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
72419              
72420              Subject: Re: [PATCH 5.005_64 missed]
72421              
72422              SOCK_DGRAM and listen() do not mix as reported in
72423              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
72424              The patch for 5.7.0+ had to be reengineered, though.
72425              
72426              Subject: DOC PATCH 5.6.0
72427              
72428              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
72429              
72430              Document the issue (is not a syntax error, kind of)
72431              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
72432              
72433              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
72434              Did not apply cleanly, manual intervention was needed.
72435              
72436              Subject: [PATCH] DLL not restartabke with threaded perl
72437              
72438              Inside require() $^S was always left undefined.
72439              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
72440              
72441              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
72442              
72443              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
72444              
72445              Regen headers.
72446              
72447              Subject: [PATCH 5.7.0] Epoc update
72448              
72449              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
72450              as suggested by Olaf Flebbe and Nick Clark.
72451              
72452              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
72453              
72454              Misplaced else.
72455              
72456              Scale down the VMS message boxes, by Charles Lane.
72457              Fix for ID 20000903.009, workaround at
72458              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
72459              
72460              Subject: [ID 20001003.006] B::Debug not -w clean
72461              
72462              Test harness update to sync with the new perlcc,
72463              from Simon Cozens.
72464              
72465              One remaining nit less at the VMS mailbox sizing.
72466              
72467              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72468              
72469              It is possible to have no hosts database at all.  Pointed out in
72470              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72471              
72472              Subject: [PATCH 5.7.0] h2xs not working
72473              Subject: [PATCH 5.7.0] h2xs not documenting the created module
72474              
72475              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
72476              
72477              Subject: perlhack.pod Patch for Externals Tools
72478              
72479              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
72480              
72481              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72482              
72483              Enable disabling scripts installation by Configure -Uinstallscripts,
72484              suggested by H. Merijn Brand.
72485              
72486              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
72487              reported several times by Dominic Dunlop, for example in
72488              ID 20000315.008.  Patch from Dominic.  Patch affects at
72489              least MachTen, and possibly other oldish BSDs. Should not
72490              break non-broken platforms (tested on LinuxPPC). 
72491              
72492              Regen toc.
72493              
72494              Subject: Re: Questions about Tie::Array and perl modules
72495              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
72496              
72497              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
72498              
72499              Tweak #7153.
72500              
72501              IO::Handle->syswrite() did not handle length omission
72502              like CORE::syswrite() does.
72503              Subject: [Fwd] IO::Handle, syswrite and arguments
72504              The original patch from andrew@ugh.net.au.
72505              
72506              Also the $ccflags is needed for the C compiler check.
72507              Subject: Configure (check for C-compiler)
72508              
72509              Eliminate $Is_VMS code from the test.
72510              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
72511              
72512              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
72513              as the first option of cc/ld because of ultrapicky compilers
72514              (e.g. OS/390 R2.5)
72515              
72516              Change the version number of Tie::Handle in the core to 4.0,
72517              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
72518              Subject: Note on Tie::Handle
72519              
72520              UTF8ize split() so that the cloned substrings get the UTF8
72521              flag of the original scalar.  Problem reported by Simon Cozens.
72522              
72523              save_re_context() could reset PL_curcop to freed memory, causing core
72524              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
72525              
72526              Subject: PATCH 5.6 perldebguts grammar cleanup
72527              
72528              Add a todo note about overloadable assertions.
72529              
72530              on Windows, LoadLibrary() could load an extension DLL multiple
72531              times if forward slashes are used in the path
72532              
72533              on Windows, cwd strings in the environment should be of the
72534              form =X:=X:\foo instead of =X=X:\foo\
72535              
72536              on Windows, avoid potential exception (could happen if MSVCRT isn't
72537              being used) when closing a socket handle
72538              
72539              avoid nonportable example code
72540              
72541              Windows9x doesn't support link(), despite what Config.pm
72542              might think
72543              
72544              pod nit
72545              
72546              Change #7160 had a nasty typo.
72547              
72548              Warn about unknown scripts.
72549              Subject: Re: ideas? patches? [PATCH bleadperl]
72550              
72551              on Windows, clean targets might not work under some flavors of the shell
72552              
72553              tweak for change#7173
72554              
72555              Make eq work again with utf8 (disabling the upgrading
72556              should no more be necessary since the copies of the
72557              scalars are upgraded, not the scalars themselves).
72558              Takes care of ID 20001009.001.  (The claimed length()
72559              bug in 20001009.001 seems bogus to me.)
72560              
72561              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72562              
72563              Upgrade to CGI.pm 2.74, from Lincoln Stein.
72564              
72565              Upgrade to podlators 1.04, from Russ Allbery.
72566              
72567              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72568              
72569              Quote the temp file name, needed in Win32 because the
72570              default name unfortunately contains spaces, shouldn't
72571              hurt elsewhere.
72572              Subject: FW: perldoc fails if $TEMP contains spaces
72573              
72574              Subject: RE: [ID 19990803.001] README.win32 suggestions 
72575              
72576              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72577              
72578              Subject: Re: utf8 concat, mg_get
72579              
72580              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72581              
72582              Subject: [PATCH: perl@7181] op/tr tests on OS/390
72583              
72584              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72585              
72586              Use the versiononly instead of the installscripts,
72587              retract the changes 7146 and 7147.
72588              
72589              Reapply Andy's patch and regen Configure.
72590              
72591              Add the test case for #7190, from the original bug report
72592              by Andreas König.
72593              
72594              Remove duplicated code.
72595              
72596              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72597              
72598              restore change#7202
72599      Branch: maint-5.6/perl
72600           !> (integrate 121 files)
72601 ____________________________________________________________________________
72602 [  8155] By: jhi                                   on 2000/12/17  22:30:58
72603         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
72604              From: "Craig A. Berry" <craigberry@mac.com>
72605              Date: Sun, 17 Dec 2000 13:09:28 -0600
72606              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
72607              
72608              MAN.PODS => ' ' is naughty.
72609      Branch: perl
72610            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
72611 ____________________________________________________________________________
72612 [  8154] By: nick                                  on 2000/12/17  22:07:13
72613         Log: MULTIPLICITY nit.
72614      Branch: perl
72615            ! mg.c
72616 ____________________________________________________________________________
72617 [  8153] By: gsar                                  on 2000/12/17  21:23:05
72618         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
72619              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
72620              from mainline
72621              
72622              Document the SvIOK_.*UV().
72623              
72624              Update Unicode todo list.
72625              
72626              Guard against bad string->int conversion for quads.
72627              
72628              Subject: small apidoc fix
72629              
72630              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72631              
72632              Subject: [PATCH] Tied filehandle documentation
72633              
72634              Subject: [PATCH] Modernize Opcode.pm documentation
72635              
72636              Make Data::Dumper (non-XS) to work with changed semantics of ref().
72637              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72638              [applied even though said semantics didn't change in 5.6.x]
72639              
72640              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72641              
72642              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72643              
72644              Fix the URL, but the server is still missing in action.
72645              Subject: [ID 20000905.002] perlfaq1.pod URL error
72646              
72647              Subject: [ID 20000903.001] \w in utf8-strings
72648              
72649              Fix the ccversion detection for 5.1 and beyond.
72650              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72651              
72652              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72653              
72654              Subject: [ID 20000904.008] Tiny fix for perldiag
72655              
72656              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72657              
72658              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72659              
72660              Subject: [ID 20000908.002] perlipc documentation bug.
72661              
72662              Subject: [PATCH lib/Benchmark.pm]
72663              
72664              Re-allow vec() for characters > 255.
72665              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72666              
72667              Do away with memory models cruft.  Sorry, PDP users.
72668              
72669              Continue #7041.
72670              
72671              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72672              
72673              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72674              
72675              Upgrade to CPAN 1.57_65, from Andreas König.
72676              
72677              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72678              by Russ Allbery.
72679              
72680              Silence t/pod/*.t about alternate quote-mappings now implemented
72681              by Pod::Text, from Brad Appleton.
72682              
72683              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72684              Subject: borland C++ win32.c tweak
72685              
72686              C<@a = @b = split(...)> optimization coredumps under ithreads
72687              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72688              
72689              Document the SvUTF8*().
72690              
72691              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72692              
72693              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72694              
72695              Do in VMS as the #7054 does.
72696              
72697              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72698              
72699              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72700              
72701              Subject: [patch: perl@7045] vms updates
72702              
72703              Test for the #7049.
72704              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72705              
72706              Break up the myconfig lines a bit.
72707              Subject: perlbug/perl -V output format
72708              
72709              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72710              
72711              The #7054 truncated Configure badly.
72712              
72713              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72714              initialization in all the threads on Windows
72715              
72716              Allow for whitespace between "#" and "line" in cpp output.
72717              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72718              
72719              Remove vestiges of tr//CU.
72720              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72721              
72722              The return value of setlocale must be copied away.
72723              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72724              
72725              Allow chop() and chomp() to be overridden.
72726              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72727              
72728              Hints optimization.
72729              Subject: Minor nit
72730              
72731              Subject: [PATCH] de-wall t/README
72732              
72733              Subject: Re: Two advertising clauses need to be removed
72734      Branch: maint-5.6/perl
72735           !> (integrate 75 files)
72736 ____________________________________________________________________________
72737 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72738         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72739              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72740              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72741              
72742              Don't attach -ld to the archname if pointless.
72743              
72744              Document UNTIE in a very minimalistic way.
72745              
72746              POSIX doesn't report long double values under -Duselongdouble
72747              when the long doubles are "real" (bigger than doubles).
72748              
72749              More author updates.
72750              
72751              Try to deduce NV_MAX.  Really should be Configure fodder.
72752              
72753              :: not allowed in pathnames, change to .
72754              Subject: [PATCH perl@6938] cygwin port
72755              
72756              Forget about NV_MAX (#6951).  Various floating point tweaks,
72757              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72758              
72759              Move the Solaris 7 scan to use64bitall, make the
72760              failure to find 64-bot sparc libc to mention the
72761              possibility of being in an intel, from Lupe and Alan.
72762              
72763              Regen perltoc.
72764              
72765              AUTHORS tweaks, from Peter Prymmer.
72766              
72767              More address tweaking.
72768              
72769              Small tweaks all over.
72770              
72771              File::Temp patches from Andreas König,
72772              
72773              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72774              
72775              Subject: CPAN.pm beta 1.57_57 for the core
72776              
72777              Part of the solution.
72778              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72779              
72780              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72781              
72782              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72783              
72784              Add the overload warnings to perldiag.
72785              
72786              Drop unused argument.
72787              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72788              
72789              Subject: Nit in Configure (bleadperl@6961)
72790              
72791              Update to PodParser 1.18, from Brad Appleton.
72792              
72793              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72794              
72795              Subject: [PATCH: 6948] add SCNfldbl to configure.com
72796              
72797              Document UNTIE. Also tweak implementation to suppress the 'inner references'
72798              warning when UNTIE exists and instead pass the cound of extra references to
72799              the UNTIE method.
72800              
72801              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72802              so that case-ignoring systems like DCL can tell them from
72803              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72804              
72805              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72806              
72807              Feature ordering tweak.
72808              
72809              Regen perltoc.
72810              
72811              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72812              
72813              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72814              
72815              Subject: http:// in L<>
72816              
72817              Detypo.
72818              
72819              change#6791 accidentally clobbered change#6710, put it back
72820              
72821              Only the first line, thank you very much.
72822              
72823              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72824              plus rework the http: spots as suggested by Tom Christiansen,
72825              plus regen perltoc.
72826              
72827              Undo part of change 6489 which looks like a bulk edit which
72828              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72829              The supressing of main:: on return from select() is undesirable.
72830              
72831              Apparently avoiding the swapping is too costly.
72832              
72833              Various Configure nits by Philip Newton,
72834              plus the ebcdic one by me.
72835              
72836              Make certain cc is set before trying to run it.
72837              
72838              If overloaded %{} etc. return the object do not loop.
72839              Thus  sub deref { $_[0] } functions if object is wanted type.
72840              
72841              Update perlhist.
72842              
72843              More %{} and other deref special casing - do not pass to 'nomethod'.
72844      Branch: maint-5.6/perl
72845           !> (integrate 59 files)
72846 ____________________________________________________________________________
72847 [  8151] By: gsar                                  on 2000/12/17  19:14:38
72848         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
72849              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
72850              
72851              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72852              
72853              Make the epsilon to be relative, not absolute.
72854              
72855              Put back the flags dump as reasoned in
72856              Subject: Re: [PATCH] Glob dumping
72857              
72858              Introduce ccname to keep track of what compiler kind of we have.
72859              
72860              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72861              
72862              Put back the slice accidentally removed by #6907.
72863              
72864              Reset archname and archname64 always, forcing them be
72865              recomputed at each Configure run, make Configure and
72866              the hints files agree on the naming of largefiles variables.
72867              
72868              Don't say "Perl 5.0 source kit".
72869              
72870              Subject: [PATCH] fix misc cast warnings
72871              
72872              Subject: typos in pods
72873              
72874              NVs not necessarily doubles, as pointed out by Yitzchak.
72875              
72876              Subject: [PATCH 6889] add a few ldbl formats to configure.com
72877              
72878              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72879              
72880              Better options for rsync.
72881              
72882              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72883              
72884              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72885              
72886              Subject: [PATCH] Re: UNTIE method 
72887              
72888              A better fix for the Socket building problem from Craig Berry.
72889              
72890              Retract the dummy test, skip the security tests (instead of failing),
72891              explain what the warnings mean.
72892              
72893              Heap decorruption.
72894              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72895              
72896              Update to Unicode 3.0.1.
72897              
72898              Missed one Unicode file.
72899              
72900              Subject: Re: typos in pods
72901              
72902              The #6929 was too skimpy.
72903              
72904              sscanf() may be the only way to read long doubles from strings.
72905              
72906              Reveal Borland's isnan.
72907              Subject: build with BC++ tweak
72908              
72909              Issue useful diagnostic on unknown pod commands.
72910              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72911              
72912              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72913              
72914              Clarify the third case of ftmp-security warnings.
72915              
72916              Make -Dusemorebits find long doubles in Solaris.
72917              
72918              Wrap the test in eval.
72919      Branch: maint-5.6/perl
72920           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72921           +> lib/unicode/PropList.txt lib/unicode/README.perl
72922           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72923           +> lib/unicode/Unicode.301 vms/vmspipe.com
72924            - lib/unicode/Props.txt lib/unicode/UCD300.html
72925            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72926           !> (integrate 305 files)
72927 ____________________________________________________________________________
72928 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72929         Log: Uncheckedin generated files.
72930      Branch: perl
72931            ! global.sym perlapi.c pod/perlapi.pod
72932 ____________________________________________________________________________
72933 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72934         Log: Update Changes.
72935      Branch: perl
72936            ! Changes patchlevel.h
72937 ____________________________________________________________________________
72938 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72939         Log: Subject: [PATCH] Fcntl constants speedup
72940              From: Nicholas Clark <nick@ccl4.org>
72941              Date: Sun, 17 Dec 2000 16:29:24 +0000
72942              Message-ID: <20001217162924.E97668@plum.flirble.org>
72943              
72944              Use IVs for the Fcntl constants instead of NVs.
72945      Branch: perl
72946            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72947 ____________________________________________________________________________
72948 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72949         Log: Add test for #8145 (binmode() warning), add warning for
72950              ioctl() and sockpair(), document them. (fileno() cannot
72951              be tripwired with the same kind of warning because
72952              'defined fileno($foo)' seems to be an idiom.)
72953      Branch: perl
72954            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72955 ____________________________________________________________________________
72956 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72957         Log: update Changes
72958      Branch: maint-5.6/perl
72959            ! Changes
72960 ____________________________________________________________________________
72961 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72962         Log: Subject: [PATCH] Re: The long awaited feature ...
72963              From: Simon Cozens <simon@cozens.net>
72964              Date: Sun, 17 Dec 2000 12:31:56 +0000
72965              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72966              
72967              Add a warning to binmode() about using bad filehandles
72968              (can happen e.g. if someone forgets the filehandle argument)
72969      Branch: perl
72970            ! pp_sys.c
72971 ____________________________________________________________________________
72972 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72973         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72974              From: Jonathan Stowe <gellyfish@gellyfish.com>
72975              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72976              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72977      Branch: perl
72978            ! lib/Net/Ping.pm
72979 ____________________________________________________________________________
72980 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72981         Log: Polymorphic regexps.
72982              
72983              Fixes at least the bugs 20001028.003 (both of them...) and
72984              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72985              also to be fixed by now, probably already before this patch.
72986      Branch: perl
72987            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72988            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72989            ! t/op/utf8decode.t t/pragma/utf8.t
72990 ____________________________________________________________________________
72991 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72992         Log: Subject: [patch perl@8102] dos/djgpp update
72993              From: Laszlo Molnar <ml1050@freemail.hu>
72994              Date: Sat, 16 Dec 2000 01:40:52 +0100
72995              Message-ID: <20001216014052.A335@freemail.hu>
72996      Branch: perl
72997            ! djgpp/config.over t/base/commonsense.t
72998 ____________________________________________________________________________
72999 [  8141] By: jhi                                   on 2000/12/16  17:09:27
73000         Log: Few uncheckedin files.
73001      Branch: perl
73002            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
73003 ____________________________________________________________________________
73004 [  8140] By: nick                                  on 2000/12/15  22:14:31
73005         Log: Integrate mainline
73006      Branch: perlio
73007           !> (integrate 53 files)
73008 ____________________________________________________________________________
73009 [  8139] By: jhi                                   on 2000/12/15  19:49:49
73010         Log: One more IVUV tweak from Nicholas Clark.
73011      Branch: perl
73012            ! sv.c
73013 ____________________________________________________________________________
73014 [  8138] By: jhi                                   on 2000/12/15  19:17:06
73015         Log: Return of the IVUV-preservation, now seems to be happy even
73016              in Digital UNIX (the broken strtoul brokenness detection
73017              seems to have been the fly in the ointment).
73018      Branch: perl
73019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73020            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
73021            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
73022            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
73023            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
73024            ! vos/config.ga.h win32/config.bc win32/config.gc
73025            ! win32/config.vc
73026 ____________________________________________________________________________
73027 [  8137] By: jhi                                   on 2000/12/15  18:12:14
73028         Log: Metaconfig unit change for #8136.
73029      Branch: metaconfig
73030            ! U/modified/d_strtoul.U
73031      Branch: metaconfig/U/perl
73032            ! d_strtoull.U d_strtouq.U
73033 ____________________________________________________________________________
73034 [  8136] By: jhi                                   on 2000/12/15  18:11:35
73035         Log: I don't think it's sensible or portable to test the strtou*
73036              on /^-/ strings.
73037      Branch: perl
73038            ! Configure
73039 ____________________________________________________________________________
73040 [  8135] By: jhi                                   on 2000/12/15  17:18:49
73041         Log: Metaconfig unit change for #8134.
73042      Branch: metaconfig
73043            ! U/modified/d_strtoul.U
73044 ____________________________________________________________________________
73045 [  8134] By: jhi                                   on 2000/12/15  17:14:13
73046         Log: If longsize is 8 we don't need a LL suffix for integer constants.
73047      Branch: perl
73048            ! Configure config_h.SH
73049 ____________________________________________________________________________
73050 [  8133] By: jhi                                   on 2000/12/15  16:00:23
73051         Log: Update Changes.
73052      Branch: perl
73053            ! Changes patchlevel.h
73054 ____________________________________________________________________________
73055 [  8132] By: jhi                                   on 2000/12/15  15:44:16
73056         Log: Some compilers get huffy if you do not cast a const pointer
73057              to a non-const when assigning.
73058      Branch: perl
73059            ! gv.c
73060 ____________________________________________________________________________
73061 [  8131] By: jhi                                   on 2000/12/15  15:38:30
73062         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
73063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73064              Date: Fri, 15 Dec 2000 05:26:57 -0500
73065              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
73066      Branch: perl
73067            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
73068            ! t/pragma/overload.t
73069 ____________________________________________________________________________
73070 [  8130] By: jhi                                   on 2000/12/15  15:36:08
73071         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
73072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73073              Date: Thu, 14 Dec 2000 22:02:43 -0500
73074              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
73075      Branch: perl
73076            ! gv.c perl.h
73077 ____________________________________________________________________________
73078 [  8129] By: jhi                                   on 2000/12/15  15:34:16
73079         Log: Subject: PATCH: h2xs nit
73080              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73081              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
73082              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
73083              
73084              Add a template README.
73085      Branch: perl
73086            ! utils/h2xs.PL
73087 ____________________________________________________________________________
73088 [  8128] By: jhi                                   on 2000/12/15  15:32:22
73089         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
73090      Branch: perl
73091            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
73092 ____________________________________________________________________________
73093 [  8127] By: jhi                                   on 2000/12/15  15:19:34
73094         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
73095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73096              Date:     Thu, 14 Dec 2000 20:04:42 EST
73097              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
73098      Branch: perl
73099            ! ext/Opcode/Opcode.xs
73100 ____________________________________________________________________________
73101 [  8126] By: jhi                                   on 2000/12/15  15:17:49
73102         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
73103              From: Peter Prymmer <pvhp@forte.com>
73104              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
73105              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
73106      Branch: perl
73107            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
73108            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
73109            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
73110 ____________________________________________________________________________
73111 [  8125] By: jhi                                   on 2000/12/15  15:11:05
73112         Log: This seems to be a stage sane and stable enough to checkin.
73113              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
73114      Branch: perl
73115            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
73116            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
73117            ! t/op/cmp.t t/op/numconvert.t
73118 ____________________________________________________________________________
73119 [  8124] By: jhi                                   on 2000/12/15  04:20:26
73120         Log: Something is really wonky.
73121      Branch: perl
73122            ! sv.c
73123 ____________________________________________________________________________
73124 [  8123] By: jhi                                   on 2000/12/15  04:00:50
73125         Log: Fixes for the IV UV patches to compile in Digital UNIX.
73126      Branch: perl
73127            ! sv.c
73128 ____________________________________________________________________________
73129 [  8122] By: jhi                                   on 2000/12/15  02:53:40
73130         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
73131              From: "Craig A. Berry" <craigberry@mac.com>
73132              Date: Thu, 14 Dec 2000 19:10:49 -0600
73133              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
73134      Branch: perl
73135            ! vms/vms.c
73136 ____________________________________________________________________________
73137 [  8121] By: jhi                                   on 2000/12/15  02:50:00
73138         Log: Metaconfig changes for #8120.
73139      Branch: metaconfig
73140            + U/modified/d_strtoul.U
73141      Branch: metaconfig/U/perl
73142            ! d_strtoull.U d_strtouq.U
73143 ____________________________________________________________________________
73144 [  8120] By: jhi                                   on 2000/12/15  02:49:42
73145         Log: From: Nicholas Clark <nick@ccl4.org> 
73146              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
73147              Date: Thu, 14 Dec 2000 18:38:57 +0000
73148              Message-ID: <20001214183857.B97909@plum.flirble.org>
73149      Branch: perl
73150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73151            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
73152            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
73153            ! vos/config.ga.def vos/config.ga.h win32/config.bc
73154            ! win32/config.gc win32/config.vc
73155 ____________________________________________________________________________
73156 [  8119] By: jhi                                   on 2000/12/14  23:40:58
73157         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
73158              From: Nicholas Clark <nick@ccl4.org>
73159              Date: Wed, 13 Dec 2000 20:08:50 +0000
73160              Message-ID: <20001213200849.B71166@plum.flirble.org>
73161      Branch: perl
73162            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
73163            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
73164 ____________________________________________________________________________
73165 [  8118] By: jhi                                   on 2000/12/14  22:46:26
73166         Log: Integrate perlio:
73167              
73168              [  8117]
73169              Win32 tweaks to get Encode to build
73170              - temp hack to makedef.pl till PerlIO is properly "exported".
73171              - MSVC dislikes  
73172              static encpage_t foo[];
73173              so make 'em extern for now.
73174              
73175              [  8116]
73176              Document the new files
73177      Branch: perl
73178           !> MANIFEST ext/Encode/compile makedef.pl
73179 ____________________________________________________________________________
73180 [  8117] By: nick                                  on 2000/12/14  22:38:53
73181         Log: Win32 tweaks to get Encode to build
73182              - temp hack to makedef.pl till PerlIO is properly "exported".
73183              - MSVC dislikes  
73184              static encpage_t foo[];
73185              so make 'em extern for now.
73186      Branch: perlio
73187            ! ext/Encode/compile makedef.pl
73188 ____________________________________________________________________________
73189 [  8116] By: nick                                  on 2000/12/14  22:00:53
73190         Log: Document the new files
73191      Branch: perlio
73192            ! MANIFEST
73193 ____________________________________________________________________________
73194 [  8115] By: jhi                                   on 2000/12/14  21:58:01
73195         Log: MANIFEST new files of #8114.
73196      Branch: perl
73197            ! MANIFEST
73198 ____________________________________________________________________________
73199 [  8114] By: jhi                                   on 2000/12/14  21:50:49
73200         Log: Integrate perlio:
73201              
73202              [  8106]
73203              "Cold" build correction to Encode's Makefile.PL
73204              
73205              [  8105]
73206              "Compiled" encodings.
73207              Correct replacement character in EBCDIC .enc files
73208              Add 0x7F to ASCII repertoire.
73209              
73210              [  8103]
73211              Beginings of compiled encodings - checked in as a snapshot of thoughts
73212              so far and so it does not get lost.
73213      Branch: perl
73214           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73215           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
73216           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73217           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73218           !> ext/Encode/Makefile.PL
73219 ____________________________________________________________________________
73220 [  8113] By: jhi                                   on 2000/12/14  21:48:49
73221         Log: The documentation part of the
73222              
73223              Subject: [ID 20001214.002] Net::Ping patch
73224              From: Jonathan Stowe <gellyfish@gellyfish.com>
73225              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
73226              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
73227              since the #7529 had already addressed the same problem.
73228      Branch: perl
73229            ! lib/Net/Ping.pm
73230 ____________________________________________________________________________
73231 [  8112] By: jhi                                   on 2000/12/14  21:42:57
73232         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
73233              From: Dominic Dunlop <domo@computer.org>
73234              Date: Tue, 12 Dec 2000 10:47:10 +0100
73235              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
73236              
73237              Document how elusive subroutines can be.
73238      Branch: perl
73239            ! pod/perlfunc.pod
73240 ____________________________________________________________________________
73241 [  8111] By: jhi                                   on 2000/12/14  21:38:05
73242         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
73243              From: Dominic Dunlop <domo@computer.org>
73244              Date: Thu, 14 Dec 2000 10:13:51 +0100
73245              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
73246      Branch: perl
73247            ! ext/POSIX/POSIX.pod
73248 ____________________________________________________________________________
73249 [  8110] By: jhi                                   on 2000/12/14  21:36:32
73250         Log: Subject: [patch] perlfaq7
73251              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
73252              Date: Thu, 14 Dec 2000 15:31:07 +0100
73253              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
73254      Branch: perl
73255            ! pod/perlfaq7.pod
73256 ____________________________________________________________________________
73257 [  8109] By: jhi                                   on 2000/12/14  21:29:20
73258         Log: Subject: [8104] Encode
73259              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73260              Date: Thu, 14 Dec 2000 14:49:34 +0100
73261              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
73262              
73263              Type casting for nervous compilers.
73264      Branch: perl
73265            ! ext/Encode/Encode.xs
73266 ____________________________________________________________________________
73267 [  8108] By: jhi                                   on 2000/12/14  21:26:17
73268         Log: Subject: [8104] DB_File
73269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73270              Date: Thu, 14 Dec 2000 14:49:35 +0100
73271              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
73272              
73273              Type definition incorrect for DB 2.7.7.  Not known when it
73274              changed, so only changed it for a known revision.
73275      Branch: perl
73276            ! ext/DB_File/DB_File.xs
73277 ____________________________________________________________________________
73278 [  8107] By: jhi                                   on 2000/12/14  21:23:41
73279         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
73280              From: Peter Prymmer <pvhp@forte.com>
73281              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
73282              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
73283              
73284              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
73285      Branch: perl
73286            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
73287            ! ext/Encode/Encode/posix-bc.enc
73288 ____________________________________________________________________________
73289 [  8106] By: nick                                  on 2000/12/14  20:36:13
73290         Log: "Cold" build correction to Encode's Makefile.PL
73291      Branch: perlio
73292            ! ext/Encode/Makefile.PL
73293 ____________________________________________________________________________
73294 [  8105] By: nick                                  on 2000/12/14  20:09:37
73295         Log: "Compiled" encodings.
73296              Correct replacement character in EBCDIC .enc files
73297              Add 0x7F to ASCII repertoire.
73298      Branch: perlio
73299            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73300            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73301            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73302            ! ext/Encode/Makefile.PL ext/Encode/compile
73303            ! ext/Encode/encengine.c ext/Encode/encode.h
73304 ____________________________________________________________________________
73305 [  8104] By: nick                                  on 2000/12/14  00:38:20
73306         Log: Integrate mainline
73307      Branch: perlio
73308           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
73309           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
73310           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
73311           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
73312           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
73313           !> t/lib/db-hash.t t/lib/db-recno.t
73314 ____________________________________________________________________________
73315 [  8103] By: nick                                  on 2000/12/13  23:16:13
73316         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
73317              so far and so it does not get lost.
73318      Branch: perlio
73319            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73320 ____________________________________________________________________________
73321 [  8102] By: jhi                                   on 2000/12/13  17:14:22
73322         Log: Update Changes.
73323      Branch: perl
73324            ! Changes patchlevel.h
73325 ____________________________________________________________________________
73326 [  8101] By: jhi                                   on 2000/12/13  16:53:41
73327         Log: Move the proto of start_glob() to a better place; regen api files.
73328      Branch: perl
73329            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
73330 ____________________________________________________________________________
73331 [  8100] By: jhi                                   on 2000/12/13  16:47:11
73332         Log: Metaconfig change for #8099.
73333      Branch: metaconfig
73334            ! U/modified/Head.U
73335 ____________________________________________________________________________
73336 [  8099] By: jhi                                   on 2000/12/13  16:46:48
73337         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
73338              From: Andy Dougherty <doughera@lafayette.edu>
73339              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
73340              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
73341      Branch: perl
73342            ! Configure
73343 ____________________________________________________________________________
73344 [  8098] By: jhi                                   on 2000/12/13  16:39:02
73345         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
73346              From: rspier@pobox.com (Robert Spier)
73347              Date: Tue, 12 Dec 2000 21:12:39 -0500
73348              Message-ID: <14902.56087.678086.725773@rls.cx>
73349              
73350              fastgetcwd is defined using a glob alias on a $^O dependent basis -
73351              and there was no default assignment or perl subroutine.
73352      Branch: perl
73353            ! lib/Cwd.pm
73354 ____________________________________________________________________________
73355 [  8097] By: jhi                                   on 2000/12/13  16:16:01
73356         Log: Subject: [PATCH] move startglob out of pp_hot.c
73357              From: Nicholas Clark <nick@ccl4.org>
73358              Date: Mon, 11 Dec 2000 23:16:39 +0000
73359              Message-ID: <20001211231638.A55550@plum.flirble.org>
73360      Branch: perl
73361            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
73362 ____________________________________________________________________________
73363 [  8096] By: jhi                                   on 2000/12/13  15:26:23
73364         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
73365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
73366              Date: Wed, 13 Dec 2000 14:01:37 +0100
73367              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
73368              
73369              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
73370              in turn requires libpthread in libswanted.
73371      Branch: perl
73372            ! hints/hpux.sh
73373 ____________________________________________________________________________
73374 [  8095] By: jhi                                   on 2000/12/12  19:51:05
73375         Log: The integration wars continue.
73376      Branch: perl
73377           !> sv.c
73378 ____________________________________________________________________________
73379 [  8094] By: jhi                                   on 2000/12/12  19:48:26
73380         Log: Subject: [PATCH perl@8070] DB_File-1.74  
73381              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
73382              Date: Mon, 11 Dec 2000 23:07:17 -0000
73383              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
73384      Branch: perl
73385            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73386            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
73387            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
73388            ! t/lib/db-recno.t
73389 ____________________________________________________________________________
73390 [  8093] By: nick                                  on 2000/12/12  19:42:13
73391         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
73392      Branch: perlio
73393            ! sv.c
73394           !> lib/File/DosGlob.pm
73395 ____________________________________________________________________________
73396 [  8092] By: jhi                                   on 2000/12/12  19:28:11
73397         Log: Integrate perlio:
73398              
73399              [  8091]
73400              Fix for Tk, and upgrading shared SVs.
73401      Branch: perl
73402           !> sv.c
73403 ____________________________________________________________________________
73404 [  8091] By: nick                                  on 2000/12/12  18:49:45
73405         Log: Fix for Tk, and upgrading shared SVs.
73406      Branch: perlio
73407            ! sv.c
73408 ____________________________________________________________________________
73409 [  8090] By: jhi                                   on 2000/12/12  16:48:59
73410         Log: Subject: [PATCH] Re: Breadperl & Tk
73411              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73412              Date: Tue, 12 Dec 2000 14:48:27 GMT
73413              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
73414      Branch: perl
73415            ! sv.c
73416 ____________________________________________________________________________
73417 [  8089] By: jhi                                   on 2000/12/12  03:37:19
73418         Log: Subject: DosGlob.pm diff for bash style brace expansion.
73419              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
73420              Date: Fri, 8 Dec 2000 10:45:30 -0600
73421              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
73422      Branch: perl
73423            ! lib/File/DosGlob.pm
73424 ____________________________________________________________________________
73425 [  8088] By: nick                                  on 2000/12/11  23:59:59
73426         Log: Integrate mainline
73427      Branch: perlio
73428           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
73429           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73430           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
73431           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
73432           !> t/op/local.t t/pragma/warn/toke toke.c
73433 ____________________________________________________________________________
73434 [  8087] By: jhi                                   on 2000/12/11  23:20:23
73435         Log: Integrate perlio:
73436              
73437              [  8085]
73438              Finish 1st pass of "encoding" layer e.g. :
73439              open($fh,"<encoding(iso8859-7)",$greek) || die;
73440              
73441              [  8082]
73442              Restore mmap function (broken by tweaks to shared buffer
73443              layer for encode(xxxx)).
73444              
73445              [  8076]
73446              Not merge worthy...
73447              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73448              syntax is modelled on attributes.
73449              Untested fix for io/utf8 on Win32 etc.
73450              Very clumsy start to the encode layer.
73451      Branch: perl
73452           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73453 ____________________________________________________________________________
73454 [  8086] By: jhi                                   on 2000/12/11  22:50:59
73455         Log: Tune further the OS detection of CGI.
73456      Branch: perl
73457            ! lib/CGI.pm
73458 ____________________________________________________________________________
73459 [  8085] By: nick                                  on 2000/12/11  22:50:46
73460         Log: Finish 1st pass of "encoding" layer e.g. :
73461              open($fh,"<encoding(iso8859-7)",$greek) || die;
73462      Branch: perlio
73463            ! ext/Encode/Encode.xs perlio.c perliol.h
73464 ____________________________________________________________________________
73465 [  8084] By: jhi                                   on 2000/12/11  22:32:06
73466         Log: Revert the -f ambiguousity patch, seems to cause
73467              too much hassle (the interpret -Q as a function
73468              where Q is not a known filetest part is left in).
73469      Branch: perl
73470            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
73471            ! toke.c
73472 ____________________________________________________________________________
73473 [  8083] By: jhi                                   on 2000/12/11  22:27:23
73474         Log: (accidentally empty check-in)
73475      Branch: perl
73476            ! lib/File/DosGlob.pm
73477 ____________________________________________________________________________
73478 [  8082] By: nick                                  on 2000/12/11  19:09:51
73479         Log: Restore mmap function (broken by tweaks to shared buffer
73480              layer for encode(xxxx)).
73481      Branch: perlio
73482            ! perlio.c
73483 ____________________________________________________________________________
73484 [  8081] By: jhi                                   on 2000/12/11  18:29:13
73485         Log: Subject: Re: The long awaited feature ...
73486              From: Simon Cozens <simon@cozens.net>
73487              Date: Mon, 11 Dec 2000 15:54:24 +0000
73488              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
73489              
73490              More io/utf8 tests.
73491      Branch: perl
73492            ! t/io/utf8.t
73493 ____________________________________________________________________________
73494 [  8080] By: jhi                                   on 2000/12/11  18:19:36
73495         Log: Subject: PATCH MakeMaker manpage clarification
73496              From: andreas.koenig@anima.de (Andreas J. Koenig)
73497              Date: 10 Dec 2000 20:46:13 +0100
73498              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
73499      Branch: perl
73500            ! lib/ExtUtils/MakeMaker.pm
73501 ____________________________________________________________________________
73502 [  8079] By: jhi                                   on 2000/12/11  15:35:07
73503         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
73504              From: Simon Cozens <simon@cozens.net>
73505              Date: Sun, 10 Dec 2000 19:06:19 +0000
73506              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
73507      Branch: perl
73508            ! ext/B/B/Deparse.pm t/lib/b.t
73509 ____________________________________________________________________________
73510 [  8078] By: jhi                                   on 2000/12/11  15:09:11
73511         Log: Subject: [PATCH] docs on NaN
73512              From: Nicholas Clark <nick@ccl4.org>
73513              Date: Mon, 11 Dec 2000 01:48:38 +0000
73514              Message-ID: <20001211014838.B99205@plum.flirble.org>
73515      Branch: perl
73516            ! pod/perlop.pod
73517 ____________________________________________________________________________
73518 [  8077] By: jhi                                   on 2000/12/11  15:02:21
73519         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
73520              From: Simon Cozens <simon@cozens.net>
73521              Date: Mon, 11 Dec 2000 01:21:45 +0000
73522              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
73523      Branch: perl
73524            ! pp.c pp_hot.c scope.c t/op/local.t
73525 ____________________________________________________________________________
73526 [  8076] By: nick                                  on 2000/12/10  20:43:32
73527         Log: Not merge worthy...
73528              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73529              syntax is modelled on attributes.
73530              Untested fix for io/utf8 on Win32 etc.
73531              Very clumsy start to the encode layer.
73532      Branch: perlio
73533            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73534 ____________________________________________________________________________
73535 [  8075] By: jhi                                   on 2000/12/10  18:39:33
73536         Log: Darwin is not Windows.
73537      Branch: perl
73538            ! lib/CGI.pm
73539 ____________________________________________________________________________
73540 [  8074] By: jhi                                   on 2000/12/10  18:31:27
73541         Log: Subject: Ambiguous -%c() resolved as a file test
73542              From: "Paul Marquess" <Paul.Marquess@openwave.com>
73543              Date: Sun, 10 Dec 2000 15:35:07 -0000
73544              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
73545      Branch: perl
73546            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73547 ____________________________________________________________________________
73548 [  8073] By: jhi                                   on 2000/12/10  18:16:29
73549         Log: Subject: PATCH installperl misinformed 
73550              From: andreas.koenig@anima.de (Andreas J. Koenig)
73551              Date: 10 Dec 2000 13:01:32 +0100 
73552              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
73553      Branch: perl
73554            ! installperl
73555 ____________________________________________________________________________
73556 [  8072] By: jhi                                   on 2000/12/10  18:07:55
73557         Log: The walkoptree confusion rages; walkoptree() seems to be coming
73558              from B.xs, while walkoptree_slow() comes from B.pm.
73559      Branch: perl
73560            ! ext/B/B.pm
73561 ____________________________________________________________________________
73562 [  8071] By: nick                                  on 2000/12/10  11:45:47
73563         Log: Integrate mainline
73564      Branch: perlio
73565           +> t/base/commonsense.t
73566           !> (integrate 37 files)
73567 ____________________________________________________________________________
73568 [  8070] By: jhi                                   on 2000/12/10  04:46:21
73569         Log: Update Changes.
73570      Branch: perl
73571            ! Changes patchlevel.h
73572 ____________________________________________________________________________
73573 [  8069] By: jhi                                   on 2000/12/10  04:39:19
73574         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
73575              From: andreas.koenig@anima.de (Andreas J. Koenig)
73576              Date: 09 Dec 2000 17:14:25 +0100
73577              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
73578      Branch: perl
73579            + t/base/commonsense.t
73580            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
73581 ____________________________________________________________________________
73582 [  8068] By: jhi                                   on 2000/12/10  04:17:36
73583         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
73584              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73585              Date: Sat, 9 Dec 2000 16:47:22 -0000
73586              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
73587      Branch: perl
73588            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
73589            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
73590            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
73591            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
73592            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
73593            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
73594            ! t/lib/sdbm.t
73595 ____________________________________________________________________________
73596 [  8067] By: jhi                                   on 2000/12/10  03:52:02
73597         Log: Test case for #8066.
73598      Branch: perl
73599            ! t/op/misc.t
73600 ____________________________________________________________________________
73601 [  8066] By: jhi                                   on 2000/12/10  03:50:30
73602         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
73603              From: Simon Cozens <simon@cozens.net>
73604              Date: Sun, 10 Dec 2000 00:55:37 +0000
73605              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
73606      Branch: perl
73607            ! pp_sys.c
73608 ____________________________________________________________________________
73609 [  8065] By: jhi                                   on 2000/12/10  03:44:52
73610         Log: Test case for #8064.
73611      Branch: perl
73612            ! t/comp/proto.t
73613 ____________________________________________________________________________
73614 [  8064] By: jhi                                   on 2000/12/10  03:42:32
73615         Log: Subject: Re: prototype of substr
73616              From: Simon Cozens <simon@cozens.net>
73617              Date: Sun, 10 Dec 2000 00:13:33 +0000
73618              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
73619              
73620              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
73621              In other words, make the returned prototypes for any function
73622              stop prepending the ';' optionality marker after the first one.
73623              If they start getting optional, all the rest are optional.
73624      Branch: perl
73625            ! pp.c
73626 ____________________________________________________________________________
73627 [  8063] By: jhi                                   on 2000/12/10  03:39:42
73628         Log: Subject: [PATCH] perlguts.pod
73629              From: Simon Cozens <simon@cozens.net>
73630              Date: Sun, 10 Dec 2000 00:06:47 +0000
73631              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
73632              
73633              Documentation of the different types of ops,
73634              plus the functions in dump.c
73635      Branch: perl
73636            ! pod/perlguts.pod
73637 ____________________________________________________________________________
73638 [  8062] By: jhi                                   on 2000/12/10  03:30:04
73639         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
73640              From: Nicholas Clark <nick@talking.bollo.cx>
73641              Date: Sat, 09 Dec 2000 18:57:25 +0000
73642              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
73643              
73644              Be more robust in weird hostname setups.
73645      Branch: perl
73646            ! t/lib/net-hostent.t
73647 ____________________________________________________________________________
73648 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73649         Log: Pacify fussy compiler. 
73650      Branch: perl
73651            ! pp_sys.c
73652 ____________________________________________________________________________
73653 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73654         Log: Integrate perlio:
73655              
73656              [  8059]
73657              read/sysread/recv should now be utf8 aware.
73658              Basic test for utf8 read.
73659      Branch: perl
73660           !> pp_sys.c t/io/utf8.t
73661 ____________________________________________________________________________
73662 [  8059] By: nick                                  on 2000/12/09  23:40:14
73663         Log: read/sysread/recv should now be utf8 aware.
73664              Basic test for utf8 read.
73665      Branch: perlio
73666            ! pp_sys.c t/io/utf8.t
73667 ____________________________________________________________________________
73668 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73669         Log: Integrate perlio:
73670              
73671              [  8055]
73672              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73673              than raw PerlIO_write() - does not seem to break any tests.
73674              
73675              [  8054]
73676              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73677              (sysread, recv and write i.e. formats still to do...)
73678              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73679              open($fh,">:utf8","name")
73680              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73681              so no extra overhead is involved.
73682              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73683              to a non-utf8 stream.
73684              Add initial io/utf8.t
73685              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73686              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73687              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73688              
73689              [  8053]
73690              Did not get that has_utf8/this_utf8 fix right last time, another spot
73691              was only testing this_utf8.
73692              
73693              [  8052]
73694              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73695              i.e. the output string has one, but don't mess with source assumption.
73696      Branch: perl
73697           +> t/io/utf8.t
73698           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73699 ____________________________________________________________________________
73700 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73701         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73702              From: Inaba Hiroto <inaba@st.rim.or.jp>
73703              Date: Sun, 10 Dec 2000 05:53:21 +0900
73704              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73705              
73706              Tests for #8056.
73707      Branch: perl
73708            ! t/op/each.t
73709 ____________________________________________________________________________
73710 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73711         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73712              From: Inaba Hiroto <inaba@st.rim.or.jp>
73713              Date: Sat, 09 Dec 2000 18:02:00 +0900
73714              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73715              
73716              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73717      Branch: perl
73718            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73719 ____________________________________________________________________________
73720 [  8055] By: nick                                  on 2000/12/09  20:11:48
73721         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73722              than raw PerlIO_write() - does not seem to break any tests.
73723      Branch: perlio
73724            ! pp_sys.c
73725 ____________________________________________________________________________
73726 [  8054] By: nick                                  on 2000/12/09  19:47:30
73727         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73728              (sysread, recv and write i.e. formats still to do...)
73729              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73730              open($fh,">:utf8","name")
73731              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73732              so no extra overhead is involved.
73733              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73734              to a non-utf8 stream.
73735              Add initial io/utf8.t
73736              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73737              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73738              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73739      Branch: perlio
73740            + t/io/utf8.t
73741            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73742 ____________________________________________________________________________
73743 [  8053] By: nick                                  on 2000/12/09  19:26:37
73744         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73745              was only testing this_utf8.
73746      Branch: perlio
73747            ! toke.c
73748 ____________________________________________________________________________
73749 [  8052] By: nick                                  on 2000/12/09  19:09:41
73750         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73751              i.e. the output string has one, but don't mess with source assumption.
73752      Branch: perlio
73753            ! toke.c
73754 ____________________________________________________________________________
73755 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73756         Log: Integrate perlio:
73757              
73758              [  8049]
73759              UTF8 output prework.
73760              - Store $\ and $, as SVs so they can have SvUTF8 flag
73761              - use do_print() rather than raw PerlIO_write() to print them.
73762      Branch: perl
73763           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
73764           !> sv.c thrdvar.h util.c
73765 ____________________________________________________________________________
73766 [  8050] By: jhi                                   on 2000/12/09  16:48:07
73767         Log: Nits noticed by Peter Prymmer.
73768      Branch: perl
73769            ! lib/ExtUtils/MM_VMS.pm
73770 ____________________________________________________________________________
73771 [  8049] By: nick                                  on 2000/12/09  13:49:40
73772         Log: UTF8 output prework.
73773              - Store $\ and $, as SVs so they can have SvUTF8 flag
73774              - use do_print() rather than raw PerlIO_write() to print them.
73775      Branch: perlio
73776            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
73777            ! thrdvar.h util.c
73778 ____________________________________________________________________________
73779 [  8048] By: nick                                  on 2000/12/09  12:30:43
73780         Log: Integrate mainline.
73781      Branch: perlio
73782           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
73783           +> t/op/reverse.t
73784           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
73785           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
73786           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
73787           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
73788           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
73789           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73790 ____________________________________________________________________________
73791 [  8047] By: jhi                                   on 2000/12/09  00:23:27
73792         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
73793              From: Michael G Schwern <schwern@pobox.com>
73794              Date: Fri, 8 Dec 2000 14:43:04 -0600
73795      Branch: perl
73796            ! lib/ExtUtils/MM_VMS.pm
73797 ____________________________________________________________________________
73798 [  8046] By: jhi                                   on 2000/12/08  23:10:27
73799         Log: A missed check-in.
73800      Branch: perl
73801            ! lib/ExtUtils/Manifest.pm
73802 ____________________________________________________________________________
73803 [  8045] By: jhi                                   on 2000/12/08  21:57:12
73804         Log: (null check-in)
73805      Branch: perl
73806            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
73807 ____________________________________________________________________________
73808 [  8044] By: jhi                                   on 2000/12/08  21:11:06
73809         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
73810              at the final draft stage.
73811      Branch: perl
73812            + ext/Encode/Encode/iso8859-16.enc
73813            ! MANIFEST
73814 ____________________________________________________________________________
73815 [  8043] By: jhi                                   on 2000/12/08  16:39:04
73816         Log: Update Changes.
73817      Branch: perl
73818            ! Changes patchlevel.h
73819 ____________________________________________________________________________
73820 [  8042] By: jhi                                   on 2000/12/08  16:33:39
73821         Log: Do not return the Unicode replacement character if UTF-8
73822              decoding goes awry, it should be up to the caller to decide.
73823      Branch: perl
73824            ! pod/perlapi.pod utf8.c
73825 ____________________________________________________________________________
73826 [  8041] By: jhi                                   on 2000/12/08  16:22:28
73827         Log: metaconfig maintenance.
73828      Branch: metaconfig
73829            ! U/modified/stdchar.U
73830      Branch: metaconfig/U/perl
73831            + testsyml.U
73832 ____________________________________________________________________________
73833 [  8040] By: jhi                                   on 2000/12/08  16:03:08
73834         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
73835              From: sthoenna@efn.org
73836              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
73837              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
73838      Branch: perl
73839            ! Changes lib/ExtUtils/MM_OS2.pm
73840 ____________________________________________________________________________
73841 [  8039] By: jhi                                   on 2000/12/08  15:57:11
73842         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
73843              From: Simon Cozens <simon@cozens.net>
73844              Date: Fri, 8 Dec 2000 13:33:31 +0000
73845              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
73846              
73847              (The pp_hot part needed a rewrite.)
73848      Branch: perl
73849            ! doop.c pp_hot.c utf8.c
73850 ____________________________________________________________________________
73851 [  8038] By: jhi                                   on 2000/12/08  15:25:08
73852         Log: Subject: djSP
73853              From: Michael Stevens <michael@etla.org>
73854              Date: Wed, 6 Dec 2000 23:24:01 +0000
73855              Message-ID: <20001206232400.A21381@firedrake.org>
73856              
73857              Plus a note from Nick Ing-Simmons.
73858      Branch: perl
73859            ! pp.h
73860 ____________________________________________________________________________
73861 [  8037] By: jhi                                   on 2000/12/08  15:18:35
73862         Log: Filetype is text.
73863      Branch: perl
73864            ! t/op/utf8decode.t
73865 ____________________________________________________________________________
73866 [  8036] By: jhi                                   on 2000/12/08  03:31:27
73867         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73868              From: Andy Dougherty <doughera@lafayette.edu>
73869              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
73870              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
73871              
73872              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73873              From: Andy Dougherty <doughera@lafayette.edu>
73874              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
73875              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
73876      Branch: perl
73877            + ext/POSIX/hints/svr4.pl
73878            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
73879 ____________________________________________________________________________
73880 [  8035] By: jhi                                   on 2000/12/08  03:26:01
73881         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
73882              From: Andy Dougherty <doughera@lafayette.edu>
73883              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
73884              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
73885      Branch: perl
73886            ! t/README t/base/term.t
73887 ____________________________________________________________________________
73888 [  8034] By: jhi                                   on 2000/12/08  03:21:59
73889         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
73890              From: mjd@plover.com  
73891              Date: 7 Dec 2000 21:04:20 -0000
73892              Message-ID: <20001207210420.22282.qmail@plover.com>
73893              
73894              Plus -z doc.
73895      Branch: perl
73896            ! pod/perlfunc.pod
73897 ____________________________________________________________________________
73898 [  8033] By: jhi                                   on 2000/12/08  03:19:03
73899         Log: Use the UTF8 macros a bit.  They can't be used with abandon
73900              everywhere because we do generate illegal UTF-8 in some situations.
73901              This is of course naughty.
73902      Branch: perl
73903            ! pod/perlapi.pod utf8.c utf8.h
73904 ____________________________________________________________________________
73905 [  8032] By: jhi                                   on 2000/12/08  03:00:09
73906         Log: Out of sync?
73907      Branch: perl
73908            ! t/pragma/warn/utf8
73909 ____________________________________________________________________________
73910 [  8031] By: jhi                                   on 2000/12/08  02:22:39
73911         Log: Cnt spl.
73912      Branch: perl
73913            ! MANIFEST
73914 ____________________________________________________________________________
73915 [  8030] By: jhi                                   on 2000/12/08  01:23:54
73916         Log: Add test for reverse().
73917      Branch: perl
73918            + t/op/reverse.t
73919            ! MANIFEST
73920 ____________________________________________________________________________
73921 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73922         Log: Integrate perlio:
73923              
73924              [  8026]
73925              Various oddities p4 diff -se showed up
73926              Remove 'our' from warnings.pl
73927              
73928              [  8025]
73929              Change PerlIO_(get|set)pos to take SV *
73930              Should fix, OS/2, VMS, (sfio??)
73931      Branch: perl
73932           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73933           !> perlio.c perlio.h perlsdio.h warnings.pl
73934 ____________________________________________________________________________
73935 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73936         Log: Introduce macros for UTF8 decoding.
73937      Branch: perl
73938            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73939 ____________________________________________________________________________
73940 [  8027] By: nick                                  on 2000/12/07  22:18:19
73941         Log: Integrate mainline
73942      Branch: perlio
73943           !> embed.pl pod/perlapi.pod utf8.c
73944 ____________________________________________________________________________
73945 [  8026] By: nick                                  on 2000/12/07  21:45:08
73946         Log: Various oddities p4 diff -se showed up
73947              Remove 'our' from warnings.pl
73948      Branch: perlio
73949            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73950 ____________________________________________________________________________
73951 [  8025] By: nick                                  on 2000/12/07  21:43:32
73952         Log: Change PerlIO_(get|set)pos to take SV *
73953              Should fix, OS/2, VMS, (sfio??)
73954      Branch: perlio
73955            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73956 ____________________________________________________________________________
73957 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73958         Log: Document utf8_to_uv() better.
73959      Branch: perl
73960            ! pod/perlapi.pod utf8.c
73961 ____________________________________________________________________________
73962 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73963         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73964      Branch: perl
73965            ! embed.pl pod/perlapi.pod utf8.c
73966 ____________________________________________________________________________
73967 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73968         Log: Integrate perlio:
73969              
73970              [  8021]
73971              Various attempts at MSVC debug - not sure what has
73972              changed but works now. 
73973              Seems atexit() _may_ work for DLLs built with MSVC so don't
73974              call cleanup that way.
73975              
73976              [  8019]
73977              Add useperlio to config.vc
73978              Turn off binmode in config_H.PL
73979              Regen all the config_H.xx
73980              Attempt to get debugging build with MSVC.
73981              
73982              [  8018]
73983              Test various dup/external program options on all platforms.
73984              
73985              [  8017]
73986              Fix harness to be less picky
73987      Branch: perl
73988           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73989           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73990           !> win32/makefile.mk
73991 ____________________________________________________________________________
73992 [  8021] By: nick                                  on 2000/12/07  00:28:14
73993         Log: Various attempts at MSVC debug - not sure what has
73994              changed but works now. 
73995              Seems atexit() _may_ work for DLLs built with MSVC so don't
73996              call cleanup that way.
73997      Branch: perlio
73998            ! perlio.c win32/makefile.mk
73999 ____________________________________________________________________________
74000 [  8020] By: nick                                  on 2000/12/06  19:57:20
74001         Log: Integrate mainline
74002      Branch: perlio
74003           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
74004           !> (integrate 75 files)
74005 ____________________________________________________________________________
74006 [  8019] By: nick                                  on 2000/12/06  19:28:21
74007         Log: Add useperlio to config.vc
74008              Turn off binmode in config_H.PL
74009              Regen all the config_H.xx
74010              Attempt to get debugging build with MSVC.
74011      Branch: perlio
74012            ! win32/config.vc win32/config_H.bc win32/config_H.gc
74013            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
74014 ____________________________________________________________________________
74015 [  8018] By: nick                                  on 2000/12/06  19:21:57
74016         Log: Test various dup/external program options on all platforms.
74017      Branch: perlio
74018            ! t/io/dup.t
74019 ____________________________________________________________________________
74020 [  8017] By: nick                                  on 2000/12/06  19:20:47
74021         Log: Fix harness to be less picky
74022      Branch: perlio
74023            ! lib/Test/Harness.pm
74024 ____________________________________________________________________________
74025 [  8016] By: jhi                                   on 2000/12/06  16:45:12
74026         Log: Update Changes.
74027      Branch: perl
74028            ! Changes patchlevel.h
74029 ____________________________________________________________________________
74030 [  8015] By: jhi                                   on 2000/12/06  16:41:03
74031         Log: Test \x{...} with ord().
74032      Branch: perl
74033            ! t/op/ord.t
74034 ____________________________________________________________________________
74035 [  8014] By: jhi                                   on 2000/12/06  16:20:33
74036         Log: Test tweak because of #8013.
74037      Branch: perl
74038            ! t/lib/b.t
74039 ____________________________________________________________________________
74040 [  8013] By: jhi                                   on 2000/12/06  16:09:09
74041         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
74042              From: Michael G Schwern <schwern@pobox.com>
74043              Date: Tue, 5 Dec 2000 21:23:28 -0500
74044              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
74045              
74046              Carp::Heavy parts not very applicable because of recent changes.
74047      Branch: perl
74048            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
74049            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
74050            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
74051            ! lib/Exporter.pm lib/Exporter/Heavy.pm
74052            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
74053            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
74054            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
74055            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
74056            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
74057            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
74058            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
74059            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
74060            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
74061            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
74062            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
74063            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
74064            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
74065            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
74066            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
74067            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
74068            ! warnings.pl
74069 ____________________________________________________________________________
74070 [  8012] By: jhi                                   on 2000/12/06  15:22:38
74071         Log: Subject: [PATCH] Re: New harness is failing things
74072              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74073              Date: Wed, 6 Dec 2000 13:00:30 GMT
74074              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
74075      Branch: perl
74076            ! lib/Test/Harness.pm
74077 ____________________________________________________________________________
74078 [  8011] By: jhi                                   on 2000/12/06  15:12:08
74079         Log: Subject: installhtml changes
74080              From: Michael Stevens <michael@etla.org>
74081              Date: Wed, 6 Dec 2000 13:15:53 +0000
74082              Message-ID: <20001206131553.A27317@firedrake.org>
74083      Branch: perl
74084            ! installhtml
74085 ____________________________________________________________________________
74086 [  8010] By: jhi                                   on 2000/12/06  15:06:05
74087         Log: Subject: the dTHR hits
74088              From: Michael Stevens <michael@etla.org>
74089              Date: Wed, 6 Dec 2000 12:06:03 +0000
74090              Message-ID: <20001206120603.A24581@firedrake.org>
74091              
74092              More, errrm, less dTHRs.
74093      Branch: perl
74094            ! bytecode.pl ext/B/B/C.pm
74095 ____________________________________________________________________________
74096 [  8009] By: jhi                                   on 2000/12/06  15:04:25
74097         Log: Subject: MakeMaker mailing list gone?
74098              From: Michael G Schwern <schwern@pobox.com>
74099              Date: Tue, 5 Dec 2000 19:29:59 -0500
74100              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
74101              
74102              The MakeMaker mailing list is dead, perlbug is the right
74103              address to report bugs.
74104      Branch: perl
74105            ! lib/ExtUtils/MakeMaker.pm
74106 ____________________________________________________________________________
74107 [  8008] By: jhi                                   on 2000/12/06  15:00:32
74108         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
74109              From: Michael G Schwern <schwern@pobox.com>
74110              Date: Tue, 5 Dec 2000 19:21:21 -0500
74111              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
74112              
74113              Add a default MANIFEST skip that ignores things like
74114              version control files, editor temporary files, and the Makefile.
74115      Branch: perl
74116            + lib/ExtUtils/MANIFEST.SKIP
74117            ! MANIFEST lib/ExtUtils/Manifest.pm
74118 ____________________________________________________________________________
74119 [  8007] By: jhi                                   on 2000/12/06  14:57:20
74120         Log: In Amiga more manual hackery of the scripts seems to be needed,
74121              from Jan-Erik Karlsson.  Why Configure does not get this right
74122              is unknown, may be shell-induced.
74123      Branch: perl
74124            ! README.amiga
74125 ____________________________________________________________________________
74126 [  8006] By: jhi                                   on 2000/12/05  23:53:12
74127         Log: Add TOPm1s to peek at the second topmost stack item.
74128      Branch: perl
74129            ! pp.h
74130 ____________________________________________________________________________
74131 [  8005] By: jhi                                   on 2000/12/05  23:13:55
74132         Log: Avaunt, you foul UTF-8 tests.
74133      Branch: perl
74134            ! t/op/ver.t t/pragma/utf8.t
74135 ____________________________________________________________________________
74136 [  8004] By: jhi                                   on 2000/12/05  23:09:54
74137         Log: Continue utf8 dispersal. 
74138      Branch: perl
74139            + t/op/concat.t
74140            ! MANIFEST t/pragma/utf8.t
74141 ____________________________________________________________________________
74142 [  8003] By: nick                                  on 2000/12/05  23:02:39
74143         Log: Integrate mainline.
74144      Branch: perlio
74145           +> t/op/length.t t/op/utf8decode.t
74146           !> (integrate 69 files)
74147 ____________________________________________________________________________
74148 [  8002] By: jhi                                   on 2000/12/05  22:59:28
74149         Log: Integrate perlio:
74150              
74151              [  8001]
74152              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74153              - calloc/free suffer from damage on TerminateThread()
74154              - use PerlMemShared (as originally planned) now fixed
74155              - avoid doing anything important on DLL "detach".
74156              
74157              [  8000]
74158              Fix gross PerlMemShared issue.
74159      Branch: perl
74160           !> iperlsys.h perl.c perlio.c win32/perllib.c
74161 ____________________________________________________________________________
74162 [  8001] By: nick                                  on 2000/12/05  22:07:52
74163         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74164              - calloc/free suffer from damage on TerminateThread()
74165              - use PerlMemShared (as originally planned) now fixed
74166              - avoid doing anything important on DLL "detach".
74167      Branch: perlio
74168            ! perl.c perlio.c win32/perllib.c
74169 ____________________________________________________________________________
74170 [  8000] By: nick                                  on 2000/12/05  21:05:09
74171         Log: Fix gross PerlMemShared issue.
74172      Branch: perlio
74173            ! iperlsys.h
74174 ____________________________________________________________________________
74175 [  7999] By: jhi                                   on 2000/12/05  20:46:58
74176         Log: Test for Unicode (UTF-8) hash keys.
74177      Branch: perl
74178            ! t/op/each.t
74179 ____________________________________________________________________________
74180 [  7998] By: jhi                                   on 2000/12/05  20:30:35
74181         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
74182              is now always UTF-8), empty line cosmetics.
74183      Branch: perl
74184            ! t/pragma/utf8.t
74185 ____________________________________________________________________________
74186 [  7997] By: jhi                                   on 2000/12/05  20:15:40
74187         Log: Subject: Re: STRLEN - what?
74188              From: Andy Dougherty <doughera@lafayette.edu>
74189              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
74190              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
74191              
74192              Explain STRLEN.
74193      Branch: perl
74194            ! pod/perlguts.pod
74195 ____________________________________________________________________________
74196 [  7996] By: jhi                                   on 2000/12/05  20:13:34
74197         Log: Split off the UTF-8 decoder tests, make them to check also
74198              the error message.
74199      Branch: perl
74200            + t/op/utf8decode.t
74201            ! MANIFEST t/pragma/utf8.t utf8.c
74202 ____________________________________________________________________________
74203 [  7995] By: jhi                                   on 2000/12/05  16:39:47
74204         Log: Start migrating bits of pragma/utf8 to elsewhere
74205              (since the long term plan is to obsolete 'use utf8').
74206      Branch: perl
74207            + t/op/length.t
74208            ! MANIFEST t/pragma/utf8.t
74209 ____________________________________________________________________________
74210 [  7994] By: jhi                                   on 2000/12/05  16:30:21
74211         Log: Fix a manual edit typo from #7993, fix the message formatting
74212              for Unicode, add few our declarations.
74213      Branch: perl
74214            ! lib/Carp/Heavy.pm
74215 ____________________________________________________________________________
74216 [  7993] By: jhi                                   on 2000/12/05  16:09:15
74217         Log: Subject: Need help with warnings :-(
74218              From: "Ben Tilly" <ben_tilly@hotmail.com>
74219              Date: Tue, 05 Dec 2000 01:35:54 -0500
74220              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
74221              
74222              Subject: UPDATE: Carp/Heavy now passes all tests
74223              From: "Ben Tilly" <ben_tilly@hotmail.com>
74224              Date: Tue, 05 Dec 2000 07:59:41 -0500
74225              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
74226              
74227              The Brave New Carp.
74228      Branch: perl
74229            ! lib/Carp.pm lib/Carp/Heavy.pm
74230 ____________________________________________________________________________
74231 [  7992] By: jhi                                   on 2000/12/05  15:55:08
74232         Log: Subject: [PATCH perl@7979] cygwin port
74233              From: "Eric Fifer" <efifer@dircon.co.uk>
74234              Date: Tue, 5 Dec 2000 14:04:09 -0000
74235              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
74236      Branch: perl
74237            ! t/lib/net-hostent.t
74238 ____________________________________________________________________________
74239 [  7991] By: jhi                                   on 2000/12/05  15:52:34
74240         Log: Subject: Re: [PATCH] The largest hoax of all times?
74241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74242              Date: Tue, 5 Dec 2000 00:40:25 -0500
74243              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
74244              
74245              Subject: Re: [PATCH] The largest hoax of all times?
74246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74247              Date: Mon, 4 Dec 2000 23:55:53 -0500
74248              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
74249              
74250              Subject: Re: [PATCH] The largest hoax of all times?
74251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74252              Date: Tue, 5 Dec 2000 01:28:45 -0500
74253              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
74254              
74255              Fix the unpredictable order of DESTROYs.
74256      Branch: perl
74257            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
74258            ! sv.c sv.h t/op/ref.t
74259 ____________________________________________________________________________
74260 [  7990] By: jhi                                   on 2000/12/05  14:38:53
74261         Log: Subject: [PATCH] shrink pp_hot fractionally
74262              From: Nicholas Clark <nick@ccl4.org>
74263              Date: Tue, 5 Dec 2000 12:44:31 +0000
74264              Message-ID: <20001205124431.E74518@plum.flirble.org>
74265              
74266              Use report_evil_fh().
74267      Branch: perl
74268            ! opcode.pl opnames.h pp_hot.c util.c
74269 ____________________________________________________________________________
74270 [  7989] By: jhi                                   on 2000/12/05  14:21:27
74271         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74272              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74273              Date: Mon, 04 Dec 2000 22:21:59 -0800
74274              Message-ID: <HmIL6gzkgepS092yn@efn.org>
74275              
74276              Harness shouldn't ignore responses like "ok 3\r\r\n".
74277      Branch: perl
74278            ! lib/Test/Harness.pm
74279 ____________________________________________________________________________
74280 [  7988] By: jhi                                   on 2000/12/05  13:51:28
74281         Log: Integrate the "skip" messages to explain().
74282      Branch: perl
74283            ! t/lib/syslfs.t t/op/lfs.t
74284 ____________________________________________________________________________
74285 [  7987] By: jhi                                   on 2000/12/05  12:34:54
74286         Log: The one that got away in #7984.
74287              
74288              Subject: Re: dTHR - what and why?
74289              From: Michael Stevens <michael@etla.org> 
74290              Date: Tue, 5 Dec 2000 11:15:52 +0000
74291              Message-ID: <20001205111552.A4647@firedrake.org>
74292      Branch: perl
74293            ! sv.h
74294 ____________________________________________________________________________
74295 [  7986] By: gsar                                  on 2000/12/05  09:14:44
74296         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
74297              due to the notorious GetFileType() bug in Windows 9x, which fstat()
74298              tickles)
74299      Branch: perl
74300            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
74301 ____________________________________________________________________________
74302 [  7985] By: jhi                                   on 2000/12/05  05:49:03
74303         Log: Integrate perlio:
74304              
74305              [  7983]
74306              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74307      Branch: perl
74308           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74309           !> win32/perlhost.h win32/perllib.c
74310 ____________________________________________________________________________
74311 [  7984] By: jhi                                   on 2000/12/05  05:48:16
74312         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
74313      Branch: perl
74314            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
74315            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
74316            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
74317            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
74318            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
74319            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
74320            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
74321            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
74322            ! win32/win32.c
74323 ____________________________________________________________________________
74324 [  7983] By: nick                                  on 2000/12/04  23:27:43
74325         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74326      Branch: perlio
74327            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74328            ! win32/perlhost.h win32/perllib.c
74329 ____________________________________________________________________________
74330 [  7982] By: jhi                                   on 2000/12/04  19:44:09
74331         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
74332              uncovered by #7980.
74333      Branch: perl
74334            ! op.c
74335 ____________________________________________________________________________
74336 [  7981] By: jhi                                   on 2000/12/04  19:42:07
74337         Log: Subject: [PATCH] Trivial dump.c feature
74338              From: Simon Cozens <simon@cozens.net>
74339              Date: Mon, 4 Dec 2000 18:08:38 +0000
74340              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
74341              
74342              Show whether a constant is UTF-8.
74343      Branch: perl
74344            ! dump.c
74345 ____________________________________________________________________________
74346 [  7980] By: jhi                                   on 2000/12/04  19:36:51
74347         Log: UTF-8 hash keys, patch from Inaba Hiroto.
74348      Branch: perl
74349            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
74350 ____________________________________________________________________________
74351 [  7979] By: jhi                                   on 2000/12/04  17:36:28
74352         Log: Update Changes.
74353      Branch: perl
74354            ! Changes patchlevel.h
74355 ____________________________________________________________________________
74356 [  7978] By: jhi                                   on 2000/12/04  16:42:17
74357         Log: Retract #7977, still too volatile (the euphemism of the day
74358              for unfinished and buggy :-)
74359      Branch: perl
74360            ! doop.c hv.c pp.c sv.h
74361 ____________________________________________________________________________
74362 [  7977] By: jhi                                   on 2000/12/04  16:25:15
74363         Log: (Retracted by #7978, too shaky yet.)
74364              
74365              Subject: Re: utf8 in hash keys, implementor missing
74366              From: Simon Cozens <simon@cozens.net>
74367              Date: Sat, 2 Dec 2000 19:49:35 +0000
74368              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
74369              
74370              The first step at UTF-8 hash keys.
74371      Branch: perl
74372            ! doop.c hv.c pp.c sv.h
74373 ____________________________________________________________________________
74374 [  7976] By: jhi                                   on 2000/12/04  16:13:53
74375         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74376              From: sthoenna@efn.org
74377              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
74378              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
74379      Branch: perl
74380            ! os2/os2.c perlio.c
74381 ____________________________________________________________________________
74382 [  7975] By: jhi                                   on 2000/12/04  16:05:25
74383         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
74384              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74385              Date: Thu, 30 Nov 2000 20:50:37 -0800
74386              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
74387      Branch: perl
74388            ! os2/os2.c
74389 ____________________________________________________________________________
74390 [  7974] By: jhi                                   on 2000/12/04  16:03:57
74391         Log: Subject: [PATCH] ++ 20% faster
74392              From: Nicholas Clark <nick@ccl4.org>
74393              Date: Mon, 4 Dec 2000 12:17:27 +0000
74394              Message-ID: <20001204121726.B52976@plum.flirble.org>
74395              
74396              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
74397      Branch: perl
74398            ! sv.c
74399 ____________________________________________________________________________
74400 [  7973] By: jhi                                   on 2000/12/04  16:00:48
74401         Log: 
74402              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
74403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74404              Date: Mon, 04 Dec 2000 12:30:45 +0100
74405              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
74406              
74407              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
74408              library (getprotobyname and getprotobynumber are outversioned by
74409              the same calls in libc, at least for xlc version 3.
74410      Branch: perl
74411            ! hints/aix.sh
74412 ____________________________________________________________________________
74413 [  7972] By: jhi                                   on 2000/12/04  02:58:31
74414         Log: Integrate perlio:
74415              
74416              [  7971]
74417              Quieten some noise in Win32 builds:
74418              - win32.h is included after <sys/socket.h>, so need to 
74419              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74420              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74421              
74422              [  7970]
74423              PERL_IMPLICIT_SYS compiles but does not work.
74424      Branch: perl
74425           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
74426           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
74427           !> win32/win32.h win32/win32iop.h win32/win32thread.h
74428 ____________________________________________________________________________
74429 [  7971] By: nick                                  on 2000/12/04  00:24:33
74430         Log: Quieten some noise in Win32 builds:
74431              - win32.h is included after <sys/socket.h>, so need to 
74432              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74433              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74434      Branch: perlio
74435            ! doio.c perl.h toke.c win32/win32.h
74436 ____________________________________________________________________________
74437 [  7970] By: nick                                  on 2000/12/03  22:57:46
74438         Log: PERL_IMPLICIT_SYS compiles but does not work.
74439      Branch: perlio
74440            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
74441            ! win32/perlhost.h win32/perllib.c win32/win32.h
74442            ! win32/win32iop.h win32/win32thread.h
74443 ____________________________________________________________________________
74444 [  7969] By: jhi                                   on 2000/12/03  22:12:58
74445         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
74446              used to swash_init(), makes regprop() dumps more informative
74447              (+utf8::IsAlpha, -utf8::IsDigit, for example).
74448      Branch: perl
74449            ! regcomp.c regexec.c
74450 ____________________________________________________________________________
74451 [  7968] By: jhi                                   on 2000/12/03  21:39:56
74452         Log: Implement ANYOFUTF8 regprop() dumping.
74453      Branch: perl
74454            ! regcomp.c
74455 ____________________________________________________________________________
74456 [  7967] By: jhi                                   on 2000/12/03  20:57:19
74457         Log: Make uv_to_utf8() to zero-terminate its output buffer,
74458              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
74459      Branch: perl
74460            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
74461 ____________________________________________________________________________
74462 [  7966] By: nick                                  on 2000/12/03  18:41:21
74463         Log: Integrate mainline (STDCHAR)
74464      Branch: perlio
74465           !> Configure t/pragma/utf8.t
74466 ____________________________________________________________________________
74467 [  7965] By: jhi                                   on 2000/12/03  17:58:20
74468         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
74469      Branch: perl
74470            ! t/pragma/utf8.t
74471 ____________________________________________________________________________
74472 [  7964] By: jhi                                   on 2000/12/03  17:35:56
74473         Log: Integrate perlio:
74474              
74475              [  7961]
74476              Make iperlsys.h vector stdio not PerlIO.
74477      Branch: perl
74478           !> iperlsys.h perlio.c
74479 ____________________________________________________________________________
74480 [  7963] By: jhi                                   on 2000/12/03  17:33:55
74481         Log: Metaconfig unit change for #7962.
74482      Branch: metaconfig
74483            ! U/modified/stdchar.U
74484 ____________________________________________________________________________
74485 [  7962] By: jhi                                   on 2000/12/03  17:33:27
74486         Log: Untangle the <stdio.h> #include nest for the stdchar test,
74487              from Andy Dougherty.
74488      Branch: perl
74489            ! Configure
74490 ____________________________________________________________________________
74491 [  7961] By: nick                                  on 2000/12/03  16:53:00
74492         Log: Make iperlsys.h vector stdio not PerlIO.
74493      Branch: perlio
74494            ! iperlsys.h perlio.c
74495 ____________________________________________________________________________
74496 [  7960] By: nick                                  on 2000/12/03  14:43:01
74497         Log: Integrate mainline
74498      Branch: perlio
74499           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
74500           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
74501 ____________________________________________________________________________
74502 [  7959] By: jhi                                   on 2000/12/03  08:16:36
74503         Log: Use DO_UTF8().
74504      Branch: perl
74505            ! op.c
74506 ____________________________________________________________________________
74507 [  7958] By: jhi                                   on 2000/12/02  18:33:05
74508         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74509              From: Mike Guy <mjtg@cam.ac.uk>         
74510              Date: Sat, 02 Dec 2000 17:27:13 +0000
74511              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
74512              
74513              An extraneous argument.
74514      Branch: perl
74515            ! toke.c
74516 ____________________________________________________________________________
74517 [  7957] By: jhi                                   on 2000/12/02  18:22:32
74518         Log: A missing hunk.
74519      Branch: perl
74520            ! t/lib/net-hostent.t
74521 ____________________________________________________________________________
74522 [  7956] By: jhi                                   on 2000/12/02  18:06:20
74523         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
74524              From: Nicholas Clark <nick@ccl4.org>
74525              Date: Sat, 2 Dec 2000 14:28:27 +0000
74526              Message-ID: <20001202142827.A12308@plum.flirble.org>
74527              
74528              Test robustness.
74529      Branch: perl
74530            ! t/lib/net-hostent.t
74531 ____________________________________________________________________________
74532 [  7955] By: jhi                                   on 2000/12/02  17:58:06
74533         Log: Metaconfig unit change for #7954.
74534      Branch: metaconfig
74535            ! U/modified/stdchar.U
74536 ____________________________________________________________________________
74537 [  7954] By: jhi                                   on 2000/12/02  17:54:32
74538         Log: An inconvenient hang would happen if the stdio _ptr wasn't
74539              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
74540              would be grepping stdin for all eternity for the _ptr.)
74541      Branch: perl
74542            ! Configure
74543 ____________________________________________________________________________
74544 [  7953] By: jhi                                   on 2000/12/02  00:07:15
74545         Log: Update Changes.
74546      Branch: perl
74547            ! Changes patchlevel.h
74548 ____________________________________________________________________________
74549 [  7952] By: jhi                                   on 2000/12/01  23:54:47
74550         Log: Subject: Re: long shell lines
74551              From: Andy Dougherty <doughera@lafayette.edu>
74552              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
74553              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
74554              
74555              Split overly long shell command lines.
74556      Branch: perl
74557            ! lib/ExtUtils/MM_Unix.pm
74558 ____________________________________________________________________________
74559 [  7951] By: jhi                                   on 2000/12/01  23:48:02
74560         Log: The metaconfig unit change for #7950.
74561      Branch: metaconfig
74562            + U/modified/stdchar.U
74563 ____________________________________________________________________________
74564 [  7950] By: jhi                                   on 2000/12/01  23:47:39
74565         Log: Try to find stdchar also from <stdio_impl.h>.
74566      Branch: perl
74567            ! Configure config_h.SH
74568 ____________________________________________________________________________
74569 [  7949] By: jhi                                   on 2000/12/01  23:46:45
74570         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74571              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74572              Date: Fri, 1 Dec 2000 16:26:08 -0500
74573              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
74574              
74575              Reword the diagnostic message.
74576      Branch: perl
74577            ! pod/perldiag.pod
74578 ____________________________________________________________________________
74579 [  7948] By: nick                                  on 2000/12/01  22:49:43
74580         Log: Integrate mainline (for s/y/m as sub names stuff).
74581      Branch: perlio
74582           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
74583           !> t/pragma/warn/toke toke.c
74584 ____________________________________________________________________________
74585 [  7947] By: jhi                                   on 2000/12/01  20:55:41
74586         Log: Integrate perlio:
74587              
74588              [  7942]
74589              Fix 'mmap' lib/filehand.t (ungetc) test fail.
74590              Make 'unix' pass most tests
74591              - do unread by temporary push of layer ("pending") holding unread chars
74592              - fast_gets is now based on per-handle flag
74593              - relax one of io/pipe.t tests to allow print to fail and close to
74594              succeed so that it passes on unbuffered "unix" layer.
74595              Remaining fail is sporadic and a genuine race condition between
74596              parent/child in fork test.
74597      Branch: perl
74598           !> perlio.c perliol.h t/io/pipe.t
74599 ____________________________________________________________________________
74600 [  7946] By: jhi                                   on 2000/12/01  20:36:51
74601         Log: Upgrade to CPAN 1.59_51, from Andreas König.
74602      Branch: perl
74603            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74604 ____________________________________________________________________________
74605 [  7945] By: nick                                  on 2000/12/01  20:31:32
74606         Log: Integrate mainline
74607      Branch: perlio
74608           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
74609           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
74610           +> t/lib/net-hostent.t
74611           !> (integrate 35 files)
74612 ____________________________________________________________________________
74613 [  7944] By: jhi                                   on 2000/12/01  20:23:29
74614         Log: Some help for 20001130.011.  Now one gets warnings like
74615              "Ambiguous -f() resolved as a file test ..."
74616      Branch: perl
74617            ! pod/perldiag.pod t/pragma/warn/toke toke.c
74618 ____________________________________________________________________________
74619 [  7943] By: jhi                                   on 2000/12/01  19:44:44
74620         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
74621              that also breaks using them as methods. 
74622      Branch: perl
74623            ! pod/perldiag.pod t/op/misc.t toke.c
74624 ____________________________________________________________________________
74625 [  7942] By: nick                                  on 2000/12/01  17:56:46
74626         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
74627              Make 'unix' pass most tests
74628              - do unread by temporary push of layer ("pending") holding unread chars
74629              - fast_gets is now based on per-handle flag
74630              - relax one of io/pipe.t tests to allow print to fail and close to
74631              succeed so that it passes on unbuffered "unix" layer.
74632              Remaining fail is sporadic and a genuine race condition between
74633              parent/child in fork test.
74634      Branch: perlio
74635            ! perlio.c perliol.h t/io/pipe.t
74636 ____________________________________________________________________________
74637 [  7941] By: jhi                                   on 2000/12/01  15:28:58
74638         Log: (Retracted by #7943.)
74639              
74640              Reserve the short named string operator names.
74641      Branch: perl
74642            ! pod/perldiag.pod t/op/misc.t toke.c
74643 ____________________________________________________________________________
74644 [  7940] By: jhi                                   on 2000/12/01  06:45:53
74645         Log: Get the three different space character classes right under utf8.
74646      Branch: perl
74647            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
74648            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74649            ! regexec.c t/op/pat.t utf8.c
74650 ____________________________________________________________________________
74651 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74652         Log: Two more tests that make no sense in UTF-8 since the test
74653              data is not in UTF-8.
74654      Branch: perl
74655            ! t/op/regexp.t
74656 ____________________________________________________________________________
74657 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74658         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74659              should it be required inside regexen?
74660      Branch: perl
74661            ! regcomp.c t/op/regmesg.t
74662 ____________________________________________________________________________
74663 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74664         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74665              stored and restored, and thusly was trounced by the utf8 swash
74666              routines.
74667      Branch: perl
74668            ! regcomp.c
74669 ____________________________________________________________________________
74670 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74671         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74672              Why the different platforms behave so differently (core dump vs
74673              no core dump) on this bug is a but of a mystery, but if I had to
74674              guess I would mumble something like 'alignment'.
74675      Branch: perl
74676            ! sv.c
74677 ____________________________________________________________________________
74678 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74679         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74680              From: Robin Barker <rmb1@cise.npl.co.uk>
74681              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74682              Date: Thu, 30 Nov 2000 14:27:12 GMT
74683      Branch: perl
74684            ! perlio.c toke.c
74685 ____________________________________________________________________________
74686 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74687         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74688      Branch: perl
74689            ! t/lib/net-hostent.t
74690 ____________________________________________________________________________
74691 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74692         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74693              From: Peter Prymmer <pvhp@forte.com>
74694              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74695              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74696              
74697              In VMS the localhost may be LOCALHOST.
74698      Branch: perl
74699            ! t/lib/net-hostent.t
74700 ____________________________________________________________________________
74701 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74702         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74703              From: Peter Prymmer <pvhp@forte.com>
74704              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74705              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74706              
74707              plus regen perlapi.pod.
74708      Branch: perl
74709            ! pod/perlapi.pod utf8.c
74710 ____________________________________________________________________________
74711 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74712         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74713              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74714              Date:     Wed, 29 Nov 2000 17:15:11 EST
74715              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74716      Branch: perl
74717            ! t/lib/filter-util.pl t/lib/filter-util.t
74718 ____________________________________________________________________________
74719 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74720         Log: Update Changes.
74721      Branch: perl
74722            ! Changes patchlevel.h
74723 ____________________________________________________________________________
74724 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74725         Log: Update the va_copy() metaconfig unit.
74726      Branch: metaconfig/U/perl
74727            ! need_va_copy.U
74728 ____________________________________________________________________________
74729 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74730         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74731              From: Dominic Dunlop <domo@computer.org>
74732              Date: Tue, 28 Nov 2000 16:41:57 +0100
74733              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74734              
74735              Patch to catch a core dump in the Configure va_copy test.
74736      Branch: perl
74737            ! Configure config_h.SH
74738 ____________________________________________________________________________
74739 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74740         Log: Retract #7921, the patch shouldn't be needed.
74741      Branch: perl
74742            ! sv.c
74743 ____________________________________________________________________________
74744 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74745         Log: Make the Class::Struct import() wiser.
74746      Branch: perl
74747            ! lib/Class/Struct.pm t/lib/class-struct.t
74748 ____________________________________________________________________________
74749 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74750         Log: All the core library users of Class::Struct seem to be
74751              using "use Class::Struct 'struct';" instead of the bare
74752              "use Class::Struct;", which isn't documented in Class::Struct.
74753              This can't be right.
74754      Branch: perl
74755            ! lib/File/stat.pm
74756 ____________________________________________________________________________
74757 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74758         Log: A test works better if it has the right 1..$n output.
74759      Branch: perl
74760            ! t/lib/class-struct.t
74761 ____________________________________________________________________________
74762 [  7923] By: jhi                                   on 2000/11/29  16:29:11
74763         Log: Forgot to MANIFEST the new Net::hostent test.
74764      Branch: perl
74765            ! MANIFEST
74766 ____________________________________________________________________________
74767 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74768         Log: Integrate perlio:
74769              
74770              [  7906]
74771              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74772      Branch: perl
74773           !> iperlsys.h perlio.c
74774 ____________________________________________________________________________
74775 [  7921] By: jhi                                   on 2000/11/29  16:27:10
74776         Log: (Retracted by #7927.)
74777              
74778              Subject: [PATCH] Is infinity a number?
74779              From: Simon Cozens <simon@cozens.net>
74780              Date: Wed, 29 Nov 2000 14:48:20 +0000
74781              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
74782      Branch: perl
74783            ! sv.c
74784 ____________________________________________________________________________
74785 [  7920] By: jhi                                   on 2000/11/29  16:23:02
74786         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
74787              From: rspier@pobox.com (Robert Spier)
74788              Date: Wed, 29 Nov 2000 02:17:49 -0500
74789              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
74790              
74791              Add a test for Net::hostent.
74792      Branch: perl
74793            + t/lib/net-hostent.t
74794 ____________________________________________________________________________
74795 [  7919] By: jhi                                   on 2000/11/29  16:21:31
74796         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
74797              add a test for Class::Struct.
74798      Branch: perl
74799            + t/lib/class-struct.t
74800            ! MANIFEST lib/Class/Struct.pm
74801 ____________________________________________________________________________
74802 [  7918] By: jhi                                   on 2000/11/29  15:48:40
74803         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
74804              From: rspier@pobox.com (Robert Spier)
74805              Date: Wed, 29 Nov 2000 02:25:39 -0500
74806              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
74807              
74808              More checking in case someone has broken their services or
74809              protocol databases.
74810      Branch: perl
74811            ! ext/Sys/Syslog/Syslog.pm
74812 ____________________________________________________________________________
74813 [  7917] By: jhi                                   on 2000/11/29  15:46:25
74814         Log: Subject: [PATCH] $^O  win32 -> MSWin32
74815              From: rspier@pobox.com (Robert Spier)
74816              Date: Wed, 29 Nov 2000 02:17:38 -0500
74817              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
74818              
74819              plus similar nits for vms, err, VMS, and UNICOS.
74820      Branch: perl
74821            ! t/lib/syslfs.t t/op/lfs.t
74822 ____________________________________________________________________________
74823 [  7916] By: jhi                                   on 2000/11/29  15:42:51
74824         Log: Subject: [PATCH] Tokeniser debugging
74825              From: Simon Cozens <simon@cozens.net>
74826              Date: Wed, 29 Nov 2000 14:15:45 +0000
74827              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
74828      Branch: perl
74829            ! perl.c perl.h pod/perlrun.pod toke.c
74830 ____________________________________________________________________________
74831 [  7915] By: jhi                                   on 2000/11/29  15:41:36
74832         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74834              Date: Wed, 29 Nov 2000 02:13:14 -0500
74835              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
74836              
74837              OUT keyword nits.
74838              
74839              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74841              Date: Wed, 29 Nov 2000 03:09:04 -0500
74842              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
74843              
74844              OUT and IN_OUT documentation.
74845      Branch: perl
74846            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74847 ____________________________________________________________________________
74848 [  7914] By: jhi                                   on 2000/11/29  03:35:01
74849         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
74850              From: John Tobey <jtobey@john-edwin-tobey.org>
74851              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
74852              Message-Id: <m140e1N-000FOoC@feynman.localnet>
74853              
74854              plus a performance speedup noticed by Sarathy.
74855      Branch: perl
74856            ! op.c
74857 ____________________________________________________________________________
74858 [  7913] By: jhi                                   on 2000/11/29  03:16:59
74859         Log: Use "1 while unlink" so that VMS gets clean, too.
74860      Branch: perl
74861            ! t/lib/filter-util.t
74862 ____________________________________________________________________________
74863 [  7912] By: jhi                                   on 2000/11/29  03:09:08
74864         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
74865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74866              Date: Tue, 28 Nov 2000 03:27:09 -0500
74867              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
74868      Branch: perl
74869            ! lib/ExtUtils/xsubpp
74870 ____________________________________________________________________________
74871 [  7911] By: jhi                                   on 2000/11/29  03:06:30
74872         Log: This should have been part of #7872: no need to scan UTF-8
74873              until eternity.
74874      Branch: perl
74875            ! utf8.c
74876 ____________________________________________________________________________
74877 [  7910] By: jhi                                   on 2000/11/29  02:50:04
74878         Log: One more perltie.pod nit from Casey R. Tweten.
74879      Branch: perl
74880            ! pod/perltie.pod
74881 ____________________________________________________________________________
74882 [  7909] By: jhi                                   on 2000/11/29  02:44:23
74883         Log: Document the known sprintf test failures, exact standard
74884              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
74885      Branch: perl
74886            ! pod/perldelta.pod t/op/sprintf.t
74887 ____________________________________________________________________________
74888 [  7908] By: jhi                                   on 2000/11/29  02:36:23
74889         Log: Add the Encoding table format documentation.
74890      Branch: perl
74891            + ext/Encode/Encode/EncodeFormat.pod
74892            ! MANIFEST
74893 ____________________________________________________________________________
74894 [  7907] By: jhi                                   on 2000/11/29  02:07:24
74895         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
74896              From: "Casey R. Tweten" <crt@kiski.net>
74897              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
74898              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
74899              
74900              Subject: Re: [PATCH] Updating perltie.pod for arrays
74901              From: "Casey R. Tweten" <crt@kiski.net>
74902              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
74903              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
74904      Branch: perl
74905            ! pod/perltie.pod
74906 ____________________________________________________________________________
74907 [  7906] By: nick                                  on 2000/11/28  22:40:59
74908         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74909      Branch: perlio
74910            ! iperlsys.h perlio.c
74911 ____________________________________________________________________________
74912 [  7905] By: nick                                  on 2000/11/28  22:04:34
74913         Log: Integrate mainline
74914      Branch: perlio
74915           !> (integrate 39 files)
74916 ____________________________________________________________________________
74917 [  7904] By: jhi                                   on 2000/11/28  16:44:43
74918         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
74919              From: Nicholas Clark <nick@babyhippo.co.uk>
74920              Date: Tue, 28 Nov 2000 11:16:57 +0000
74921              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74922      Branch: perl
74923            ! pod/perlipc.pod
74924 ____________________________________________________________________________
74925 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74926         Log: Subject: [PATCH] Updating perltie.pod for arrays
74927              From: "Casey R. Tweten" <crt@kiski.net>
74928              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74929              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74930      Branch: perl
74931            ! pod/perltie.pod
74932 ____________________________________________________________________________
74933 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74934         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74935              From: Robin Barker <rmb1@cise.npl.co.uk>
74936              Date: Mon, 27 Nov 2000 17:56:44 GMT
74937              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74938      Branch: perl
74939            ! pod/perlfunc.pod t/op/split.t
74940 ____________________________________________________________________________
74941 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74942         Log: setmode() is a DOSish-only thing.
74943      Branch: perl
74944            ! perlio.c
74945 ____________________________________________________________________________
74946 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74947         Log: Subject: [PATCH] perlcc.PL cleanups
74948              From: Simon Cozens <simon@cozens.net>
74949              Date: Tue, 28 Nov 2000 12:44:35 +0000
74950              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74951      Branch: perl
74952            ! utils/perlcc.PL
74953 ____________________________________________________________________________
74954 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74955         Log: reintegrate files missed by change#7895
74956      Branch: maint-5.6/perl
74957           +> ext/ByteLoader/bytecode.h utils/Makefile
74958            - utils/perlbc.PL
74959 ____________________________________________________________________________
74960 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74961         Log: can't integrate these two files, for some reason
74962      Branch: maint-5.6/perl
74963            - ext/ByteLoader/bytecode.h utils/Makefile
74964 ____________________________________________________________________________
74965 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74966         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74967              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74968              6757..6890,6892..6901 from mainline
74969              
74970              Bytecompiler patches from Benjamin Stuhl.
74971              
74972              More bytecompiler.
74973              
74974              Subject: [PATCH blead] B:: missing dependency
74975              
74976              Subject: [PATCH: 6757] configure.com updates and syslog build
74977              
74978              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74979              and Spider Boardman.
74980              
74981              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74982              
74983              Long double fixes from Spider Boardman.
74984              
74985              Make the selection of NVff et al stricter.
74986              
74987              cSVOPo_*v things index into the current PL_curpad
74988              under ithreads, which is different from the curpad
74989              used by the XSUB.  (In other words, the code as-is
74990              before this patch wouldn't work under ithreads.)
74991              
74992              Be portable.
74993              
74994              VMS MMS (make) wants null action.
74995              
74996              Mac and other portability updates from Chris Nandor.
74997              
74998              Storable support, v-version fixes.
74999              Subject: CPAN.pm beta for testing available
75000              
75001              Portability fix from Hugo van der Sanden.
75002              
75003              Bad makefile.
75004              
75005              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
75006              
75007              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
75008              
75009              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75010              
75011              Replace #6705 with a minimal doc patch.
75012              Subject: [PATCH 5.6.0] replace change #6705
75013              
75014              Drop the separate perlbc, perlcc -b should be enough.
75015              
75016              installperl couldn't tell whether it had run tests or not.
75017              Subject: [PATCH] Re: installperl and t/TEST
75018              
75019              Add silencer flags to installperl.
75020              Subject: [PATCH] Making installperl silent.
75021              
75022              Make "make install" by default silent.  A new "install-verbose"
75023              target is verbose.
75024              
75025              More liberal parsing of version numbers.
75026              Subject: Re: CPAN.pm beta for testing available
75027              
75028              Create directories in silence.
75029              Subject: [PATCH] Another silencer for MakeMaker
75030              
75031              DOS patches and portability/porting notes, from Tim Jenness.
75032              
75033              Make installman to recognize the silence flag -S.
75034              
75035              Actually do something with the silencer option.
75036              
75037              Continue silencing.
75038              
75039              Show the doc file, not the temp file.
75040              
75041              Regen perltoc.
75042              
75043              Subject: [PATCH] More silencing of installman.
75044              
75045              Better wording for the vec lvalue diagnostic.
75046              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75047              
75048              Subject: [PATCH: 6805] several more tweaks to configure.com
75049              
75050              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
75051              
75052              Missing parts of 
75053              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
75054              
75055              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
75056              (applied slightly modified)
75057              
75058              installperl --verbose and --silent.
75059              Subject: Re: [PATCH] More silencing of installman.
75060              
75061              Add install-silent target.
75062              
75063              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
75064              the problem reported in
75065              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
75066              
75067              Tweak the sfio/useperlio logic, hopefully as wished in
75068              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
75069              
75070              One forgotten file from #6816.
75071              
75072              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
75073              
75074              Remove duplicately applied patch shards.
75075              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
75076              
75077              Support preserving extremely big/small angles.
75078              
75079              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
75080              
75081              Subject: [PATCH] installation not quite silent yet.
75082              
75083              Update the test count.
75084              
75085              Use UVxf, PTR2UV, NVff.
75086              
75087              Document PTR2XX and INT2PTR.
75088              
75089              no-install target a la make -n.
75090              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
75091              
75092              grep -e isn't portable.
75093              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
75094              
75095              Can't get the test to reliably work thanks to the
75096              inaccurateness of floating point.  "Resolves" bug ids
75097              20000826.003, 20000826.009, 20000826.010,
75098              
75099              Subject: installman buglet
75100              
75101              DJGPP update from Laszlo Molnar.
75102              
75103              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
75104              
75105              Passing -R in ldflags makes now it to appear in the default
75106              for lddlflags, just like with -L.
75107              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
75108              
75109              Test nit.
75110              
75111              Use the actual thread type, not the pointer-to-struct.
75112              
75113              Provice virtual $Config{ccflags_nolargefiles} etc. 
75114              
75115              display_format used as a class method without arguments was broken,
75116              reported in
75117              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
75118              
75119              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
75120              
75121              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
75122              
75123              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
75124              
75125              opmini.o may be left around if a build is interrupted.
75126              
75127              Typo in #6858.
75128              
75129              Fix for ID 20000828.001, long doubles were not formatted
75130              correctly (showed up in $], which stopped installing perl).
75131              
75132              An attempt to fix the problem reported in
75133              Subject: Building perl@6856 using gcc/AIX 4.3.3 
75134              I can't test this properly since the gcc installation I have
75135              access to seems to be botched (gcc is calling the AIX cpp,
75136              a losing proposition...)
75137              
75138              Add -ld to archname on long tr...double platforms.
75139              
75140              Subject: hv.h Doc Patch
75141              
75142              Potential cruft.
75143              
75144              Subject: [PATCH bleedperl@6856] warnings fixes
75145              
75146              -S is the silent flag, -s is the strip flag.
75147              Subject: [PATCH] Re: [PATCH] make no-install          
75148              
75149              Take out the SUIDMAIL thing, that will not be
75150              a problem in 5.7.*.
75151              
75152              Subject: [PATCH bleedperl@6866] spellings
75153              
75154              Subject: [PATCH] Re: files not cleaned even by veryclean
75155              
75156              Use minimal @INC in tests, most of the time just '../lib',
75157              so that we simply can't pick up stuff from other Perls than
75158              the one we are testing.  Pointed out by
75159              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
75160              
75161              Update to Getopt::Long 2.24, from Johan Vromans.
75162              
75163              Fix for thinko in #6848.
75164              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
75165              
75166              Patches all over for people and the files they (hopefully) care about.
75167              
75168              Subject: Net::protoent does not export 'getproto'
75169              
75170              Missed a change in #6869.
75171              
75172              Subject: [PATCH] Warnings in B::Deparse
75173              
75174              Subject: [PATCH] Glob dumping
75175              
75176              Disable one of the tests for now.
75177              
75178              Disabling the one test is a bit tricky.
75179              
75180              Don't forget to tidy up.
75181              
75182              The #6881 removed one dump line.
75183              
75184              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
75185              
75186              Under usethreads the dumped variable is IN_PAD.
75187              Subject: Re: [PATCH] Glob dumping
75188              
75189              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
75190              
75191              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
75192              
75193              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
75194              
75195              Regen Configure for #6894.
75196              
75197              Subject: [PATCH: 6889] updates to perlebcdic.pod
75198              
75199              Undo namespace pollution of #6878.
75200              Subject: Re: Net::protoent does not export 'getproto'
75201              
75202              Admit that we are leaking scalars.
75203              
75204              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
75205      Branch: maint-5.6/perl
75206           !> (integrate 271 files)
75207 ____________________________________________________________________________
75208 [  7894] By: gsar                                  on 2000/11/27  16:00:34
75209         Log: a couple of nits
75210      Branch: maint-5.6/perl
75211            ! MANIFEST pp_sys.c
75212 ____________________________________________________________________________
75213 [  7893] By: gsar                                  on 2000/11/27  15:10:56
75214         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
75215              6740..6745,6747..6757,6760
75216              
75217              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
75218              
75219              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
75220              
75221              Doc nits spotted by Richard Soderberg.
75222              
75223              move WNOHANG definition to where other such things are
75224              
75225              Make $Config{byteorder} more magical so that it is
75226              dynamically computed: nice for 'fat binaries'.
75227              Subject: [PATCH]: default byteorder
75228              
75229              Subject: [PATCH] Cwd.pm now uses strict
75230              
75231              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
75232              
75233              Get -DLEAKTEST to compile (not necessarily to work, mind)
75234              Subject: [ID 20000724.006] -DLEAKTEST problem
75235              
75236              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
75237              
75238              Add perlebcdic from Peter Prymmer, regen toc.
75239              
75240              Don't propose using modules built for 5.005 if no binary
75241              compatibility with 5.005 is attempted.
75242              
75243              Do not use prototyping here.
75244              Subject: [ID 20000817.016] [PATCH] Peek.xs
75245              
75246              Document what the backtick returns if the command fails.
75247              
75248              Add byteorder to the myconfig output.
75249              
75250              Introduce NVef, NVff, and NVgf, use the middle one.
75251              (helps for lib/peek + Linux + long doubles)  Reported in
75252              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75253              Use NVs in POSIX math, not doubles.
75254              Subject: [ID 20000817.014] POSIX & modfl
75255              
75256              Subject: [PATCH 5.6.0+] newSVrv() memory leak
75257              
75258              The byteorder code in #6671 was wrong.
75259              
75260              Fix the lib/complex failure of
75261              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75262              Linux long double accuracy issue: something that
75263              when printed with %g looks like "2" but int() of it is 1.
75264              
75265              Propagate new Configure vars.
75266              
75267              Unbuffer the output.
75268              
75269              Subject: [PATCH] perltrap.pod spring cleaning
75270              
75271              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
75272              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
75273              
75274              Tiny Getopt::Long patch from Johan Vromans.
75275              
75276              Document code point which makes if (defined %stash::) to work
75277              (noted by Spider Boardman).
75278              
75279              Subject: [PATCH perl@6698] cygwin port
75280              
75281              Document the NDBM_File and ODBM_File as SDBM_File
75282              was documented in #6417.
75283              
75284              The new tests were missing from #6415.
75285              
75286              Add [[:blank:]] as suggested in
75287              Subject: [ID 20000716.024] [=cc=] / [:blank:]
75288              (the [=cc=] has already been taken care of by #6439
75289              so the whole bug report can be closed)
75290              and make [[:space:]] to be equivalent to isspace(3)
75291              (as opposed to \s, which is isSPACE()).  The difference
75292              is that now [[:space:]] matches the mythical vertical tab,
75293              while \s doesn't.
75294              
75295              Don't eat leading os from index entries.
75296              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
75297              
75298              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
75299              
75300              Typo in pp_complement().
75301              Subject: [PATCH perl-current] Deparse
75302              
75303              Add warnif(), check warnings further up the stack,
75304              all the warnings functions now can take an optional object reference.
75305              Subject: [PATCH bleedperl@6691] warnings pragma update
75306              
75307              Fix a core dump in lib/selfloader under -DDEBUGGING.
75308              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
75309              
75310              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
75311              
75312              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
75313              
75314              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
75315              Put back the long double avoidance code to POSIX.xs
75316              because VMS seems to need it still.
75317              
75318              Introduce a 'veryclean' target that is like 'distclean'
75319              but also removes *~ and *.orig.
75320              
75321              Subject: [ID 20000817.023] endianness description in perlfunc.pod
75322              
75323              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
75324              
75325              Let's try #6717 again.
75326              
75327              UTF8 concat fixes.
75328              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
75329              
75330              pp_open() could pass an uninitialized filename down to do_open9().
75331              
75332              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
75333              
75334              Update to CGI 2.72, from Lincoln Stein.
75335              
75336              Subject: [PATCH] Silence MakeMaker (Was: installman)
75337              
75338              Use temporary directory instead of current directory.
75339              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
75340              
75341              Document odd vs even subreleases and -Dusedevel.
75342              
75343              The veryclean target needs to clobber.
75344              
75345              Use File::Spec->tmpdir().
75346              
75347              Document the number of exponent digits.
75348              
75349              Mention perlebcdic and perlposix-bc.
75350              
75351              s/this one/the 5.6.0 release/
75352              
75353              The #6724 is here.
75354              
75355              The correct cleaning order is an art.
75356              
75357              small tweaks for change#6705: avoid C++ style comments in C code;
75358              use Perl's malloc API rather than the low level system one
75359              
75360              Array context keeps slithering in.
75361              
75362              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
75363              
75364              Subject: [PATCH] os2.c fix for use64bitint
75365              
75366              Update to Pod::LaTeX 0.53.
75367              Subject: [PATCH] lib/Pod/LaTeX.pm updates
75368              
75369              Document the endianness of Alpha more precisely.
75370              
75371              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
75372              
75373              Rename the macro argument because some preprocessors
75374              can't tell the difference and expand arguments also inside
75375              double quoted strings.
75376              
75377              free TLS slot properly on Windows
75378              
75379              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
75380              
75381              Unicos/mk requires elaborate paranoia.
75382              
75383              Tweak the floating point output routine preferences.
75384              
75385              Also under djgpp the timestamps are funky.
75386              
75387              Apply some PodParser 1.18 patches; the Pod/Find.pm
75388              patches cannot be applied since #6712 conflicts.
75389              
75390              Use PodParser 1.18 new test.
75391              
75392              A pod nit.
75393              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
75394              
75395              Be verydeepclean.
75396      Branch: maint-5.6/perl
75397           +> pod/perlebcdic.pod
75398           !> (integrate 106 files)
75399 ____________________________________________________________________________
75400 [  7892] By: jhi                                   on 2000/11/27  15:02:32
75401         Log: Update Changes.
75402      Branch: perl
75403            ! Changes patchlevel.h
75404 ____________________________________________________________________________
75405 [  7891] By: jhi                                   on 2000/11/27  14:57:23
75406         Log: Subject: Re: perlfaq style changes
75407              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75408              Date: Sat, 25 Nov 2000 23:32:26 -0800
75409              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
75410              
75411              plus a note from Ronald Kimball.
75412      Branch: perl
75413            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
75414 ____________________________________________________________________________
75415 [  7890] By: jhi                                   on 2000/11/27  14:53:14
75416         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
75417              From: Benjamin Holzman <bah@ecnvantage.com>
75418              Date: Sun, 26 Nov 2000 16:27:33 -0500
75419              Message-ID: <20001126162733.J25040@ecnvantage.com>
75420      Branch: perl
75421            ! gv.c
75422 ____________________________________________________________________________
75423 [  7889] By: jhi                                   on 2000/11/27  14:43:11
75424         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
75425              From: lvirden@cas.org
75426              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
75427              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
75428      Branch: perl
75429            ! README.amiga
75430 ____________________________________________________________________________
75431 [  7888] By: jhi                                   on 2000/11/27  14:32:34
75432         Log: Restore also the locale test to no-sprintf-taint state.
75433              Fixes the bug 20001127.003.
75434      Branch: perl
75435            ! sv.c t/pragma/locale.t
75436 ____________________________________________________________________________
75437 [  7887] By: gsar                                  on 2000/11/27  14:13:05
75438         Log: integrate changes#6613..6616,6620..6665 from mainline
75439              
75440              VMS configure.com update continues.
75441              
75442              Subject: Test fails / warnings with perl-current #6612
75443              
75444              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
75445              
75446              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75447              
75448              For now remove the mail code.
75449              
75450              Subject: Re: [PATCH] @+, @- readonly
75451              
75452              Subject: warning: storage class after type is obsolescent
75453              
75454              Subject: sfio2000
75455              
75456              Subject: Re: File::Temp problems on VMS in bleedperl
75457              
75458              README.os2 update.
75459              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
75460              
75461              Make the user to give up his firstborn, err, to knowingly
75462              verify installing an unstable developer release.  Also bump
75463              the release to 5.7.0, but leave a patch tag in the local
75464              patches saying that this is not yet the real thing.
75465              
75466              Update (kinda) to Test 1.14, from Joshua Pritikin.
75467              
75468              make ok etc also for win32.
75469              
75470              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
75471              
75472              Don't blow limited stacks, a lower number is enough to
75473              tickle the lookbehind limit.
75474              
75475              Use -Dusedevel; regen Configure and the respective Porting stuff.
75476              
75477              Subject: [PATCH] debugger exit code should reflect user exit code
75478              
75479              Subject: [PATCH perl@6620] cygwin port
75480              
75481              Missed a file from #6638.
75482              
75483              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)
75484              
75485              magic callbacks all need to have same type signature
75486              
75487              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
75488              
75489              Fix a dependency problem.
75490              Subject: [PATCH: 6640] VMS Makefile.SH update
75491              
75492              The numeric locale was reset to "C" by s?printf and never restored.
75493              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75494              No test since adding the failing example to locale.t
75495              does not fail -- probably because the locale settings are so
75496              thoroughly tweaked by that time.  Running the example standalone
75497              does fail, though.  UPDATE: test case added at change #7540.
75498              
75499              Subject: [ID 20000324.040] minor fix to perlhpux.pod
75500              
75501              Update to CPAN 1.57.
75502              
75503              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
75504              
75505              Change the perlbug address to perl.org since it's more forgiving.
75506              
75507              Change the regx compilation error markers to use = instead of <
75508              since pod makes using the latter quite messy.  Reported in
75509              ID 20000814.006 by Abigail and in
75510              Subject: Unknown escape E<> ?
75511              
75512              Update to perldebtut 1.9, from Richard Foley.
75513              
75514              check that the number pseudo children doesn't exceed
75515              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
75516              the WaitForMultipleObjects() limit that would cause wait()
75517              to crash)
75518              wait() and waitpid() could potentially be rewritten to use
75519              more than one thread to do the waiting to eliminate this
75520              limitation
75521              
75522              change#6328 could make close(SOCKET) return false on windows
75523              when it shouldn't
75524              
75525              pod nit seen in passing
75526              
75527              on windows, the return values from wait() and waitpid() don't
75528              match those of pseudo-pids
75529              
75530              waitpid() now handles externally spawned pids correctly;
75531              fixes for backtick/wait/waitpid failures on Windows 9x
75532              these changes make the pid returned by process functions on
75533              Windows 9x always positive by clearing the high bit (which
75534              is always set on Win9x); pseudo-process PIDs are likewise
75535              always negative now on Win9x (just as on NT/2000)
75536              
75537              trailing new %ENV entries weren't being pushed into the real
75538              environment of subprocesses on Windows
75539              
75540              Tweak the regex compilation errors once more.
75541              
75542              avoid warnings from dense compiler
75543              
75544              add "ok" targets from change#6632 in makefile.mk
75545      Branch: maint-5.6/perl
75546            - lib/Pod/PlainText.pm vms/configure.com
75547           !> (integrate 66 files)
75548 ____________________________________________________________________________
75549 [  7886] By: jhi                                   on 2000/11/27  13:54:18
75550         Log: __FUNCTION__ isn't portable and trying to emulate it leads
75551              into practically spelling out the name of the function.
75552              Takes care of the bug 20001127.001.
75553      Branch: perl
75554            ! perlio.c
75555 ____________________________________________________________________________
75556 [  7885] By: gsar                                  on 2000/11/27  13:53:18
75557         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
75558              6610..6611 from mainline
75559              
75560              Make regular expression parse error messages easier to understand.
75561              Subject: Re: enhanced(?) regex error messages
75562              
75563              Tiny tidying on report_evil_fh().
75564              
75565              Subject: Re: enhanced(?) regex error messages 
75566              plus Capitalize the error messages, plus perldiag them.
75567              
75568              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75569              
75570              Document here-doc better.
75571              
75572              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75573              
75574              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75575              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75576              (either perlbug or p5p ate the original), plus regen
75577              perlapi and perltoc. 
75578              
75579              Regen global.sym.
75580              
75581              Double check that we have a dirhandle.
75582              
75583              Subject: Re: enhanced(?) regex error messages
75584              (plus two small patches sent privately)
75585              (this still seems to leave few test failures)
75586              
75587              warn is a macro, avoid using at a variable to avoid warnings
75588              in some configurations; readdir.t is too conservative in
75589              estimating number of *.t's
75590              
75591              Get back into sync with Jeffrey on the enhanced regex warnings.
75592              
75593              Subject: [PATCH 5.6.0] cygwin port
75594              
75595              Zero entries were skipped, fix from Adrian Goalby
75596              <argoalby@yahoo.co.uk>
75597              
75598              Subject: Remove dead entry in perldiag
75599              
75600              Amend the description of Perl6.
75601              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75602              
75603              detypo
75604              
75605              It's the 2ndO'ROSSC.
75606              
75607              Revert the sv.c part of #6559, a better fix is needed.
75608              
75609              Iterating perl6 description.
75610              
75611              Update to Term::ANSIColor 1.03, from Russ Allbery.
75612              
75613              Update to Getopt::Long 2.23_05, from Johan Vromans.
75614              
75615              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75616              
75617              Update to Pod::Parser 1.17, from Brad Appleton.
75618              
75619              Update to CPAN 1.56, from Andreas König.
75620              
75621              Update to CGI 2.70, from Lincoln Stein.
75622              
75623              Put back the std @INC thing.
75624              
75625              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75626              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75627              
75628              Document the IO::Select timeout.
75629              
75630              sleep(1) does not necessarily return 1.
75631              Subject: [PATCH bleadperl] op/lex_assign.t  
75632              
75633              Subject: debugger "d" command doesnt check line number
75634              
75635              B::Deparse didn't do sub attributes.
75636              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75637              
75638              Preprocessing and postprocessing for File::Find.
75639              Subject: Patch to Find::File.pm to allow alphabetical results
75640              
75641              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75642              
75643              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75644              
75645              Subject: Re: [ID 20000730.003] utf8::length() bad
75646              
75647              Subject: Getting perlio and threads to compile
75648              (the Solaris version changes in Configure skipped)
75649              
75650              Tests for #6589.
75651              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75652              
75653              Add Perl debugging tutorial, regen toc. 
75654              Subject: perldebtut.pod
75655              
75656              Add a few missing files, update MANIFEST.
75657              
75658              Rewrite of vms/subconfigure.com as configure.com,
75659              from Peter Prymmer and the vmsperl crew.
75660              
75661              Should have deleted this in #6603.
75662              
75663              Fix the test for 5005threads.
75664              
75665              Fix-n-skip the tests under 5005threads.
75666              
75667              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75668              
75669              Upgrade to CGI 2.71, from Lincoln Stein.
75670      Branch: maint-5.6/perl
75671           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75672           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75673           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75674            - vms/subconfigure.com
75675            ! lib/lib.pm
75676           !> (integrate 115 files)
75677 ____________________________________________________________________________
75678 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75679         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75680              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75681              Date:     Mon, 27 Nov 2000 08:23:54 EST
75682              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75683      Branch: perl
75684            ! vms/descrip_mms.template vms/test.com
75685 ____________________________________________________________________________
75686 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75687         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75688              6511..6513,6515..6523,6525..6536
75689              
75690              The swallow_bom() saga continues.  The #23 of require.t
75691              (UTF16-LE) still fails (silently, no output) but the #22
75692              (UTF16-BE) seems to be working now.  The root of the
75693              failure may be in sv_gets(): is it UTF-16LE-aware,
75694              especially when it comes to line endings? 
75695              
75696              Document the problem with -P in HP-UX and its workaround.
75697              
75698              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75699              (aka ID 20000730.002)
75700              
75701              Subject: fix and question re: waitpid() under win32
75702              
75703              Make the safety catch for buggy gccs work with triple version
75704              numbers like 2.95.2.  Reported in
75705              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75706              
75707              In Digital UNIX warn if gcc explicitly chosen because even
75708              2.95.2 is known to cause problems.
75709              
75710              Make chr() for values >127 to create utf8 when under utf8.
75711              
75712              various syntax errors and such (not fixed: comp/require.t#22 coredump
75713              on Windows)
75714              
75715              Stash away the largefiles flags and libswanted.
75716              
75717              BOM patching from Simon Cozens.
75718              
75719              If gccosandvers is equal to osname, clear gccosandvers.
75720              
75721              Make p4desc to skip non-mainperl branches by default.
75722              
75723              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75724              
75725              The test from this
75726              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75727              
75728              In new BSDs changes to argv[] do not show up in ps(1) output,
75729              instead one must use setproctitle().  This was already addressed
75730              by change #6457, but the below has a new variant for FreeBSD 4.0
75731              or later, and the matter is also documented more.
75732              
75733              FreeBSD 3.* updates from
75734              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75735              
75736              regen_headers, regen perltoc.
75737              
75738              Document in one place the memory abstractions used in Perl core.
75739              
75740              memcpy has n o in it, as pinted ut by Sarathy.
75741              
75742              Remove the extraneous "main::" prefix from all the
75743              "opened only for", "on closed", and "never opened" warnings.
75744              
75745              The name of a filehandle does not have <these>.
75746              
75747              The tr utf8 patching continues.
75748              
75749              The new setproctitle() feature is available only in 
75750              bleeding edge FreeBSD.  From Paul Saab.
75751              
75752              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75753              
75754              Dump UVs as UVs in Data::Dumper.
75755              
75756              detypo #6494
75757              
75758              Document the IVdf UVuf UVof UVxf.
75759              
75760              require.t needs binmode() to work on windows
75761              
75762              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
75763              that are hopefully soon put into use.
75764              
75765              Allow "no Module;" even if there is no 'unimport'.
75766              
75767              Better skip message for the test; one of the two problems in
75768              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
75769              
75770              The subtest 4 may fail also on VOBS, as pointed out
75771              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75772              (but the failure in that bug report isn't the subtest 4).
75773              
75774              Be more informative on what is skipped and why,
75775              also repeat the list at the end.
75776              
75777              Add a URL for FSF.
75778              
75779              Subject: [PATCH] sv.h documentation - SvLEN
75780              
75781              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75782              
75783              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75784              
75785              Subject: [PATCH] bad cppsymbols on os2 + Configure question
75786              
75787              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75788              
75789              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75790              mention the idea of @( and @)
75791              
75792              This is 6512.  Really.
75793              
75794              Subject: [ID 19990721.004] Documentation bug in perlfunc
75795              
75796              Subject: Minor tweak to perlvar.pod
75797              
75798              In the warnings call filehandles consistently so;
75799              add "unopened" warning for stat().
75800              
75801              After the #6519 a warning about stat() is just that,
75802              not about a filetest, which now have their own warning.
75803              
75804              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75805              
75806              Subject: Re: Array vs. List context
75807              
75808              Subject: New perlcc, take 2
75809              
75810              Weed buglets pointed out by
75811              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75812              
75813              gcc versions might have (parentheses) in them.
75814              
75815              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75816              
75817              Essential prototype changes were missing from #6527.
75818              Also make report_evil_fh() more bomb-proof.
75819              
75820              Zap lib/Sys directory when cleaning up.
75821              
75822              Change the Policy policy: now -Dprefix= with an existing
75823              Policy.sh and prefix == siteprefix == vendorprefix, then all
75824              of them follow along the new prefix.
75825              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75826              
75827              Continue fixing the io warnings.  This also
75828              sort of fixes bug ID 20000802.003: the core dump
75829              is no more.  Whether the current behaviour is correct
75830              (giving a warning: "Not a format reference"), is another matter.
75831              
75832              Have symbols for the IoTYPEs.
75833              
75834              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75835              
75836              Document a bit that UDP is not what you might think.
75837              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75838              tr memory corruption fix from Simon Cozens.
75839              
75840              Plug the security hole described in the Aug 05 2000 bugtraq message
75841              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75842              The security hole exists only in suidperls, which isn't
75843              installed or even built by default.
75844      Branch: maint-5.6/perl
75845           !> (integrate 71 files)
75846 ____________________________________________________________________________
75847 [  7882] By: gsar                                  on 2000/11/27  10:25:36
75848         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
75849              from mainline
75850              
75851              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
75852              to be fatal errors (instead of by default ignoring them, and
75853              ignoring with a bug: even though -w gave an error, the opening [
75854              was left in)  Reported in:
75855              
75856              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
75857              
75858              Subject: [PATCH] split /^/
75859              
75860              MacOS nits from Matthias Neeracher.
75861              
75862              More split() doc and test patches from Mike Guy.
75863              
75864              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
75865              from Graham Barr in the module list.
75866              
75867              docfix from Peter Scott <Peter@PSDT.com>.
75868              
75869              File::Temp patches for VMS and OS/2 from Tim Jenness.
75870              
75871              open() wariness in perlbug.
75872              
75873              Subject: [PATCH] minor doc change - perlguts
75874              
75875              Subject: Minor doc patch: handy.h
75876              
75877              Be wary of close()s, too.
75878              
75879              Further File::Temp patches from Yitzchak Scott-Thoennes
75880              and Craig A. Berry.
75881              
75882              Subject: [PATCH] fixes bug 20000508.004
75883              
75884              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
75885              
75886              Allow "no AutoLoader;", based on change #6444,
75887              suggested by Graham Barr.
75888              
75889              Use setproctitle() if available to modify $0.
75890              
75891              Warn if the version of the operating system used to compile gcc
75892              differs from the current version of the operating system.
75893              Also display the gcc compilation os and version in myconfig.
75894              Inspiration from
75895              
75896              Tiny fixes for #6460.
75897              
75898              The problem described in this
75899              Subject: [ID 20000322.018] named chars aren't magical enough
75900              has been fixed in perl 5.6.0 but just in case added a test
75901              to keep it away.  (The report from Joseph Hall.)
75902              
75903              Tune the comments and hopefully stop a memory leak.
75904              
75905              Subject: UTF8 concat
75906              (with a memory leak fixed, plus a few casts added)
75907              This also seems to help for
75908              Subject: [ID 20000716.015] join UTF8 weirdness
75909              
75910              Do not upgrade SVs into utf8 just because they participate
75911              in eq or cmp.  Reported and fix suggested in
75912              Subject: [ID 20000720.009] sv_eq UTF8 bug
75913              
75914              Fix the HALF_UPGRADE() macro introduced in #6263.
75915              
75916              Find green threads before native threads.
75917              Subject: Re: Patch to jpl/JNI/Makefile.PL
75918      Branch: maint-5.6/perl
75919           !> (integrate 30 files)
75920 ____________________________________________________________________________
75921 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75922         Log: It seems that *both* the unused submatch loop cleanup
75923              codes are needed.
75924      Branch: perl
75925            ! regexec.c
75926 ____________________________________________________________________________
75927 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75928         Log: Clean .exists deeper.
75929      Branch: perl
75930            ! Makefile.SH
75931 ____________________________________________________________________________
75932 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75933         Log: The code in regcppop() (see #7878) contains the correct lower
75934              limit for the unused submatch 'cleanup' loop so that under
75935              "use utf8" the following code wouldn't dump core:
75936              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75937              the cleanup loop in regtry() stomped beyond allocated area
75938              in the startp[] array.  Therefore, copied the correct lower
75939              loop limit (*PL_reglastparen) to regtry().  Note: something
75940              may still not be quite right: why was the _higher_ loop limit
75941              (prog->nparens) different in the utf8 case?
75942              
75943              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75944              without core dumps, there were about 17 of them before
75945              the patch (with us since Perl 5.7.0).  Two failures, still:
75946              496 and 505 (though these may not be severe).
75947              
75948              Patch #7881 is also needed since both the cleanup loops
75949              seem to be needed.
75950              
75951              Also, the t/op/pat#44 seems to core dump under utf8.
75952              Plus a couple of failures.  UGH-8.
75953      Branch: perl
75954            ! regexec.c
75955 ____________________________________________________________________________
75956 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75957         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75958              the code in regcppop() seems to be redundant for the test suite --
75959              but it contains a germ of truth, and it needed for the build
75960              process itself: see #7879 and #7881.
75961      Branch: perl
75962            ! regexec.c
75963 ____________________________________________________________________________
75964 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75965         Log: Comment on comment.
75966      Branch: perl
75967            ! regexec.c
75968 ____________________________________________________________________________
75969 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75970         Log: Adjust the docs to agree with #7875.
75971      Branch: perl
75972            ! pod/perllocale.pod
75973 ____________________________________________________________________________
75974 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75975         Log: Retract #7863.  It makes more sense not to taint formatted output,
75976              not even by sprintf().
75977      Branch: perl
75978            ! sv.c
75979 ____________________________________________________________________________
75980 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75981         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75982              Not really fixed (should really dump the UTF-8 charclass),
75983              but stopped displaying the garbage.
75984              
75985              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75986      Branch: perl
75987            ! regcomp.c
75988 ____________________________________________________________________________
75989 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75990         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75991      Branch: perl
75992            ! regexec.c
75993 ____________________________________________________________________________
75994 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75995         Log: No need to scan till infinity, 13 is enough.
75996      Branch: perl
75997            ! handy.h utf8.c
75998 ____________________________________________________________________________
75999 [  7871] By: jhi                                   on 2000/11/26  20:20:32
76000         Log: Test line numbers are different with utf8.
76001      Branch: perl
76002            ! t/op/re_tests
76003 ____________________________________________________________________________
76004 [  7870] By: jhi                                   on 2000/11/26  20:10:12
76005         Log: Message nit.
76006      Branch: perl
76007            ! regcomp.c
76008 ____________________________________________________________________________
76009 [  7869] By: jhi                                   on 2000/11/26  19:01:05
76010         Log: Make utf8_length() and utf8_distance() (the latter of which
76011              is unused at the moment) to be less forgiving about bad UTF-8.
76012      Branch: perl
76013            ! embed.h embed.pl objXSUB.h proto.h utf8.c
76014 ____________________________________________________________________________
76015 [  7868] By: jhi                                   on 2000/11/26  18:45:56
76016         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
76017              From: Benjamin Holzman <bah@ecnvantage.com>
76018              Date: Sat, 25 Nov 2000 20:40:20 -0500       
76019              Message-ID: <20001125204020.A25040@ecnvantage.com>              
76020              
76021              Debian allows installing /usr/bin/locale without installing
76022              any locales, an error message will ensue.
76023      Branch: perl
76024            ! t/pragma/locale.t
76025 ____________________________________________________________________________
76026 [  7867] By: jhi                                   on 2000/11/26  18:31:12
76027         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
76028              From: Benjamin Holzman <bah@ecnvantage.com>
76029              Date: Sun, 26 Nov 2000 02:42:34 -0500
76030              Message-ID: <20001126024234.G25040@ecnvantage.com>
76031              
76032              Patch for the bug 20000212.002.
76033      Branch: perl
76034            ! sv.c t/op/array.t
76035 ____________________________________________________________________________
76036 [  7866] By: jhi                                   on 2000/11/26  18:28:09
76037         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
76038              From: Tim Jenness <t.jenness@jach.hawaii.edu>
76039              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
76040              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
76041              
76042              File::Temp 0.11.
76043      Branch: perl
76044            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
76045 ____________________________________________________________________________
76046 [  7865] By: jhi                                   on 2000/11/26  18:24:22
76047         Log: The metaconfig unit change for #7864.
76048      Branch: metaconfig/U/perl
76049            ! need_va_copy.U
76050 ____________________________________________________________________________
76051 [  7864] By: jhi                                   on 2000/11/26  18:23:41
76052         Log: Make the va_copy() test not to be so talkative.
76053      Branch: perl
76054            ! Configure config_h.SH
76055 ____________________________________________________________________________
76056 [  7863] By: jhi                                   on 2000/11/26  18:11:02
76057         Log: Fix locale inconsistencies unearthed by Hugo's work.
76058              Now the floating point sprintf really does taint the result
76059              string as perllocale promises (has promised for a long time)
76060              if "use locale" is in the lexical scope.
76061      Branch: perl
76062            ! sv.c t/pragma/locale.t
76063 ____________________________________________________________________________
76064 [  7862] By: jhi                                   on 2000/11/26  00:35:15
76065         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
76066              From: Nicholas Clark <nick@ccl4.org>
76067              Date: Sun, 26 Nov 2000 00:07:50 +0000
76068              Message-ID: <20001126000750.A22446@plum.flirble.org>
76069              
76070              Infinit.
76071      Branch: perl
76072            ! sv.c
76073 ____________________________________________________________________________
76074 [  7861] By: jhi                                   on 2000/11/26  00:01:26
76075         Log: Integrate perlio:
76076              
76077              [  7860]
76078              Correct relative path from new ext\Filter\Util\Call location
76079              back to miniperl.
76080              
76081              [  7857]
76082              All tests pass on Win32/gcc/USE_PERLIO.
76083              - when crlf layer is pushed make unix-level binary.
76084              - remove :crlf injection in pp_backtick in pp_sys.c
76085              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
76086              
76087              [  7853]
76088              Re-arrange crlf vs binary for platforms that care.
76089              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
76090              Lip-service to making stdio layer work on such platforms (untested).
76091              Now fails 3 tests rather than one, checkin to see if I can debug 
76092              the issue under linux. (Do not merge.)
76093      Branch: perl
76094           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
76095 ____________________________________________________________________________
76096 [  7860] By: nick                                  on 2000/11/25  22:04:17
76097         Log: Correct relative path from new ext\Filter\Util\Call location
76098              back to miniperl.
76099      Branch: perlio
76100            ! win32/makefile.mk
76101 ____________________________________________________________________________
76102 [  7859] By: nick                                  on 2000/11/25  21:26:54
76103         Log: Integrate mainline.
76104      Branch: perlio
76105           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
76106           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
76107           +> t/lib/filter-util.t
76108            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76109            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76110            - t/lib/filt-util.t
76111           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
76112           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
76113           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
76114           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
76115           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
76116           !> win32/makefile.mk
76117 ____________________________________________________________________________
76118 [  7858] By: gsar                                  on 2000/11/25  20:52:17
76119         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
76120              parent's memory; fix it by keeping track of the actual pad
76121              offset rather than a raw pointer (this change is probably also
76122              relevant to non-ithreads case to avoid fallout from reallocs of
76123              the pad array, but is currently only enabled for the ithreads
76124              case in the interests of minimal disruption to existing "well
76125              tested" code)
76126      Branch: perl
76127            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
76128            ! proto.h scope.c scope.h sv.c t/op/fork.t
76129 ____________________________________________________________________________
76130 [  7857] By: nick                                  on 2000/11/25  20:01:28
76131         Log: All tests pass on Win32/gcc/USE_PERLIO.
76132              - when crlf layer is pushed make unix-level binary.
76133              - remove :crlf injection in pp_backtick in pp_sys.c
76134              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
76135      Branch: perlio
76136            ! doio.c perlio.c pp_sys.c win32/makefile.mk
76137 ____________________________________________________________________________
76138 [  7856] By: jhi                                   on 2000/11/25  18:38:30
76139         Log: Update the metaconfig units for #7855.
76140      Branch: metaconfig/U/perl
76141            ! useperlio.U usesocks.U
76142 ____________________________________________________________________________
76143 [  7855] By: jhi                                   on 2000/11/25  18:37:54
76144         Log: Undo the SOCKS workarounds, instead start using PerlIO
76145              if SOCKS is selected.
76146              
76147              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
76148              From: Jens Hamisch <jens@Strawberry.COM>
76149              Date: Fri, 24 Nov 2000 18:31:30 +0100
76150              Message-ID: <20001124183130.E28337@Strawberry.COM>
76151              
76152              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
76153              From: Jens Hamisch <jens@Strawberry.COM>
76154              Date: Fri, 24 Nov 2000 19:11:51 +0100
76155              Message-ID: <20001124191151.A28753@Strawberry.COM>
76156      Branch: perl
76157            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
76158            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
76159 ____________________________________________________________________________
76160 [  7854] By: jhi                                   on 2000/11/25  17:39:08
76161         Log: Undo #7848.  Some of the code seems to use walkoptree(),
76162              some walkoptree_slow().  An unfinished renaming?
76163              Now the sub is walkoptree() (which is @EXPORT_OK),
76164              the walkoptree_slow() is a typeglob alias to walkoptree.
76165              This makes the tests to pass, at least.
76166      Branch: perl
76167            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
76168 ____________________________________________________________________________
76169 [  7853] By: nick                                  on 2000/11/24  22:24:33
76170         Log: Re-arrange crlf vs binary for platforms that care.
76171              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
76172              Lip-service to making stdio layer work on such platforms (untested).
76173              Now fails 3 tests rather than one, checkin to see if I can debug 
76174              the issue under linux. (Do not merge.)
76175      Branch: perlio
76176            ! doio.c perlio.c perliol.h
76177 ____________________________________________________________________________
76178 [  7852] By: jhi                                   on 2000/11/24  18:57:39
76179         Log: AUTHORS edits.
76180      Branch: perl
76181            ! AUTHORS
76182 ____________________________________________________________________________
76183 [  7851] By: jhi                                   on 2000/11/24  17:34:56
76184         Log: Add Jan-Erik Karlsson.
76185      Branch: perl
76186            ! AUTHORS
76187 ____________________________________________________________________________
76188 [  7850] By: jhi                                   on 2000/11/24  17:27:56
76189         Log: Configure should find stdchar on its own.
76190      Branch: perl
76191            ! hints/solaris_2.sh
76192 ____________________________________________________________________________
76193 [  7849] By: jhi                                   on 2000/11/24  17:24:55
76194         Log: Subject: PATCH over 7848: Filter test flawed
76195              From: andreas.koenig@anima.de (Andreas J. Koenig)
76196              Date: 24 Nov 2000 10:28:29 +0100
76197              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
76198      Branch: perl
76199            ! t/lib/filter-util.t
76200 ____________________________________________________________________________
76201 [  7848] By: jhi                                   on 2000/11/24  17:22:15
76202         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
76203              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
76204              Date: Fri, 24 Nov 2000 16:12:58 +0000
76205              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
76206      Branch: perl
76207            ! ext/B/B.pm
76208 ____________________________________________________________________________
76209 [  7847] By: jhi                                   on 2000/11/24  03:07:01
76210         Log: Integrate perlio:
76211              
76212              [  7844]
76213              Win32/perlio Now just fails one io/argv.t test - lack 
76214              of default :crlf on standard streams.
76215              
76216              [  7843]
76217              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76218              peek fail is showing a real problem (multiple crlf layers
76219              are getting pushed.)
76220              
76221              [  7842]
76222              Implement PerlIO_binmode()
76223              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76224              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76225              make binmode in t/lib/io_tell.t unconditional so that works.
76226              Checkin just so Win32 machine can see these changes.
76227              
76228              [  7836]
76229              Implement crlf layer - not ready for merge.
76230      Branch: perl
76231           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76232           !> win32/makefile.mk
76233 ____________________________________________________________________________
76234 [  7846] By: gsar                                  on 2000/11/24  00:55:57
76235         Log: integrate changes#6415..6418,6420..6438 from mainline
76236              
76237              Fix the bitvector ops for utf8 (tricky since past 7 bits
76238              the utf8 'characters' can be more than one octet).
76239              
76240              MPE/ix updates for perl 5.6.0 from Mark Bixby.
76241              
76242              Subject: SDBM_File documentation
76243              
76244              Detypo.
76245              
76246              Decutandpasto.
76247              
76248              Send all installperl messages to STDERR and be -w clean.
76249              
76250              Out-of-date note removed.
76251              
76252              Protect against "wild next"s, that is, callbacks doing "next"
76253              instead of "return".
76254              
76255              Use STDOUT consistently.
76256              
76257              The output might have been produced in the wrong order.
76258              
76259              A missing 'break' after the [[:space:]] switch case.
76260              
76261              Add tests for
76262              [ID 19991110.003] another matching finding by pcre author
76263              which has already been fixed by some patch, as verified in
76264              
76265              Documentation to explain the behaviour of map().
76266              
76267              Add an optimization for map-maps-a-list-element-to-more-list-elements
76268              case, but add also notes explaining the relationship of this
76269              patch and the earlier notes by Sarathy.
76270              
76271              Subject: [ID 20000716.023] syslog test fails without sockets
76272              
76273              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76274              Test cases for #6431.
76275              
76276              File::Spec::VMS fixup for tmpdir from Craig Berry.
76277              
76278              Make the "uninit variable" warning to say "concat or string"
76279              or "join or string" when in concat or join .
76280              
76281              Get UTF16 BOMs working.  Patch from
76282              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76283              
76284              Subject: [PATCH] Make large file tests deal with SIGXFSZ
76285              
76286              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
76287              
76288              Subject: [PATCH] av.c apidoc
76289      Branch: maint-5.6/perl
76290           !> (integrate 43 files)
76291 ____________________________________________________________________________
76292 [  7845] By: gsar                                  on 2000/11/24  00:20:45
76293         Log: integrate changes#6406..6414 from mainline
76294              
76295              Merge perlhacktut into perlhack, update perlguts.
76296              
76297              Fix AutoSplit to use File::Spec the right way in VMS,
76298              from Peter Prymmer.
76299              
76300              The bug report
76301              [ID 19991110.002] minimal matching discrepancy found by pcre author
76302              seems to have been fixed (though differently from what was suggested
76303              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
76304              
76305              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
76306              not in pod, from Peter Prymmer
76307              
76308              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
76309              From: Hugo <hv@crypt.compulink.co.uk>
76310              Date: Fri, 14 Jul 2000 23:05:20 +0100
76311              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
76312              
76313              Didn't anymore apply, but that point still could use another fix.
76314              
76315              lib/b test fixes from Peter Prymmer.
76316              
76317              More docs for sv functions.
76318              
76319              perlvms.pod whitespace cleanup to keep pod utils happy.
76320              
76321              another VMS build tweak from Peter Prymmer
76322      Branch: maint-5.6/perl
76323           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
76324           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
76325           !> vms/descrip_mms.template vms/perlvms.pod
76326 ____________________________________________________________________________
76327 [  7844] By: nick                                  on 2000/11/23  23:42:45
76328         Log: Win32/perlio Now just fails one io/argv.t test - lack 
76329              of default :crlf on standard streams.
76330      Branch: perlio
76331            ! doio.c perlio.c
76332 ____________________________________________________________________________
76333 [  7843] By: nick                                  on 2000/11/23  23:04:05
76334         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76335              peek fail is showing a real problem (multiple crlf layers
76336              are getting pushed.)
76337      Branch: perlio
76338            ! doio.c perlio.c win32/makefile.mk
76339 ____________________________________________________________________________
76340 [  7842] By: nick                                  on 2000/11/23  19:46:23
76341         Log: Implement PerlIO_binmode()
76342              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76343              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76344              make binmode in t/lib/io_tell.t unconditional so that works.
76345              Checkin just so Win32 machine can see these changes.
76346      Branch: perlio
76347            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76348 ____________________________________________________________________________
76349 [  7841] By: jhi                                   on 2000/11/23  19:30:00
76350         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
76351      Branch: perl
76352            ! README.amiga
76353 ____________________________________________________________________________
76354 [  7840] By: jhi                                   on 2000/11/23  17:18:02
76355         Log: SOCKS wrestling continues, patches from Jens Hamisch.
76356      Branch: perl
76357            ! doio.c embed.h embed.pl perlsdio.h proto.h
76358 ____________________________________________________________________________
76359 [  7839] By: jhi                                   on 2000/11/23  16:54:14
76360         Log: Push Filter::Util::Call one level deeper.
76361      Branch: perl
76362            + t/lib/filter-util.t
76363           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
76364           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
76365            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76366            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76367            - t/lib/filt-util.t
76368            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
76369            ! win32/Makefile win32/makefile.mk
76370 ____________________________________________________________________________
76371 [  7838] By: jhi                                   on 2000/11/23  16:52:40
76372         Log: Reach back one higher up when searching for PERL_SRC.
76373      Branch: perl
76374            ! lib/ExtUtils/MM_Unix.pm
76375 ____________________________________________________________________________
76376 [  7837] By: jhi                                   on 2000/11/23  16:05:41
76377         Log: Subject: Re: perl@7826
76378              Date: Thu, 23 Nov 2000 02:20:25 -0600
76379              From: "Craig A. Berry" <craigberry@mac.com>
76380              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
76381              
76382              Make VMS to like Filter::Util::Call. 
76383      Branch: perl
76384            ! configure.com ext/Filter/Util/Makefile.PL
76385 ____________________________________________________________________________
76386 [  7836] By: nick                                  on 2000/11/23  16:04:08
76387         Log: Implement crlf layer - not ready for merge.
76388      Branch: perlio
76389            ! perlio.c win32/makefile.mk
76390 ____________________________________________________________________________
76391 [  7835] By: jhi                                   on 2000/11/23  15:56:52
76392         Log: STDCHAR is different in Sparc v9 vs x86.
76393      Branch: perl
76394            ! hints/solaris_2.sh
76395 ____________________________________________________________________________
76396 [  7834] By: jhi                                   on 2000/11/23  15:50:47
76397         Log: The type needs to be visible to protos.
76398      Branch: perl
76399            ! perl.h
76400 ____________________________________________________________________________
76401 [  7833] By: jhi                                   on 2000/11/23  15:40:46
76402         Log: Finish unfinished SOCKS workaround changes.
76403      Branch: perl
76404            ! doio.c
76405 ____________________________________________________________________________
76406 [  7832] By: jhi                                   on 2000/11/23  15:33:30
76407         Log: Integrate perlio:
76408              
76409              [  7831]
76410              Correct makefile.mk dependancies for ext/Filter/Util
76411              Build ext/Encode
76412              Run dmake regen_config_h
76413      Branch: perl
76414           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
76415           !> win32/makefile.mk
76416 ____________________________________________________________________________
76417 [  7831] By: nick                                  on 2000/11/23  10:31:07
76418         Log: Correct makefile.mk dependancies for ext/Filter/Util
76419              Build ext/Encode
76420              Run dmake regen_config_h
76421      Branch: perlio
76422            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76423            ! win32/makefile.mk
76424 ____________________________________________________________________________
76425 [  7830] By: nick                                  on 2000/11/23  08:05:07
76426         Log: Integrate mainline
76427      Branch: perlio
76428           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76429           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
76430           +> t/lib/filt-util.pl t/lib/filt-util.t
76431           !> (integrate 41 files)
76432 ____________________________________________________________________________
76433 [  7829] By: gsar                                  on 2000/11/23  03:07:11
76434         Log: build the Filter extension on windows
76435      Branch: perl
76436            ! win32/Makefile win32/makefile.mk
76437 ____________________________________________________________________________
76438 [  7828] By: gsar                                  on 2000/11/23  02:46:35
76439         Log: regenerate win32/config* and fix some inconsistencies in the
76440              makefiles; always export Perl_deb() because it is needed
76441              by ext/re/* (whether perl itself is built with -DDEBUGGING
76442              or not)
76443      Branch: perl
76444            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
76445            ! win32/config_H.vc win32/makefile.mk
76446 ____________________________________________________________________________
76447 [  7827] By: gsar                                  on 2000/11/23  02:18:38
76448         Log: get sources building on windows+MSVC again (untested with other
76449              compilers)
76450      Branch: perl
76451            ! win32/include/sys/socket.h win32/perllib.c
76452 ____________________________________________________________________________
76453 [  7826] By: jhi                                   on 2000/11/23  01:18:26
76454         Log: Update Changes.
76455      Branch: perl
76456            ! Changes patchlevel.h
76457 ____________________________________________________________________________
76458 [  7825] By: jhi                                   on 2000/11/23  00:20:41
76459         Log: Subject: Re: av.c patch (having slight problems)
76460              From: "Ben Tilly" <ben_tilly@hotmail.com>
76461              Date: Tue, 21 Nov 2000 23:29:31 -0500
76462              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
76463              
76464              unshift() speedup.
76465      Branch: perl
76466            ! av.c
76467 ____________________________________________________________________________
76468 [  7824] By: jhi                                   on 2000/11/22  23:59:15
76469         Log: Fixes for signedness warnings noticed by VMSperlers.
76470      Branch: perl
76471            ! ext/Storable/Storable.xs regcomp.c sv.c
76472 ____________________________________________________________________________
76473 [  7823] By: jhi                                   on 2000/11/22  23:19:31
76474         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
76475              From: Peter Prymmer <pvhp@forte.com>
76476              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
76477              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
76478      Branch: perl
76479            ! t/pragma/warn/pp_hot
76480 ____________________________________________________________________________
76481 [  7822] By: jhi                                   on 2000/11/22  22:52:20
76482         Log: Be clean.
76483      Branch: perl
76484            ! Makefile.SH
76485 ____________________________________________________________________________
76486 [  7821] By: jhi                                   on 2000/11/22  22:46:39
76487         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
76488              by Damian Conway, as suggested by Paul Marquess.
76489      Branch: perl
76490            + lib/Filter/Simple.pm
76491 ____________________________________________________________________________
76492 [  7820] By: jhi                                   on 2000/11/22  22:45:51
76493         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
76494      Branch: perl
76495            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76496            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76497            + t/lib/filt-util.t
76498            ! MANIFEST
76499 ____________________________________________________________________________
76500 [  7819] By: jhi                                   on 2000/11/22  22:03:27
76501         Log: Integrate perlio:
76502              
76503              [  7802]
76504              Win32 PerlIO intermediate state now working as expected.
76505              - In current state we are still using C runtime in text/binary
76506              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76507              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76508              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76509              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76510              for CRLF translation happening in C runtime. All other tests pass.
76511              Added note to README.win32 to point out the snags of doing a perl build
76512              with Norton AntiVirus turned on.
76513              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76514              which file a fail comes from.
76515              Updated "canned" config.h to match the one generated.
76516      Branch: perl
76517           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76518           !> win32/makefile.mk
76519 ____________________________________________________________________________
76520 [  7818] By: jhi                                   on 2000/11/22  21:56:02
76521         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
76522      Branch: perl
76523            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
76524            ! t/lib/io_sock.t
76525 ____________________________________________________________________________
76526 [  7817] By: jhi                                   on 2000/11/22  21:39:49
76527         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
76528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76529              Date: Wed, 22 Nov 2000 16:08:12 -0500
76530              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
76531      Branch: perl
76532            ! lib/ExtUtils/Liblist.pm
76533 ____________________________________________________________________________
76534 [  7816] By: jhi                                   on 2000/11/22  21:38:25
76535         Log: Go ahead and #include <unistd.h> in perl.h.
76536      Branch: perl
76537            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
76538            ! util.c
76539 ____________________________________________________________________________
76540 [  7815] By: jhi                                   on 2000/11/22  21:22:52
76541         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
76542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76543              Date: Mon, 20 Nov 2000 18:30:52 -0500
76544              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
76545      Branch: perl
76546            ! pod/perlre.pod regcomp.c t/op/re_tests
76547 ____________________________________________________________________________
76548 [  7814] By: jhi                                   on 2000/11/22  21:21:46
76549         Log: Subject: [PATCH 5.7.0] Liblist finally works
76550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76551              Date: Tue, 21 Nov 2000 22:02:17 -0500
76552              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
76553      Branch: perl
76554            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
76555            ! lib/ExtUtils/MakeMaker.pm
76556 ____________________________________________________________________________
76557 [  7813] By: jhi                                   on 2000/11/22  21:20:23
76558         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
76559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76560              Date: Wed, 22 Nov 2000 17:53:15 +0100
76561              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
76562              
76563              AIX dynaloader and perlio patch.
76564      Branch: perl
76565            ! ext/DynaLoader/dl_aix.xs
76566 ____________________________________________________________________________
76567 [  7812] By: jhi                                   on 2000/11/22  21:17:52
76568         Log: (Accidentally empty patch.)
76569      Branch: perl
76570            ! av.c
76571 ____________________________________________________________________________
76572 [  7811] By: jhi                                   on 2000/11/22  21:16:31
76573         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
76574              From: Peter Prymmer <pvhp@forte.com>
76575              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
76576              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
76577      Branch: perl
76578            ! vms/test.com
76579 ____________________________________________________________________________
76580 [  7810] By: jhi                                   on 2000/11/22  21:15:36
76581         Log: Subject: Re: perl@7777 
76582              From: "John P. Linderman" <jpl@research.att.com>
76583              Date: Wed, 22 Nov 2000 13:11:11 -0500
76584              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
76585              
76586              Detypoing.
76587      Branch: perl
76588            ! lib/CPAN.pm
76589 ____________________________________________________________________________
76590 [  7809] By: jhi                                   on 2000/11/22  21:14:19
76591         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
76592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76593              Date:     Wed, 22 Nov 2000 13:51:37 EST
76594              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
76595      Branch: perl
76596            ! perlsdio.h
76597 ____________________________________________________________________________
76598 [  7808] By: jhi                                   on 2000/11/22  21:13:27
76599         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
76600              From: Casey Tweten <crt@kiski.net>
76601              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
76602              Message-Id: <200011201653.LAA10194@home.kiski.net>
76603      Branch: perl
76604            ! t/lib/io_udp.t
76605 ____________________________________________________________________________
76606 [  7807] By: jhi                                   on 2000/11/22  21:12:35
76607         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
76608              From: Casey Tweten <crt@kiski.net>
76609              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
76610              Message-Id: <200011201636.LAA07227@home.kiski.net>
76611      Branch: perl
76612            ! t/lib/io_sock.t
76613 ____________________________________________________________________________
76614 [  7806] By: jhi                                   on 2000/11/22  21:10:59
76615         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
76616              From: "Casey R. Tweten" <crt@kiski.net>
76617              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
76618              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
76619      Branch: perl
76620            ! utils/h2xs.PL
76621 ____________________________________________________________________________
76622 [  7805] By: nick                                  on 2000/11/22  21:05:06
76623         Log: Integrate mainline
76624      Branch: perlio
76625           !> Changes Porting/genlog ext/DB_File/DB_File.xs
76626           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
76627           !> utils/perlbug.PL
76628 ____________________________________________________________________________
76629 [  7804] By: jhi                                   on 2000/11/22  21:01:12
76630         Log: Subject: [PATCH] Test.pm POD peculiarity
76631              From: "Casey R. Tweten" <crt@kiski.net>
76632              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
76633              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
76634      Branch: perl
76635            ! lib/Test.pm
76636 ____________________________________________________________________________
76637 [  7803] By: jhi                                   on 2000/11/22  20:59:59
76638         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
76639              From: "Philip Newton" <pnewton@gmx.de>
76640              Date: Wed, 22 Nov 2000 14:25:53 +0100
76641              Message-Id: <3A1BD771.25462.1939FAD@localhost>
76642              
76643              Be case-understanding also on 's', and use the -oi of sendmail
76644              not to terminate the transmission on a lone '.'.
76645      Branch: perl
76646            ! utils/perlbug.PL
76647 ____________________________________________________________________________
76648 [  7802] By: nick                                  on 2000/11/22  20:51:42
76649         Log: Win32 PerlIO intermediate state now working as expected.
76650              - In current state we are still using C runtime in text/binary
76651              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76652              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76653              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76654              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76655              for CRLF translation happening in C runtime. All other tests pass.
76656              
76657              Added note to README.win32 to point out the snags of doing a perl build
76658              with Norton AntiVirus turned on.
76659              
76660              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76661              which file a fail comes from.
76662              
76663              Updated "canned" config.h to match the one generated.
76664      Branch: perlio
76665            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76666            ! win32/makefile.mk
76667 ____________________________________________________________________________
76668 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76669         Log: Nickety nits.
76670      Branch: perl
76671            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76672 ____________________________________________________________________________
76673 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76674         Log: Changes had accidentally gone too silent on non-main branches.
76675      Branch: perl
76676            ! Changes Porting/genlog patchlevel.h
76677 ____________________________________________________________________________
76678 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76679         Log: some lib_pm.PL changes snuck in via change#7772
76680      Branch: maint-5.6/perl
76681            ! Makefile.SH
76682 ____________________________________________________________________________
76683 [  7798] By: nick                                  on 2000/11/21  21:59:40
76684         Log: Integrate mainline
76685      Branch: perlio
76686           !> (integrate 28 files)
76687 ____________________________________________________________________________
76688 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76689         Log: Integrate perlio:
76690              
76691              [  7796]
76692              Win32 builds and runs (mostly) with USE_PERLIO.
76693              PERLIO=perlio passes all tests. 
76694              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76695              
76696              [  7790]
76697              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76698              
76699              [  7788]
76700              Make extra buffer layer work (dummy crlf layer)
76701      Branch: perl
76702           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76703 ____________________________________________________________________________
76704 [  7796] By: nick                                  on 2000/11/21  20:36:22
76705         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76706              PERLIO=perlio passes all tests. 
76707              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76708      Branch: perlio
76709            ! perlio.c win32/perllib.c win32/win32.c
76710 ____________________________________________________________________________
76711 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76712         Log: Update Changes.
76713      Branch: perl
76714            ! Changes patchlevel.h
76715 ____________________________________________________________________________
76716 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76717         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76718              From: "Craig A. Berry" <craigberry@mac.com>
76719              Date: Mon, 20 Nov 2000 20:27:06 -0600
76720              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76721              
76722              A cut-and-pasto.
76723      Branch: perl
76724            ! perlio.h
76725 ____________________________________________________________________________
76726 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76727         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76728              From: Dominic Dunlop <domo@computer.org> 
76729              Date: Mon, 20 Nov 2000 18:55:29 +0100
76730              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76731              
76732              va_copy() and the need of it.
76733              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76734      Branch: metaconfig/U/perl
76735            + need_va_copy.U
76736      Branch: perl
76737            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76738            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76739            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76740            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76741            ! win32/config.bc win32/config.gc win32/config.vc
76742 ____________________________________________________________________________
76743 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76744         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76745      Branch: perl
76746           !> scope.h
76747 ____________________________________________________________________________
76748 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76749         Log: Export the SOCKS workaround symbols only if necessary.
76750      Branch: perl
76751            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76752 ____________________________________________________________________________
76753 [  7790] By: nick                                  on 2000/11/20  23:57:11
76754         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76755      Branch: perlio
76756            ! scope.h
76757 ____________________________________________________________________________
76758 [  7789] By: nick                                  on 2000/11/20  23:38:33
76759         Log: Integrate mainline
76760      Branch: perlio
76761           +> lib/File/Spec/Epoc.pm
76762           !> (integrate 34 files)
76763 ____________________________________________________________________________
76764 [  7788] By: nick                                  on 2000/11/20  23:20:18
76765         Log: Make extra buffer layer work (dummy crlf layer)
76766      Branch: perlio
76767            ! doio.c perlio.c perlio.h
76768 ____________________________________________________________________________
76769 [  7787] By: jhi                                   on 2000/11/20  22:44:04
76770         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
76771              From: Peter Prymmer <pvhp@forte.com>
76772              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
76773              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
76774      Branch: perl
76775            ! t/pragma/locale.t
76776 ____________________________________________________________________________
76777 [  7786] By: jhi                                   on 2000/11/20  22:29:10
76778         Log: Subject: DOC PATCH 5.6.0 perlreftut
76779              From: mjd@plover.com
76780              Date: 20 Nov 2000 19:45:06 -0000
76781              Message-ID: <20001120194506.9505.qmail@plover.com>
76782      Branch: perl
76783            ! pod/perlreftut.pod
76784 ____________________________________________________________________________
76785 [  7785] By: jhi                                   on 2000/11/20  22:27:44
76786         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
76787              From: David Dyck <dcd@tc.fluke.com>
76788              Date: Mon, 20 Nov 2000 11:43:40 -0800
76789              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
76790      Branch: perl
76791            ! lib/Cwd.pm
76792 ____________________________________________________________________________
76793 [  7784] By: jhi                                   on 2000/11/20  22:23:21
76794         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
76795              Date: Mon, 20 Nov 2000 17:06:10 -0500
76796              To: Mailing list Perl5 <perl5-porters@perl.org>
76797              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
76798      Branch: perl
76799            ! pp_ctl.c t/op/pat.t
76800 ____________________________________________________________________________
76801 [  7783] By: jhi                                   on 2000/11/20  22:11:18
76802         Log: Subject: [PATCH] doop.c - UTF8 tr///               
76803              From: Simon Cozens <simon@cozens.net>
76804              Date: Sat, 18 Nov 2000 18:49:30 +0000
76805              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
76806              
76807              Subject: Re: [PATCH] doop.c - UTF8 tr///           
76808              From: Simon Cozens <simon@cozens.net>
76809              Date: Mon, 20 Nov 2000 20:45:22 +0000
76810              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
76811              
76812              Make tr on UTF-8 better but still not correct.
76813      Branch: perl
76814            ! doop.c
76815 ____________________________________________________________________________
76816 [  7782] By: jhi                                   on 2000/11/20  22:02:16
76817         Log: Remove the shared object before attempting to create
76818              (by linking) a new one.  E.g. in AIX not removing
76819              becomes quite painful if one tries to do more than one
76820              build in the same tree (an interrupted build, for example),
76821              since the AIX' shared dynaloader seemingly keeps the shared
76822              objects open and therefore 'busy' for quite a while, even when
76823              nobody is using the objects, leading into link failures.
76824      Branch: perl
76825            ! lib/ExtUtils/MM_Unix.pm
76826 ____________________________________________________________________________
76827 [  7781] By: gsar                                  on 2000/11/20  19:02:55
76828         Log: type mismatch due to faulty integration
76829      Branch: maint-5.6/perl
76830            ! toke.c win32/Makefile
76831 ____________________________________________________________________________
76832 [  7780] By: gsar                                  on 2000/11/20  17:31:55
76833         Log: integrate changes#6392,6394..6399,6401..6404
76834              
76835              The {multiplier} of a fixed substring was overlooked which
76836              caused a wrong initial search offset for that substring.
76837              
76838              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76839              From: Hugo <hv@crypt.compulink.co.uk>
76840              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76841              Date: Thu, 13 Jul 2000 19:27:13 +0100
76842              
76843              Fix the BOM bug: not a byteorder bug, a signedness bug.
76844              
76845              Replace change #6337 with a better one.
76846              
76847              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76848              From: Hugo <hv@crypt.compulink.co.uk>
76849              Date: Fri, 14 Jul 2000 04:16:20 +0100
76850              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76851              
76852              MakeMaker should not remove editor backups (*~) on `make clean`
76853              by default (completes change#6383)
76854              
76855              move new variables to the end of the interpreter structure (for
76856              bincompat in code that doesn't #include XSUB.h)
76857              
76858              rename totally bletcherous SvLOCK() thingy (doesn't do what the
76859              name suggests anyway)
76860              
76861              various cleanups (typos, misformatted code, and small bugs)
76862              
76863              typecasts needed for change#6394
76864              
76865              typos in change#6399, regen headers
76866              
76867              inconsistent types needs casts
76868              
76869              PERL_OBJECT build tweaks
76870      Branch: maint-5.6/perl
76871           !> MANIFEST doop.c embed.h embed.pl embedvar.h
76872           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
76873           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
76874           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
76875           !> toke.c util.c
76876 ____________________________________________________________________________
76877 [  7779] By: gsar                                  on 2000/11/20  17:06:29
76878         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
76879              
76880              Cosmetics and perldelta.
76881              
76882              Fix nits noticed by Boston.pm.
76883              
76884              Do the cc sanity check both before the hints and
76885              after the cc selction.
76886              
76887              get sprintf.t to adjust properly for 3-digit exponents
76888              
76889              don't clobber *.orig files on *clean targets
76890              
76891              fix bugs in processing %v-*d and similar format specs (from
76892              Avi Finkel <avi@finkel.org>)
76893              
76894              sprintf test tweaks (from Dominic Dunlop)
76895              
76896              new selfloader.t in change#6183 doesn't close DATA handles,
76897              and thus fails to clean up tmp files on dosish platforms
76898              
76899              typos (spotted by Peter Prymmer)
76900              
76901              typo fix from Craig Berry
76902      Branch: maint-5.6/perl
76903           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
76904           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
76905           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
76906           !> x2p/Makefile.SH
76907 ____________________________________________________________________________
76908 [  7778] By: gsar                                  on 2000/11/20  16:46:51
76909         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
76910              
76911              Subject: Re: format bug report  [Patch]
76912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76913              Date: Wed, 05 Jul 2000 13:12:52 +0200
76914              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
76915              
76916              Subject: Re: format bug report  [Patch]
76917              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76918              Date: Wed, 05 Jul 2000 14:10:01 +0200
76919              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
76920              
76921              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76922              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76923              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76924              Date: Fri, 07 Jul 2000 17:57:16 +0100
76925              
76926              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76927              To: perl5-porters@perl.org
76928              From: Karsten Sperling <spiff@phreax.net>
76929              Date: Mon, 10 Jul 2000 15:12:52 +0200
76930              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76931              
76932              README.posix-bc podified from Thomas Dorner.
76933              
76934              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76935              From: Dominic Dunlop <domo@computer.org>
76936              Date: Tue, 11 Jul 2000 12:27:33 +0200
76937              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76938              
76939              Typo in #6341.
76940              
76941              Fix for
76942              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76943              From: Roderick Schertler <roderick@argon.org>
76944              Date: Tue, 11 Jul 2000 13:55:05 -0400
76945              Message-Id: <200007111755.NAA05077@jones.argon.org>
76946              
76947              Minor cleanups on the booklist.
76948              
76949              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76950              regen perltoc.
76951              
76952              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76953      Branch: maint-5.6/perl
76954           +> pod/perlbook.pod
76955           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76956           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76957           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76958 ____________________________________________________________________________
76959 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76960         Log: Update Changes.
76961      Branch: perl
76962            ! Changes patchlevel.h
76963 ____________________________________________________________________________
76964 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76965         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76966              This may be overly harsh but until proven otherwise, we think this
76967              way, or until we have a simple test for Configure (having to start
76968              up servers is does not count as simple) to check for the problems.
76969      Branch: perl
76970            ! perl.h
76971 ____________________________________________________________________________
76972 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76973         Log: Solaris hints tweaks.
76974      Branch: perl
76975            ! hints/solaris_2.sh
76976 ____________________________________________________________________________
76977 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76978         Log: Add a workaround to SOCKS 64-bit problems.
76979      Branch: perl
76980            ! doio.c embed.h embed.pl perlsdio.h proto.h
76981 ____________________________________________________________________________
76982 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76983         Log: sysseek() instead of seek().
76984      Branch: perl
76985            ! t/lib/syslfs.t
76986 ____________________________________________________________________________
76987 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76988         Log: integrate changes#6315..6319,6321..6331,6333..6338
76989              
76990              Integrate with Sarathy, preliminary fix for unicos
76991              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76992              
76993              some debugger output does not go to the socket when RemotePort is set
76994              
76995              winsock cleanup never done on Windows (leads to handle leaks)
76996              
76997              fix UNC path handling on Windows under ithreads, and chdir()
76998              return value when given a non-existent directory
76999              
77000              Autogenerate pod/Makefile and pod/buildtoc.
77001              buildtoc also checks whether the existin pods are
77002              mentioned in MANIFEST and perl.pod, and vice versa.
77003              (None of the thusly found discrepancies fixed yet.)
77004              roffitall also needs to be autogenerated similarly but it
77005              seems so badly out of date that I didn't touch it yet.
77006              
77007              Config is being used.
77008              
77009              Add =head1 NAMEs so that buildtoc is happy.
77010              (The CGI::Util nit reported to Lincoln.)
77011              
77012              Fix complaints of buildtoc.
77013              
77014              Fix the alignment problem in Crays ([ID 20000612.002]).
77015              
77016              Remove perlbook, update perlfaq book listing,
77017              rearrange perl.pod, regenerate perltoc.
77018              
77019              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
77020              was cast to an unsigned (32-bit) integer with wild abandon.
77021              
77022              winsock options weren't being set in all threads under ithreads
77023              (caused send()s from second and subsequent threads to fail)
77024              
77025              accept() leaks memory on windows due to incorrect ordering of
77026              closesocket() and fclose() calls
77027              
77028              Reorder perl.pod once more.
77029              
77030              More POSIX.pod tweaks.
77031              
77032              Sprinkle ldlibpath.
77033              
77034              Precedence goof, fix based on
77035              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
77036              From: Hugo <hv@crypt.compulink.co.uk>
77037              Date: Tue, 11 Jul 2000 12:52:38 +0100
77038              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
77039              
77040              Subject: PATCH perlguts.pod: Document D and d magic types
77041              From: mjd@plover.com
77042              Date: 5 Jul 2000 18:01:51 -0000
77043              Message-ID: <20000705180151.29413.qmail@plover.com>
77044              
77045              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
77046              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
77047              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
77048              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
77049              
77050              Subject: [PATCH cfgperl] $& segfaults if you trick it
77051              From: simon@brecon.co.uk (Simon Cozens)
77052              Date: 7 Jul 2000 11:26:09 GMT
77053              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
77054              
77055              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
77056              From: Hugo <hv@crypt.compulink.co.uk>
77057              Date: Tue, 11 Jul 2000 12:44:50 +0100
77058              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
77059              
77060              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
77061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77062              Date: Tue, 11 Jul 2000 13:50:51 +0100
77063              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
77064      Branch: maint-5.6/perl
77065           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
77066           +> pod/buildtoc.PL
77067            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
77068           !> (integrate 26 files)
77069 ____________________________________________________________________________
77070 [  7771] By: gsar                                  on 2000/11/20  12:31:42
77071         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
77072              6310,6311,6314
77073              
77074              Subject: [PATCH bleedperl] File::Spec 0.82 beta
77075              From: Barrie Slaymaker <barries@jester.slaysys.com>
77076              Date: Wed, 28 Jun 2000 11:35:29 -0400
77077              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
77078              
77079              tweak perlembed for multiplicity/usethreads sanity; correct notes
77080              about Windows
77081              
77082              localize %INC in a Safe compartment so that use/require work
77083              (many other magic globals probably need similar treatment)
77084              
77085              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
77086              when @_ is modified, causing coredumps
77087              
77088              slurp mode fix in change#4736 still not quite right
77089              
77090              Point to perlipc for more SysV IPC examples.
77091              
77092              Elaborate POSIX.pod.  Still needs work.
77093              
77094              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
77095              
77096              fix large memory leak that has been around for ever, masked by
77097              -DPURIFY (most of the arenas were never freed!)
77098              
77099              fix memory leak on Windows (PL_sys_intern contents were never
77100              freed)
77101              
77102              PERL_OBJECT build tweak
77103              
77104              adjust change#6299
77105              
77106              remove rel2abs prototypes (from Barrie Slaymaker)
77107              
77108              missing perldiag entry for unpack("w",...) diagnostic (from
77109              Andreas Koenig)
77110              
77111              better diagnostic on Frob->stuff() when Frob:: doesn't exist
77112              (from Richard Soderberg <rs@oregonnet.com>)
77113              
77114              Win32 patches for cfgperl from Sarathy.
77115              
77116              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
77117              
77118              More POSIX.pod embellishment.
77119              
77120              tyop in change#6306
77121      Branch: maint-5.6/perl
77122           !> (integrate 44 files)
77123 ____________________________________________________________________________
77124 [  7770] By: gsar                                  on 2000/11/20  11:51:00
77125         Log: integrate changes#6268..6282 from cfgperl branch
77126              
77127              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
77128              From: Dominic Dunlop <domo@computer.org>
77129              Date: Thu, 29 Jun 2000 12:32:39 +0200
77130              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
77131              
77132              Regen headers for #6261 (and update embed.pl for this) and #6267,
77133              silence few compiler warnings.
77134              
77135              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
77136              From: Nicholas Clark <nick@talking.bollo.cx>
77137              Date: Fri, 23 Jun 2000 16:21:15 +0100
77138              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
77139              
77140              Subject: PATCH pod/perltie.pod
77141              From: Ian Phillipps <Ian.Phillipps@iname.com>
77142              Date: Fri, 16 Jun 2000 00:17:19 +0100
77143              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
77144              (only the first hunk, the second hunk had already been done
77145              by some other patch)
77146              
77147              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
77148              From: Tom Phoenix <rootbeer@redcat.com>
77149              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
77150              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
77151              
77152              Subject: [PATCH] xsub attributes
77153              From: Doug MacEachern <dougm@covalent.net>
77154              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
77155              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
77156              
77157              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
77158              From: Andy Dougherty <doughera@lafayette.edu>
77159              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
77160              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
77161              
77162              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
77163              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77164              Date: Tue, 13 Jun 2000 02:43:48 -0500
77165              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
77166              
77167              Subject: [PATCH] Re: eval documentation: context
77168              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77169              Date: Mon, 12 Jun 2000 15:07:29 +0100
77170              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
77171              
77172              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
77173              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77174              Date: Mon, 12 Jun 2000 14:55:59 +0100
77175              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
77176              
77177              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
77178              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
77179              Date: Fri, 09 Jun 2000 12:39:27 -0400
77180              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
77181              (plus update the version "number" of Text::Wrap)
77182              
77183              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
77184              From: Tim Ayers <tayers@bridge.com>
77185              Date: Thu, 08 Jun 2000 08:11:06 +0200
77186              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
77187              [resent by Richard Foley, Message-Id probably wrong]
77188              
77189              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
77190              From: rspier@pobox.com (Robert Spier)
77191              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
77192              Message-ID: <14654.31913.845602.610277@rls.cx>
77193              
77194              Subject: [PATCH 5.6.0] utils/h2xs.PL
77195              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77196              Date: Wed, 7 Jun 2000 04:02:04 -0500
77197              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
77198              
77199              Subject: [PATCH 5.6.0]ITHREADs for VMS
77200              From: Dan Sugalski <dan@sidhe.org>
77201              Date: Tue, 06 Jun 2000 11:59:50 -0400
77202              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
77203      Branch: maint-5.6/perl
77204           !> (integrate 31 files)
77205 ____________________________________________________________________________
77206 [  7769] By: gsar                                  on 2000/11/20  11:29:06
77207         Log: integrate changes#6261..6266 from cfgperl
77208              
77209              Subject: Re: [PATCH cfgperl] BOMs away!
77210              From: simon@brecon.co.uk (Simon Cozens)
77211              Date: 17 Jun 2000 11:49:57 GMT
77212              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
77213              
77214              Subject: 5.6.0 Patch for EPOC
77215              From: Olaf Flebbe <o.flebbe@gmx.de>
77216              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
77217              Message-ID: <23449.960929969@www11.gmx.net>
77218              
77219              tr fixes from Simon Cozens
77220              
77221              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
77222              From: Marty Lucich <marty@netcom.com>
77223              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
77224              Message-Id: <200006282116.OAA11148@netcom.com>
77225              ccdlflags update (the BSD/OS 4.1 part had already been taken
77226              care of by #6141).
77227              
77228              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
77229              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77230              Date: Wed, 28 Jun 2000 17:50:12 -0700
77231              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
77232              
77233              Subject: [PATCH 5.6.0] cygwin port
77234              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
77235              From: "Fifer, Eric" <EFifer@sanwaint.com>
77236              Date: Thu, 29 Jun 2000 12:58:29 +0100
77237      Branch: maint-5.6/perl
77238           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
77239           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
77240           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77241           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
77242 ____________________________________________________________________________
77243 [  7768] By: gsar                                  on 2000/11/20  11:13:44
77244         Log: integrate changes#6252..6256,6259..6260
77245              
77246              Paranoia tweak on #6249.
77247              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77248              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77249              Date: Sun, 25 Jun 2000 23:43:12 -0400
77250              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
77251              
77252              Subject: tr///, help wanted.
77253              From: simon@brecon.co.uk (Simon Cozens)
77254              Date: 28 Jun 2000 11:29:04 GMT
77255              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
77256              
77257              small thinko tweaks
77258              
77259              tweaks from Simon Conzes to further fix tr/// under utf8
77260              
77261              perlnewmod was missing from MANIFEST.
77262              
77263              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
77264              From: simon@brecon.co.uk (Simon Cozens)
77265              Date: 17 Jun 2000 11:56:44 GMT
77266              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
77267              pack U0, pack C0
77268      Branch: maint-5.6/perl
77269           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
77270           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
77271           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
77272           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
77273 ____________________________________________________________________________
77274 [  7767] By: gsar                                  on 2000/11/20  10:51:38
77275         Log: integrate change#6250 from cfgperl
77276              
77277              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
77278              From: Doug MacEachern <dougm@covalent.net>
77279              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
77280              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
77281      Branch: maint-5.6/perl
77282           +> t/op/my_stash.t
77283           !> MANIFEST embed.pl global.sym proto.h toke.c
77284 ____________________________________________________________________________
77285 [  7766] By: gsar                                  on 2000/11/20  10:48:34
77286         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
77287              
77288              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
77289              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77290              Date: Mon, 26 Jun 2000 18:40:14 +0100
77291              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
77292              
77293              Subject: [PATCH] bytes<->utf8 fixes
77294              From: simon@brecon.co.uk (Simon Cozens)
77295              Date: 26 Jun 2000 04:55:45 GMT
77296              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
77297              
77298              Subject: [PATCH] is_utf8_string
77299              From: simon@brecon.co.uk (Simon Cozens)
77300              Date: 26 Jun 2000 02:25:59 GMT
77301              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
77302              
77303              Subject: [PATCH] avoid mg_ptr in '*' magic
77304              From: Doug MacEachern <dougm@covalent.net>
77305              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
77306              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
77307              
77308              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
77309              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77310              Date: Sat, 24 Jun 2000 13:06:20 +0100
77311              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
77312              
77313              Allow for standalone testing.
77314              
77315              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
77316              From: Mark-Jason Dominus <mjd@plover.com>
77317              Date: Tue, 27 Jun 2000 22:36:42 -0400
77318              Message-ID: <20000628023642.12166.qmail@plover.com>
77319              
77320              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77321              From: Frank Tobin <ftobin@uiuc.edu>
77322              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
77323              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
77324      Branch: maint-5.6/perl
77325           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
77326           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
77327           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
77328           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
77329           !> utf8.c utils/h2xs.PL
77330 ____________________________________________________________________________
77331 [  7765] By: gsar                                  on 2000/11/20  10:29:13
77332         Log: integrate change#6239 from cfgperl
77333              
77334              Configure maintenance.  Sever some dependency cycles,
77335              separate gccversion from the cc unit,
77336              address [ID 20000623.006] Configure script patch for using gcc on AIX
77337              (but solve it a little bit differently),
77338              unduplex some accidentally duplicated units,
77339              suggest using gcc if no cc available
77340              (p5p thread: "Solaris configure: counterproposal", 1999-09)
77341      Branch: maint-5.6/perl
77342           !> Configure Todo-5.6 config_h.SH
77343 ____________________________________________________________________________
77344 [  7764] By: gsar                                  on 2000/11/20  10:25:55
77345         Log: integrate changes#6233..6238 from cfgperl
77346              
77347              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
77348              From: Mark-Jason Dominus <mjd@plover.com>
77349              Date: Fri, 16 Jun 2000 20:53:04 -0400
77350              Message-ID: <20000617005304.8008.qmail@plover.com>
77351              
77352              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
77353              because when run as services (Win32ese for daemons)
77354              no environment variables are set and tmpdir ends up as /tmp,
77355              which is ambiguous.
77356              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
77357              From: matt@sergeant.org
77358              Date: 16 Jun 2000 16:30:43 -0000
77359              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
77360              
77361              The thread begun by
77362              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
77363              From: Kevin.Ruscoe@ubsw.com
77364              Date: Fri, 16 Jun 2000 16:38:51 +0100
77365              Message-Id: <H000019b03c300d6@MHS>
77366              
77367              Tweak embed.pl, regen headers.
77368              
77369              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
77370              From: Dan Sugalski <dan@sidhe.org>
77371              Date: Fri, 23 Jun 2000 17:00:00 -0400
77372              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
77373      Branch: maint-5.6/perl
77374           !> (integrate 27 files)
77375 ____________________________________________________________________________
77376 [  7763] By: gsar                                  on 2000/11/20  10:08:08
77377         Log: s/perl56delta/perldelta/g
77378      Branch: maint-5.6/perl
77379            ! pod/Makefile
77380 ____________________________________________________________________________
77381 [  7762] By: gsar                                  on 2000/11/20  10:04:00
77382         Log: integrate changes#6225,6229,6231,6232 from cfgperl
77383              
77384              Add source code filenames to apidoc.
77385              From: simon@brecon.co.uk (Simon Cozens)
77386              Subject: [PATCH embed.pl] Source X-ref
77387              Date: 22 Jun 2000 02:18:49 GMT
77388              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
77389              
77390              Subject: README.hpux version 0.6.1
77391              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
77392              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77393              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
77394              
77395              Subject: [PATCH 5.6.0] cygwin port
77396              From: "Fifer, Eric" <EFifer@sanwaint.com>
77397              Date: Tue, 20 Jun 2000 14:30:58 +0100
77398              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
77399              
77400              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
77401              From: simon@brecon.co.uk (Simon Cozens)
77402              Date: 19 Jun 2000 15:18:27 GMT
77403              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
77404              
77405              plus update pod/Makefile and regenerate perltoc
77406      Branch: maint-5.6/perl
77407           +> pod/perlutil.pod
77408           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
77409           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
77410 ____________________________________________________________________________
77411 [  7761] By: jhi                                   on 2000/11/20  04:09:55
77412         Log: Miraculous typo.
77413      Branch: perl
77414            ! t/op/pat.t
77415 ____________________________________________________________________________
77416 [  7760] By: jhi                                   on 2000/11/20  04:06:08
77417         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
77418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77419              Date: Sun, 19 Nov 2000 22:30:26 -0500
77420              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
77421      Branch: perl
77422            ! regexec.c scope.h t/op/pat.t
77423 ____________________________________________________________________________
77424 [  7759] By: jhi                                   on 2000/11/20  02:05:22
77425         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
77426      Branch: perl
77427            ! perl.h
77428 ____________________________________________________________________________
77429 [  7758] By: jhi                                   on 2000/11/20  01:58:11
77430         Log: Subject: [perl 7711: EPOC] updates
77431              From: Olaf Flebbe <o.flebbe@gmx.de>
77432              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
77433              Message-ID: <25575.974658810@www23.gmx.net>               
77434      Branch: perl
77435            + lib/File/Spec/Epoc.pm
77436            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
77437            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
77438            ! lib/File/Spec.pm perl.c sv.c
77439 ____________________________________________________________________________
77440 [  7757] By: jhi                                   on 2000/11/20  01:53:11
77441         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
77442      Branch: perl
77443            ! MANIFEST
77444 ____________________________________________________________________________
77445 [  7756] By: jhi                                   on 2000/11/20  01:47:22
77446         Log: Integrate perlio:
77447              
77448              [  7755]
77449              Add dummy crlf layer (just as buffer)
77450              Correct 1st bug - one layer of indirection.
77451              
77452              [  7754]
77453              Work-round to Perl_deb_nocontext is no longer required
77454              
77455              [  7753]
77456              diff -se shows these as different
77457              
77458              [  7752]
77459              Configure GCC/Win32 build -Duseperlio
77460              Fix a couple of gross issues
77461              - double-include of ../deb.o in re.dll
77462              - win32sck.c needs PerlIO and FILE 
77463              
77464              [  7751]
77465              Special case :crlf and :raw in dummy PerlIO_apply_layers
77466              
77467              [  7750]
77468              Missing aTHX_
77469      Branch: perl
77470            - ext/re/hints/MSWin32.pl
77471           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
77472           !> win32/config.gc win32/config_H.gc win32/win32sck.c
77473 ____________________________________________________________________________
77474 [  7755] By: nick                                  on 2000/11/19  20:57:17
77475         Log: Add dummy crlf layer (just as buffer)
77476              Correct 1st bug - one layer of indirection.
77477      Branch: perlio
77478            ! perlio.c perlio.h perliol.h
77479 ____________________________________________________________________________
77480 [  7754] By: nick                                  on 2000/11/19  20:56:12
77481         Log: Work-round to Perl_deb_nocontext is no longer required
77482      Branch: perlio
77483            - ext/re/hints/MSWin32.pl
77484 ____________________________________________________________________________
77485 [  7753] By: nick                                  on 2000/11/19  20:01:16
77486         Log: diff -se shows these as different
77487      Branch: perlio
77488            ! global.sym pod/perlapi.pod
77489 ____________________________________________________________________________
77490 [  7752] By: nick                                  on 2000/11/19  18:57:30
77491         Log: Configure GCC/Win32 build -Duseperlio
77492              Fix a couple of gross issues
77493              - double-include of ../deb.o in re.dll
77494              - win32sck.c needs PerlIO and FILE 
77495      Branch: perlio
77496            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
77497            ! win32/win32sck.c
77498 ____________________________________________________________________________
77499 [  7751] By: nick                                  on 2000/11/19  17:05:36
77500         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
77501      Branch: perlio
77502            ! perlio.c
77503 ____________________________________________________________________________
77504 [  7750] By: nick                                  on 2000/11/19  16:57:14
77505         Log: Missing aTHX_
77506      Branch: perlio
77507            ! sv.c
77508 ____________________________________________________________________________
77509 [  7749] By: jhi                                   on 2000/11/19  16:28:40
77510         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
77511              From: "Peter J. Farley III" <pjfarley@banet.net>
77512              Date: Sun, 19 Nov 2000 01:42:58 -0500
77513              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
77514      Branch: perl
77515            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
77516 ____________________________________________________________________________
77517 [  7748] By: jhi                                   on 2000/11/19  16:08:10
77518         Log: Subject: podlators 1.05 available        
77519              From: Russ Allbery <rra@stanford.edu>   
77520              Date: 18 Nov 2000 22:04:28 -0800
77521              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
77522      Branch: perl
77523            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
77524 ____________________________________________________________________________
77525 [  7747] By: nick                                  on 2000/11/19  11:19:39
77526         Log: Integrate mainline
77527      Branch: perlio
77528           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77529           !> util.c
77530 ____________________________________________________________________________
77531 [  7746] By: jhi                                   on 2000/11/19  06:42:22
77532         Log: Make hex scanning warn on "\x{x}" and "\xx".
77533              "\x" and and hex("x") are still valid.
77534      Branch: perl
77535            ! util.c
77536 ____________________________________________________________________________
77537 [  7745] By: nick                                  on 2000/11/18  22:52:28
77538         Log: Integrate mainline
77539      Branch: perlio
77540           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
77541           !> perl.h perlio.c proto.h regcomp.c regcomp.h
77542 ____________________________________________________________________________
77543 [  7744] By: jhi                                   on 2000/11/18  22:50:28
77544         Log: Introduce Perl_utf8_length().  Use it.
77545      Branch: perl
77546            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77547 ____________________________________________________________________________
77548 [  7743] By: jhi                                   on 2000/11/18  22:38:51
77549         Log: Compiler denit.
77550      Branch: perl
77551            ! perlio.c
77552 ____________________________________________________________________________
77553 [  7742] By: jhi                                   on 2000/11/18  20:33:05
77554         Log: Integrate perlio:
77555              
77556              [  7740]
77557              Lexical use open ... support:
77558              add ->cop_io to COP structure in cop.h.
77559              Make mg.c and gv.c associate it with ${^OPEN}.
77560              Make lib/open.pm set it.
77561              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77562              manner similar to ->cop_warnings.
77563              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77564              call new PerlIO_apply_layers().
77565              Declare latter in perlio.h and define in perlio.c
77566      Branch: perl
77567           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77568           !> perlio.h pp_ctl.c pp_sys.c sv.c
77569 ____________________________________________________________________________
77570 [  7741] By: jhi                                   on 2000/11/18  20:31:27
77571         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
77572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77573              Date: Fri, 17 Nov 2000 20:35:11 -0500
77574              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
77575              
77576              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
77577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77578              Date: Fri, 17 Nov 2000 21:03:47 -0500
77579              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
77580              
77581              Plus a little bit of tweaking in pregcomp().
77582      Branch: perl
77583            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
77584 ____________________________________________________________________________
77585 [  7740] By: nick                                  on 2000/11/18  20:17:22
77586         Log: Lexical use open ... support:
77587              add ->cop_io to COP structure in cop.h.
77588              Make mg.c and gv.c associate it with ${^OPEN}.
77589              Make lib/open.pm set it.
77590              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77591              manner similar to ->cop_warnings.
77592              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77593              call new PerlIO_apply_layers().
77594              Declare latter in perlio.h and define in perlio.c
77595      Branch: perlio
77596            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77597            ! perlio.h pp_ctl.c pp_sys.c sv.c
77598 ____________________________________________________________________________
77599 [  7739] By: jhi                                   on 2000/11/18  19:54:00
77600         Log: Integrate perlio:
77601              
77602              [  7736]
77603              Basic tweaks to do_open() type parsing to allow layer/discipline
77604              part to be isolated.
77605              
77606              [  7727]
77607              Experiment on use of attributes.pm interface.
77608              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77609              SVt_PVRV if not already something better (else vivify of say magic gets
77610              core dump).
77611      Branch: perl
77612           !> doio.c perlio.c pp.c
77613 ____________________________________________________________________________
77614 [  7738] By: jhi                                   on 2000/11/18  17:16:13
77615         Log: Subject: [PATCH 5.7.0] etags broken again
77616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77617              Date: Sat, 18 Nov 2000 02:41:36 -0500
77618              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
77619      Branch: perl
77620            ! emacs/ptags
77621 ____________________________________________________________________________
77622 [  7737] By: jhi                                   on 2000/11/18  17:12:18
77623         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
77624      Branch: perl
77625            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77626 ____________________________________________________________________________
77627 [  7736] By: nick                                  on 2000/11/18  14:06:20
77628         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
77629              part to be isolated.
77630      Branch: perlio
77631            ! doio.c perlio.c
77632 ____________________________________________________________________________
77633 [  7735] By: nick                                  on 2000/11/18  11:03:32
77634         Log: Integrate mainline
77635      Branch: perlio
77636           !> Changes README.amiga README.win32 patchlevel.h
77637           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
77638 ____________________________________________________________________________
77639 [  7734] By: jhi                                   on 2000/11/18  01:18:56
77640         Log: Update Changes.
77641      Branch: perl
77642            ! Changes patchlevel.h
77643 ____________________________________________________________________________
77644 [  7733] By: jhi                                   on 2000/11/18  00:32:54
77645         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
77646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77647              Date: Fri, 17 Nov 2000 17:28:02 -0500
77648              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77649      Branch: perl
77650            ! regcomp.c regexec.c t/op/re_tests
77651 ____________________________________________________________________________
77652 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77653         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77654      Branch: perl
77655            ! pp.c
77656 ____________________________________________________________________________
77657 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77658         Log: Explain in more detail the {} syntax ambiguousity.
77659              
77660              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77661              From: Nicholas Clark <nick@ccl4.org>
77662              Date: Fri, 17 Nov 2000 22:10:28 +0000
77663              Message-ID: <20001117221028.A88930@plum.flirble.org>
77664      Branch: perl
77665            ! pod/perlfunc.pod
77666 ____________________________________________________________________________
77667 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77668         Log: Subject: Fix for README.amiga (20000323.033)
77669              From: "Stephen P. Potter" <spp@spotter.yi.org>
77670              Date: Fri, 17 Nov 2000 12:25:51 -0500
77671              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77672      Branch: perl
77673            ! README.amiga
77674 ____________________________________________________________________________
77675 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77676         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77677              From: "A. C. Yardley" <yardley@tanet.net>
77678              Date: Mon, 3 Apr 2000 11:35:33 -0700
77679              Message-ID: <3483.000403@tanet.net>
77680      Branch: perl
77681            ! README.win32
77682 ____________________________________________________________________________
77683 [  7728] By: nick                                  on 2000/11/17  21:59:47
77684         Log: Integrate mainline
77685      Branch: perlio
77686           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77687           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77688           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77689           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77690 ____________________________________________________________________________
77691 [  7727] By: nick                                  on 2000/11/17  21:56:31
77692         Log: Experiment on use of attributes.pm interface.
77693              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77694              SVt_PVRV if not already something better (else vivify of say magic gets
77695              core dump).
77696      Branch: perlio
77697            ! perlio.c pp.c
77698 ____________________________________________________________________________
77699 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77700         Log: Subject: Fix for 20000815.006
77701              From: "Stephen P. Potter" <spp@spotter.yi.org>
77702              Date: Fri, 17 Nov 2000 08:57:45 -0500
77703              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77704              
77705              It's really 20000518.006.
77706      Branch: perl
77707            ! pod/perlmodlib.PL
77708 ____________________________________________________________________________
77709 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77710         Log: Subject: Fix for 20000409.001
77711              From: "Stephen P. Potter" <spp@spotter.yi.org>
77712              Date: Fri, 17 Nov 2000 08:55:45 -0500
77713              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77714      Branch: perl
77715            ! pod/perlfaq9.pod
77716 ____________________________________________________________________________
77717 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77718         Log: Undo #7627 now that we have =head3.
77719      Branch: perl
77720            ! pod/perlhack.pod
77721 ____________________________________________________________________________
77722 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77723         Log: As surmised the #7719 wasn't a good move.
77724      Branch: perl
77725            ! hints/solaris_2.sh
77726 ____________________________________________________________________________
77727 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77728         Log: Also the 64bitall hints can be either here or there.
77729      Branch: perl
77730            ! hints/solaris_2.sh
77731 ____________________________________________________________________________
77732 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77733         Log: Test tweak for the open pragma.
77734      Branch: perl
77735            ! t/lib/b.t
77736 ____________________________________________________________________________
77737 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77738         Log: The long double hints can be here or there.
77739      Branch: perl
77740            ! hints/solaris_2.sh
77741 ____________________________________________________________________________
77742 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77743         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77744      Branch: perl
77745            ! hints/solaris_2.sh
77746 ____________________________________________________________________________
77747 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77748         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77749              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77750              Date: Wed, 15 Nov 2000 08:56:32 +0100
77751              Message-ID: <3A1241B0.64477E00@alcatel.at>
77752      Branch: perl
77753            ! lib/Carp/Heavy.pm
77754 ____________________________________________________________________________
77755 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77756         Log: Subject: [PATCH] Re: 20001101.003 PDL
77757              From: Nicholas Clark <nick@ccl4.org>
77758              Date: Thu, 16 Nov 2000 16:48:25 +0000
77759              Message-ID: <20001116164825.B93487@plum.flirble.org>
77760      Branch: perl
77761            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
77762 ____________________________________________________________________________
77763 [  7716] By: jhi                                   on 2000/11/16  23:21:31
77764         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
77765              From: "Casey R. Tweten" <crt@kiski.net>
77766              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
77767              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
77768      Branch: perl
77769            ! lib/Pod/Checker.pm pod/perlpod.pod
77770 ____________________________________________________________________________
77771 [  7715] By: jhi                                   on 2000/11/16  23:19:40
77772         Log: Avoid an infinite loop in VMS when utils scripts are run
77773              with no arguments, from Charles Lane.
77774      Branch: perl
77775            ! configure.com
77776 ____________________________________________________________________________
77777 [  7714] By: jhi                                   on 2000/11/16  23:17:08
77778         Log: Subject: perllocale.pod changes
77779              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77780              Date: Mon, 13 Nov 2000 10:09:22 +0300
77781              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
77782      Branch: perl
77783            ! pod/perllocale.pod
77784 ____________________________________________________________________________
77785 [  7713] By: jhi                                   on 2000/11/16  23:14:06
77786         Log: Integrate perlio:
77787              
77788              [  7711]
77789              Minor tweaks:
77790              consistent way of getting 'rb', 'wb' etc. for binary opens
77791              move *perlio::layers to *open::layers
77792              a #define to show layers available
77793              DOSISH popen/PerlIO had export/import sense inverted.
77794      Branch: perl
77795           !> doio.c perlio.c perlio.h util.c
77796 ____________________________________________________________________________
77797 [  7712] By: nick                                  on 2000/11/16  21:10:58
77798         Log: Integrate mainline
77799      Branch: perlio
77800           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77801           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77802           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
77803           !> vos/config.ga.def vos/config.ga.h win32/config.bc
77804           !> win32/config.gc win32/config.vc
77805 ____________________________________________________________________________
77806 [  7711] By: nick                                  on 2000/11/16  19:56:41
77807         Log: Minor tweaks:
77808              consistent way of getting 'rb', 'wb' etc. for binary opens
77809              move *perlio::layers to *open::layers
77810              a #define to show layers available
77811              DOSISH popen/PerlIO had export/import sense inverted.
77812      Branch: perlio
77813            ! doio.c perlio.c perlio.h util.c
77814 ____________________________________________________________________________
77815 [  7710] By: jhi                                   on 2000/11/16  15:46:05
77816         Log: Add HAS_SBRK_PROTO.
77817      Branch: metaconfig/U/perl
77818            + d_sbrkproto.U
77819      Branch: perl
77820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77821            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77822            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
77823            ! vos/config.ga.def vos/config.ga.h win32/config.bc
77824            ! win32/config.gc win32/config.vc
77825 ____________________________________________________________________________
77826 [  7709] By: nick                                  on 2000/11/16  07:31:49
77827         Log: Integrate mainline
77828      Branch: perlio
77829           !> (integrate 35 files)
77830 ____________________________________________________________________________
77831 [  7708] By: jhi                                   on 2000/11/16  05:33:03
77832         Log: These files are text, not binary.
77833      Branch: perl
77834            ! ext/Encode/Encode/iso8859-10.enc
77835            ! ext/Encode/Encode/iso8859-13.enc
77836            ! ext/Encode/Encode/iso8859-14.enc
77837            ! ext/Encode/Encode/iso8859-15.enc
77838 ____________________________________________________________________________
77839 [  7707] By: jhi                                   on 2000/11/16  01:53:37
77840         Log: Update Changes.
77841      Branch: perl
77842            ! Changes patchlevel.h
77843 ____________________________________________________________________________
77844 [  7706] By: jhi                                   on 2000/11/16  01:35:59
77845         Log: More #undefing of stdio.
77846      Branch: perl
77847            ! fakesdio.h nostdio.h
77848 ____________________________________________________________________________
77849 [  7705] By: jhi                                   on 2000/11/16  01:34:18
77850         Log: Add fwalk() probe to the configuration files and regen perltoc.
77851      Branch: perl
77852            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77853            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
77854            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
77855            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77856            ! win32/config.bc win32/config.gc win32/config.vc
77857 ____________________________________________________________________________
77858 [  7704] By: jhi                                   on 2000/11/16  01:33:07
77859         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
77860              an optional third argument to Inlibc?)
77861      Branch: metaconfig/U/perl
77862            + d__fwalk.U
77863 ____________________________________________________________________________
77864 [  7703] By: jhi                                   on 2000/11/16  01:09:22
77865         Log: The type of the hash_cb() size argument is tricky.
77866      Branch: perl
77867            ! ext/DB_File/DB_File.xs
77868 ____________________________________________________________________________
77869 [  7702] By: jhi                                   on 2000/11/15  23:01:16
77870         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
77871      Branch: perl
77872            ! nostdio.h
77873 ____________________________________________________________________________
77874 [  7701] By: jhi                                   on 2000/11/15  22:52:32
77875         Log: Detypo.
77876      Branch: perl
77877            ! t/lib/bigfltpm.t
77878 ____________________________________________________________________________
77879 [  7700] By: jhi                                   on 2000/11/15  22:51:56
77880         Log: UINT64_C() work continues.
77881      Branch: perl
77882            ! handy.h perl.h utf8.h
77883 ____________________________________________________________________________
77884 [  7699] By: jhi                                   on 2000/11/15  14:13:04
77885         Log: SOCKS has its own USE_THREADS, based on
77886              
77887              Subject: [ID 20001114.002] et. al. bugfix followup
77888              From: Jens Hamisch <jens@Strawberry.COM> 
77889              Date: Wed, 15 Nov 2000 14:23:11 +0100
77890              Message-ID: <20001115142311.A21164@Strawberry.COM>
77891      Branch: perl
77892            ! perl.h
77893 ____________________________________________________________________________
77894 [  7698] By: jhi                                   on 2000/11/15  03:50:56
77895         Log: Add few missing #undefs and sort them.
77896      Branch: perl
77897            ! fakesdio.h
77898 ____________________________________________________________________________
77899 [  7697] By: jhi                                   on 2000/11/15  03:39:14
77900         Log: Linenumber fix.
77901      Branch: perl
77902            ! t/pragma/warn/utf8
77903 ____________________________________________________________________________
77904 [  7696] By: jhi                                   on 2000/11/15  02:55:26
77905         Log: EBCDIC tweaks.
77906              
77907              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
77908              From: Peter Prymmer <pvhp@forte.com>
77909              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
77910              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
77911      Branch: perl
77912            ! t/op/regmesg.t t/pragma/warn/utf8
77913 ____________________________________________________________________________
77914 [  7695] By: jhi                                   on 2000/11/15  02:53:58
77915         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
77916              From: Peter Prymmer <pvhp@forte.com>
77917              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
77918              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
77919      Branch: perl
77920            ! utf8.c
77921 ____________________________________________________________________________
77922 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77923         Log: Subject: [PATCH: perl@7674] updates to README.os390
77924              From: Prymmer/Kahn <pvhp@best.com>
77925              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77926              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77927      Branch: perl
77928            ! README.os390
77929 ____________________________________________________________________________
77930 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77931         Log: Quit utf8_to_uv() instantly if curlen == 0.
77932      Branch: perl
77933            ! utf8.c
77934 ____________________________________________________________________________
77935 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77936         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77937              
77938              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77939              From: Jens Hamisch <jens@Strawberry.COM>     
77940              Date: Tue, 14 Nov 2000 19:03:55 +0100
77941              Message-Id: <20001114190355.A20559@Strawberry.COM>
77942      Branch: perl
77943            ! ext/DB_File/DB_File.xs
77944 ____________________________________________________________________________
77945 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77946         Log: Use UINT64_C().
77947              
77948              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77949              From: Jens Hamisch <jens@Strawberry.COM>
77950              Date: Tue, 14 Nov 2000 19:16:23 +0100
77951              Message-Id: <20001114191623.G20559@Strawberry.COM>
77952      Branch: perl
77953            ! utf8.c utf8.h
77954 ____________________________________________________________________________
77955 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77956         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77957              (a macro to define signed and unsigned integer constants).
77958      Branch: perl
77959            ! handy.h
77960 ____________________________________________________________________________
77961 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77962         Log: Regen Configure.
77963      Branch: perl
77964            ! Configure
77965 ____________________________________________________________________________
77966 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77967         Log: Make the unit know about SOCKS.
77968      Branch: metaconfig
77969            ! U/protos/socksizetype.U
77970 ____________________________________________________________________________
77971 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77972         Log: Remove unused dependencies.
77973      Branch: metaconfig
77974            ! U/compline/d_getpagsz.U
77975 ____________________________________________________________________________
77976 [  7686] By: nick                                  on 2000/11/14  21:25:13
77977         Log: Integrate mainline.
77978      Branch: perlio
77979           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77980           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77981           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77982           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77983           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77984           !> win32/config.bc win32/config.gc win32/config.vc
77985           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77986 ____________________________________________________________________________
77987 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77988         Log: Integrate perlio:
77989              
77990              [  7684]
77991              PerlIO #include and #ifdef re-work.
77992      Branch: perl
77993           +> fakesdio.h perliol.h
77994           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77995           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77996 ____________________________________________________________________________
77997 [  7684] By: nick                                  on 2000/11/14  17:43:04
77998         Log: PerlIO #include and #ifdef re-work.
77999      Branch: perlio
78000            + fakesdio.h perliol.h
78001            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
78002            ! perlsdio.h perlsfio.h
78003 ____________________________________________________________________________
78004 [  7683] By: jhi                                   on 2000/11/14  15:42:40
78005         Log: Hoist the duplicated socket/netdb include logic to perl.h;
78006              undef SETERRNO in case SOCKS has defined it.  Based on:
78007              
78008              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
78009              From: Jens Hamisch <jens@Strawberry.COM> 
78010              Date: Tue, 14 Nov 2000 11:34:40 +0100
78011              Message-Id: <20001114113440.A20005@Strawberry.COM>
78012      Branch: perl
78013            ! doio.c perl.h pp_sys.c
78014 ____________________________________________________________________________
78015 [  7682] By: jhi                                   on 2000/11/14  14:07:28
78016         Log: Subject: some additions for makefiles for win32 (for perl@7674)
78017              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78018              Date: Tue, 14 Nov 2000 09:31:13 +0300
78019              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
78020      Branch: perl
78021            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
78022            ! win32/makefile.mk
78023 ____________________________________________________________________________
78024 [  7681] By: jhi                                   on 2000/11/14  14:01:41
78025         Log: Subject: tiny typo in perl5db.pl
78026              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78027              Date: Tue, 14 Nov 2000 09:29:28 +0300
78028              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
78029      Branch: perl
78030            ! lib/perl5db.pl
78031 ____________________________________________________________________________
78032 [  7680] By: jhi                                   on 2000/11/14  04:13:50
78033         Log: Redo #7679 with LFs instead of CRLFs.
78034      Branch: perl
78035            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
78036            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
78037            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
78038 ____________________________________________________________________________
78039 [  7679] By: jhi                                   on 2000/11/14  01:21:09
78040         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
78041              From: Benjamin Stuhl <tiriath@yahoo.com> 
78042              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
78043              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
78044      Branch: perl
78045            + win32/bin/mdelete.bat
78046            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
78047            ! makedef.pl perlio.c win32/Makefile win32/config.gc
78048            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
78049 ____________________________________________________________________________
78050 [  7678] By: jhi                                   on 2000/11/14  01:19:20
78051         Log: Fix the re extension building for Win32.
78052              
78053              Subject: [PATCH perl@7638] Get PerlIO building on Win32
78054              From: Benjamin Stuhl <tiriath@yahoo.com> 
78055              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
78056              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
78057      Branch: perl
78058            + ext/re/hints/MSWin32.pl
78059            ! MANIFEST
78060 ____________________________________________________________________________
78061 [  7677] By: jhi                                   on 2000/11/14  01:13:54
78062         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
78063              From: sthoenna@efn.org
78064              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
78065              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
78066      Branch: perl
78067            ! doop.c pp.c toke.c utf8.c utf8.h
78068 ____________________________________________________________________________
78069 [  7676] By: jhi                                   on 2000/11/13  20:23:15
78070         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
78071              From: Nicholas Clark <nick@ccl4.org>
78072              Date: Mon, 13 Nov 2000 18:55:04 +0000
78073              Message-ID: <20001113185504.J29183@plum.flirble.org>
78074      Branch: perl
78075            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
78076 ____________________________________________________________________________
78077 [  7675] By: nick                                  on 2000/11/13  20:21:57
78078         Log: Integrate mainline ...
78079      Branch: perlio
78080           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
78081           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
78082           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
78083           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
78084 ____________________________________________________________________________
78085 [  7674] By: jhi                                   on 2000/11/13  15:07:56
78086         Log: Update Changes.
78087      Branch: perl
78088            ! Changes patchlevel.h
78089 ____________________________________________________________________________
78090 [  7673] By: jhi                                   on 2000/11/13  14:42:42
78091         Log: Remove the new two tests of lib/io_xs for now, they seem to
78092              fail under perlio on some platforms.
78093      Branch: perl
78094            ! t/lib/io_xs.t
78095 ____________________________________________________________________________
78096 [  7672] By: jhi                                   on 2000/11/13  13:57:53
78097         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
78098      Branch: perl
78099            ! perlio.c
78100 ____________________________________________________________________________
78101 [  7671] By: jhi                                   on 2000/11/13  05:30:48
78102         Log: Placate nervous compilers that see longer than ints switch()ing.
78103      Branch: perl
78104            ! utf8.c
78105 ____________________________________________________________________________
78106 [  7670] By: jhi                                   on 2000/11/13  05:14:21
78107         Log: fputs() does return EOF on error but here we don't care.
78108      Branch: perl
78109            ! perlio.c
78110 ____________________________________________________________________________
78111 [  7669] By: jhi                                   on 2000/11/13  05:02:45
78112         Log: Declare reg_data like reg_substr_data.
78113      Branch: perl
78114            ! regexp.h
78115 ____________________________________________________________________________
78116 [  7668] By: jhi                                   on 2000/11/13  04:54:34
78117         Log: Typos in #7667.
78118      Branch: perl
78119            ! perl.h
78120 ____________________________________________________________________________
78121 [  7667] By: jhi                                   on 2000/11/13  04:49:49
78122         Log: Cleanup messy #ifdef.
78123      Branch: perl
78124            ! perl.h
78125 ____________________________________________________________________________
78126 [  7666] By: jhi                                   on 2000/11/13  04:17:34
78127         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
78128              From: Nicholas Clark <nick@talking.bollo.cx>
78129              Date: Sun, 12 Nov 2000 21:14:11 +0000
78130              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
78131              
78132              Note: only one breakage of the two reported is fixed by this patch.
78133      Branch: perl
78134            ! perlio.c
78135 ____________________________________________________________________________
78136 [  7665] By: jhi                                   on 2000/11/13  04:05:07
78137         Log: Tweak the definition of the bit complement on UTF-8 data:
78138              if none of the characters in the string are > 0xff,
78139              the result is a complemented byte string, not a (UTF-8)
78140              char string.  Based on the summary in
78141              
78142              Subject: Re: [ID 20000918.005] ~ on wide chars
78143              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
78144              Date: Fri, 10 Nov 2000 09:47:15 -0800
78145              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
78146              
78147              This should give us the maximum backward (pre-char string)
78148              compatibility and utf8 compatibility.  The other alternative
78149              would be to limit the bit complement to be always byte only,
78150              taking the least significant byte of the chars.
78151      Branch: perl
78152            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
78153 ____________________________________________________________________________
78154 [  7664] By: jhi                                   on 2000/11/13  00:23:44
78155         Log: Couple of tests from #7660 salvaged.
78156      Branch: perl
78157            - t/op/tell.t
78158            ! MANIFEST t/io/tell.t
78159 ____________________________________________________________________________
78160 [  7663] By: jhi                                   on 2000/11/13  00:02:48
78161         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
78162              From: Nicholas Clark <nick@talking.bollo.cx>
78163              Date: Sun, 12 Nov 2000 21:23:43 +0000
78164              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
78165      Branch: perl
78166            ! perlsfio.h
78167 ____________________________________________________________________________
78168 [  7662] By: jhi                                   on 2000/11/13  00:01:39
78169         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
78170              From: Nicholas Clark <nick@talking.bollo.cx>
78171              Date: Sun, 12 Nov 2000 21:30:04 +0000
78172              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
78173      Branch: perl
78174            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
78175 ____________________________________________________________________________
78176 [  7661] By: jhi                                   on 2000/11/12  23:57:29
78177         Log: Document tell() on special streams.
78178      Branch: perl
78179            ! pod/perlfunc.pod
78180 ____________________________________________________________________________
78181 [  7660] By: jhi                                   on 2000/11/12  23:54:22
78182         Log: (Subsumed by #7664)
78183      Branch: perl
78184            + t/op/tell.t
78185            ! MANIFEST
78186 ____________________________________________________________________________
78187 [  7659] By: jhi                                   on 2000/11/12  22:55:25
78188         Log: Many subdocumented return values of the IO extension now documented.
78189              ungetc and write still left subdocumented.
78190              
78191              Subject: [PATCH] (was Re: IO::Handle::ungetc)
78192              From: Nicholas Clark <nick@talking.bollo.cx>
78193              Date: Sun, 12 Nov 2000 21:35:53 +0000
78194              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
78195      Branch: perl
78196            ! ext/IO/lib/IO/Handle.pm
78197 ____________________________________________________________________________
78198 [  7658] By: jhi                                   on 2000/11/12  21:37:06
78199         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
78200              From: Nicholas Clark <nick@talking.bollo.cx>
78201              Date: Sun, 12 Nov 2000 20:03:22 +0000
78202              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
78203      Branch: perl
78204            ! pod/perlfunc.pod
78205 ____________________________________________________________________________
78206 [  7657] By: jhi                                   on 2000/11/12  20:34:55
78207         Log: Integrate perlio:
78208              
78209              [  7656]
78210              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78211      Branch: perl
78212           !> perlio.c
78213 ____________________________________________________________________________
78214 [  7656] By: nick                                  on 2000/11/12  19:25:06
78215         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78216      Branch: perlio
78217            ! perlio.c
78218 ____________________________________________________________________________
78219 [  7655] By: nick                                  on 2000/11/12  19:09:41
78220         Log: Integrate mainline
78221      Branch: perlio
78222           +> README.solaris ext/Encode/Encode/cp1006.enc
78223           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
78224           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
78225           +> ext/Encode/Encode/iso8859-13.enc
78226           +> ext/Encode/Encode/iso8859-14.enc
78227           +> ext/Encode/Encode/iso8859-15.enc
78228           !> (integrate 34 files)
78229 ____________________________________________________________________________
78230 [  7654] By: jhi                                   on 2000/11/12  19:00:22
78231         Log: Add a metaconfig unit for fsync.
78232      Branch: metaconfig/U/perl
78233            + d_fsync.U
78234 ____________________________________________________________________________
78235 [  7653] By: jhi                                   on 2000/11/12  19:00:01
78236         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
78237      Branch: perl
78238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78239            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78240            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78241            ! vos/config.ga.h win32/config.bc win32/config.gc
78242            ! win32/config.vc
78243 ____________________________________________________________________________
78244 [  7652] By: jhi                                   on 2000/11/11  21:12:01
78245         Log: Copy the s// information of README.hpux also to the perlrun.
78246      Branch: perl
78247            ! README.hpux pod/perlrun.pod
78248 ____________________________________________________________________________
78249 [  7651] By: jhi                                   on 2000/11/11  21:03:13
78250         Log: More README.solaris updates from Andy Dougherty.
78251      Branch: perl
78252            ! README.solaris
78253 ____________________________________________________________________________
78254 [  7650] By: jhi                                   on 2000/11/11  18:38:57
78255         Log: More descriptive error for unknown perlio layers.
78256              
78257              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78258              From: Dominic Dunlop <domo@computer.org> 
78259              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78260              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78261      Branch: perl
78262            ! perlio.c pod/perldiag.pod
78263 ____________________________________________________________________________
78264 [  7649] By: jhi                                   on 2000/11/11  18:37:52
78265         Log: MachTen doesn't really do mmap() and munmap().
78266              
78267              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78268              From: Dominic Dunlop <domo@computer.org> 
78269              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78270              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78271      Branch: perl
78272            ! hints/machten.sh
78273 ____________________________________________________________________________
78274 [  7648] By: jhi                                   on 2000/11/11  18:36:46
78275         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
78276              From: rspier@pobox.com (Robert Spier)
78277              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
78278              Message-ID: <14861.32839.491271.985797@rls.cx>
78279      Branch: perl
78280            ! Porting/Contract pod/perltoot.pod
78281 ____________________________________________________________________________
78282 [  7647] By: jhi                                   on 2000/11/11  18:35:30
78283         Log: Simplify the getpagesize() unit by dropping the
78284              pagesize probe since it's nowadays slightly more
78285              complicated because of sysconf(). (Note: if some
78286              platform really needs the -lPW for getpagesize,
78287              I just broke it.)
78288              
78289              TODO: a new pagesize unit.
78290      Branch: metaconfig
78291            ! U/compline/d_getpagsz.U
78292 ____________________________________________________________________________
78293 [  7646] By: jhi                                   on 2000/11/11  18:33:23
78294         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
78295      Branch: perl
78296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78297            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78298            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78299            ! vos/config.ga.h win32/config.bc win32/config.gc
78300            ! win32/config.vc
78301 ____________________________________________________________________________
78302 [  7645] By: jhi                                   on 2000/11/11  16:45:15
78303         Log: Use sysconf() or getpagesize() to find out the pagesize.
78304      Branch: perl
78305            ! perlio.c
78306 ____________________________________________________________________________
78307 [  7644] By: jhi                                   on 2000/11/11  15:46:08
78308         Log: Integrate perlio:
78309              
78310              [  7641]
78311              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78312              Also call "Buf" layer directly when unread'ing non-read chars.
78313      Branch: perl
78314           !> perlio.c
78315 ____________________________________________________________________________
78316 [  7643] By: jhi                                   on 2000/11/11  15:33:36
78317         Log: Subject: Re: [PATCH] README.solaris
78318              From: Lupe Christoph <lupe@lupe-christoph.de>
78319              Date: Sat, 11 Nov 2000 14:08:10 +0100
78320              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
78321      Branch: perl
78322            ! README.solaris
78323 ____________________________________________________________________________
78324 [  7642] By: jhi                                   on 2000/11/11  15:22:12
78325         Log: Subject: [PATCH perl@7638] cygwin port
78326              From: "Eric Fifer" <egf7@columbia.edu>            
78327              Date: Fri, 10 Nov 2000 19:30:30 -0000
78328              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
78329      Branch: perl
78330            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
78331 ____________________________________________________________________________
78332 [  7641] By: nick                                  on 2000/11/11  14:50:36
78333         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78334              Also call "Buf" layer directly when unread'ing non-read chars.
78335      Branch: perlio
78336            ! perlio.c
78337 ____________________________________________________________________________
78338 [  7640] By: jhi                                   on 2000/11/11  02:05:02
78339         Log: Add more encoding tables.
78340      Branch: perl
78341            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
78342            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
78343            + ext/Encode/Encode/iso8859-10.enc
78344            + ext/Encode/Encode/iso8859-13.enc
78345            + ext/Encode/Encode/iso8859-14.enc
78346            + ext/Encode/Encode/iso8859-15.enc
78347            ! MANIFEST
78348 ____________________________________________________________________________
78349 [  7639] By: jhi                                   on 2000/11/10  18:49:25
78350         Log: Subject: [PATCH] README.solaris
78351              From: Andy Dougherty <doughera@lafayette.edu>
78352              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
78353              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
78354      Branch: perl
78355            + README.solaris
78356            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
78357            ! pod/perl.pod pod/perltoc.pod
78358 ____________________________________________________________________________
78359 [  7638] By: jhi                                   on 2000/11/10  15:04:15
78360         Log: Update Changes.
78361      Branch: perl
78362            ! Changes patchlevel.h
78363 ____________________________________________________________________________
78364 [  7637] By: jhi                                   on 2000/11/10  14:14:28
78365         Log: Explain better why certain regex tests are skipped.
78366              
78367              Subject: Re: tests skipped: unknown reason
78368              From: Lupe Christoph <lupe@lupe-christoph.de>
78369              Date: Fri, 10 Nov 2000 09:08:56 +0100
78370              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
78371      Branch: perl
78372            ! t/op/regexp.t
78373 ____________________________________________________________________________
78374 [  7636] By: nick                                  on 2000/11/10  13:40:00
78375         Log: Integrate mainline.
78376      Branch: perlio
78377           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
78378           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
78379           !> win32/bin/search.pl
78380 ____________________________________________________________________________
78381 [  7635] By: nick                                  on 2000/11/10  13:25:52
78382         Log: Re-instate stdio large file support via perlio.
78383      Branch: perl
78384            ! perlio.c
78385 ____________________________________________________________________________
78386 [  7634] By: jhi                                   on 2000/11/10  04:49:55
78387         Log: Amdahl UTS hints updates.
78388              
78389              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
78390              From: hom00@utsglobal.com (Harold O Morris)
78391              Date: Thu, 9 Nov 2000 20:02 PST
78392              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
78393      Branch: perl
78394            ! hints/uts.sh
78395 ____________________________________________________________________________
78396 [  7633] By: jhi                                   on 2000/11/09  23:33:28
78397         Log: Subject: [PATCH] IO::Seekable pod
78398              From: Nicholas Clark <nick@talking.bollo.cx>
78399              Date: Thu, 9 Nov 2000 20:29:45 +0000
78400              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
78401      Branch: perl
78402            ! ext/IO/lib/IO/Handle.pm
78403 ____________________________________________________________________________
78404 [  7632] By: jhi                                   on 2000/11/09  21:55:41
78405         Log: Various doc oddball characters.
78406              
78407              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
78408              From: Michael Somos <somos@grail.cba.csuohio.edu>
78409              Date: Mon, 6 Nov 2000 17:44:20 -0500
78410              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
78411      Branch: perl
78412            ! emacs/cperl-mode.el lib/unicode/syllables.txt
78413            ! win32/bin/search.pl
78414 ____________________________________________________________________________
78415 [  7631] By: jhi                                   on 2000/11/09  21:12:29
78416         Log: Subject: Re: bash -c exit and linux hints 
78417              From: "John P. Linderman" <jpl@research.att.com>
78418              Date: Thu, 02 Nov 2000 09:37:25 -0500
78419              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
78420      Branch: perl
78421            ! hints/linux.sh
78422 ____________________________________________________________________________
78423 [  7630] By: nick                                  on 2000/11/09  20:34:11
78424         Log: Integrate mainline.
78425      Branch: perlio
78426           !> (integrate 91 files)
78427 ____________________________________________________________________________
78428 [  7629] By: jhi                                   on 2000/11/09  19:46:31
78429         Log: Missing dTHXs.
78430              
78431              Subject: RE: perl@7595 builds not on cygwin
78432              From: "Eric Fifer" <egf7@columbia.edu>
78433              Date: Thu, 9 Nov 2000 19:26:50 -0000
78434              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
78435      Branch: perl
78436            ! ext/Devel/Peek/Peek.xs
78437 ____________________________________________________________________________
78438 [  7628] By: jhi                                   on 2000/11/09  14:48:27
78439         Log: Disable only the tests 99 and 166 for UTF-8 locales.
78440      Branch: perl
78441            ! t/pragma/locale.t
78442 ____________________________________________________________________________
78443 [  7627] By: jhi                                   on 2000/11/09  14:40:27
78444         Log: There's no =head3.
78445      Branch: perl
78446            ! pod/perlhack.pod
78447 ____________________________________________________________________________
78448 [  7626] By: jhi                                   on 2000/11/09  13:54:26
78449         Log: The generated boot_* headers are wrong.  Pickier compiler,
78450              such as KAI C++ will refuse to compile the resulting perlmain.
78451              
78452              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
78453              From: Harri Pasanen <harri.pasanen@trema.com>
78454              Date: Thu, 09 Nov 2000 14:23:28 +0100
78455              Message-Id: <3A0AA550.26D548A3@trema.com>
78456      Branch: perl
78457            ! minimod.pl
78458 ____________________________________________________________________________
78459 [  7625] By: jhi                                   on 2000/11/09  13:50:44
78460         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
78461              From: Prymmer/Kahn <pvhp@best.com>
78462              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
78463              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
78464              
78465              All except the "cow orker" change.
78466      Branch: perl
78467            ! Porting/pumpkin.pod
78468 ____________________________________________________________________________
78469 [  7624] By: jhi                                   on 2000/11/09  13:45:33
78470         Log: Fix for
78471              
78472              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
78473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
78474              Date: Thu, 09 Nov 2000 11:05:52 +0100
78475              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
78476      Branch: perl
78477            ! pod/perldiag.pod t/pragma/warn/pp_sys
78478 ____________________________________________________________________________
78479 [  7623] By: jhi                                   on 2000/11/09  13:37:16
78480         Log: Typo in an ifndef.
78481              
78482              Subject: Re: [PATCH 5.7.0] better messages from malloc()
78483              From: Joe Smith <jms@inwap.com>         
78484              Date: Thu, 09 Nov 2000 01:33:14 -0800
78485              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
78486      Branch: perl
78487            ! malloc.c
78488 ____________________________________________________________________________
78489 [  7622] By: jhi                                   on 2000/11/09  13:31:18
78490         Log: Remove unused extra arguments.
78491      Branch: metaconfig/U/perl
78492            ! perlxv.U
78493      Branch: perl
78494            ! Configure config_h.SH
78495 ____________________________________________________________________________
78496 [  7621] By: jhi                                   on 2000/11/09  13:16:36
78497         Log: More VMS moves on environment handling, from Charles Lane.
78498      Branch: perl
78499            ! t/pragma/locale.t
78500 ____________________________________________________________________________
78501 [  7620] By: jhi                                   on 2000/11/09  04:42:38
78502         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78503              From: David Dyck <dcd@tc.fluke.com>
78504              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
78505              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
78506      Branch: perl
78507            ! pp_sys.c
78508 ____________________________________________________________________________
78509 [  7619] By: jhi                                   on 2000/11/09  04:36:21
78510         Log: Forgot from #7618.
78511      Branch: perl
78512            ! lib/File/stat.pm
78513 ____________________________________________________________________________
78514 [  7618] By: jhi                                   on 2000/11/09  04:28:44
78515         Log: Make deleting for %ENV work for (newer versions of) VMS,
78516              from Craig A. Berry.
78517      Branch: perl
78518            ! vms/vms.c
78519 ____________________________________________________________________________
78520 [  7617] By: jhi                                   on 2000/11/09  04:25:05
78521         Log: Subject: [PATCH] Class::Struct at compile time
78522              From: "Casey R. Tweten" <crt@kiski.net>
78523              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
78524              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
78525      Branch: perl
78526            ! lib/Class/Struct.pm
78527 ____________________________________________________________________________
78528 [  7616] By: jhi                                   on 2000/11/09  04:15:17
78529         Log: Subject: [ID 20001108.013] spelling
78530              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
78531              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
78532              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
78533      Branch: perl
78534            ! lib/ftp.pl
78535 ____________________________________________________________________________
78536 [  7615] By: jhi                                   on 2000/11/09  04:12:42
78537         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
78538              From: Peter Prymmer <pvhp@forte.com>
78539              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
78540              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
78541      Branch: perl
78542            ! configure.com
78543 ____________________________________________________________________________
78544 [  7614] By: jhi                                   on 2000/11/08  22:42:55
78545         Log: A missing aTHX_.
78546      Branch: perl
78547            ! ext/IPC/SysV/SysV.xs
78548 ____________________________________________________________________________
78549 [  7613] By: jhi                                   on 2000/11/08  19:30:21
78550         Log: Update Changes.
78551      Branch: perl
78552            ! Changes patchlevel.h
78553 ____________________________________________________________________________
78554 [  7612] By: jhi                                   on 2000/11/08  18:35:25
78555         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78556              From: David Dyck <dcd@tc.fluke.com>
78557              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
78558              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
78559      Branch: perl
78560            ! pp_sys.c
78561 ____________________________________________________________________________
78562 [  7611] By: jhi                                   on 2000/11/08  18:30:26
78563         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
78564              From: Dominic Dunlop <domo@computer.org>
78565              Date: Tue, 7 Nov 2000 12:05:25 +0100
78566              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
78567      Branch: perl
78568            ! malloc.c
78569 ____________________________________________________________________________
78570 [  7610] By: jhi                                   on 2000/11/08  18:25:14
78571         Log: Do not test UTF-8 locales since that the tests would require
78572              polymorphic regexen.
78573      Branch: perl
78574            ! t/pragma/locale.t
78575 ____________________________________________________________________________
78576 [  7609] By: jhi                                   on 2000/11/08  17:12:51
78577         Log: Locale buglets.
78578              
78579              Subject: RE: Locales support (setlocale) fixes
78580              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78581              Date: Wed, 8 Nov 2000 20:01:39 +0300
78582              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
78583      Branch: perl
78584            ! t/pragma/locale.t util.c
78585 ____________________________________________________________________________
78586 [  7608] By: jhi                                   on 2000/11/08  17:00:16
78587         Log: Deleting $ENV{PATH} in VMS is not recommendable.
78588      Branch: perl
78589            ! t/pragma/locale.t
78590 ____________________________________________________________________________
78591 [  7607] By: jhi                                   on 2000/11/08  16:58:26
78592         Log: Subject: PATCH std stdio for (Free)BSD
78593              From: Nicholas Clark <nick@ccl4.org>
78594              Date: Wed, 8 Nov 2000 15:36:29 +0000
78595              Message-ID: <20001108153629.D98736@plum.flirble.org>
78596      Branch: metaconfig
78597            ! U/compline/d_stdstdio.U
78598      Branch: perl
78599            ! Configure config_h.SH
78600 ____________________________________________________________________________
78601 [  7606] By: jhi                                   on 2000/11/08  16:43:31
78602         Log: Forgot to bump the line numbers in #7601.
78603      Branch: perl
78604            ! t/pragma/warn/pp_sys
78605 ____________________________________________________________________________
78606 [  7605] By: jhi                                   on 2000/11/08  16:39:12
78607         Log: More careful detection of how well NVs and UVs mix.
78608              
78609              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))
78610              From: Nicholas Clark <nick@ccl4.org>
78611              Date: Wed, 8 Nov 2000 15:14:12 +0000
78612              Message-ID: <20001108151412.B98736@plum.flirble.org>
78613              
78614              Added some SIGFPE paranoia.
78615      Branch: metaconfig/U/perl
78616            ! perlxv.U
78617      Branch: perl
78618            ! Configure config_h.SH
78619 ____________________________________________________________________________
78620 [  7604] By: jhi                                   on 2000/11/08  14:39:10
78621         Log: Subject: [patch perl@7595] VMS configure.com tweak
78622              From: "Craig A. Berry" <craigberry@mac.com>
78623              Date: Wed, 8 Nov 2000 00:24:12 -0600
78624              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
78625      Branch: perl
78626            ! configure.com
78627 ____________________________________________________________________________
78628 [  7603] By: jhi                                   on 2000/11/08  14:27:11
78629         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
78630              From: Robin Barker <rmb1@cise.npl.co.uk>
78631              Date: Wed, 8 Nov 2000 11:11:39 GMT
78632              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
78633      Branch: perl
78634            ! perlio.c
78635 ____________________________________________________________________________
78636 [  7602] By: jhi                                   on 2000/11/08  14:25:03
78637         Log: Fix for the tie-refhash string table leaks.
78638              
78639              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
78640              Date: Wed, 8 Nov 2000 13:03:04 GMT
78641              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
78642      Branch: perl
78643            ! t/lib/tie-refhash.t
78644 ____________________________________________________________________________
78645 [  7601] By: jhi                                   on 2000/11/08  14:21:08
78646         Log: Try to avoid flockless and emulationless places.
78647      Branch: perl
78648            ! t/pragma/warn/pp_sys
78649 ____________________________________________________________________________
78650 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78651         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78652              
78653              Subject: [PATCH] prototyped functions that should be overrideable
78654              From: "Casey R. Tweten" <crt@kiski.net>
78655              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78656              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78657      Branch: perl
78658            ! toke.c
78659 ____________________________________________________________________________
78660 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78661         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78662              
78663              Subject: [PATCH] perlbug.PL
78664              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78665              Date: Mon, 6 Nov 2000 21:39:01 -0500
78666              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78667      Branch: perl
78668            ! utils/perlbug.PL
78669 ____________________________________________________________________________
78670 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78671         Log: Bad thinko in #7581 (I used the test program with the expanded
78672              values as-is).
78673      Branch: metaconfig
78674            ! U/compline/d_stdstdio.U
78675      Branch: perl
78676            ! Configure
78677 ____________________________________________________________________________
78678 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78679         Log: Subject: [PATCH perl@7573] cygwin port
78680              From: "Fifer, Eric" <EFifer@sanwaint.com>
78681              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78682              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78683              
78684              Synchronize with Cygwin 1.1.5.
78685      Branch: perl
78686            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78687            ! pod/perlport.pod unixish.h util.c
78688 ____________________________________________________________________________
78689 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78690         Log: perlhack updates from H.Merijn Brand.
78691      Branch: perl
78692            ! pod/perlhack.pod
78693 ____________________________________________________________________________
78694 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78695         Log: Update Changes.
78696      Branch: perl
78697            ! Changes patchlevel.h
78698 ____________________________________________________________________________
78699 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78700         Log: Be more robust in Dynaloader.pm.
78701      Branch: perl
78702            ! ext/DynaLoader/DynaLoader_pm.PL
78703 ____________________________________________________________________________
78704 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78705         Log: AUTHORS update.
78706      Branch: perl
78707            ! AUTHORS
78708 ____________________________________________________________________________
78709 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78710         Log: normalize relative paths in virtualized current directory on windows,
78711              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78712              returns)
78713      Branch: perl
78714            ! win32/vdir.h
78715 ____________________________________________________________________________
78716 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78717         Log: Too profiler-happy: with optimization the #7590 actually makes
78718              the test to run 0.5% _slower_.  Requires much more instrumentation.
78719              Retract #7590.
78720      Branch: perl
78721            ! regcomp.c regcomp.h
78722 ____________________________________________________________________________
78723 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78724         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78725              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78726              by using memset() and testing bytewise (as opposed to bitwise).
78727      Branch: perl
78728            ! regcomp.c regcomp.h
78729 ____________________________________________________________________________
78730 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78731         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78732              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78733              Date: Mon, 06 Nov 2000 23:45:30 -0500
78734              Message-Id: <0011079735.AA973576259@univpress.com>
78735      Branch: perl
78736            ! configure.com t/lib/st-lock.t
78737 ____________________________________________________________________________
78738 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78739         Log: Tweak #7587.
78740      Branch: perl
78741            ! pod/perldiag.pod
78742 ____________________________________________________________________________
78743 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78744         Log: A doc addition for bug id 20001105.019, beware \p.
78745      Branch: perl
78746            ! pod/perldiag.pod
78747 ____________________________________________________________________________
78748 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78749         Log: Fake support of holey files in win/dosish platforms.
78750              
78751              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78752              From: kipp@shonanblue.ne.jp
78753              Date: Mon, 6 Nov 2000 13:30:55 -0800
78754              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78755      Branch: perl
78756            ! ext/SDBM_File/sdbm/sdbm.c
78757 ____________________________________________________________________________
78758 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78759         Log: Subject: Pod updates
78760              From: "Stephen P. Potter" <spp@spotter.yi.org>
78761              Date: Mon, 06 Nov 2000 18:56:43 -0500
78762              Message-Id: <200011062357.SAA18173@spotter.yi.org>
78763      Branch: perl
78764            ! README.dos README.os2 README.win32 pod/buildtoc.PL
78765            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
78766            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
78767            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
78768            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
78769            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
78770            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
78771            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
78772            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
78773            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
78774            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
78775            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
78776            ! pod/perltootc.pod pod/perlunicode.pod
78777 ____________________________________________________________________________
78778 [  7584] By: jhi                                   on 2000/11/07  00:04:17
78779         Log: Varargs don't always work too well if one puts an unsigned
78780              char on the stack and pop an unsigned quad off the stack.
78781              
78782              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
78783              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
78784              Date: Mon, 06 Nov 2000 15:19:05 -0800
78785              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
78786      Branch: perl
78787            ! utf8.c
78788 ____________________________________________________________________________
78789 [  7583] By: jhi                                   on 2000/11/06  23:58:48
78790         Log: %ENV note tweaks from Dan Sugalski.
78791      Branch: perl
78792            ! pod/perlport.pod vms/perlvms.pod
78793 ____________________________________________________________________________
78794 [  7582] By: jhi                                   on 2000/11/06  23:05:49
78795         Log: glibc5 detection by __GNU_LIBRARY__.
78796      Branch: perl
78797            ! toke.c
78798 ____________________________________________________________________________
78799 [  7581] By: jhi                                   on 2000/11/06  22:51:29
78800         Log: Make the stdio test program of 7427 less noisy while being 
78801              compiled so that Digital UNIX wouldn't get both
78802              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
78803              undefined.  This makes perlio happy.
78804      Branch: metaconfig
78805            ! U/compline/d_stdstdio.U
78806      Branch: perl
78807            ! Configure config_h.SH
78808 ____________________________________________________________________________
78809 [  7580] By: jhi                                   on 2000/11/06  22:41:41
78810         Log: Document %ENV = () portability issues.
78811      Branch: perl
78812            ! pod/perlport.pod vms/perlvms.pod
78813 ____________________________________________________________________________
78814 [  7579] By: jhi                                   on 2000/11/06  21:29:24
78815         Log: VOS updates from Paul Green.
78816      Branch: perl
78817            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78818 ____________________________________________________________________________
78819 [  7578] By: jhi                                   on 2000/11/06  21:00:40
78820         Log: Sanitize the environment further.
78821      Branch: perl
78822            ! t/pragma/locale.t
78823 ____________________________________________________________________________
78824 [  7577] By: jhi                                   on 2000/11/06  20:53:51
78825         Log: Re-introduce 7552 lost in integration.
78826      Branch: perl
78827            ! perlio.c
78828 ____________________________________________________________________________
78829 [  7576] By: jhi                                   on 2000/11/06  20:33:46
78830         Log: Admit that the test leaks scalars.
78831      Branch: perl
78832            ! t/comp/proto.t
78833 ____________________________________________________________________________
78834 [  7575] By: jhi                                   on 2000/11/06  20:17:08
78835         Log: Integrate perlio:
78836              
78837              [  7574]
78838              Remove debug. Try (Mmap_t) on madvise() call.
78839      Branch: perl
78840           !> perlio.c
78841 ____________________________________________________________________________
78842 [  7574] By: nick                                  on 2000/11/06  20:07:28
78843         Log: Remove debug. Try (Mmap_t) on madvise() call.
78844      Branch: perlio
78845            ! perlio.c
78846 ____________________________________________________________________________
78847 [  7573] By: jhi                                   on 2000/11/06  13:56:05
78848         Log: Update Changes.
78849      Branch: perl
78850            ! Changes patchlevel.h
78851 ____________________________________________________________________________
78852 [  7572] By: jhi                                   on 2000/11/06  13:48:41
78853         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
78854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78855              Date: Mon, 06 Nov 2000 10:11:42 +0100
78856              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
78857      Branch: perl
78858            ! pod/perlhack.pod
78859 ____________________________________________________________________________
78860 [  7571] By: jhi                                   on 2000/11/06  01:45:51
78861         Log: AUTHORS updates.
78862      Branch: perl
78863            ! AUTHORS
78864 ____________________________________________________________________________
78865 [  7570] By: jhi                                   on 2000/11/06  00:18:00
78866         Log: Fix for
78867              
78868              Subject: [ID 20000728.005] perl -P broken
78869              From: David Dyck <dcd@tc.fluke.com>
78870              Date: Fri, 28 Jul 2000 17:19:16 -0700
78871              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
78872              
78873              (hopefully).  The fix is also not complete, it seems to break
78874              BOM swallowing for libc5 systems, but until someone figures
78875              out a way to do this without ftell(), this will do.
78876      Branch: perl
78877            ! toke.c
78878 ____________________________________________________________________________
78879 [  7569] By: jhi                                   on 2000/11/06  00:05:30
78880         Log: Document that the evaled syntax errors cause scalar leaks.
78881      Branch: perl
78882            ! t/comp/proto.t
78883 ____________________________________________________________________________
78884 [  7568] By: jhi                                   on 2000/11/05  23:14:47
78885         Log: opmini.o can linger from Configures past.
78886      Branch: perl
78887            ! Makefile.SH
78888 ____________________________________________________________________________
78889 [  7567] By: jhi                                   on 2000/11/05  21:28:39
78890         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
78891              first argument correctly.
78892      Branch: perl
78893            ! perlio.c
78894 ____________________________________________________________________________
78895 [  7566] By: jhi                                   on 2000/11/05  21:15:56
78896         Log: Integrate perlio:
78897              
78898              [  7564]
78899              Added a mmap layer as a "subclass" of perlio.
78900              PERLIO=mmap ./perl harness passes
78901      Branch: perl
78902           !> perlio.c
78903 ____________________________________________________________________________
78904 [  7565] By: jhi                                   on 2000/11/05  21:15:13
78905         Log: Use -dM for gcc (the suggested patch did it only for Linux,
78906              but I think it can be generalized).
78907              
78908              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
78909              From: Pixel <pixel@mandrakesoft.com>
78910              Date: 05 Nov 2000 21:49:34 +0100 
78911              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
78912      Branch: perl
78913            ! ext/Errno/Errno_pm.PL
78914 ____________________________________________________________________________
78915 [  7564] By: nick                                  on 2000/11/05  21:09:18
78916         Log: Added a mmap layer as a "subclass" of perlio.
78917              PERLIO=mmap ./perl harness passes
78918      Branch: perlio
78919            ! perlio.c
78920 ____________________________________________________________________________
78921 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78922         Log: Add a note for future generations about bug id 20000229.006.
78923      Branch: perl
78924            ! malloc.c
78925 ____________________________________________________________________________
78926 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78927         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78928      Branch: perl
78929            ! pp_ctl.c t/op/pos.t
78930 ____________________________________________________________________________
78931 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78932         Log: Add =pod to be tidy.
78933      Branch: perl
78934            ! lib/Math/Complex.pm
78935 ____________________________________________________________________________
78936 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78937         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78938      Branch: perl
78939            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78940            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78941 ____________________________________________________________________________
78942 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78943         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78944              From: "Peter J. Farley III" <pjfarley@banet.net>
78945              Date: Sun, 05 Nov 2000 11:55:59 -0500
78946              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78947      Branch: perl
78948            ! t/lib/syslog.t
78949 ____________________________________________________________________________
78950 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78951         Log: Integrate perlio:
78952              
78953              [  7555]
78954              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78955              open RDWR so does not fail. (pragma/warnings 303 again...)
78956              
78957              [  7554]
78958              Fix case where ungetc(f,EOF) was allowed.
78959              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78960              so we can see similarities.
78961              Use types more carefully and a STDCHAR array in hope that this will
78962              fix Jarkko's 64bit machine.
78963      Branch: perl
78964           !> perlio.c
78965 ____________________________________________________________________________
78966 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78967         Log: A fix of sorts for 20000329.026, a better error message
78968              for a missing "use charnames" when using the \N{...}. 
78969      Branch: perl
78970            ! pod/perldiag.pod toke.c
78971 ____________________________________________________________________________
78972 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78973         Log: Test tweak: show also the failed locales.
78974              
78975              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78976              From: Lupe Christoph <lupe@lupe-christoph.de>         
78977              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78978              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78979      Branch: perl
78980            ! t/pragma/locale.t
78981 ____________________________________________________________________________
78982 [  7555] By: nick                                  on 2000/11/05  11:09:34
78983         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78984              open RDWR so does not fail. (pragma/warnings 303 again...)
78985      Branch: perlio
78986            ! perlio.c
78987 ____________________________________________________________________________
78988 [  7554] By: nick                                  on 2000/11/05  10:10:13
78989         Log: Fix case where ungetc(f,EOF) was allowed.
78990              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78991              so we can see similarities.
78992              Use types more carefully and a STDCHAR array in hope that this will
78993              fix Jarkko's 64bit machine.
78994      Branch: perlio
78995            ! perlio.c
78996 ____________________________________________________________________________
78997 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78998         Log: Fix for
78999              
79000              Subject: [ID 20001004.007] taint propogation is inconsistent
79001              From: pimlott@idiomtech.com (Andrew Pimlott) 
79002              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
79003              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
79004              
79005              The culprit was sv_setsv() which was rather blindly
79006              propagating taint, which lead to behaviour where if
79007              a tainted anon hash value was seen all the hash values
79008              from then on at that level became tainted, or at any
79009              upper levels in the case of nested anon hashes.
79010      Branch: perl
79011            ! sv.c t/op/taint.t
79012 ____________________________________________________________________________
79013 [  7552] By: jhi                                   on 2000/11/04  23:44:18
79014         Log: Some cpps don't like splitting conditionals across several lines.
79015      Branch: perl
79016            ! perlio.c
79017 ____________________________________________________________________________
79018 [  7551] By: nick                                  on 2000/11/04  23:40:44
79019         Log: Integrate mainline
79020      Branch: perlio
79021           !> pp_hot.c t/op/taint.t
79022 ____________________________________________________________________________
79023 [  7550] By: nick                                  on 2000/11/04  23:39:05
79024         Log: Integrate mainline again
79025      Branch: perlio
79026           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
79027           !> t/lib/b.t t/op/misc.t util.c
79028 ____________________________________________________________________________
79029 [  7549] By: jhi                                   on 2000/11/04  23:14:01
79030         Log: Fix for
79031              
79032              Subject: [ID 20001004.006] undef is never tainted
79033              From: pimlott@idiomtech.com (Andrew Pimlott)
79034              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
79035              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
79036              
79037              An undef read from a slurped file was not tainted.
79038      Branch: perl
79039            ! pp_hot.c t/op/taint.t
79040 ____________________________________________________________________________
79041 [  7548] By: jhi                                   on 2000/11/04  22:56:21
79042         Log: Test tweak ($Config{useperlio} is by default undef) .
79043      Branch: perl
79044            ! t/lib/b.t
79045 ____________________________________________________________________________
79046 [  7547] By: jhi                                   on 2000/11/04  22:43:56
79047         Log: Integrate perlio:
79048              
79049              [  7539]
79050              PerlIO infrastructure complete.
79051              
79052              [  7538]
79053              Type tweaks + less contorted allocation scheme
79054              
79055              [  7537]
79056              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
79057              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
79058              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
79059              sensible) which lead to some interesting fails.
79060              
79061              [  7535]
79062              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
79063              - Works on Linux with
79064              perlio + unix
79065              stdio
79066              - Works on Solaris with
79067              perlio + unix
79068              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
79069              - Fails (hangs in openpid) if you try and stack
79070              perlio + stdio - Linux stdio's read() logic is hanging.
79071              
79072              [  7492]
79073              Change files which are mysteriously different to mainline to be
79074              copies of mainline.
79075              
79076              [  7491]
79077              Perlio fixes discovered on big-endian & very traditional Solaris:
79078              - typo in endian code in putc.
79079              - Don't allow read of write-only files and vice-versa
79080              - and off-by-one in flush-all loop.
79081              Remove debug calls as they were using GCC specific features.
79082              
79083              [  7484]
79084              PerlIO passes all tests.
79085              
79086              [  7482]
79087              Include <unistd.h> to get correct lseek() prototype etc.
79088              (I thought perl.h did that) - down to two fails
79089              - comp/require.t (last test)
79090              - lib/io_xs.t - possibly import/export of FILE * ?
79091              
79092              [  7480]
79093              Fixed two bugs:
79094              - error code not being set on close (of broken pipe)
79095              - append mode was truncating.
79096              At least one seek/tell bug remains.
79097              
79098              [  7479]
79099              Prototype (stdio-like) PerlIO passing basic tests. Checked in
79100              in case of accidents. Still several worrying fails, no line disciplines yet.
79101      Branch: perl
79102           +> lib/perlio.pm
79103           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
79104           !> pod/perlapi.pod t/lib/b.t
79105 ____________________________________________________________________________
79106 [  7546] By: jhi                                   on 2000/11/04  22:40:59
79107         Log: Configure would use a bad $myuname from an old config.sh.
79108              
79109              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
79110              From: Andy Dougherty <doughera@lafayette.edu>
79111              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
79112              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
79113      Branch: metaconfig
79114            ! U/modified/Oldconfig.U
79115      Branch: perl
79116            ! Configure config_h.SH
79117 ____________________________________________________________________________
79118 [  7545] By: jhi                                   on 2000/11/04  22:36:54
79119         Log: Subject: Locales support (setlocale) fixes
79120              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79121              Date: Sat, 4 Nov 2000 10:15:48 +0300 
79122              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
79123              
79124              Modified quite a bit to be more portable.
79125      Branch: perl
79126            ! embed.h embed.pl perl.h proto.h util.c
79127 ____________________________________________________________________________
79128 [  7544] By: jhi                                   on 2000/11/04  22:32:47
79129         Log: Dying is too strict here, better just skip.
79130      Branch: perl
79131            ! t/op/misc.t
79132 ____________________________________________________________________________
79133 [  7543] By: nick                                  on 2000/11/04  21:55:13
79134         Log: Merge mainline
79135      Branch: perlio
79136           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79137           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
79138           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
79139           !> (integrate 64 files)
79140 ____________________________________________________________________________
79141 [  7542] By: jhi                                   on 2000/11/04  21:09:28
79142         Log: More Changes tweakery.
79143      Branch: perl
79144            ! Changes Porting/genlog
79145 ____________________________________________________________________________
79146 [  7541] By: jhi                                   on 2000/11/04  20:58:18
79147         Log: Changes fixups.
79148      Branch: perl
79149            ! Changes
79150 ____________________________________________________________________________
79151 [  7540] By: jhi                                   on 2000/11/04  20:42:38
79152         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
79153              create a "fast path" for locale name probing using "locale -a"
79154              if available, squash finally hopefully the s?printf resetting
79155              the numeric locale (since, IIUC perllocale, it never shouldn't). 
79156      Branch: perl
79157            ! sv.c t/op/misc.t t/pragma/locale.t
79158 ____________________________________________________________________________
79159 [  7539] By: nick                                  on 2000/11/04  19:56:10
79160         Log: PerlIO infrastructure complete.
79161      Branch: perlio
79162            + lib/perlio.pm
79163            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
79164 ____________________________________________________________________________
79165 [  7538] By: nick                                  on 2000/11/04  14:31:32
79166         Log: Type tweaks + less contorted allocation scheme
79167      Branch: perlio
79168            ! perlio.c
79169 ____________________________________________________________________________
79170 [  7537] By: nick                                  on 2000/11/04  12:40:42
79171         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
79172              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
79173              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
79174              sensible) which lead to some interesting fails.
79175      Branch: perlio
79176            ! perlio.c
79177 ____________________________________________________________________________
79178 [  7536] By: jhi                                   on 2000/11/04  00:20:02
79179         Log: Add FCNTL_CAN_LOCK.
79180              
79181              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79182              From: Andy Dougherty <doughera@lafayette.edu>
79183              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
79184              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
79185              
79186              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79187              From: Andy Dougherty <doughera@lafayette.edu>
79188              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
79189              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
79190      Branch: metaconfig/U/perl
79191            + d_fcntl_can_lock.U
79192            ! startperl.U
79193      Branch: perl
79194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79195            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
79196            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79197            ! vos/config.ga.h win32/config.bc win32/config.gc
79198            ! win32/config.vc
79199 ____________________________________________________________________________
79200 [  7535] By: nick                                  on 2000/11/03  22:19:10
79201         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
79202              - Works on Linux with
79203              perlio + unix
79204              stdio
79205              - Works on Solaris with
79206              perlio + unix
79207              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
79208              - Fails (hangs in openpid) if you try and stack
79209              perlio + stdio - Linux stdio's read() logic is hanging.
79210      Branch: perlio
79211            ! iperlsys.h perlio.c
79212 ____________________________________________________________________________
79213 [  7534] By: jhi                                   on 2000/11/03  15:16:02
79214         Log: Subject: Re: README.aix
79215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79216              Date: Fri, 03 Nov 2000 16:03:15 +0100
79217              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
79218      Branch: perl
79219            ! README.aix
79220 ____________________________________________________________________________
79221 [  7533] By: jhi                                   on 2000/11/03  03:59:02
79222         Log: Subject: [PATCH 5.7.0] better messages from malloc()
79223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79224              Date: Wed, 1 Nov 2000 23:39:56 -0500
79225              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
79226      Branch: perl
79227            ! malloc.c pod/perldiag.pod
79228 ____________________________________________________________________________
79229 [  7532] By: jhi                                   on 2000/11/03  00:11:56
79230         Log: The #7521 touched things it shouldn't have.
79231      Branch: perl
79232            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
79233 ____________________________________________________________________________
79234 [  7531] By: jhi                                   on 2000/11/02  22:32:33
79235         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
79236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79237              Date:     Thu, 2 Nov 2000 16:58:36 EST
79238              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
79239      Branch: perl
79240            ! vms/gen_shrfls.pl
79241 ____________________________________________________________________________
79242 [  7530] By: jhi                                   on 2000/11/02  22:08:49
79243         Log: Fix the problem discussed in
79244              
79245              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
79246              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
79247              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
79248              
79249              originally from Linc Madison.  Also Andreas König's comments
79250              taken into account.  Some other problems with Tie::SubstrHash
79251              fixed: didn't croak when the table exceeded the requested number
79252              of entries (as documented) but instead when the number of entries
79253              exceeded the size of the table, a croak() had an unnecessary \n,
79254              didn't have a CLEAR method, documented that there is no exists().
79255              Didn't fix to be strict-proof because the module uses &foo; and
79256              dynamic scope.  Added a test script exercizing both first tamely 
79257              the basic functionality, and then the failure cases reported by
79258              Linc Madison.
79259      Branch: perl
79260            + t/lib/tie-substrhash.t
79261            ! MANIFEST lib/Tie/SubstrHash.pm
79262 ____________________________________________________________________________
79263 [  7529] By: jhi                                   on 2000/11/02  17:58:08
79264         Log: recv() can fail and return undef.
79265              
79266              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
79267              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
79268              Date: Thu, 2 Nov 2000 20:12:20 +0300
79269              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
79270      Branch: perl
79271            ! lib/Net/Ping.pm
79272 ____________________________________________________________________________
79273 [  7528] By: jhi                                   on 2000/11/02  17:49:09
79274         Log: Detpyo.
79275      Branch: perl
79276            ! pod/perlop.pod
79277 ____________________________________________________________________________
79278 [  7527] By: jhi                                   on 2000/11/02  15:48:37
79279         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
79280              fix a autovivification bug in Tie::RefHash, add tests for both.
79281              
79282              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
79283              From: Edward Avis <epa98@doc.ic.ac.uk>
79284              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
79285              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
79286      Branch: perl
79287            + t/lib/tie-refhash.t
79288            ! MANIFEST lib/Tie/RefHash.pm
79289 ____________________________________________________________________________
79290 [  7526] By: jhi                                   on 2000/11/02  13:56:26
79291         Log: Test::Harness revealed buglets in the new DynaLoader.
79292              
79293              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
79294              From: andreas.koenig@anima.de (Andreas J. Koenig)
79295              Date: 02 Nov 2000 11:26:48 +0100 
79296              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
79297      Branch: perl
79298            ! ext/DynaLoader/DynaLoader_pm.PL
79299 ____________________________________________________________________________
79300 [  7525] By: jhi                                   on 2000/11/01  23:52:08
79301         Log: The entry for #7503 was missing.
79302      Branch: perl
79303            ! Changes
79304 ____________________________________________________________________________
79305 [  7524] By: jhi                                   on 2000/11/01  23:40:52
79306         Log: Update Changes.
79307      Branch: perl
79308            ! Changes patchlevel.h
79309 ____________________________________________________________________________
79310 [  7523] By: jhi                                   on 2000/11/01  22:57:09
79311         Log: More tweaking on the #7522 theme.
79312      Branch: perl
79313            ! ext/DynaLoader/DynaLoader_pm.PL
79314 ____________________________________________________________________________
79315 [  7522] By: jhi                                   on 2000/11/01  22:06:15
79316         Log: Expand %Config variables and %ENV variables only if
79317              so requested during build time using the
79318              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
79319              Not expanding makes relocating distributions easier.
79320      Branch: perl
79321            ! ext/DynaLoader/DynaLoader_pm.PL
79322 ____________________________________________________________________________
79323 [  7521] By: jhi                                   on 2000/11/01  20:56:34
79324         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
79325              and setgid() because they were just changing $< and $( which means
79326              only changing the real uid/gid, as opposed to changing both
79327              real and effective ids.  (The alternative way could have been
79328              in POSIX.pm to change $> and $), too, but making a direct call
79329              to the C API feels cleaner.)  Fixes the bug
79330              
79331              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
79332              From: "Garry T. Williams" <garry@zvolve.com>
79333              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
79334              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
79335      Branch: perl
79336            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
79337            ! ext/POSIX/typemap pod/perlvar.pod
79338 ____________________________________________________________________________
79339 [  7520] By: jhi                                   on 2000/11/01  20:08:33
79340         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
79341              From: "Garry T. Williams" <garry@zvolve.com>
79342              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
79343              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
79344      Branch: perl
79345            ! pod/perlsec.pod
79346 ____________________________________________________________________________
79347 [  7519] By: jhi                                   on 2000/11/01  20:01:22
79348         Log: Locale warning explanation tweak.
79349      Branch: perl
79350            ! pod/perldiag.pod
79351 ____________________________________________________________________________
79352 [  7518] By: jhi                                   on 2000/11/01  18:57:13
79353         Log: C.pm part of
79354              
79355              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
79356              From: Jarkko Hietaniemi <jhi@iki.fi>
79357              Date: Tue, 10 Oct 2000 08:22:28 -0500
79358              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
79359      Branch: perl
79360            ! ext/B/B/C.pm
79361 ____________________________________________________________________________
79362 [  7517] By: jhi                                   on 2000/11/01  18:41:59
79363         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
79364              From: Martien Verbruggen <mgjv@comdyn.com.au>
79365              Date: Fri, 6 Oct 2000 14:09:10 +1100
79366              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
79367      Branch: perl
79368            ! pod/perlop.pod
79369 ____________________________________________________________________________
79370 [  7516] By: jhi                                   on 2000/11/01  18:34:55
79371         Log: Generalize the Camel wording.
79372              
79373              Subject: Re: perlfaq style changes
79374              From: John Borwick <jhborwic@unity.ncsu.edu>
79375              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
79376              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
79377      Branch: perl
79378            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
79379 ____________________________________________________________________________
79380 [  7515] By: jhi                                   on 2000/11/01  16:52:31
79381         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
79382              From: pimlott@idiomtech.com (Andrew Pimlott)
79383              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
79384              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
79385      Branch: perl
79386            ! pod/perlsec.pod
79387 ____________________________________________________________________________
79388 [  7514] By: jhi                                   on 2000/11/01  15:03:40
79389         Log: More AIX lore.
79390      Branch: perl
79391            ! ext/re/hints/aix.pl
79392 ____________________________________________________________________________
79393 [  7513] By: jhi                                   on 2000/11/01  14:48:30
79394         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
79395              From: root <root@chronos.fi.muni.cz>
79396              Date: Wed, 1 Nov 2000 12:31:32 +0100
79397              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
79398      Branch: perl
79399            ! lib/Net/Ping.pm
79400 ____________________________________________________________________________
79401 [  7512] By: jhi                                   on 2000/11/01  14:46:47
79402         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
79403              From: Martin Husemann <martin@duskware.de>
79404              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
79405              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
79406      Branch: perl
79407            ! regcomp.c
79408 ____________________________________________________________________________
79409 [  7511] By: jhi                                   on 2000/11/01  14:39:50
79410         Log: AUTHORS updates.
79411      Branch: perl
79412            ! AUTHORS
79413 ____________________________________________________________________________
79414 [  7510] By: jhi                                   on 2000/11/01  14:29:50
79415         Log: Subject: [PATCH] startperl to respect versiononly
79416              From: Robin Barker <rmb1@cise.npl.co.uk> 
79417              Date: Tue, 31 Oct 2000 16:29:36 GMT
79418              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
79419      Branch: metaconfig/U/perl
79420            ! startperl.U
79421      Branch: perl
79422            ! Configure config_h.SH
79423 ____________________________________________________________________________
79424 [  7509] By: jhi                                   on 2000/11/01  14:19:53
79425         Log: printf UVs the correct way, noticed by Robin Barker.
79426      Branch: perl
79427            ! utf8.c
79428 ____________________________________________________________________________
79429 [  7508] By: jhi                                   on 2000/11/01  14:10:03
79430         Log: Do not cleanup *% because the % has special meanings in some
79431              shell environments.
79432      Branch: perl
79433            ! ext/Storable/Makefile.PL
79434 ____________________________________________________________________________
79435 [  7507] By: jhi                                   on 2000/11/01  14:06:00
79436         Log: The NonStop-UX libraries have a novel way to say NaN.
79437      Branch: perl
79438            ! t/lib/bigfltpm.t
79439 ____________________________________________________________________________
79440 [  7506] By: jhi                                   on 2000/11/01  14:03:35
79441         Log: The osname has been lowercased by now, from Tom Bates.
79442      Branch: metaconfig
79443            ! U/modified/Oldconfig.U
79444      Branch: perl
79445            ! Configure config_h.SH
79446 ____________________________________________________________________________
79447 [  7505] By: jhi                                   on 2000/10/31  19:18:39
79448         Log: The compiler is either gcc or cc, from Tom Bates.
79449      Branch: perl
79450            ! hints/nonstopux.sh
79451 ____________________________________________________________________________
79452 [  7504] By: jhi                                   on 2000/10/31  14:53:42
79453         Log: Update Changes.
79454      Branch: perl
79455            ! Changes patchlevel.h
79456 ____________________________________________________________________________
79457 [  7503] By: jhi                                   on 2000/10/31  14:30:50
79458         Log: Whitespace style tweak.  Was originally going to see to
79459              
79460              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79461              From: Joe Smith <jms@inwap.com>
79462              Date: Mon, 30 Oct 2000 18:47:57 -0800
79463              Message-Id: <39FE32DD.24AAC4D@inwap.com>
79464              
79465              but that had already been taken care of.
79466      Branch: metaconfig
79467            ! U/compline/d_stdstdio.U
79468      Branch: perl
79469            ! Configure config_h.SH
79470 ____________________________________________________________________________
79471 [  7502] By: jhi                                   on 2000/10/31  14:25:02
79472         Log: AUTHORS tweaks.
79473      Branch: perl
79474            ! AUTHORS
79475 ____________________________________________________________________________
79476 [  7501] By: jhi                                   on 2000/10/31  14:23:59
79477         Log: Subject: perlfaq style changes
79478              From: John Borwick <jhborwic@unity.ncsu.edu>
79479              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
79480              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
79481      Branch: perl
79482            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79483            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79484            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79485            ! pod/perlfaq9.pod
79486 ____________________________________________________________________________
79487 [  7500] By: jhi                                   on 2000/10/31  14:22:15
79488         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
79489              
79490              Subject: Re: [ID 20000918.005] ~ on wide chars
79491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79492              Date: Mon, 30 Oct 2000 21:09:55 -0800
79493              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
79494              
79495              (The ord() part of the patch skipped.)
79496      Branch: perl
79497            ! doop.c
79498 ____________________________________________________________________________
79499 [  7499] By: jhi                                   on 2000/10/31  14:20:08
79500         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
79501              From: Jens Hamisch <jens@Strawberry.COM>
79502              Date: Mon, 30 Oct 2000 15:17:07 +0100
79503              Message-Id: <20001030151707.A9597@Strawberry.COM>
79504      Branch: perl
79505            ! av.c
79506 ____________________________________________________________________________
79507 [  7498] By: jhi                                   on 2000/10/31  14:16:29
79508         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
79509              From: Peter Prymmer <pvhp@forte.com>
79510              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
79511              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
79512      Branch: perl
79513            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79514            + ext/Encode/Encode/posix-bc.enc
79515            ! MANIFEST t/lib/encode.t
79516 ____________________________________________________________________________
79517 [  7497] By: jhi                                   on 2000/10/31  14:13:22
79518         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
79519              From: Peter Prymmer <pvhp@forte.com>
79520              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
79521              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
79522      Branch: perl
79523            ! t/lib/cgi-html.t
79524 ____________________________________________________________________________
79525 [  7496] By: jhi                                   on 2000/10/31  14:12:05
79526         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
79527              From: Peter Prymmer <pvhp@forte.com>
79528              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
79529              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
79530      Branch: perl
79531            ! t/lib/cgi-function.t
79532 ____________________________________________________________________________
79533 [  7495] By: jhi                                   on 2000/10/31  14:11:08
79534         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
79535              From: Peter Prymmer <pvhp@forte.com>
79536              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
79537              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
79538      Branch: perl
79539            + ext/re/hints/aix.pl
79540            ! MANIFEST ext/re/Makefile.PL
79541 ____________________________________________________________________________
79542 [  7494] By: jhi                                   on 2000/10/31  14:08:32
79543         Log: Use Errno magic.
79544              
79545              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
79546              From: Casey Tweten <perl@ctweten.amsite.com>
79547              Date: Mon, 30 Oct 2000 15:51:17 -0500
79548              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
79549      Branch: perl
79550            ! lib/File/Temp.pm
79551 ____________________________________________________________________________
79552 [  7493] By: jhi                                   on 2000/10/31  14:05:07
79553         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
79554              
79555              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
79556              From: Nicholas Clark <nick@ccl4.org>
79557              Date: Mon, 30 Oct 2000 17:38:45 +0000
79558              Message-ID: <20001030173845.O60355@plum.flirble.org>
79559      Branch: perl
79560            ! Makefile.SH utils/perlbug.PL
79561 ____________________________________________________________________________
79562 [  7492] By: nick                                  on 2000/10/30  19:37:23
79563         Log: Change files which are mysteriously different to mainline to be
79564              copies of mainline.
79565      Branch: perlio
79566            ! objXSUB.h perlapi.c pod/perlapi.pod
79567 ____________________________________________________________________________
79568 [  7491] By: nick                                  on 2000/10/30  18:05:54
79569         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
79570              - typo in endian code in putc.
79571              - Don't allow read of write-only files and vice-versa
79572              - and off-by-one in flush-all loop.
79573              Remove debug calls as they were using GCC specific features.
79574      Branch: perlio
79575            ! perlio.c
79576 ____________________________________________________________________________
79577 [  7490] By: nick                                  on 2000/10/29  21:45:45
79578         Log: Integrate mainline to perlio
79579      Branch: perlio
79580           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
79581           !> toke.c
79582 ____________________________________________________________________________
79583 [  7489] By: jhi                                   on 2000/10/29  21:11:08
79584         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
79585              From: andreas.koenig@anima.de (Andreas J. Koenig)
79586              Date: 29 Oct 2000 22:05:59 +0100
79587              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
79588      Branch: perl
79589            ! lib/ExtUtils/Manifest.pm
79590 ____________________________________________________________________________
79591 [  7488] By: jhi                                   on 2000/10/29  21:07:47
79592         Log: Tests for #7487.
79593              
79594              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79595              From: andreas.koenig@anima.de (Andreas J. Koenig)
79596              Date: 29 Oct 2000 19:37:09 +0100
79597              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
79598      Branch: perl
79599            ! t/comp/proto.t
79600 ____________________________________________________________________________
79601 [  7487] By: jhi                                   on 2000/10/29  21:06:27
79602         Log: constsub spillage.
79603              
79604              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79605              From: John Tobey <jtobey@john-edwin-tobey.org>
79606              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
79607              Message-Id: <m13pvSr-000FObC@feynman.localnet>
79608      Branch: perl
79609            ! op.c
79610 ____________________________________________________________________________
79611 [  7486] By: nick                                  on 2000/10/29  21:05:04
79612         Log: Integrate mainline to perlio branch
79613      Branch: perlio
79614           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
79615           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
79616           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
79617           +> vos/install_perl.cm
79618            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
79619            - vos/config.h vos/config_h.SH_orig
79620           !> (integrate 141 files)
79621 ____________________________________________________________________________
79622 [  7485] By: jhi                                   on 2000/10/29  21:00:47
79623         Log: Make \x{...} consistently produce UTF-8.
79624              
79625              Subject: Re: \x{...} is confused 
79626              From: Simon Cozens <simon@cozens.net>
79627              Date: Sun, 29 Oct 2000 19:36:48 +0000
79628              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
79629      Branch: perl
79630            ! t/pragma/utf8.t toke.c
79631 ____________________________________________________________________________
79632 [  7484] By: nick                                  on 2000/10/29  20:05:29
79633         Log: PerlIO passes all tests.
79634      Branch: perlio
79635            ! perlio.c
79636 ____________________________________________________________________________
79637 [  7483] By: jhi                                   on 2000/10/29  18:06:55
79638         Log: Update Changes.
79639      Branch: perl
79640            ! Changes patchlevel.h
79641 ____________________________________________________________________________
79642 [  7482] By: nick                                  on 2000/10/29  17:43:28
79643         Log: Include <unistd.h> to get correct lseek() prototype etc.
79644              (I thought perl.h did that) - down to two fails
79645              - comp/require.t (last test)
79646              - lib/io_xs.t - possibly import/export of FILE * ?
79647      Branch: perlio
79648            ! perlio.c
79649 ____________________________________________________________________________
79650 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79651         Log: UTF-8 decoder tweak.
79652      Branch: perl
79653            ! utf8.c
79654 ____________________________________________________________________________
79655 [  7480] By: nick                                  on 2000/10/29  16:26:11
79656         Log: Fixed two bugs:
79657              - error code not being set on close (of broken pipe)
79658              - append mode was truncating.
79659              At least one seek/tell bug remains.
79660      Branch: perlio
79661            ! perlio.c
79662 ____________________________________________________________________________
79663 [  7479] By: nick                                  on 2000/10/29  11:18:16
79664         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79665              in case of accidents. Still several worrying fails, no line disciplines yet.
79666      Branch: perlio
79667            ! iperlsys.h perlio.c
79668 ____________________________________________________________________________
79669 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79670         Log: Add also emailless people.
79671      Branch: perl
79672            ! AUTHORS
79673 ____________________________________________________________________________
79674 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79675         Log: The #7476 needs a MANIFEST change, too.
79676      Branch: perl
79677            ! MANIFEST
79678 ____________________________________________________________________________
79679 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79680         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79681      Branch: perl
79682            - MAINTAIN
79683            ! AUTHORS Changes
79684 ____________________________________________________________________________
79685 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79686         Log: De-quoted-unreadable to ISO Latin 1.
79687              (There's one ISO-2022-JP name in Changes5.004.)
79688      Branch: perl
79689            ! Changes Changes5.6
79690 ____________________________________________________________________________
79691 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79692         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79693              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79694              Date: Fri, 27 Oct 2000 19:28:30 +0200
79695              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79696      Branch: perl
79697            ! pod/perlfaq4.pod
79698 ____________________________________________________________________________
79699 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79700         Log: Locking null mutexes is not recommendable.
79701              
79702              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79703              From: Hugo <hv@crypt.compulink.co.uk>
79704              Date: Sat, 28 Oct 2000 18:41:12 +0100
79705              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79706      Branch: perl
79707            ! op.c
79708 ____________________________________________________________________________
79709 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79710         Log: Better create a true mailing list for the repository keepers.
79711      Branch: perl
79712            ! Porting/repository.pod
79713 ____________________________________________________________________________
79714 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79715         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79716              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79717      Branch: perl
79718            + Porting/repository.pod
79719            ! MANIFEST
79720 ____________________________________________________________________________
79721 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79722         Log: Subject: DOC PATCH 5.6.0
79723              From: mjd@plover.com
79724              Date: 27 Oct 2000 17:32:44 -0000
79725              Message-ID: <20001027173244.23754.qmail@plover.com>
79726      Branch: perl
79727            ! pod/perlfunc.pod
79728 ____________________________________________________________________________
79729 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79730         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79731              From: "Peter J. Farley III" <pjfarley@banet.net>
79732              Date: Fri, 27 Oct 2000 20:32:56 -0400
79733              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79734      Branch: perl
79735            ! README.dos
79736 ____________________________________________________________________________
79737 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79738         Log: Make target reordering to avoid pointless re-makes.
79739              
79740              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79741              From: Nicholas Clark <nick@ccl4.org>
79742              Date: Sat, 28 Oct 2000 00:31:02 +0100
79743              Message-ID: <20001028003101.A54517@plum.flirble.org>
79744      Branch: perl
79745            ! Makefile.SH
79746 ____________________________________________________________________________
79747 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79748         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79749              From: lvirden@cas.org
79750              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79751              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79752      Branch: perl
79753            ! README.os2
79754 ____________________________________________________________________________
79755 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79756         Log: Upgrade to CPAN 1.58_55.
79757              
79758              Subject: CPAN.pm status
79759              From: andreas.koenig@anima.de (Andreas J. Koenig) 
79760              Date: 28 Oct 2000 08:18:00 +0200 
79761              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
79762      Branch: perl
79763            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79764 ____________________________________________________________________________
79765 [  7465] By: jhi                                   on 2000/10/28  16:02:47
79766         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
79767      Branch: perl
79768            ! embed.h embed.pl perl.h proto.h toke.c
79769 ____________________________________________________________________________
79770 [  7464] By: nick                                  on 2000/10/28  10:43:44
79771         Log: Fix for sv_2iv() on "shared" value from keys %hash.
79772      Branch: perl
79773            ! sv.c
79774 ____________________________________________________________________________
79775 [  7463] By: jhi                                   on 2000/10/27  16:18:29
79776         Log: Update Changes.
79777      Branch: perl
79778            ! Changes patchlevel.h
79779 ____________________________________________________________________________
79780 [  7462] By: jhi                                   on 2000/10/27  16:17:44
79781         Log: Too enthusiastic editing in #7460.
79782      Branch: metaconfig
79783            ! U/modified/Oldsym.U
79784      Branch: perl
79785            ! Configure config_h.SH
79786 ____________________________________________________________________________
79787 [  7461] By: jhi                                   on 2000/10/27  15:37:38
79788         Log: Retract #7459, the script needs more work.
79789      Branch: perl
79790            - mkreef
79791            ! MANIFEST
79792 ____________________________________________________________________________
79793 [  7460] By: jhi                                   on 2000/10/27  15:23:14
79794         Log: Use $sort, $uniq (and $tr) consistently as wondered
79795              by Nicholas Clark.
79796      Branch: metaconfig
79797            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
79798            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
79799            ! U/modified/libc.U
79800      Branch: perl
79801            ! Configure config_h.SH
79802 ____________________________________________________________________________
79803 [  7459] By: jhi                                   on 2000/10/27  15:02:07
79804         Log: (Retracted by #7461)
79805              
79806              Add a shell script for creating/removing symbolic link farms,
79807              useful for keeping the source code read-only and doing the
79808              builds somewhere else.
79809      Branch: perl
79810            + mkreef
79811            ! MANIFEST
79812 ____________________________________________________________________________
79813 [  7458] By: jhi                                   on 2000/10/27  14:42:20
79814         Log: Do away with the fix_pl.
79815      Branch: perl
79816            - fix_pl
79817            ! MANIFEST Makefile.SH
79818 ____________________________________________________________________________
79819 [  7457] By: jhi                                   on 2000/10/27  12:43:13
79820         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
79821              From: Jens Hamisch <jens@Strawberry.COM>
79822              Date: Fri, 27 Oct 2000 14:38:21 +0200
79823              Message-Id: <20001027143821.B3366@Strawberry.COM>
79824      Branch: perl
79825            ! perl.h
79826 ____________________________________________________________________________
79827 [  7456] By: jhi                                   on 2000/10/27  12:33:42
79828         Log: Subject: [PATCH] todo
79829              From: Nicholas Clark <nick@ccl4.org>
79830              Date: Thu, 26 Oct 2000 22:32:29 +0100
79831              Message-ID: <20001026223229.A44540@plum.flirble.org>
79832      Branch: perl
79833            ! pod/perltodo.pod
79834 ____________________________________________________________________________
79835 [  7455] By: jhi                                   on 2000/10/27  12:02:21
79836         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
79837              From: John Tobey <jtobey@john-edwin-tobey.org>
79838              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
79839              Message-Id: <m13ozHF-000FObC@feynman.localnet>
79840      Branch: perl
79841            ! op.c t/pragma/sub_lval.t
79842 ____________________________________________________________________________
79843 [  7454] By: jhi                                   on 2000/10/27  11:59:42
79844         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
79845              From: sthoenna@efn.org
79846              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
79847              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
79848      Branch: perl
79849            ! pp.c t/op/assignwarn.t
79850 ____________________________________________________________________________
79851 [  7453] By: jhi                                   on 2000/10/27  00:15:08
79852         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
79853      Branch: perl
79854            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79855            ! ext/Storable/Storable.xs t/lib/st-lock.t
79856 ____________________________________________________________________________
79857 [  7452] By: jhi                                   on 2000/10/26  13:05:52
79858         Log: Undo #7451, this seems to be a deficiency in Perforce,
79859              there is no per-file line-terminator type, only per-client.
79860      Branch: perl
79861            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79862            ! win32/makefile.mk
79863 ____________________________________________________________________________
79864 [  7451] By: jhi                                   on 2000/10/26  04:56:03
79865         Log: Experimenting in DOS arcana.
79866      Branch: perl
79867            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79868            ! win32/makefile.mk
79869 ____________________________________________________________________________
79870 [  7450] By: jhi                                   on 2000/10/26  04:50:52
79871         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
79872              From: "Peter J. Farley III" <pjfarley@banet.net>            
79873              Date: Wed, 25 Oct 2000 23:10:18 -0400
79874              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
79875      Branch: perl
79876            ! t/io/open.t
79877 ____________________________________________________________________________
79878 [  7449] By: jhi                                   on 2000/10/26  04:49:16
79879         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
79880              From: Hugo <hv@crypt.compulink.co.uk>
79881              Date: Thu, 26 Oct 2000 01:55:17 +0100
79882              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
79883              
79884              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
79885      Branch: perl
79886            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
79887 ____________________________________________________________________________
79888 [  7448] By: jhi                                   on 2000/10/26  04:38:36
79889         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
79890              From: Peter Prymmer <pvhp@forte.com>
79891              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
79892              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
79893      Branch: perl
79894            ! configure.com
79895 ____________________________________________________________________________
79896 [  7447] By: jhi                                   on 2000/10/25  23:20:02
79897         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
79898              in platforms that strictly require all the symbols being present
79899              at link time.
79900      Branch: perl
79901            ! handy.h
79902 ____________________________________________________________________________
79903 [  7446] By: jhi                                   on 2000/10/25  21:55:57
79904         Log: Update Changes.
79905      Branch: perl
79906            ! Changes patchlevel.h
79907 ____________________________________________________________________________
79908 [  7445] By: jhi                                   on 2000/10/25  21:27:08
79909         Log: Integrate with vmsperl #7430 by Charles Bailey:
79910              
79911              Cleanup from prior patch (Charles Lane?):
79912              - improve handling of MFDs in Basename and Path
79913              - default to no xsubpp line # munging when building debug images
79914      Branch: perl
79915           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79916 ____________________________________________________________________________
79917 [  7444] By: jhi                                   on 2000/10/25  21:03:50
79918         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
79919              From: John Peacock <JPeacock@UnivPress.com>
79920              Date: Thu, 18 May 2000 11:55:27 -0400
79921              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79922      Branch: perl
79923            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79924            ! t/op/write.t
79925 ____________________________________________________________________________
79926 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79927         Log: Temporary stopgap for the self-tying issue: for now only
79928              array and hash self-ties are verboten.  The real fix, of
79929              course, would be to comprehensively test (and implement?)
79930              and debug (and document) self-ties.
79931      Branch: perl
79932            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79933 ____________________________________________________________________________
79934 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79935         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79936              From: Dan Sugalski <dan@sidhe.org>
79937              Date: Wed, 25 Oct 2000 13:36:35 -0400
79938              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79939              
79940              plus regen global.sym.
79941      Branch: perl
79942            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79943            ! thrdvar.h util.c
79944 ____________________________________________________________________________
79945 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79946         Log: buildtoc target tweaks.
79947      Branch: perl
79948            ! pod/Makefile.SH
79949 ____________________________________________________________________________
79950 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79951         Log: A new version of making the syslog test more robust.
79952              (Replaces #7421.)
79953              
79954              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79955              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79956              Date: Wed, 25 Oct 2000 12:13:54 -0400
79957              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79958      Branch: perl
79959            ! t/lib/syslog.t
79960 ____________________________________________________________________________
79961 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79962         Log: Continue the internal UTF-8 API tweaking.
79963              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79964              used much more than the simpler API, now called utf8_to_uv_simple().
79965              Still not quite happy with API, too much partial duplication
79966              of functionality.
79967      Branch: perl
79968            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79969            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79970            ! regcomp.c regexec.c sv.c toke.c utf8.c
79971 ____________________________________________________________________________
79972 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79973         Log: Allow poking holes at the UTF-8 decoding strictness.
79974      Branch: perl
79975            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79976            ! utf8.h
79977 ____________________________________________________________________________
79978 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79979         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79980              UTF8LEN() and UTF8SKIP(). 
79981      Branch: perl
79982            ! pp.c utf8.c utf8.h
79983 ____________________________________________________________________________
79984 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79985         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79986              From: Nicholas Clark <nick@ccl4.org>
79987              Date: Wed, 25 Oct 2000 14:44:05 +0100
79988              Message-ID: <20001025144404.D27253@plum.flirble.org>
79989      Branch: perl
79990            ! pod/perlrun.pod
79991 ____________________________________________________________________________
79992 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79993         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79994              From: Mike Guy <mjtg@cam.ac.uk>
79995              Date: Tue, 24 Oct 2000 14:59:40 +0100
79996              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79997      Branch: perl
79998            ! scope.c
79999 ____________________________________________________________________________
80000 [  7434] By: jhi                                   on 2000/10/25  13:48:41
80001         Log: AIX is picky about its symbol exports.  Solution for now
80002              is to include the deb.o explicitly to the re extension build.
80003              
80004              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
80005              From: Peter Prymmer <pvhp@forte.com>
80006              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
80007              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
80008      Branch: perl
80009            ! ext/re/Makefile.PL hints/aix.sh
80010 ____________________________________________________________________________
80011 [  7433] By: jhi                                   on 2000/10/25  13:46:49
80012         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
80013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80014              Date: Wed, 25 Oct 2000 12:02:20 +0200
80015              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
80016      Branch: perl
80017            ! perlsdio.h
80018 ____________________________________________________________________________
80019 [  7432] By: jhi                                   on 2000/10/25  13:44:28
80020         Log: Subject: Minor update to find2perl, for portability
80021              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80022              Date: Wed, 25 Oct 2000 12:05:47 +0100
80023              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
80024      Branch: perl
80025            ! x2p/find2perl.PL
80026 ____________________________________________________________________________
80027 [  7431] By: jhi                                   on 2000/10/25  13:40:39
80028         Log: Add targets to Makefile.SH, most importantly
80029              'regen_all' which also remembers to update vms/perly*.
80030      Branch: perl
80031            ! Makefile.SH
80032 ____________________________________________________________________________
80033 [  7430] By: bailey                                on 2000/10/25  03:13:53
80034         Log: Cleanup from prior patch (Charles Lane?):
80035              - improve handling of MFDs in Basename and Path
80036              - default to no xsubpp line # munging when building debug images
80037      Branch: vmsperl
80038            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
80039 ____________________________________________________________________________
80040 [  7429] By: jhi                                   on 2000/10/24  20:03:40
80041         Log: Podify README.epoc and README.vos.
80042      Branch: perl
80043            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
80044            ! pod/perlport.pod pod/perltoc.pod
80045 ____________________________________________________________________________
80046 [  7428] By: jhi                                   on 2000/10/24  19:10:33
80047         Log: Stratus VOS updates from Paul Green.
80048      Branch: perl
80049            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
80050            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
80051            - vos/config.def vos/config.h vos/config_h.SH_orig
80052            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
80053            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
80054 ____________________________________________________________________________
80055 [  7427] By: jhi                                   on 2000/10/24  18:59:48
80056         Log: Check if stdio supports tweaking lval and cnt simultaneously.
80057              
80058              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
80059              From: Nicholas Clark <nick@ccl4.org>
80060              Date: Mon, 23 Oct 2000 15:39:32 +0100
80061              Message-ID: <20001023153932.A10786@plum.flirble.org>
80062      Branch: metaconfig
80063            ! U/compline/d_stdstdio.U
80064      Branch: perl
80065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80066            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
80067            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
80068            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
80069            ! vos/config.h vos/config_h.SH_orig win32/config.bc
80070            ! win32/config.gc win32/config.vc
80071 ____________________________________________________________________________
80072 [  7426] By: jhi                                   on 2000/10/24  17:57:44
80073         Log: Missed the header file changes from #7425.
80074      Branch: perl
80075            ! embed.h embed.pl objXSUB.h proto.h
80076 ____________________________________________________________________________
80077 [  7425] By: jhi                                   on 2000/10/24  17:55:17
80078         Log: Fix the bug reported in
80079              
80080              From: andreas.koenig@anima.de (Andreas J. Koenig)
80081              Subject: Encode bug?
80082              Date: 24 Oct 2000 14:01:26 +0200 
80083              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
80084              
80085              Also make is_utf8_char() stricter.
80086      Branch: perl
80087            ! ext/Encode/Encode.xs utf8.c
80088 ____________________________________________________________________________
80089 [  7424] By: jhi                                   on 2000/10/24  15:15:39
80090         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
80091              From: Peter Scott <Peter@PSDT.com>
80092              Date: Mon, 23 Oct 2000 19:46:01 -0700
80093              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
80094      Branch: perl
80095            ! pod/perlfaq5.pod
80096 ____________________________________________________________________________
80097 [  7423] By: jhi                                   on 2000/10/24  14:25:30
80098         Log: Test tweak to avoid pulling in the whole Config.
80099      Branch: perl
80100            ! t/lib/st-lock.t
80101 ____________________________________________________________________________
80102 [  7422] By: jhi                                   on 2000/10/24  14:03:16
80103         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
80104      Branch: perl
80105            ! pp.c
80106 ____________________________________________________________________________
80107 [  7421] By: jhi                                   on 2000/10/24  13:32:09
80108         Log: (Replaced by #7440.)
80109              
80110              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
80111              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80112              Date: Mon, 23 Oct 2000 16:40:54 -0400
80113              Message-ID: <20001023164054.B14491@O2.chapin.edu>
80114      Branch: perl
80115            ! t/lib/syslog.t
80116 ____________________________________________________________________________
80117 [  7420] By: jhi                                   on 2000/10/24  13:30:53
80118         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
80119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80120              Date: Mon, 23 Oct 2000 17:29:03 -0400
80121              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
80122      Branch: perl
80123            ! lib/ExtUtils/MM_Unix.pm
80124 ____________________________________________________________________________
80125 [  7419] By: jhi                                   on 2000/10/24  13:29:57
80126         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
80127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80128              Date: Mon, 23 Oct 2000 19:01:32 -0400
80129              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
80130      Branch: perl
80131            ! utils/h2xs.PL
80132 ____________________________________________________________________________
80133 [  7418] By: jhi                                   on 2000/10/24  13:26:04
80134         Log: Replace #7409 with
80135              
80136              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
80137              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
80138              Date: Mon, 23 Oct 2000 20:08:56 +0200
80139              Message-ID: <20001023200855.A14850@nice.ram.loc>
80140      Branch: perl
80141            ! ext/Storable/Storable.pm t/lib/st-lock.t
80142 ____________________________________________________________________________
80143 [  7417] By: jhi                                   on 2000/10/24  13:17:52
80144         Log: Run vms/vms_yfix.pl, should have done that after changing
80145              perly.c in #7382.
80146      Branch: perl
80147            ! vms/perly_c.vms vms/perly_h.vms
80148 ____________________________________________________________________________
80149 [  7416] By: jhi                                   on 2000/10/24  02:55:33
80150         Log: Make the UTF-8 decoding stricter and more verbose when
80151              malformation happens.  This involved adding an argument
80152              to utf8_to_uv_chk(), which involved changing its prototype,
80153              and prefer STRLEN over I32 for the UTF-8 length, which as
80154              a domino effect necessitated changing the prototypes of
80155              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
80156              The stricter UTF-8 decoding checking uses Markus Kuhn's
80157              UTF-8 Decode Stress Tester from
80158              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
80159      Branch: perl
80160            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
80161            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
80162            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
80163            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
80164 ____________________________________________________________________________
80165 [  7415] By: jhi                                   on 2000/10/23  14:06:06
80166         Log: Update Changes.
80167      Branch: perl
80168            ! Changes patchlevel.h
80169 ____________________________________________________________________________
80170 [  7414] By: jhi                                   on 2000/10/23  12:39:52
80171         Log: Undo the basename() part of #7412 since the lib/basename
80172              tests would need upgrading too.
80173      Branch: perl
80174            ! lib/File/Basename.pm
80175 ____________________________________________________________________________
80176 [  7413] By: jhi                                   on 2000/10/23  12:19:27
80177         Log: Document PERL_INSTALL_ROOT of #7210.
80178      Branch: perl
80179            ! lib/ExtUtils/Install.pm
80180 ____________________________________________________________________________
80181 [  7412] By: jhi                                   on 2000/10/23  12:16:47
80182         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
80183      Branch: perl
80184            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
80185            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
80186 ____________________________________________________________________________
80187 [  7411] By: jhi                                   on 2000/10/23  12:07:41
80188         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
80189              From: Prymmer/Kahn <pvhp@best.com>
80190              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
80191              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
80192      Branch: perl
80193            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
80194 ____________________________________________________________________________
80195 [  7410] By: jhi                                   on 2000/10/23  04:10:11
80196         Log: The change #7187 was not so good on VMS.
80197              
80198              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
80199              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80200              Date: Sun, 22 Oct 2000 23:03:08 -0500
80201              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
80202      Branch: perl
80203            ! utils/perldoc.PL
80204 ____________________________________________________________________________
80205 [  7409] By: jhi                                   on 2000/10/23  03:57:36
80206         Log: Avoid Storable locking on DJGPP for now.
80207              
80208              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
80209              From: "Peter J. Farley III" <pjfarley@banet.net>
80210              Date: Sun, 22 Oct 2000 20:00:00 -0400
80211              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
80212      Branch: perl
80213            ! ext/Storable/Storable.pm t/lib/st-lock.t
80214 ____________________________________________________________________________
80215 [  7408] By: jhi                                   on 2000/10/23  03:50:24
80216         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
80217              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
80218              Date: Sun, 22 Oct 2000 21:12:22 -0400
80219              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
80220      Branch: perl
80221            ! lib/vars.pm
80222 ____________________________________________________________________________
80223 [  7407] By: jhi                                   on 2000/10/23  03:43:12
80224         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
80225              From: Hugo <hv@crypt.compulink.co.uk>
80226              Date: Mon, 23 Oct 2000 00:47:22 +0100
80227              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
80228      Branch: perl
80229            ! regexec.c t/op/pat.t
80230 ____________________________________________________________________________
80231 [  7406] By: jhi                                   on 2000/10/23  03:40:29
80232         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
80233      Branch: perl
80234            ! lib/ExtUtils/MakeMaker.pm
80235 ____________________________________________________________________________
80236 [  7405] By: jhi                                   on 2000/10/22  21:32:00
80237         Log: Doc patch.
80238              
80239              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
80240              From: rspier@pobox.com (Robert Spier)
80241              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
80242              Message-ID: <14835.16112.13457.447971@rls.cx>
80243      Branch: perl
80244            ! lib/strict.pm
80245 ____________________________________________________________________________
80246 [  7404] By: jhi                                   on 2000/10/22  21:30:51
80247         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
80248              From: rspier@pobox.com (Robert Spier)
80249              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
80250              Message-ID: <14835.17223.72448.705566@rls.cx>
80251      Branch: perl
80252            ! lib/ExtUtils/MakeMaker.pm
80253 ____________________________________________________________________________
80254 [  7403] By: jhi                                   on 2000/10/22  21:24:11
80255         Log: Subject: [PATCH bleadperl] ripples from constsub patch
80256              From: John Tobey <jtobey@john-edwin-tobey.org>
80257              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
80258              Message-Id: <m13nSOB-000FObC@feynman.localnet>
80259      Branch: perl
80260            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
80261 ____________________________________________________________________________
80262 [  7402] By: jhi                                   on 2000/10/22  20:59:35
80263         Log: Support s?printf parameter reordering.
80264      Branch: perl
80265            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
80266 ____________________________________________________________________________
80267 [  7401] By: jhi                                   on 2000/10/22  19:19:14
80268         Log: Expand %Config variables only if explicitly so requested
80269              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
80270              
80271              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80272              From: Gurusamy Sarathy <gsar@ActiveState.com>
80273              Date: Sun, 22 Oct 2000 11:47:32 -0700
80274              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
80275      Branch: perl
80276            ! Makefile.SH lib/lib_pm.PL
80277 ____________________________________________________________________________
80278 [  7400] By: jhi                                   on 2000/10/22  18:24:10
80279         Log: Move the #7390 test from warn/op to comp/redef.
80280              
80281              Subject: Re: Creating const subs for constants.
80282              From: John Tobey <jtobey@john-edwin-tobey.org>
80283              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
80284              Message-Id: <m13nG72-000FObC@feynman.localnet>               
80285      Branch: perl
80286            ! t/comp/redef.t t/pragma/warn/op
80287 ____________________________________________________________________________
80288 [  7399] By: jhi                                   on 2000/10/22  17:49:59
80289         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80290              From: Nicholas Clark <nick@ccl4.org>
80291              Date: Sat, 21 Oct 2000 22:23:19 +0100
80292              Message-ID: <20001021222319.B45586@plum.flirble.org>
80293      Branch: perl
80294            ! ext/DynaLoader/DynaLoader_pm.PL
80295 ____________________________________________________________________________
80296 [  7398] By: jhi                                   on 2000/10/22  17:47:35
80297         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
80298              From: Hugo <hv@crypt.compulink.co.uk>
80299              Date: Sat, 21 Oct 2000 18:19:59 +0100
80300              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
80301      Branch: perl
80302            ! ext/B/B.pm ext/B/B/C.pm
80303 ____________________________________________________________________________
80304 [  7397] By: jhi                                   on 2000/10/22  17:35:18
80305         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
80306              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
80307              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
80308              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
80309      Branch: perl
80310            ! hints/openbsd.sh
80311 ____________________________________________________________________________
80312 [  7396] By: jhi                                   on 2000/10/22  17:19:46
80313         Log: Subject: installman go-faster stripes
80314              From: Nicholas Clark <nick@talking.bollo.cx>
80315              Date: Sat, 21 Oct 2000 17:24:53 +0100
80316              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
80317              
80318              Subject: Re: installman go-faster stripes
80319              From: Russ Allbery <rra@stanford.edu>
80320              Date: 21 Oct 2000 11:04:13 -0700
80321              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
80322      Branch: perl
80323            ! installman pod/pod2man.PL
80324 ____________________________________________________________________________
80325 [  7395] By: jhi                                   on 2000/10/22  17:17:35
80326         Log: Hints tweak from Anton Berezin.
80327      Branch: perl
80328            ! hints/freebsd.sh
80329 ____________________________________________________________________________
80330 [  7394] By: jhi                                   on 2000/10/22  04:50:04
80331         Log: Tweak the Is* definitions of Unicode character classes
80332              to better match the official categorizations; embrace
80333              the official categorizations; add the combining marks
80334              as alpha (and -numeric); fix DCinital (a typo and edito)
80335              to be DCmedial.
80336      Branch: perl
80337            + lib/unicode/Is/DCmedial.pl
80338            - lib/unicode/Is/DCinital.pl
80339            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80340            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
80341            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
80342            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80343 ____________________________________________________________________________
80344 [  7393] By: jhi                                   on 2000/10/21  18:06:05
80345         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
80346              From: Daniel Chetlin <daniel@chetlin.com>
80347              Date: Sat, 21 Oct 2000 02:57:03 -0700
80348              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
80349      Branch: perl
80350            + t/lib/tie-splice.t
80351            ! MANIFEST lib/Tie/Array.pm
80352 ____________________________________________________________________________
80353 [  7392] By: gsar                                  on 2000/10/21  18:05:15
80354         Log: resync utfperl branch with mainline
80355      Branch: utfperl
80356           !> (integrate 1760 files)
80357 ____________________________________________________________________________
80358 [  7391] By: jhi                                   on 2000/10/21  14:37:49
80359         Log: Testcases for a #7383,#7385 related bug.
80360              
80361              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
80362              From: Nicholas Clark <nick@ccl4.org>
80363              Date: Sat, 21 Oct 2000 15:04:51 +0100
80364              Message-ID: <20001021150451.A51566@plum.flirble.org>
80365      Branch: perl
80366            ! t/pragma/utf8.t
80367 ____________________________________________________________________________
80368 [  7390] By: jhi                                   on 2000/10/21  14:35:57
80369         Log: Add a testcase for #7389.
80370      Branch: perl
80371            ! t/pragma/warn/op
80372 ____________________________________________________________________________
80373 [  7389] By: jhi                                   on 2000/10/21  14:26:45
80374         Log: Subject: Re: Creating const subs for constants.
80375              From: John Tobey <jtobey@john-edwin-tobey.org>
80376              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
80377              Message-Id: <m13mo0N-000FObC@feynman.localnet>
80378      Branch: perl
80379            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
80380            ! proto.h sv.c
80381 ____________________________________________________________________________
80382 [  7388] By: nick                                  on 2000/10/21  11:44:23
80383         Log: Populate perlio branch
80384      Branch: perlio
80385           +> (branch 1760 files)
80386 ____________________________________________________________________________
80387 [  7387] By: nick                                  on 2000/10/21  10:52:05
80388         Log: Get branch back as replica of mainline via :
80389              p4 integrate -b utfperl
80390              p4 resolve -at ./...
80391      Branch: utfperl
80392           +> (branch 269 files)
80393            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
80394            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
80395            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
80396            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
80397            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
80398            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80399            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80400            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80401            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80402            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80403            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80404            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80405            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80406            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80407            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80408            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80409            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80410            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80411            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
80412            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
80413            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
80414            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
80415            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
80416            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
80417            - lib/unicode/UCD300.html lib/unicode/Unicode.300
80418            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
80419            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
80420            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
80421            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
80422           !> (integrate 965 files)
80423 ____________________________________________________________________________
80424 [  7386] By: jhi                                   on 2000/10/21  01:31:12
80425         Log: Update Changes.
80426      Branch: perl
80427            ! Changes patchlevel.h
80428 ____________________________________________________________________________
80429 [  7385] By: jhi                                   on 2000/10/21  01:28:42
80430         Log: The #7383 was right only in the context of the original bug report,
80431              not in more general case.
80432      Branch: perl
80433            ! pp_hot.c
80434 ____________________________________________________________________________
80435 [  7384] By: jhi                                   on 2000/10/21  01:08:23
80436         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
80437      Branch: perl
80438            ! ext/IO/lib/IO/Select.pm
80439 ____________________________________________________________________________
80440 [  7383] By: jhi                                   on 2000/10/21  00:44:18
80441         Log: Fix for ID 20001020.006, concatenating an unset submatch
80442              with utf8 resulted in "Modification of a read-only value".
80443      Branch: perl
80444            ! pp_hot.c t/pragma/utf8.t
80445 ____________________________________________________________________________
80446 [  7382] By: jhi                                   on 2000/10/20  20:44:31
80447         Log: Make scan_num() reëntrant, as suggested in
80448              
80449              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80450              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80451              Date: Fri, 20 Oct 2000 14:17:27 +0100
80452              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80453      Branch: perl
80454            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
80455            ! toke.c
80456 ____________________________________________________________________________
80457 [  7381] By: jhi                                   on 2000/10/20  20:07:29
80458         Log: Reëntrancy fix.
80459              
80460              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80461              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80462              Date: Fri, 20 Oct 2000 14:17:27 +0100
80463              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80464      Branch: perl
80465            ! embed.h embed.pl perl.h proto.h toke.c
80466 ____________________________________________________________________________
80467 [  7380] By: jhi                                   on 2000/10/20  19:15:54
80468         Log: Don't write double values through long double pointers,
80469              based on a part of
80470              
80471              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80472              From: Jens Hamisch <jens@Strawberry.COM>
80473              Date: Tue, 17 Oct 2000 08:39:36 +0200
80474              Message-Id: <20001017083936.A11104@Strawberry.COM>
80475      Branch: perl
80476            ! perl.h pp.c
80477 ____________________________________________________________________________
80478 [  7379] By: jhi                                   on 2000/10/20  18:43:37
80479         Log: Portability tweak on #7377.
80480              
80481              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
80482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80483              Date:     Fri, 20 Oct 2000 13:13:41 EDT
80484              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
80485      Branch: perl
80486            ! t/lib/dprof.t
80487 ____________________________________________________________________________
80488 [  7378] By: jhi                                   on 2000/10/20  12:57:19
80489         Log: SOCKS function redefinitions need prototypes, too, otherwise
80490              for example 32 bit versus 64 bit differences cause a lot of
80491              problems.  Part of
80492              
80493              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80494              From: Jens Hamisch <jens@Strawberry.COM>
80495              Date: Tue, 17 Oct 2000 08:39:36 +0200
80496              Message-Id: <20001017083936.A11104@Strawberry.COM>
80497      Branch: perl
80498            ! doio.c pp_sys.c
80499 ____________________________________________________________________________
80500 [  7377] By: jhi                                   on 2000/10/20  12:37:12
80501         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
80502              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80503              Date:     Fri, 20 Oct 2000 08:26:04 EDT
80504              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
80505      Branch: perl
80506            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
80507 ____________________________________________________________________________
80508 [  7376] By: jhi                                   on 2000/10/20  12:35:31
80509         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
80510              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80511              Date:     Fri, 20 Oct 2000 07:48:15 EDT
80512              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
80513      Branch: perl
80514            ! configure.com vms/gen_shrfls.pl
80515 ____________________________________________________________________________
80516 [  7375] By: bailey                                on 2000/10/20  04:44:37
80517         Log: SYN SYN
80518      Branch: vmsperl
80519           +> (branch 134 files)
80520            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
80521            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
80522            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
80523            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
80524            - eg/cgi/frameset.cgi eg/cgi/index.html
80525            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80526            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80527            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80528            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80529            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80530            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80531            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80532            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80533            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80534            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80535            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80536            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80537            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80538            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
80539            - lib/unicode/Props.txt lib/unicode/UCD300.html
80540            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
80541            - utils/perlbc.PL vms/subconfigure.com
80542           !> (integrate 785 files)
80543 ____________________________________________________________________________
80544 [  7374] By: jhi                                   on 2000/10/20  00:59:48
80545         Log: In the latest compiler builds cccdlflags must not become -fpic,
80546              from Wilfredo Sánchez.
80547      Branch: perl
80548            ! hints/darwin.sh
80549 ____________________________________________________________________________
80550 [  7373] By: jhi                                   on 2000/10/20  00:56:35
80551         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
80552              From: Tony Cook <tony@develop-help.com>
80553              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
80554              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
80555      Branch: perl
80556            ! pod/perlop.pod
80557 ____________________________________________________________________________
80558 [  7372] By: jhi                                   on 2000/10/19  19:34:40
80559         Log: Typo noted by Mark Lutz.
80560      Branch: perl
80561            ! t/op/64bitint.t
80562 ____________________________________________________________________________
80563 [  7371] By: jhi                                   on 2000/10/19  19:33:13
80564         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
80565      Branch: metaconfig
80566            ! U/modified/Cppsym.U U/modified/Oldconfig.U
80567      Branch: metaconfig/U/perl
80568            ! End.U dlsrc.U libperl.U
80569      Branch: perl
80570            + hints/nonstopux.sh
80571            ! Configure MANIFEST config_h.SH
80572 ____________________________________________________________________________
80573 [  7370] By: jhi                                   on 2000/10/19  17:18:08
80574         Log: Subject: PATCH do_print has 2 PerlIO_error()s
80575              From: nick@ccl4.org
80576              Date: Thu, 19 Oct 2000 18:09:20 +0100
80577              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
80578      Branch: perl
80579            ! doio.c
80580 ____________________________________________________________________________
80581 [  7369] By: jhi                                   on 2000/10/19  14:01:49
80582         Log: Update Changes.
80583      Branch: perl
80584            ! Changes patchlevel.h
80585 ____________________________________________________________________________
80586 [  7368] By: jhi                                   on 2000/10/19  13:04:29
80587         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
80588              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80589              Date: Wed, 18 Oct 2000 13:12:01 +0200
80590              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
80591      Branch: perl
80592            ! hints/aix.sh
80593 ____________________________________________________________________________
80594 [  7367] By: jhi                                   on 2000/10/19  02:22:40
80595         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
80596              of a 'pmshort' anywhere in the B, so the offending line was simply
80597              removed.
80598      Branch: perl
80599            ! ext/B/B/Debug.pm
80600 ____________________________________________________________________________
80601 [  7366] By: jhi                                   on 2000/10/19  02:12:37
80602         Log: Add the test case for the bug id 20000730.004 which seems
80603              to have been fixed by now.
80604      Branch: perl
80605            ! t/pragma/utf8.t
80606 ____________________________________________________________________________
80607 [  7365] By: jhi                                   on 2000/10/18  23:36:24
80608         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
80609              From: Hugo <hv@crypt.compulink.co.uk>
80610              Date: Wed, 18 Oct 2000 23:25:58 +0100
80611              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
80612      Branch: perl
80613            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
80614 ____________________________________________________________________________
80615 [  7364] By: jhi                                   on 2000/10/18  21:12:53
80616         Log: (retracted)
80617      Branch: perl
80618            ! pp.c
80619 ____________________________________________________________________________
80620 [  7363] By: jhi                                   on 2000/10/18  20:55:38
80621         Log: Missing change from #7362.
80622      Branch: perl
80623            ! win32/perlhost.h
80624 ____________________________________________________________________________
80625 [  7362] By: jhi                                   on 2000/10/18  20:52:01
80626         Log: Borland C fstat() never saw the fd as writable.
80627              
80628              Subject: fix for Borland's weak "stat" (perl@7211)
80629              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
80630              Date: Mon, 16 Oct 2000 09:55:03 +0400
80631              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
80632      Branch: perl
80633            ! win32/win32.c
80634 ____________________________________________________________________________
80635 [  7361] By: jhi                                   on 2000/10/18  17:43:50
80636         Log: Regen toc.
80637      Branch: perl
80638            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
80639 ____________________________________________________________________________
80640 [  7360] By: jhi                                   on 2000/10/18  17:07:44
80641         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80642              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
80643              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
80644              Date: Mon, 16 Oct 2000 15:19:49 +0200
80645      Branch: perl
80646            + README.aix
80647            ! MANIFEST
80648 ____________________________________________________________________________
80649 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80650         Log: Subject: Pod patch for Devel::Peek
80651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80652              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80653              Date: Mon, 16 Oct 2000 12:26:34 +0200
80654      Branch: perl
80655            ! ext/Devel/Peek/Peek.pm
80656 ____________________________________________________________________________
80657 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80658         Log: Make Cwd more bulletproof in chrooted environments.
80659              
80660              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80661              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80662              Date: Wed, 18 Oct 2000 04:03:54 -0400
80663              Message-Id: <39ED596A.70E599FE@oracle.com>
80664      Branch: perl
80665            ! lib/Cwd.pm
80666 ____________________________________________________________________________
80667 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80668         Log: Disable the UTF8 downgrade croakage for now to avoid
80669              too many not okay messages.
80670      Branch: perl
80671            ! doio.c
80672 ____________________________________________________________________________
80673 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80674         Log: Show the failed remote port, instead of the failing line number.
80675              
80676              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80677              From: David Sparks <daves@ActiveState.com>
80678              Date: Tue, 17 Oct 2000 15:00:24 -0700
80679              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80680      Branch: perl
80681            ! lib/perl5db.pl
80682 ____________________________________________________________________________
80683 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80684         Log: On output try to downgrade to bytes, croak if impossible,
80685              from Simon Cozens.  This means that outputting >255 UTF8
80686              is impossible.  Consider this as a strong incentive to get
80687              the I/O disciplines implemented.
80688      Branch: perl
80689            ! doio.c pod/perldiag.pod sv.c
80690 ____________________________________________________________________________
80691 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80692         Log: Clarify documentation on 'use bytes'.
80693              
80694              Subject: Re: What does 'use bytes' "mean" ?
80695              From: Simon Cozens <simon@cozens.net>
80696              Date: Mon, 18 Sep 2000 18:24:25 +0100
80697              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80698      Branch: perl
80699            ! lib/bytes.pm
80700 ____________________________________________________________________________
80701 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80702         Log: Workaround for a sfio bug where the stream error indicator
80703              is not cleared as documented.
80704              
80705              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80706              From: Nicholas Clark <nick@ccl4.org>
80707              Date: Mon, 16 Oct 2000 18:28:23 +0100
80708              Message-ID: <20001016182823.J19700@plum.flirble.org>
80709      Branch: perl
80710            ! doio.c
80711 ____________________________________________________________________________
80712 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80713         Log: More IoTYPE sprinkling.
80714      Branch: perl
80715            ! doio.c pp_hot.c
80716 ____________________________________________________________________________
80717 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80718         Log: Detect early whether the std streams have gone bad.
80719              
80720              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80721              Date: Mon, 16 Oct 2000 23:28:42 +0100
80722              From: Nicholas Clark <nick@ccl4.org>
80723              Message-ID: <20001016232842.A37942@plum.flirble.org>
80724      Branch: perl
80725            ! t/op/misc.t
80726 ____________________________________________________________________________
80727 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80728         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80729              From: "Peter J. Farley III" <pjfarley@banet.net>
80730              Date: Mon, 16 Oct 2000 18:15:59 -0400
80731              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80732      Branch: perl
80733            ! djgpp/djgpp.c dosish.h t/io/open.t
80734 ____________________________________________________________________________
80735 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80736         Log: perldelta tweak.
80737      Branch: perl
80738            ! pod/perldelta.pod
80739 ____________________________________________________________________________
80740 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80741         Log: Update Changes.
80742      Branch: perl
80743            ! Changes patchlevel.h
80744 ____________________________________________________________________________
80745 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80746         Log: Add the capability to include/exclude branches.
80747      Branch: perl
80748            ! Porting/genlog
80749 ____________________________________________________________________________
80750 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80751         Log: Add Charles Lane.
80752      Branch: perl
80753            ! AUTHORS Changes
80754 ____________________________________________________________________________
80755 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80756         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80757      Branch: perl
80758            ! pod/perldelta.pod
80759 ____________________________________________________________________________
80760 [  7344] By: gsar                                  on 2000/10/16  09:30:21
80761         Log: integrate change#6220 from cfgperl
80762              
80763              Win32 patches from Benjamin Stuhl.
80764      Branch: maint-5.6/perl
80765           !> makedef.pl win32/win32.h
80766 ____________________________________________________________________________
80767 [  7343] By: gsar                                  on 2000/10/16  08:32:19
80768         Log: integrate changes#6221,6222 from cfgperl
80769              
80770              Remove tr///CU (the feature is to be obsoleted by better interfaces).
80771              From: simon@brecon.co.uk (Simon Cozens)
80772              Subject: [PATCH] Eliminate tr///[CU][CU]
80773              Date: 23 Jun 2000 11:05:40 GMT
80774              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
80775              
80776              doc typo fix
80777              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
80778              From: Ian Phillipps <Ian.Phillipps@iname.com>
80779              Date: Fri, 23 Jun 2000 10:40:58 +0100
80780              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
80781      Branch: maint-5.6/perl
80782           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
80783 ____________________________________________________________________________
80784 [  7342] By: gsar                                  on 2000/10/16  08:28:08
80785         Log: integrate change#6217 from cfgperl (in part)
80786              
80787              Rename the fdpid locking and integrate with Sarathy.
80788      Branch: maint-5.6/perl
80789           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
80790           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
80791           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
80792           !> win32/win32.c
80793 ____________________________________________________________________________
80794 [  7341] By: gsar                                  on 2000/10/16  08:23:39
80795         Log: integrate changes#6214..6216 from mainline
80796              
80797              @_ can't have junk in it even in the non-USE_ITHREADS case because
80798              caller() wants to populate @DB::args with it (causes a coredump
80799              in Carp::confess())
80800              
80801              tweak comment about @DB::args
80802              
80803              be more optimal about clearing @_
80804      Branch: maint-5.6/perl
80805           !> av.h cop.h pp_ctl.c t/op/runlevel.t
80806 ____________________________________________________________________________
80807 [  7340] By: gsar                                  on 2000/10/16  08:20:37
80808         Log: integrate changes#6207..6210 from cfgperl
80809              
80810              Subject: [PATCH 5.6.0] Threadsafe patches
80811              From: Dan Sugalski <dan@sidhe.org>
80812              To: perl5-porters@perl.org
80813              Date: Mon, 08 May 2000 18:08:13 -0400
80814              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
80815              
80816              Regen headers for #6207.
80817              
80818              Lock PL_fdpid against race conditions, based on:
80819              Subject: [PATCH 5.6.0]subprocess fixup for threads
80820              From: Dan Sugalski <dan@sidhe.org>
80821              To: perl5-porters@perl.org
80822              Date: Tue, 11 Apr 2000 17:02:32 -0400
80823              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
80824              
80825              Mopup for #6207 and #6209.
80826      Branch: maint-5.6/perl
80827           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
80828           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
80829           !> win32/win32.c
80830 ____________________________________________________________________________
80831 [  7339] By: gsar                                  on 2000/10/16  08:14:34
80832         Log: integrate change#6203 from cfgperl
80833              
80834              perldiag should refer to perlos2.pod not README.os2
80835      Branch: maint-5.6/perl
80836           !> pod/perldiag.pod
80837 ____________________________________________________________________________
80838 [  7338] By: gsar                                  on 2000/10/16  08:11:42
80839         Log: integrate change#6201 from mainline
80840              
80841              Perl_eval_pv() leaks 4 bytes every time it is called because it
80842              does a PUSHMARK that's never ever POPMARKed; in general, only
80843              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
80844              Perl_eval_[sp]v() don't because they don't take any incoming
80845              arguments (this leak has been around since the original version
80846              of perl_eval_pv() in 5.003_97e)
80847      Branch: maint-5.6/perl
80848           !> perl.c
80849 ____________________________________________________________________________
80850 [  7337] By: gsar                                  on 2000/10/16  08:08:47
80851         Log: integrate changes#6197..6200 from cfgperl
80852              
80853              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
80854              From: John Borwick <jhborwic@unity.ncsu.edu>
80855              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
80856              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
80857              
80858              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
80859              From: Dan Sugalski <dan@sidhe.org>
80860              To: vmsperl@perl.org, perl5-porters@perl.org
80861              Date: Fri, 02 Jun 2000 16:00:41 -0400
80862              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
80863              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
80864              
80865              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
80866              From: Dan Sugalski <dan@sidhe.org>
80867              To: perl5-porters@perl.org, vmsperl@perl.org
80868              Date: Fri, 02 Jun 2000 17:30:51 -0400
80869              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
80870              
80871              Update to cperl-mode.el 4.31 from
80872              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
80873              Subject: A couple of notes
80874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80875              To: Mailing list Perl5 <perl5-porters@perl.org>
80876              Date: Sat, 3 Jun 2000 23:33:32 -0400
80877              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
80878      Branch: maint-5.6/perl
80879           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
80880           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
80881           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
80882           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
80883           !> vms/vmsish.h
80884 ____________________________________________________________________________
80885 [  7336] By: gsar                                  on 2000/10/16  08:03:46
80886         Log: integrate changes#6194,6195 from mainline
80887              
80888              fix small eval"" memory leaks under USE_ITHREADS
80889              
80890              fix yet another eval"" leak under USE_ITHREADS
80891      Branch: maint-5.6/perl
80892           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
80893           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
80894           !> vms/perly_c.vms
80895 ____________________________________________________________________________
80896 [  7335] By: gsar                                  on 2000/10/16  08:02:15
80897         Log: integrate changes#6190,6191 from mainline
80898              
80899              submit missing embed.pl change
80900              
80901              vec() loses numericalness (modified version of patch suggested
80902              by Robin Barker)
80903      Branch: maint-5.6/perl
80904           !> doop.c embed.pl t/op/vec.t
80905 ____________________________________________________________________________
80906 [  7334] By: gsar                                  on 2000/10/16  08:01:03
80907         Log: integrate change#6189 from mainline
80908              
80909              counting tr/// corrupts later operation (from M.J.T Guy)
80910      Branch: maint-5.6/perl
80911           !> doop.c t/op/tr.t
80912 ____________________________________________________________________________
80913 [  7333] By: gsar                                  on 2000/10/16  07:59:07
80914         Log: integrate changes#6183..6188 from mainline
80915              
80916              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
80917              <nick@ccl4.org>)
80918              
80919              tweak for change#6127
80920              
80921              remove incorrect documentation about implicit split to @_ in
80922              list context, which never really worked in perl 5 (from
80923              M.J.T. Guy)
80924              
80925              further qualify references to "alphanumeric" (from Wolfgang Laun
80926              <wolfgang.laun@alcatel.at>)
80927              
80928              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80929              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80930              
80931              h2xs tweaks
80932      Branch: maint-5.6/perl
80933           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80934           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80935           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80936           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80937           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80938           !> pod/pod2latex.PL utils/h2xs.PL
80939 ____________________________________________________________________________
80940 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80941         Log: integrate change#6179 from mainline
80942              
80943              buggy modulus on UVs introduced by change#3378 (resulted in
80944              4063328477 % 65535 amounting to 27406, instead of 27407)
80945      Branch: maint-5.6/perl
80946           !> pp.c t/op/arith.t
80947 ____________________________________________________________________________
80948 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80949         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80950              
80951              Single-quoted utf8 patch from Simon Cozens.
80952              
80953              Substitution utf8 patch from Simon Cozens.
80954              
80955              Be cleaner.
80956              
80957              Be Cleaner Part Deux.
80958      Branch: maint-5.6/perl
80959           !> Makefile.SH pp_hot.c toke.c
80960 ____________________________________________________________________________
80961 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80962         Log: integrate change#6172 from mainline
80963              
80964              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80965              (from Ilya Zakharevich)
80966      Branch: maint-5.6/perl
80967           !> regexec.c t/op/re_tests
80968 ____________________________________________________________________________
80969 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80970         Log: integrate change#6171 from mainline
80971              
80972              scalar() doesn't force scalar context when used in void context
80973              (from Simon Cozens)
80974      Branch: maint-5.6/perl
80975           !> op.c t/op/wantarray.t
80976 ____________________________________________________________________________
80977 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80978         Log: integrate change#6170 from mainline
80979              
80980              change#6142 needs tweaks to tests to work where there's no
80981              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80982      Branch: maint-5.6/perl
80983           !> t/lib/filefind.t
80984 ____________________________________________________________________________
80985 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80986         Log: integrate changes#6166..6168 from cfgperl
80987              
80988              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80989              in case somebody wants to write an extension for more
80990              shadow database interfaces.
80991              
80992              tweak todo
80993              
80994              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80995      Branch: maint-5.6/perl
80996           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80997           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80998           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80999           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81000           !> win32/config.vc win32/config_H.bc win32/config_H.gc
81001           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81002 ____________________________________________________________________________
81003 [  7326] By: gsar                                  on 2000/10/16  07:29:05
81004         Log: integrate changes#6157,6159..6161,6164 from cfgperl
81005              
81006              Regen Configure to jive with #6149.
81007              
81008              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
81009              
81010              Changes for the File::Temp 0.08 (change #6159) test suite
81011              to fit better into the Perl distribution test framework.
81012              
81013              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
81014              both from Simon Cozens.
81015              
81016              detypo
81017      Branch: maint-5.6/perl
81018           +> pod/perlmodlib.PL pod/perlnewmod.pod
81019           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
81020           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
81021           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81022           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81023 ____________________________________________________________________________
81024 [  7325] By: gsar                                  on 2000/10/16  07:25:13
81025         Log: integrate change#6158 from vmsperl
81026              
81027              Add fallback to tmpfile for use in cases where user's relying on
81028              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
81029              Lane's patch)
81030      Branch: maint-5.6/perl
81031           !> vms/vms.c vms/vmsish.h
81032 ____________________________________________________________________________
81033 [  7324] By: gsar                                  on 2000/10/16  07:20:50
81034         Log: integrate changes#6153..6155 from mainline
81035              
81036              prettier Test::Harness output on failed tests (from Nicholas Clark
81037              <nick@Bagpuss.uk.boo.com>)
81038              
81039              avoid type mismatch warning
81040              
81041              small bug in change#6144; remove random \xA0 character that snuck
81042              in via change#6145
81043      Branch: maint-5.6/perl
81044           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
81045           !> perl.c
81046 ____________________________________________________________________________
81047 [  7323] By: gsar                                  on 2000/10/16  07:18:47
81048         Log: integrate changes#6151,6152 from mainline
81049              
81050              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
81051              
81052              cosmetic fixups of RE debug output (from Ilya Zakharevich)
81053      Branch: maint-5.6/perl
81054           !> regexec.c
81055 ____________________________________________________________________________
81056 [  7322] By: gsar                                  on 2000/10/16  07:17:25
81057         Log: integrate changes#6146..6150 from mainline
81058              
81059              doc typo
81060              
81061              add a make entry to Config.pm so "perl -V:make" works on VMS
81062              (from Peter Prymmer)
81063              
81064              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
81065              
81066              OS/2 tweaks for usethreads build (from Rocco Caputo
81067              <troc@netrus.net>)
81068              
81069              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
81070      Branch: maint-5.6/perl
81071           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
81072           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
81073           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
81074           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
81075           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
81076           !> warnings.pl x2p/a2p.h
81077 ____________________________________________________________________________
81078 [  7321] By: gsar                                  on 2000/10/16  07:14:02
81079         Log: integrate changes#6143..6145 from mainline
81080              
81081              MacOS support, part 1 (from Matthias Neeracher
81082              <neeri@iis.ee.ethz.ch>)
81083              
81084              MacOS support, part 2: make AutoSplit use File::Spec instead
81085              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
81086              <neeri@iis.ee.ethz.ch>)
81087              
81088              make xsubpp skip embedded pod (from Matthias Neeracher
81089              <neeri@iis.ee.ethz.ch>)
81090      Branch: maint-5.6/perl
81091           +> ext/DynaLoader/dl_mac.xs
81092           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
81093           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
81094           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
81095           !> pp_ctl.c proto.h toke.c util.c util.h
81096 ____________________________________________________________________________
81097 [  7320] By: gsar                                  on 2000/10/16  07:12:13
81098         Log: integrate changes#6141,6142 from mainline
81099              
81100              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
81101              forwarded by Peter Seebach from the bsdi-users mailing list.
81102              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
81103              
81104              File::Find fails to chdir when chasing symlinks (from
81105              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81106      Branch: maint-5.6/perl
81107           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
81108 ____________________________________________________________________________
81109 [  7319] By: gsar                                  on 2000/10/16  07:04:30
81110         Log: integrate change#6139 from mainline
81111              
81112              revise mktables.PL for bugs and newness in Unicode 3.0
81113              (from James Bence <jbence@amgen.com>)
81114      Branch: maint-5.6/perl
81115           +> (branch 30 files)
81116           !> (integrate 49 files)
81117 ____________________________________________________________________________
81118 [  7318] By: gsar                                  on 2000/10/16  07:01:01
81119         Log: integrate changes#6137,6138 from mainline
81120              
81121              fix bogus redeclaration warning for "our" variables in different
81122              scopes
81123              
81124              add note about the handling of negative indices to tied arrays
81125              (from Michael G Schwern <schwern@pobox.com>)
81126      Branch: maint-5.6/perl
81127           !> op.c pod/perltie.pod t/pragma/strict-vars
81128 ____________________________________________________________________________
81129 [  7317] By: gsar                                  on 2000/10/16  06:58:46
81130         Log: integrate changes#6127..6136 from mainline
81131              
81132              call_method(...,G_EVAL) can longjmp() out if the method probing
81133              failed (from Gisle Aas)
81134              
81135              new perlxstut example for passing/returning refs to arrays
81136              (from David Lowe <dlowe@pootpoot.com>)
81137              
81138              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
81139              
81140              fix places that mean C<"word" character> but say C<alphanumeric
81141              character>
81142              
81143              avoid warnings in POSIX.pm (from Barrie Slaymaker)
81144              
81145              warnings::enabled() doesn't fall back to looking at $^W if
81146              caller isn't using lexical warnings (from Paul Marquess)
81147              
81148              elide bogus test in change#6132
81149              
81150              make Test::Harness use wait.h/WCOREDUMP if available
81151              (from Ben Tilly <ben_tilly@hotmail.com>)
81152              
81153              enable Test::Harness to dynamically determine column width etc.
81154              (from Rob Napier <rnapier@employees.org>)
81155              
81156              random pod typos (from Peter Scott <Peter@PSDT.com>)
81157      Branch: maint-5.6/perl
81158           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
81159           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
81160           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
81161           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
81162 ____________________________________________________________________________
81163 [  7316] By: gsar                                  on 2000/10/16  06:53:23
81164         Log: integrate change#6126 from mainline
81165              
81166              change#2879 broke rvalue autovivification of magicals such as
81167              ${$num} (reworked variant of patch suggested by Simon Cozens)
81168      Branch: maint-5.6/perl
81169           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
81170           !> pp_hot.c proto.h t/op/gv.t
81171 ____________________________________________________________________________
81172 [  7315] By: gsar                                  on 2000/10/16  06:51:38
81173         Log: integrate changes#6123,6125 from mainline
81174              
81175              clarify gotcha with #line directives (from Rocco Caputo
81176              <troc@netrus.net>)
81177              
81178              enable propagating exception objects via Perl_croak() in XS code
81179              (from Gisle Aas)
81180      Branch: maint-5.6/perl
81181           !> pod/perldebug.pod pod/perlsyn.pod util.c
81182 ____________________________________________________________________________
81183 [  7314] By: gsar                                  on 2000/10/16  06:49:28
81184         Log: integrate change#6122 from mainline
81185              
81186              downgrade fatal error on C<"foo@nosucharray.com"> to optional
81187              warning (from Mark-Jason Dominus)
81188      Branch: maint-5.6/perl
81189           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
81190           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
81191           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
81192           !> toke.c
81193 ____________________________________________________________________________
81194 [  7313] By: gsar                                  on 2000/10/16  06:46:54
81195         Log: integrate changes#6112..6121 from vmsperl
81196              
81197              Check for existence of file before trying to delete
81198              
81199              Ugly workaround for version-specific RTL error
81200              
81201              Urk -- undo previous removal of vmsish 'exit' change
81202              
81203              Add bounds checking for several strings (Charles Lane)
81204              
81205              Miscellaneous cosmetic fixes (Charles Lane)
81206              
81207              Treat sockets as special in sys(read|write) (Charles Lane et al.)
81208              
81209              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
81210              Flatten case labels in switch statements uniformly (Charles Bailey)
81211              
81212              Quiet error messages in vmsish.t (Charles Lane)
81213              
81214              Add missing escape (Charles Lane)
81215              
81216              Allow eliminate_macros() and fixpath() to handle space-delimited
81217              lists (based on fixes by Craig Berry)
81218      Branch: maint-5.6/perl
81219           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
81220           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
81221           !> vms/vmsish.h
81222 ____________________________________________________________________________
81223 [  7312] By: gsar                                  on 2000/10/16  06:41:18
81224         Log: integrate changes#6107,6110 from cfgperl
81225              
81226              Tweak the todo list.
81227              
81228              todo tweak
81229      Branch: maint-5.6/perl
81230           !> Todo-5.6
81231 ____________________________________________________________________________
81232 [  7311] By: gsar                                  on 2000/10/16  06:38:38
81233         Log: integrate changes#6104,6108 from mainline
81234              
81235              PL_sys_intern was being initialized too late on windows
81236              
81237              reenable fake signal handling on Windows, bugs and all
81238      Branch: maint-5.6/perl
81239           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
81240           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
81241           !> win32/win32.c
81242 ____________________________________________________________________________
81243 [  7310] By: gsar                                  on 2000/10/16  06:36:03
81244         Log: integrate changes#6095,6097..6103 from cfgperl
81245              
81246              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
81247              might be useful in future.
81248              
81249              Add a note about possible compilation problems from Allen Smith.
81250              
81251              Add a note about other, yet unsupported, shadow password APIs.
81252              
81253              Tweaks for the cc bugs from Allen Smith.
81254              
81255              More compilation tweakery from Allen Smith.
81256              
81257              Hints and test tweaks for Unicos.
81258              
81259              The test suite tweak in #6101 wasn't quite right.
81260              
81261              Test tweaking for Unicos continues.
81262      Branch: maint-5.6/perl
81263           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81264           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
81265           !> t/lib/complex.t t/op/64bitint.t
81266 ____________________________________________________________________________
81267 [  7309] By: gsar                                  on 2000/10/16  06:29:41
81268         Log: integrate changes#6093,6094 from mainline
81269              
81270              fork() failure to create pseudo process sets errno=EAGAIN and returns
81271              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
81272              
81273              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
81274      Branch: maint-5.6/perl
81275           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
81276           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
81277 ____________________________________________________________________________
81278 [  7308] By: gsar                                  on 2000/10/16  06:27:29
81279         Log: integrate change#6092 from cfgperl
81280              
81281              Regen perltoc with the fixed buildtoc.
81282      Branch: maint-5.6/perl
81283           !> pod/perltoc.pod
81284 ____________________________________________________________________________
81285 [  7307] By: gsar                                  on 2000/10/16  06:26:40
81286         Log: integrate changes#6089,6090 from mainline
81287              
81288              buildtoc tweak to fix newline lossage
81289              
81290              concat doesn't preserve utf8-ness, and doesn't invalidate
81291              [NI]OK; added tests for both
81292      Branch: maint-5.6/perl
81293           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
81294 ____________________________________________________________________________
81295 [  7306] By: gsar                                  on 2000/10/16  06:24:05
81296         Log: integrate change#6088 from cfgperl
81297              
81298              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
81299              because we do not use those.  The HAS_GETSPNAM remains,
81300              though, because we still do use that.
81301      Branch: maint-5.6/perl
81302           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81303           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
81304           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
81305           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81306           !> win32/config.vc win32/config_H.bc win32/config_H.gc
81307           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81308 ____________________________________________________________________________
81309 [  7305] By: gsar                                  on 2000/10/16  06:15:52
81310         Log: integrate changes#6084,6085,6087 from mainline
81311              
81312              substr() does not preserve utf8-ness (from Stefan Eissing
81313              <Eissing@medicaldataservice.de>); added tests
81314              
81315              repeat operator (x) doesn't preserve utf8-ness
81316              
81317              reverse() and quotemeta() weren't preserving utf8-ness; add tests
81318      Branch: maint-5.6/perl
81319           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
81320 ____________________________________________________________________________
81321 [  7304] By: gsar                                  on 2000/10/16  06:13:10
81322         Log: integrate changes#6077..6083 from mainline
81323              
81324              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
81325              and Tom Phoenix)
81326              
81327              workaround for CRT bug in chdir() (from Charles Lane, via
81328              Peter Prymmer)
81329              
81330              remove outdated kludge in Carp (NULLs are permitted in diagnostics
81331              now)
81332              
81333              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
81334              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81335              
81336              better default perlbug categories for ok reports (from Richard Foley)
81337              
81338              peek.t non-portable to ithreads
81339              
81340              note about undocumented caller() return value (from M.J.T. Guy);
81341              yet another peek.t tweak
81342      Branch: maint-5.6/perl
81343           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81344           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81345           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
81346           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
81347           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
81348           !> vms/vmsish.h
81349 ____________________________________________________________________________
81350 [  7303] By: gsar                                  on 2000/10/16  06:03:18
81351         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
81352              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
81353              
81354              &HUGE_VAL is not defined, it exists.
81355              
81356              Do not warn that an infinity does not look like a number.
81357              
81358              Rewrite the pwent/spent logic to be a little bit more clearer.
81359              
81360              Continue on the pwent/spent case.
81361              
81362              Correct Freudian slip.
81363              
81364              Use HUGE_VALL if applicable.
81365              
81366              pwent/spent #ifdef imbalance.
81367              
81368              Infinite problems.
81369              
81370              Call getspnam() only iff needd.
81371              
81372              Test both the scalar and list contexts.
81373              
81374              Use setxxent()/endxxent().
81375              
81376              Complex tweakery.
81377              
81378              Unicos hint tweak.
81379              
81380              Be more forgiving in POSIX about HUGE_VALL.
81381              
81382              Detypo.
81383              
81384              The search of infinity continues, this time simplified.
81385              
81386              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
81387              in natively 64-bit platforms where a long is a quad (no need
81388              for long longs).  Also added bias for IVs.
81389              
81390              Complex tweaks.
81391              
81392              Introduce t/lib/peek.t.
81393              
81394              Make the test more portable.
81395      Branch: maint-5.6/perl
81396           +> t/lib/peek.t
81397            ! pp_sys.c
81398           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
81399           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
81400           !> t/op/pwent.t toke.c util.c
81401 ____________________________________________________________________________
81402 [  7302] By: gsar                                  on 2000/10/16  05:03:37
81403         Log: integrate changes#6066..6071 from mainline
81404              
81405              s/END/CHECK/
81406              
81407              replace direct call to sighandler() with (*PL_sighandlerp)()
81408              
81409              note about values()
81410              
81411              File::Spec compatibility update (from Barrie Slaymaker
81412              <barries@slaysys.com>)
81413              
81414              remove misleading comment (from M.J.T. Guy)
81415              
81416              misformatted perllocal.pod (from Tim Jenness
81417              <t.jenness@jach.hawaii.edu>)
81418      Branch: maint-5.6/perl
81419           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
81420           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81421           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
81422           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
81423 ____________________________________________________________________________
81424 [  7301] By: gsar                                  on 2000/10/16  05:00:08
81425         Log: integrate changes#6061..6063 from mainline
81426              
81427              change#5921 neglected to make eq honor "use bytes"
81428              
81429              additional tests for utf8.t
81430              
81431              tokeq() could read unallocated field in argument
81432      Branch: maint-5.6/perl
81433           !> sv.c t/pragma/utf8.t toke.c
81434 ____________________________________________________________________________
81435 [  7300] By: gsar                                  on 2000/10/16  04:56:54
81436         Log: integrate changes#6046,6048,6057,6058 from mainline
81437              
81438              libscheck has insufficient checks for n32 libs (from
81439              Albert Chin-A-Young <china@thewrittenword.com>)
81440              
81441              add note about how $( doesn't interpolate in REs (from
81442              Philip Newton <newton@ficus.frogspace.net>)
81443              
81444              fix broken parsing of /\x{ab}/
81445              
81446              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
81447              (spotted by Donald Kinzer <dkinzer@premia.com>)
81448      Branch: maint-5.6/perl
81449           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
81450           !> t/pragma/utf8.t
81451 ____________________________________________________________________________
81452 [  7299] By: gsar                                  on 2000/10/16  04:52:50
81453         Log: integrate change#6044 from mainline
81454              
81455              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
81456              such that underscores are only ignored in literal numbers,
81457              "\x{...}", and hex/oct argument
81458      Branch: maint-5.6/perl
81459           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
81460 ____________________________________________________________________________
81461 [  7298] By: gsar                                  on 2000/10/16  04:50:53
81462         Log: integrate changes#6027..6043 from mainline
81463              
81464              podlators-1.02 update (from Russ Allbery)
81465              
81466              Pod::Man generates groff-incompatible macro definition (from
81467              Tom Christiansen)
81468              
81469              add CGI.pm v2.66 (from Lincoln Stein)
81470              
81471              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
81472              for @- and @+ (from Johan Vromans)
81473              
81474              small nits in diagnostics.pm (from Robin Barker)
81475              
81476              whitespace adjustments
81477              
81478              missing files in MANIFEST
81479              
81480              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
81481              to compensate
81482              
81483              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
81484              
81485              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
81486      Branch: maint-5.6/perl
81487           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
81488           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
81489           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
81490           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
81491           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
81492           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
81493           !> t/lib/cgi-html.t t/lib/cgi-request.t
81494 ____________________________________________________________________________
81495 [  7297] By: gsar                                  on 2000/10/16  04:44:30
81496         Log: integrate change#6025 from mainline
81497              
81498              Is{Alnum,Alpha,Word} don't match titlecase
81499              TODO: IsSpace is defined recursively!
81500              (both spotted by Larry)
81501      Branch: maint-5.6/perl
81502           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
81503           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
81504 ____________________________________________________________________________
81505 [  7296] By: gsar                                  on 2000/10/16  04:39:30
81506         Log: integrate change#6023 from mainline
81507              
81508              debugger stomps on $. (from M.J.T. Guy)
81509      Branch: maint-5.6/perl
81510           !> lib/perl5db.pl
81511 ____________________________________________________________________________
81512 [  7295] By: gsar                                  on 2000/10/16  04:38:02
81513         Log: integrate change#6022 from mainline
81514              
81515              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
81516      Branch: maint-5.6/perl
81517           !> sv.c
81518 ____________________________________________________________________________
81519 [  7294] By: gsar                                  on 2000/10/16  04:37:05
81520         Log: integrate changes#6018..6021 from mainline
81521              
81522              make lib/syslog.t portable to systems that don't have _PATH_LOG,
81523              make _PATH_LOG() return "" if unavailable
81524              
81525              windows portability tweaks
81526              
81527              test tweak
81528              
81529              remove Win2K issue in pod (fixed by change#6020)
81530      Branch: maint-5.6/perl
81531           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
81532           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
81533           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
81534 ____________________________________________________________________________
81535 [  7293] By: gsar                                  on 2000/10/16  04:20:00
81536         Log: integrate changes#6013..6015 from mainline
81537              
81538              tweak change#5945 to display correct switch name in diagnostic
81539              
81540              glob() loading File::Glob behind the scenes may cause syntax errors
81541              
81542              tweak test for portability
81543      Branch: maint-5.6/perl
81544           !> op.c perl.c pod/perldiag.pod t/lib/b.t
81545 ____________________________________________________________________________
81546 [  7292] By: gsar                                  on 2000/10/16  04:18:11
81547         Log: integrate changes#6005..6010 from mainline, cfgperl
81548              
81549              perldoc might fail via "use blib" (from Hugo van der Sanden)
81550              
81551              Regen Configure.
81552              
81553              note about compile failures and END blocks (from M.J.T. Guy)
81554              
81555              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81556              
81557              (change#6009 integrated earlier in change#7255)
81558              
81559              clarify note about shadow password support (from
81560              gellyfish@gellyfish.com)
81561      Branch: maint-5.6/perl
81562           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81563           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
81564           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
81565 ____________________________________________________________________________
81566 [  7291] By: gsar                                  on 2000/10/16  04:12:03
81567         Log: integrate changes#6002,6003 from mainline
81568              
81569              destructive sv_setsv() can lose UV-ness from source, causing
81570              numeric promotions/comparisons to fail to do the right thing
81571              
81572              allow REG_EXPAND_SZ keys in Windows registry (from
81573              John Clayton <John.Clayton@barclayscapital.com>)
81574      Branch: maint-5.6/perl
81575           !> sv.c win32/win32.c
81576 ____________________________________________________________________________
81577 [  7290] By: gsar                                  on 2000/10/16  04:10:19
81578         Log: integrate change#6001 from mainline
81579              
81580              support additional library locations via $Config{otherlibdirs}
81581              (from Andy Dougherty)
81582      Branch: maint-5.6/perl
81583           !> Configure INSTALL Porting/Glossary Porting/config.sh
81584           !> Porting/config_H config_h.SH epoc/config.sh perl.c
81585           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81586           !> win32/config.bc win32/config.gc win32/config.vc
81587 ____________________________________________________________________________
81588 [  7289] By: gsar                                  on 2000/10/16  04:08:28
81589         Log: integrate change#5999 from mainline
81590              
81591              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81592      Branch: maint-5.6/perl
81593           !> t/pragma/warn/toke toke.c
81594 ____________________________________________________________________________
81595 [  7288] By: gsar                                  on 2000/10/16  04:07:01
81596         Log: integrate changes#5997,5998 from cfgperl
81597              
81598              Preserve $!.
81599              
81600              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81601      Branch: maint-5.6/perl
81602           !> lib/Math/Complex.pm
81603 ____________________________________________________________________________
81604 [  7287] By: gsar                                  on 2000/10/16  04:04:37
81605         Log: integrate change#5995 from mainline
81606              
81607              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81608      Branch: maint-5.6/perl
81609           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81610 ____________________________________________________________________________
81611 [  7286] By: gsar                                  on 2000/10/16  04:03:21
81612         Log: integrate change#5994 from mainline
81613              
81614              fix for missed accounting for null byte in pack("Z",...) (from
81615              M.J.T. Guy)
81616      Branch: maint-5.6/perl
81617           !> pp.c t/op/pack.t
81618 ____________________________________________________________________________
81619 [  7285] By: gsar                                  on 2000/10/16  04:02:11
81620         Log: integrate changes#5989..5993 from mainline
81621              
81622              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81623              itself and no other (from Tom Hughes)
81624              
81625              use $ENV{LIB} to search for libs under Visual C compiler
81626              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81627              
81628              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81629              
81630              pod nit (from Simon Cozens)
81631              
81632              various minor tweaks seen on p5p
81633      Branch: maint-5.6/perl
81634           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
81635           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
81636           !> t/op/array.t toke.c
81637 ____________________________________________________________________________
81638 [  7284] By: gsar                                  on 2000/10/16  03:59:00
81639         Log: integrate changes#5978..5988 from mainline
81640              
81641              sync version numbers in File::Spec with the ones on CPAN
81642              (from Barrie Slaymaker)
81643              
81644              under useithreads, constant pad entries could inadvertantly be
81645              shared across threads (from Eric Blood <eblood@xmission.com>);
81646              added Eric's test case to testsuite
81647              
81648              allow Configure -S to run non-interactively (spotted by Greg Hudson
81649              <ghudson@mit.edu>)
81650              
81651              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81652              prototype mismatch with CORE::glob(); update pod and tests to
81653              suit (File::Glob::glob() is still available for backward
81654              compatibility, but should be considered deprecated)
81655              
81656              avoid error in IO::Socket::INET when given an unknown service name
81657              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81658              
81659              numeric conversion of non-number in change#3378 tramples on
81660              OOK offset, causing segfaults
81661              
81662              attributes::reftype() doesn't work on tied argument
81663              
81664              forked child may not exit correctly if it failed to open
81665              /dev/console (from Graham Barr)
81666              
81667              add regular expressions tutorial and quick-start guide (from
81668              Mark Kvale <kvale@phy.ucsf.edu>)
81669              
81670              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81671              
81672              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81673              <paul@miraclefish.com>)
81674      Branch: maint-5.6/perl
81675           +> pod/perlrequick.pod pod/perlretut.pod
81676           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81677           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81678           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81679           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81680           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81681           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81682           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81683           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81684 ____________________________________________________________________________
81685 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81686         Log: integrate change#5977 from mainline
81687              
81688              autoquote barewords followed by newline and arrow properly
81689              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81690      Branch: maint-5.6/perl
81691           !> t/pragma/warn/toke toke.c
81692 ____________________________________________________________________________
81693 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81694         Log: integrate change#5976 from mainline
81695              
81696              DB_File v1.73 update (from Paul Marquess)
81697      Branch: maint-5.6/perl
81698           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81699           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81700 ____________________________________________________________________________
81701 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81702         Log: integrate change#5975 from mainline
81703              
81704              allow sort() reentrancy (variant of patch suggested by
81705              Hugo van der Sanden)
81706      Branch: maint-5.6/perl
81707           !> pp_ctl.c t/op/sort.t
81708 ____________________________________________________________________________
81709 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81710         Log: integrate change#5974 from mainline
81711              
81712              change#4197 somehow missed initializing PL_errors, meaning
81713              syntax error queueing wasn't working outside eval"" at all;
81714              also fixed eval"" to localize PL_error_count, so that compile-time
81715              eval's don't clobber the error state of the outer context
81716      Branch: maint-5.6/perl
81717           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81718           !> t/pragma/warn/toke
81719 ____________________________________________________________________________
81720 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81721         Log: integrate change#5973 from mainline
81722              
81723              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81724      Branch: maint-5.6/perl
81725           !> regcomp.c regexec.c t/op/re_tests
81726 ____________________________________________________________________________
81727 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81728         Log: integrate change#5971 from cfgperl
81729              
81730              Unicos tweaks from Mark P. Lutz.
81731      Branch: maint-5.6/perl
81732           !> hints/unicos.sh lib/Math/Complex.pm
81733 ____________________________________________________________________________
81734 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81735         Log: integrate changes#5966..5970 from mainline
81736              
81737              add testsuite for B backends, fix bug in B::Deparse (from
81738              Simon Cozens <simon@brecon.co.uk>)
81739              
81740              improved docs on the warn_uninit diagnostic (from David Glasser
81741              and Simon Cozens)
81742              
81743              tolerate spaces in group names in test on solaris (from David Boyce
81744              <dsb@boyski.com>)
81745              
81746              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81747              
81748              Data::Dumper fumbles negative numbers on 32-bit platforms where
81749              IV is >32bits
81750      Branch: maint-5.6/perl
81751           +> t/lib/b.t t/lib/syslog.t
81752           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81753           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81754           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81755 ____________________________________________________________________________
81756 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81757         Log: integrate change#5965 from mainline
81758              
81759              avoid "will not stay shared" warnings for our variables (from
81760              Robin Barker)
81761      Branch: maint-5.6/perl
81762           !> op.c t/pragma/warn/op
81763 ____________________________________________________________________________
81764 [  7275] By: gsar                                  on 2000/10/16  03:38:18
81765         Log: integrate change#5964 from mainline
81766              
81767              reformat to 72 columns (again)
81768      Branch: maint-5.6/perl
81769           !> pod/perldiag.pod
81770 ____________________________________________________________________________
81771 [  7274] By: gsar                                  on 2000/10/16  03:36:58
81772         Log: integrate change#5963 from mainline
81773              
81774              patch from Larry to make (\&) prototype work; added tests for
81775              the same
81776      Branch: maint-5.6/perl
81777           !> op.c t/comp/proto.t
81778 ____________________________________________________________________________
81779 [  7273] By: gsar                                  on 2000/10/16  03:35:51
81780         Log: integrate changes#5956..5962 from mainline
81781              
81782              better diagnostics on failed tests (from Ilya Zakharevich)
81783              
81784              pod nits (from A. C. Yardley <yardley@tanet.net>)
81785              
81786              change#3569 deleted some essential code, revert; avoid use of
81787              atexit() to make DynaLoader work properly on AIX under mod_perl
81788              (from Jens-Uwe Mager <jum@helios.de>)
81789              
81790              doubled words in pods (from Simon Cozens
81791              <simon.p.cozens@jp.pwcglobal.com>)
81792              
81793              better INSTALL notes on Solaris issues (from Dominic Dunlop)
81794              
81795              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81796              
81797              updated README.hpux (from Jeff Okamoto)
81798      Branch: maint-5.6/perl
81799           !> INSTALL README.hpux emacs/cperl-mode.el
81800           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
81801           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
81802           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
81803           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
81804           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
81805           !> t/op/lex_assign.t
81806 ____________________________________________________________________________
81807 [  7272] By: gsar                                  on 2000/10/16  03:31:22
81808         Log: integrate change#5955 from mainline
81809              
81810              longstanding bug exposed by change#3307: sort arguments weren't
81811              compiled with the right wantarray context (ensuing runtime lookup
81812              via block_gimme() was getting the incidental context of the
81813              sort() itself)
81814      Branch: maint-5.6/perl
81815           !> op.c t/op/sort.t
81816 ____________________________________________________________________________
81817 [  7271] By: gsar                                  on 2000/10/16  03:29:11
81818         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
81819              branch
81820              
81821              Flatten the cpp jungle doing the nosuid checking.
81822              
81823              Do not assume sign propagation. (from M.J.T. Guy)
81824              
81825              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
81826              
81827              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81828              Now pp_ncmp() returns undef is either operand is a NaN.
81829              
81830              On second thoughts frexp() does have two arguments.
81831              
81832              Document that tr() is not tr(1).
81833              
81834              Be more robust on "extreme" (large absolute value)
81835              arguments.  Originally reported by Daniel Connelly
81836              as a problem with asinh() on large negative arguments,
81837              asinh() used to bail out because an argument to log()
81838              ended up being zero.  Ilya Zakharevich proposed using
81839              Taylor's series in such cases, which for such large
81840              arguments is a very good approximation.
81841              
81842              Undo "use integer" addition from 64bitint as it seems
81843              to break most of the subtests in Digital UNIX;
81844              Unicos needs to find another way.
81845      Branch: maint-5.6/perl
81846           !> (integrate 29 files)
81847 ____________________________________________________________________________
81848 [  7270] By: gsar                                  on 2000/10/16  03:09:44
81849         Log: integrate changes#5948,5949,5950 from mainline
81850              
81851              typo in vars.pm that leads to cryptic message (from Piotr
81852              Piatkowski <kompas@kompas.usr.onet.pl>)
81853              
81854              make perldoc use the pod2man from the same version (from
81855              M.J.T. Guy)
81856              
81857              reformat perldiag to avoid long lines
81858      Branch: maint-5.6/perl
81859           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
81860 ____________________________________________________________________________
81861 [  7269] By: gsar                                  on 2000/10/16  03:05:54
81862         Log: integrate change#5947 from mainline
81863              
81864              use &dl_error rather than &dl_load_file as the guard for calling
81865              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81866              statically built perl)
81867      Branch: maint-5.6/perl
81868           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81869 ____________________________________________________________________________
81870 [  7268] By: gsar                                  on 2000/10/16  03:04:48
81871         Log: integrate change#5945 from mainline
81872              
81873              make module name mandatory after -M switch; reorder perldiag
81874              alphabetically (from Mark-Jason Dominus)
81875      Branch: maint-5.6/perl
81876           !> perl.c pod/perldiag.pod
81877 ____________________________________________________________________________
81878 [  7267] By: gsar                                  on 2000/10/16  03:03:01
81879         Log: integrate change#5939 from mainline
81880              
81881              more pod nits (from Larry Virden)
81882      Branch: maint-5.6/perl
81883           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
81884           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81885           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81886 ____________________________________________________________________________
81887 [  7266] By: gsar                                  on 2000/10/16  03:01:39
81888         Log: integrate change#5938 from mainline
81889              
81890              Consolidated B::Deparse fixes (from Stephen McCamant)
81891      Branch: maint-5.6/perl
81892           !> ext/B/B/Deparse.pm
81893 ____________________________________________________________________________
81894 [  7265] By: gsar                                  on 2000/10/16  03:00:43
81895         Log: integrate change#5936 from mainline
81896              
81897              additional tests for change#7263 (from Paul Marquess)
81898      Branch: maint-5.6/perl
81899           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81900           !> t/pragma/warn/5nolint t/pragma/warn/6default
81901 ____________________________________________________________________________
81902 [  7264] By: gsar                                  on 2000/10/16  02:58:34
81903         Log: integrate change#5934 from mainline
81904              
81905              propagate lexical warnings from surrounding scope correctly
81906              within string eval() (from Paul Marquess)
81907      Branch: maint-5.6/perl
81908           !> pp_ctl.c t/pragma/warn/pp_ctl
81909 ____________________________________________________________________________
81910 [  7263] By: gsar                                  on 2000/10/16  02:56:53
81911         Log: integrate change#5932 from mainline
81912              
81913              add rsignal(), whichsig() and do_join() to public API list
81914              (mod_perl uses them to good advantage)
81915      Branch: maint-5.6/perl
81916           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
81917 ____________________________________________________________________________
81918 [  7262] By: gsar                                  on 2000/10/16  02:55:53
81919         Log: integrate change#5931 from mainline
81920              
81921              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81922      Branch: maint-5.6/perl
81923           !> pp_hot.c regexec.c t/op/pat.t
81924 ____________________________________________________________________________
81925 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81926         Log: integrate change#5930 from mainline
81927              
81928              small os390 tweaks (from Peter Prymmer)
81929      Branch: maint-5.6/perl
81930           !> config_h.SH makedepend.SH
81931 ____________________________________________________________________________
81932 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81933         Log: integrate change#5929 from mainline
81934              
81935              pod nits
81936      Branch: maint-5.6/perl
81937           !> pod/perlguts.pod
81938 ____________________________________________________________________________
81939 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81940         Log: integrate change#5927 from mainline
81941              
81942              arrange for next() to resume at the unstack op rather than the
81943              loop conditional, so that scope cleanup happens correctly
81944              (from Stephen McCamant)
81945      Branch: maint-5.6/perl
81946           !> op.c pp_ctl.c t/op/misc.t
81947 ____________________________________________________________________________
81948 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81949         Log: integrate change#5926 from mainline
81950              
81951              on windows, reserve 16M of stack rather than 128M (allows more
81952              threads to run concurrently)
81953      Branch: maint-5.6/perl
81954           !> win32/Makefile win32/makefile.mk
81955 ____________________________________________________________________________
81956 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81957         Log: integrate change#5925 from mainline
81958              
81959              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81960      Branch: maint-5.6/perl
81961           !> toke.c
81962 ____________________________________________________________________________
81963 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81964         Log: integrate change#5924 from mainline
81965              
81966              avoid using uninitialized memory in require version check
81967      Branch: maint-5.6/perl
81968           !> pp_ctl.c universal.c
81969 ____________________________________________________________________________
81970 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81971         Log: integrate changes#5923,5928,6009 from mainline
81972              
81973              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81974      Branch: maint-5.6/perl
81975           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81976 ____________________________________________________________________________
81977 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81978         Log: integrate change#5922 from mainline
81979              
81980              commentary about IoTYPE() (from Nathan Torkington)
81981      Branch: maint-5.6/perl
81982           !> sv.h
81983 ____________________________________________________________________________
81984 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81985         Log: integrate change#5921 from mainline
81986              
81987              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81988      Branch: maint-5.6/perl
81989           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81990 ____________________________________________________________________________
81991 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81992         Log: integrate change#5920 from mainline
81993              
81994              Larry's fix for buggy propagation of utf8-ness in join(); add test
81995      Branch: maint-5.6/perl
81996           !> doop.c t/op/ver.t
81997 ____________________________________________________________________________
81998 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81999         Log: integrate changes#5915..5919 from mainline
82000              
82001              various (pod tweaks &c)
82002      Branch: maint-5.6/perl
82003           !> (integrate 33 files)
82004 ____________________________________________________________________________
82005 [  7250] By: gsar                                  on 2000/10/16  02:38:16
82006         Log: integrate change#5914 from mainline
82007              
82008              caller() wasn't returning the right number of elements for
82009              eval {...}
82010      Branch: maint-5.6/perl
82011           !> pp_ctl.c t/pragma/warn/9enabled
82012 ____________________________________________________________________________
82013 [  7249] By: gsar                                  on 2000/10/16  02:37:02
82014         Log: integrate change#5913 from mainline
82015              
82016              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
82017              (from Mark-Jason Dominus)
82018      Branch: maint-5.6/perl
82019           !> pod/perlfunc.pod
82020 ____________________________________________________________________________
82021 [  7248] By: gsar                                  on 2000/10/16  02:35:58
82022         Log: integrate change#5912 from mainline
82023              
82024              fix totally broken caching in UNIVERSAL::isa() (from
82025              Nick Ing-Simmons)
82026      Branch: maint-5.6/perl
82027           !> t/op/universal.t universal.c
82028 ____________________________________________________________________________
82029 [  7247] By: gsar                                  on 2000/10/16  02:34:27
82030         Log: integrate changes#5910,5911 from mainline
82031              
82032              typo in pod
82033              
82034              add linebreak properties from unicode/LineBrk.txt (from
82035              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
82036      Branch: maint-5.6/perl
82037           +> (branch 29 files)
82038           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
82039 ____________________________________________________________________________
82040 [  7246] By: gsar                                  on 2000/10/16  02:33:29
82041         Log: integrate change#5909 from mainline
82042              
82043              mode argument to do_binmode() should be file mode, not boolean
82044      Branch: maint-5.6/perl
82045           !> pp_sys.c
82046 ____________________________________________________________________________
82047 [  7245] By: gsar                                  on 2000/10/16  02:31:04
82048         Log: integrate change#5908 from mainline
82049              
82050              introduce illegal symbols into null package so that
82051              gv_fetchpv(...,TRUE) always returns a valid GV even when the
82052              symbol is trapped by strictures (avoids coredumps)
82053      Branch: maint-5.6/perl
82054           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
82055           !> t/pragma/strict-vars
82056 ____________________________________________________________________________
82057 [  7244] By: jhi                                   on 2000/10/16  02:29:54
82058         Log: Subject: $Carp::ExportLevel confusion in Exporter
82059              From: "Ben Tilly" <ben_tilly@hotmail.com>
82060              Date: Sat, 14 Oct 2000 16:44:34 EDT
82061              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
82062      Branch: perl
82063            ! lib/Exporter/Heavy.pm
82064 ____________________________________________________________________________
82065 [  7243] By: jhi                                   on 2000/10/16  02:28:33
82066         Log: Subject: [PATCH perlguts.pod] Document offset hack
82067              From: Simon Cozens <simon@cozens.net>
82068              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
82069              Date: Sat, 14 Oct 2000 19:32:25 +0100
82070      Branch: perl
82071            ! pod/perlguts.pod
82072 ____________________________________________________________________________
82073 [  7242] By: gsar                                  on 2000/10/16  02:26:51
82074         Log: integrate changes#5905,5906,5907,6064 from mainline
82075              
82076              printf/sprintf didn't get quad types right under use64bitint
82077      Branch: maint-5.6/perl
82078           !> pp_sys.c sv.c t/op/64bitint.t
82079 ____________________________________________________________________________
82080 [  7241] By: jhi                                   on 2000/10/16  02:22:44
82081         Log: Subject: small pod patch
82082              From: Dan Boorstein <dan_boo@bellsouth.net>
82083              Date: Sat, 14 Oct 2000 14:29:24 -0400
82084              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
82085      Branch: perl
82086            ! pod/perlfaq7.pod pod/perlmod.pod
82087 ____________________________________________________________________________
82088 [  7240] By: jhi                                   on 2000/10/16  02:13:46
82089         Log: -w cleanup.
82090              
82091              Subject: Re: Problems with bleadperl 
82092              From: "Stephen P. Potter" <spp@ds.net>
82093              Date: Fri, 13 Oct 2000 13:32:49 -0400
82094              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
82095      Branch: perl
82096            ! t/pragma/overload.t
82097 ____________________________________________________________________________
82098 [  7239] By: jhi                                   on 2000/10/16  01:41:18
82099         Log: One more ~utf8 tweak.
82100      Branch: perl
82101            ! t/op/bop.t
82102 ____________________________________________________________________________
82103 [  7238] By: jhi                                   on 2000/10/16  01:34:14
82104         Log: Tweak the test of #7235.
82105      Branch: perl
82106            ! t/op/bop.t
82107 ____________________________________________________________________________
82108 [  7237] By: jhi                                   on 2000/10/16  01:25:04
82109         Log: Fix a couple of compiler-noted nits in #7235.
82110      Branch: perl
82111            ! pp.c
82112 ____________________________________________________________________________
82113 [  7236] By: jhi                                   on 2000/10/16  01:22:46
82114         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
82115      Branch: perl
82116            ! pp.c pp_hot.c
82117 ____________________________________________________________________________
82118 [  7235] By: jhi                                   on 2000/10/15  16:24:44
82119         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
82120              
82121              From: Simon Cozens <simon@cozens.net>
82122              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
82123              Date: Sat, 14 Oct 2000 20:52:13 +0100
82124              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
82125      Branch: perl
82126            ! pp.c t/op/bop.t utf8.h
82127 ____________________________________________________________________________
82128 [  7234] By: jhi                                   on 2000/10/15  15:19:29
82129         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
82130              The problem was that rx->minlen was in chars while pp_split()
82131              thought it would be in bytes. 
82132      Branch: perl
82133            ! pp.c t/pragma/utf8.t
82134 ____________________________________________________________________________
82135 [  7233] By: jhi                                   on 2000/10/14  20:24:24
82136         Log: Document FNCASE=y as discussed in the bug 20000902.009.
82137      Branch: perl
82138            ! README.dos
82139 ____________________________________________________________________________
82140 [  7232] By: jhi                                   on 2000/10/14  18:52:21
82141         Log: Add test for bug id 20000427.003 (which seems to have
82142              been fixed) (also duplicate as 20000427.004, though
82143              with a higher severity).  Move one utf8 from op/append
82144              to pragma/utf8, tag the tests with bug ids.
82145      Branch: perl
82146            ! t/op/append.t t/pragma/utf8.t
82147 ____________________________________________________________________________
82148 [  7231] By: jhi                                   on 2000/10/14  17:28:37
82149         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
82150      Branch: perl
82151            ! t/pragma/utf8.t
82152 ____________________________________________________________________________
82153 [  7230] By: jhi                                   on 2000/10/14  14:24:50
82154         Log: Needs to be conditional on SunOS 4.
82155              
82156              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
82157              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82158              Date: Sat, 14 Oct 2000 13:37:49 +0100
82159              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
82160      Branch: metaconfig/U/perl
82161            ! End.U
82162      Branch: perl
82163            ! Configure myconfig.SH pod/perldelta.pod
82164 ____________________________________________________________________________
82165 [  7229] By: jhi                                   on 2000/10/14  00:49:22
82166         Log: Update Changes.
82167      Branch: perl
82168            ! Changes patchlevel.h
82169 ____________________________________________________________________________
82170 [  7228] By: jhi                                   on 2000/10/14  00:46:10
82171         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
82172              From: Peter Prymmer <pvhp@forte.com>
82173              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
82174              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
82175      Branch: perl
82176            ! lib/utf8.pm
82177 ____________________________________________________________________________
82178 [  7227] By: jhi                                   on 2000/10/13  23:20:30
82179         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
82180      Branch: perl
82181            ! t/op/tie.t
82182 ____________________________________________________________________________
82183 [  7226] By: jhi                                   on 2000/10/13  22:14:32
82184         Log: Tweak #7225.
82185              
82186              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
82187              From: Peter Prymmer <pvhp@forte.com>
82188              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
82189              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
82190      Branch: perl
82191            ! t/op/sprintf.t
82192 ____________________________________________________________________________
82193 [  7225] By: jhi                                   on 2000/10/13  22:11:31
82194         Log: op/sprintf.t patch for OS/390 (and any other host with limited
82195              floating-point exponent length)
82196              
82197              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
82198              From: Dominic Dunlop <domo@computer.org>
82199              Date: Fri, 13 Oct 2000 19:17:57 +0200
82200              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
82201      Branch: perl
82202            ! t/op/sprintf.t
82203 ____________________________________________________________________________
82204 [  7224] By: jhi                                   on 2000/10/13  18:40:48
82205         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
82206      Branch: perl
82207            ! toke.c
82208 ____________________________________________________________________________
82209 [  7223] By: jhi                                   on 2000/10/13  18:37:13
82210         Log: Thinko in #7222.
82211      Branch: perl
82212            ! utf8.c
82213 ____________________________________________________________________________
82214 [  7222] By: jhi                                   on 2000/10/13  18:05:23
82215         Log: Use UTF8SKIP(), from Simon Cozens.
82216      Branch: perl
82217            ! utf8.c
82218 ____________________________________________________________________________
82219 [  7221] By: jhi                                   on 2000/10/13  15:43:19
82220         Log: (accidentally empty check-in)
82221      Branch: perl
82222            ! utf8.c
82223 ____________________________________________________________________________
82224 [  7220] By: jhi                                   on 2000/10/13  15:23:51
82225         Log: Add (optimistically) Storable to static extensions.
82226      Branch: perl
82227            ! hints/uwin.sh hints/vmesa.sh
82228 ____________________________________________________________________________
82229 [  7219] By: jhi                                   on 2000/10/13  15:20:05
82230         Log: Amdahl UTS doesn't seem to do dynaloading.
82231      Branch: perl
82232            ! hints/uts.sh
82233 ____________________________________________________________________________
82234 [  7218] By: jhi                                   on 2000/10/13  15:15:20
82235         Log: Slight tweak of the code to appease Amdahl UTS cc.
82236      Branch: perl
82237            ! pp.c
82238 ____________________________________________________________________________
82239 [  7217] By: jhi                                   on 2000/10/13  14:50:42
82240         Log: In Amdahl UTS "struct sv" is defined by a system header,
82241              <ksync.h>.
82242      Branch: perl
82243            ! perl.h sv.h
82244 ____________________________________________________________________________
82245 [  7216] By: jhi                                   on 2000/10/13  11:58:25
82246         Log: Ilya implemented the memory profiling API.
82247      Branch: perl
82248            ! Todo
82249 ____________________________________________________________________________
82250 [  7215] By: jhi                                   on 2000/10/13  02:56:38
82251         Log: Subject: [PATCH 5.7.0] Perl API for mstats
82252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82253              Date: Thu, 12 Oct 2000 22:52:40 -0400
82254              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
82255      Branch: perl
82256            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
82257 ____________________________________________________________________________
82258 [  7214] By: jhi                                   on 2000/10/13  02:55:38
82259         Log: Subject: [PATCH 5.7.0] IVs in mtats
82260              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82261              Date: Thu, 12 Oct 2000 22:51:04 -0400
82262              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
82263      Branch: perl
82264            ! malloc.c perl.h
82265 ____________________________________________________________________________
82266 [  7213] By: jhi                                   on 2000/10/13  02:31:47
82267         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
82268      Branch: perl
82269            ! pod/perldiag.pod pp_sys.c
82270 ____________________________________________________________________________
82271 [  7212] By: jhi                                   on 2000/10/13  01:27:38
82272         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
82273              From: Peter Prymmer <pvhp@forte.com>
82274              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
82275              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
82276      Branch: perl
82277            ! t/op/oct.t
82278 ____________________________________________________________________________
82279 [  7211] By: jhi                                   on 2000/10/13  00:35:09
82280         Log: Update Changes.
82281      Branch: perl
82282            ! Changes patchlevel.h
82283 ____________________________________________________________________________
82284 [  7210] By: jhi                                   on 2000/10/12  23:59:40
82285         Log: The Install.pm third of
82286              
82287              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82288              From: Bill Campbell <bill@celestial.com>
82289              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82290              Date: Thu, 5 Oct 2000 18:04:51 -0700
82291      Branch: perl
82292            ! lib/ExtUtils/Install.pm
82293 ____________________________________________________________________________
82294 [  7209] By: jhi                                   on 2000/10/12  23:58:43
82295         Log: Two thirds of
82296              
82297              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82298              Date: Thu, 5 Oct 2000 18:04:51 -0700
82299              From: Bill Campbell <bill@celestial.com>
82300              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82301              
82302              The Install.pm changes will be submitted separately because
82303              they need some work and discussion still.
82304      Branch: perl
82305            ! lib/getopts.pl lib/termcap.pl
82306 ____________________________________________________________________________
82307 [  7208] By: jhi                                   on 2000/10/12  23:41:19
82308         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
82309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82310              Date:     Thu, 12 Oct 2000 07:30:02 EDT
82311              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
82312      Branch: perl
82313            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
82314            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
82315 ____________________________________________________________________________
82316 [  7207] By: jhi                                   on 2000/10/12  23:39:01
82317         Log: An updated EBCDIC tr patch.
82318              
82319              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
82320              From: Peter Prymmer <pvhp@forte.com>
82321              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
82322              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
82323      Branch: perl
82324            ! t/op/tr.t
82325 ____________________________________________________________________________
82326 [  7206] By: jhi                                   on 2000/10/12  23:34:55
82327         Log: Upgrade to CPAN 1.58, from Andreas König.
82328      Branch: perl
82329            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82330 ____________________________________________________________________________
82331 [  7205] By: jhi                                   on 2000/10/12  23:29:08
82332         Log: Introduce the man[24-8] variables, from Andy Dougherty.
82333      Branch: metaconfig/U/perl
82334            + mandirs.U mandirstyle.U
82335      Branch: perl
82336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82337            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
82338            ! vos/config.h vos/config.pl vos/config_h.SH_orig
82339            ! win32/config.bc win32/config.gc win32/config.vc
82340 ____________________________________________________________________________
82341 [  7204] By: gsar                                  on 2000/10/12  18:11:24
82342         Log: restore change#7202
82343      Branch: perl
82344            ! mg.c
82345 ____________________________________________________________________________
82346 [  7203] By: gsar                                  on 2000/10/12  18:09:40
82347         Log: another test of the Emergency Broadcast System--back out 
82348              change#7202
82349      Branch: perl
82350            ! mg.c
82351 ____________________________________________________________________________
82352 [  7202] By: gsar                                  on 2000/10/12  16:40:47
82353         Log: (submitted on behalf of Jarkko)
82354              Fix the lib/encode.t subtest 6 failure as reported by Andreas
82355              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
82356              was unearthed by change 7182, as was a bug in HTML::Entities.
82357      Branch: perl
82358            ! mg.c
82359 ____________________________________________________________________________
82360 [  7201] By: jhi                                   on 2000/10/11  03:16:05
82361         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
82362      Branch: perl
82363            ! pp_hot.c t/pragma/utf8.t
82364 ____________________________________________________________________________
82365 [  7200] By: jhi                                   on 2000/10/11  00:40:30
82366         Log: The #7198 was a false alarm.
82367      Branch: perl
82368            ! pp_hot.c
82369 ____________________________________________________________________________
82370 [  7199] By: jhi                                   on 2000/10/11  00:26:04
82371         Log: Remove duplicated code.
82372      Branch: perl
82373            ! t/lib/cgi-html.t
82374 ____________________________________________________________________________
82375 [  7198] By: jhi                                   on 2000/10/10  23:30:46
82376         Log: (Retracted by #7200.)
82377      Branch: perl
82378            ! pp_hot.c
82379 ____________________________________________________________________________
82380 [  7197] By: jhi                                   on 2000/10/10  21:49:30
82381         Log: Add the test case for #7190, from the original bug report
82382              by Andreas König.
82383      Branch: perl
82384            ! t/pragma/utf8.t
82385 ____________________________________________________________________________
82386 [  7196] By: jhi                                   on 2000/10/10  21:40:49
82387         Log: Reapply Andy's patch and regen Configure.
82388      Branch: perl
82389            ! Configure INSTALL Makefile.SH Porting/Glossary
82390            ! Porting/config.sh config_h.SH epoc/config.sh installperl
82391            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82392            ! win32/config.vc
82393 ____________________________________________________________________________
82394 [  7195] By: jhi                                   on 2000/10/10  21:09:30
82395         Log: Use the versiononly instead of the installscripts,
82396              retract the changes 7146 and 7147.
82397      Branch: perl
82398            ! Configure INSTALL Makefile.SH Porting/Glossary
82399            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
82400            ! installperl uconfig.sh vos/config.def win32/config.bc
82401            ! win32/config.gc win32/config.vc
82402 ____________________________________________________________________________
82403 [  7194] By: jhi                                   on 2000/10/10  21:06:15
82404         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
82405              From: Peter Prymmer <pvhp@forte.com>
82406              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
82407              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
82408      Branch: perl
82409            ! t/op/ver.t
82410 ____________________________________________________________________________
82411 [  7193] By: jhi                                   on 2000/10/10  21:05:12
82412         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
82413              From: Peter Prymmer <pvhp@forte.com>
82414              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
82415              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
82416      Branch: perl
82417            ! t/op/tr.t
82418 ____________________________________________________________________________
82419 [  7192] By: jhi                                   on 2000/10/10  20:57:30
82420         Log: Add versiononly, delete installscripts, from Andy Dougherty.
82421      Branch: metaconfig
82422            - U/installdirs/installscripts.U
82423      Branch: metaconfig/U/perl
82424            + versiononly.U
82425 ____________________________________________________________________________
82426 [  7191] By: jhi                                   on 2000/10/10  19:41:21
82427         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
82428              From: Peter Prymmer <pvhp@forte.com>
82429              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
82430              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
82431      Branch: perl
82432            ! pod/perlebcdic.pod
82433 ____________________________________________________________________________
82434 [  7190] By: jhi                                   on 2000/10/10  19:26:14
82435         Log: Subject: Re: utf8 concat, mg_get
82436              From: Simon Cozens <simon@cozens.net>
82437              Date: Tue, 10 Oct 2000 17:40:17 +0100
82438              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
82439      Branch: perl
82440            ! pp_hot.c
82441 ____________________________________________________________________________
82442 [  7189] By: jhi                                   on 2000/10/10  19:23:03
82443         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
82444              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
82445              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
82446              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
82447      Branch: perl
82448            ! lib/ExtUtils/MM_Unix.pm
82449 ____________________________________________________________________________
82450 [  7188] By: jhi                                   on 2000/10/10  15:31:24
82451         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
82452              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82453              Date: Fri, 14 Jul 2000 10:47:36 +0100
82454              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
82455      Branch: perl
82456            ! README.win32
82457 ____________________________________________________________________________
82458 [  7187] By: jhi                                   on 2000/10/10  13:30:10
82459         Log: Quote the temp file name, needed in Win32 because the
82460              default name unfortunately contains spaces, shouldn't
82461              hurt elsewhere.
82462              
82463              Subject: FW: perldoc fails if $TEMP contains spaces
82464              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82465              Date: Thu, 14 Sep 2000 08:58:45 +0100
82466              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
82467      Branch: perl
82468            ! utils/perldoc.PL
82469 ____________________________________________________________________________
82470 [  7186] By: jhi                                   on 2000/10/10  13:16:27
82471         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
82472              From: hv@hugo.hybyte.com
82473              Date: Tue, 10 Oct 2000 14:10:20 +0100
82474              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
82475      Branch: perl
82476            ! t/lib/thr5005.t util.c
82477 ____________________________________________________________________________
82478 [  7185] By: jhi                                   on 2000/10/10  12:06:22
82479         Log: Upgrade to podlators 1.04, from Russ Allbery.
82480      Branch: perl
82481            ! lib/Pod/Man.pm lib/Pod/Text.pm
82482 ____________________________________________________________________________
82483 [  7184] By: jhi                                   on 2000/10/10  12:01:32
82484         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
82485      Branch: perl
82486            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
82487 ____________________________________________________________________________
82488 [  7183] By: jhi                                   on 2000/10/09  23:47:15
82489         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
82490              From: Peter Prymmer <pvhp@forte.com>
82491              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
82492              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
82493      Branch: perl
82494            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
82495 ____________________________________________________________________________
82496 [  7182] By: jhi                                   on 2000/10/09  23:43:16
82497         Log: Make eq work again with utf8 (disabling the upgrading
82498              should no more be necessary since the copies of the
82499              scalars are upgraded, not the scalars themselves).
82500              Takes care of ID 20001009.001.  (The claimed length()
82501              bug in 20001009.001 seems bogus to me.)
82502      Branch: perl
82503            ! sv.c t/pragma/utf8.t
82504 ____________________________________________________________________________
82505 [  7181] By: gsar                                  on 2000/10/09  19:41:54
82506         Log: tweak for change#7173
82507      Branch: perl
82508            ! win32/win32sck.c
82509 ____________________________________________________________________________
82510 [  7180] By: gsar                                  on 2000/10/09  19:26:56
82511         Log: on Windows, clean targets might not work under some flavors of the shell
82512      Branch: perl
82513            ! win32/Makefile win32/makefile.mk
82514 ____________________________________________________________________________
82515 [  7179] By: jhi                                   on 2000/10/09  19:21:02
82516         Log: Update Changes.
82517      Branch: perl
82518            ! Changes patchlevel.h
82519 ____________________________________________________________________________
82520 [  7178] By: jhi                                   on 2000/10/09  19:18:23
82521         Log: Warn about unknown scripts.
82522              
82523              Subject: Re: ideas? patches? [PATCH bleadperl]
82524              From: Dominic Dunlop <domo@computer.org>
82525              Date: Mon, 9 Oct 2000 14:57:17 +0200
82526              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
82527      Branch: perl
82528            ! lib/charnames.pm
82529 ____________________________________________________________________________
82530 [  7177] By: jhi                                   on 2000/10/09  19:13:27
82531         Log: Change #7160 had a nasty typo.
82532      Branch: metaconfig
82533            ! U/compline/Compile.U
82534      Branch: perl
82535            ! Configure config_h.SH
82536 ____________________________________________________________________________
82537 [  7176] By: gsar                                  on 2000/10/09  18:59:33
82538         Log: pod nit
82539      Branch: perl
82540            ! pod/perlport.pod
82541 ____________________________________________________________________________
82542 [  7175] By: gsar                                  on 2000/10/09  18:54:28
82543         Log: Windows9x doesn't support link(), despite what Config.pm
82544              might think
82545      Branch: perl
82546            ! lib/ExtUtils/Manifest.pm
82547 ____________________________________________________________________________
82548 [  7174] By: gsar                                  on 2000/10/09  18:50:03
82549         Log: avoid nonportable example code
82550      Branch: perl
82551            ! lib/File/Copy.pm
82552 ____________________________________________________________________________
82553 [  7173] By: gsar                                  on 2000/10/09  18:46:54
82554         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
82555              being used) when closing a socket handle
82556      Branch: perl
82557            ! win32/win32.c win32/win32.h win32/win32sck.c
82558 ____________________________________________________________________________
82559 [  7172] By: gsar                                  on 2000/10/09  18:41:40
82560         Log: on Windows, cwd strings in the environment should be of the
82561              form =X:=X:\foo instead of =X=X:\foo\
82562      Branch: perl
82563            ! win32/vdir.h
82564 ____________________________________________________________________________
82565 [  7171] By: gsar                                  on 2000/10/09  18:30:09
82566         Log: on Windows, LoadLibrary() could load an extension DLL multiple
82567              times if forward slashes are used in the path
82568      Branch: perl
82569            ! win32/win32.c
82570 ____________________________________________________________________________
82571 [  7170] By: jhi                                   on 2000/10/09  17:53:59
82572         Log: Add a todo note about overloadable assertions.
82573      Branch: perl
82574            ! Todo-5.6
82575 ____________________________________________________________________________
82576 [  7169] By: jhi                                   on 2000/10/09  13:43:45
82577         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
82578              From: mjd@plover.com
82579              Date: 9 Oct 2000 00:24:44 -0000
82580              Message-ID: <20001009002444.10616.qmail@plover.com>
82581      Branch: perl
82582            ! pod/perldebguts.pod
82583 ____________________________________________________________________________
82584 [  7168] By: nick                                  on 2000/10/08  13:16:33
82585         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
82586              is not right thing to do on (e.g. x86). Network order is also "right" for
82587              X fonts.
82588      Branch: perl
82589            ! ext/Encode/Encode.pm
82590 ____________________________________________________________________________
82591 [  7167] By: nick                                  on 2000/10/08  12:54:42
82592         Log: Make "encodings" work post-install when Encode/*.enc files may not
82593              be in same directory as Encode.pm
82594      Branch: perl
82595            ! ext/Encode/Encode.pm
82596 ____________________________________________________________________________
82597 [  7166] By: nick                                  on 2000/10/08  11:51:26
82598         Log: Work round the fact that $hash->{$key} does not take into account
82599              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
82600              so that key is always in the "expected" encoding - i.e. same way we put
82601              it in the hash.
82602      Branch: perl
82603            ! ext/Encode/Encode.pm
82604 ____________________________________________________________________________
82605 [  7165] By: gsar                                  on 2000/10/08  04:15:29
82606         Log: save_re_context() could reset PL_curcop to freed memory, causing core
82607              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
82608      Branch: perl
82609            ! pp_ctl.c
82610 ____________________________________________________________________________
82611 [  7164] By: jhi                                   on 2000/10/06  20:51:48
82612         Log: UTF8ize split() so that the cloned substrings get the UTF8
82613              flag of the original scalar.  Problem reported by Simon Cozens.
82614      Branch: perl
82615            ! pp.c t/pragma/utf8.t
82616 ____________________________________________________________________________
82617 [  7163] By: nick                                  on 2000/10/06  20:48:34
82618         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
82619              got a false +ve and so did not reach code which would have un-FAKEd the SV.
82620      Branch: perl
82621            ! sv.c
82622 ____________________________________________________________________________
82623 [  7162] By: nick                                  on 2000/10/06  20:25:37
82624         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
82625              To fix  (sort {$a <=> $b} keys %hash) in particular but
82626              should cover a number of other as-yet-unknown cases as well.
82627      Branch: perl
82628            ! sv.c
82629 ____________________________________________________________________________
82630 [  7161] By: jhi                                   on 2000/10/06  19:56:18
82631         Log: Change the version number of Tie::Handle in the core to 4.0,
82632              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
82633              
82634              Subject: Note on Tie::Handle
82635              From: andreas.koenig@anima.de (Andreas J. Koenig)
82636              Date:      06 Oct 2000 21:48:58 +0200
82637              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
82638      Branch: perl
82639            ! lib/Tie/Handle.pm
82640 ____________________________________________________________________________
82641 [  7160] By: jhi                                   on 2000/10/06  18:20:35
82642         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
82643              as the first option of cc/ld because of ultrapicky compilers
82644              (e.g. OS/390 R2.5)
82645      Branch: metaconfig
82646            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
82647            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
82648            ! U/compline/orderlib.U U/modified/Cppsym.U
82649            ! U/modified/d_access.U
82650      Branch: metaconfig/U/perl
82651            ! Checkcc.U d_dlsymun.U gccvers.U
82652      Branch: perl
82653            ! Configure config_h.SH
82654 ____________________________________________________________________________
82655 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82656         Log: Update Changes.
82657      Branch: perl
82658            ! Changes patchlevel.h
82659 ____________________________________________________________________________
82660 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82661         Log: Eliminate $Is_VMS code from the test.
82662              
82663              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82665              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82666              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82667      Branch: perl
82668            ! t/lib/b.t
82669 ____________________________________________________________________________
82670 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82671         Log: Also the $ccflags is needed for the C compiler check.
82672              
82673              Subject: Configure (check for C-compiler)
82674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82675              Date: Fri, 06 Oct 2000 08:47:15 +0200
82676              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82677      Branch: metaconfig/U/perl
82678            ! Checkcc.U
82679      Branch: perl
82680            ! Configure config_h.SH
82681 ____________________________________________________________________________
82682 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82683         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82684      Branch: perl
82685            ! perl.c pp_ctl.c sv.h utf8.c
82686 ____________________________________________________________________________
82687 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82688         Log: IO::Handle->syswrite() did not handle length omission
82689              like CORE::syswrite() does.
82690              
82691              Subject: [Fwd] IO::Handle, syswrite and arguments
82692              From: Graham Barr <gbarr@pobox.com>
82693              Date: Fri, 6 Oct 2000 10:22:05 +0100
82694              Message-ID: <20001006102205.U6312@pobox.com>
82695              
82696              The original patch from andrew@ugh.net.au.
82697      Branch: perl
82698            ! ext/IO/lib/IO/Handle.pm
82699 ____________________________________________________________________________
82700 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82701         Log: Tweak #7153.
82702      Branch: perl
82703            ! utf8.h
82704 ____________________________________________________________________________
82705 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82706         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82707      Branch: perl
82708            ! utf8.h
82709 ____________________________________________________________________________
82710 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82711         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82712      Branch: perl
82713            ! perl.c pp_ctl.c sv.h utf8.c
82714 ____________________________________________________________________________
82715 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82716         Log: Subject: Re: Questions about Tie::Array and perl modules
82717              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82718              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82719              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82720              
82721              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82722      Branch: perl
82723            ! lib/Tie/Array.pm t/op/array.t
82724 ____________________________________________________________________________
82725 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82726         Log: Regen Changes.
82727      Branch: perl
82728            ! Changes patchlevel.h
82729 ____________________________________________________________________________
82730 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82731         Log: Regen toc.
82732      Branch: perl
82733            ! pod/perltoc.pod
82734 ____________________________________________________________________________
82735 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82736         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82737              reported several times by Dominic Dunlop, for example in
82738              ID 20000315.008.  Patch from Dominic.  Patch affects at
82739              least MachTen, and possibly other oldish BSDs. Should not
82740              break non-broken platforms (tested on LinuxPPC). 
82741      Branch: perl
82742            ! doio.c
82743 ____________________________________________________________________________
82744 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82745         Log: The one that got away from 7146.
82746      Branch: metaconfig
82747            + U/installdirs/installscripts.U
82748 ____________________________________________________________________________
82749 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82750         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82751              suggested by H. Merijn Brand.
82752      Branch: perl
82753            ! Configure INSTALL Makefile.SH Porting/Glossary
82754            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82755            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82756            ! win32/config.vc
82757 ____________________________________________________________________________
82758 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82759         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
82760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82761              Date: Wed, 4 Oct 2000 17:37:46 -0400
82762              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
82763      Branch: perl
82764            ! utils/h2xs.PL
82765 ____________________________________________________________________________
82766 [  7144] By: jhi                                   on 2000/10/04  18:11:41
82767         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
82768              From: Jeff Pinyan <jeffp@crusoe.net>
82769              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
82770              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
82771      Branch: perl
82772            ! pod/perlrun.pod
82773 ____________________________________________________________________________
82774 [  7143] By: jhi                                   on 2000/10/04  18:09:58
82775         Log: Subject: perlhack.pod Patch for Externals Tools
82776              From: Fisher Mark <fisherm@tce.com>
82777              Date: Tue, 3 Oct 2000 15:43:27 -0500 
82778              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
82779      Branch: perl
82780            ! pod/perlhack.pod
82781 ____________________________________________________________________________
82782 [  7142] By: jhi                                   on 2000/10/04  18:08:41
82783         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
82784              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82785              Date:     Wed, 4 Oct 2000 12:11:11 EDT
82786              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
82787      Branch: perl
82788            ! vms/vms.c
82789 ____________________________________________________________________________
82790 [  7141] By: jhi                                   on 2000/10/04  12:20:16
82791         Log: Subject: [PATCH 5.7.0] h2xs not working
82792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82793              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
82794              Date: Tue, 3 Oct 2000 21:43:01 -0400
82795              
82796              Subject: [PATCH 5.7.0] h2xs not documenting the created module
82797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82798              Date: Tue, 3 Oct 2000 22:55:19 -0400
82799              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
82800      Branch: perl
82801            ! utils/h2xs.PL
82802 ____________________________________________________________________________
82803 [  7140] By: jhi                                   on 2000/10/04  11:53:44
82804         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
82805              From: nick@babyhippo.com
82806              Date: Wed, 4 Oct 2000 12:06:45 +0100
82807              Message-Id: <20001004120645.A7356@babyhippo.com>
82808              
82809              Retract 7118 and 7135.
82810      Branch: perl
82811            ! installman installperl op.c t/pragma/subs.t
82812 ____________________________________________________________________________
82813 [  7139] By: jhi                                   on 2000/10/03  22:09:41
82814         Log: It is possible to have no hosts database at all.  Pointed out in
82815              
82816              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82817              From: Peter Prymmer <pvhp@forte.com>
82818              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82819              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82820      Branch: metaconfig
82821            ! U/modified/myhostname.U
82822      Branch: perl
82823            ! Configure config_h.SH
82824 ____________________________________________________________________________
82825 [  7138] By: jhi                                   on 2000/10/03  21:49:49
82826         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82827              From: Peter Prymmer <pvhp@forte.com>
82828              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82829              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82830      Branch: perl
82831            ! pp_sys.c
82832 ____________________________________________________________________________
82833 [  7137] By: jhi                                   on 2000/10/03  20:10:05
82834         Log: One remaining nit less at the VMS mailbox sizing.
82835      Branch: perl
82836            ! vms/vms.c
82837 ____________________________________________________________________________
82838 [  7136] By: jhi                                   on 2000/10/03  20:08:47
82839         Log: Test harness update to sync with the new perlcc,
82840              from Simon Cozens.
82841      Branch: perl
82842            ! t/TEST t/UTEST
82843 ____________________________________________________________________________
82844 [  7135] By: jhi                                   on 2000/10/03  15:15:42
82845         Log: Subject: Re: PATCH for 20001003.004
82846              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
82847              From: "AARON B. DOSSETT" <aaron@iglou.com>
82848              Message-Id: <E13gTay-0006od-00@iglou.com>
82849      Branch: perl
82850            ! installman installperl
82851 ____________________________________________________________________________
82852 [  7134] By: jhi                                   on 2000/10/03  15:00:34
82853         Log: Subject: [ID 20001003.006] B::Debug not -w clean
82854              From: Nicholas Clark <nick@babyhippo.co.uk>
82855              Date: Tue, 03 Oct 2000 15:46:32 +0100
82856              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
82857      Branch: perl
82858            ! ext/B/B/Debug.pm
82859 ____________________________________________________________________________
82860 [  7133] By: jhi                                   on 2000/10/03  14:58:39
82861         Log: Scale down the VMS message boxes, by Charles Lane.
82862              Fix for ID 20000903.009, workaround at
82863              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
82864      Branch: perl
82865            ! vms/vms.c
82866 ____________________________________________________________________________
82867 [  7132] By: jhi                                   on 2000/10/03  11:20:37
82868         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
82869      Branch: perl
82870            + t/lib/st-lock.t t/lib/st-utf8.t
82871            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
82872            ! ext/Storable/Storable.xs t/lib/st-recurse.t
82873 ____________________________________________________________________________
82874 [  7131] By: jhi                                   on 2000/10/03  03:38:23
82875         Log: Encode nits.
82876      Branch: perl
82877            ! MANIFEST Makefile.SH
82878 ____________________________________________________________________________
82879 [  7130] By: jhi                                   on 2000/10/03  03:31:05
82880         Log: Update Changes.
82881      Branch: perl
82882            ! Changes patchlevel.h
82883 ____________________________________________________________________________
82884 [  7129] By: jhi                                   on 2000/10/03  02:24:02
82885         Log: Misplaced else.
82886      Branch: metaconfig/U/perl
82887            ! d_strtoll.U
82888      Branch: perl
82889            ! Configure config_h.SH
82890 ____________________________________________________________________________
82891 [  7128] By: jhi                                   on 2000/10/03  02:08:29
82892         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
82893              From: sthoenna@efn.org
82894              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
82895              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
82896      Branch: metaconfig/U/perl
82897            ! d_strtoll.U
82898      Branch: perl
82899            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
82900 ____________________________________________________________________________
82901 [  7127] By: jhi                                   on 2000/10/03  01:13:14
82902         Log: Update Changes.
82903      Branch: perl
82904            ! Changes patchlevel.h
82905 ____________________________________________________________________________
82906 [  7126] By: jhi                                   on 2000/10/03  00:57:08
82907         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
82908              as suggested by Olaf Flebbe and Nick Clark.
82909      Branch: perl
82910            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
82911 ____________________________________________________________________________
82912 [  7125] By: jhi                                   on 2000/10/03  00:50:56
82913         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
82914              From: Nick Clark <nick@plum.flirble.org>
82915              Date: Mon, 2 Oct 2000 11:03:24 +0100
82916              Message-Id: <20001002110324.D20073@plum.flirble.org>
82917              
82918              Also fixes bug ID 20001002.005.
82919      Branch: perl
82920            ! t/lib/encode.t
82921 ____________________________________________________________________________
82922 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82923         Log: Subject: [PATCH 5.7.0] Epoc update
82924              From: Olaf Flebbe <o.flebbe@gmx.de>
82925              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82926              Message-ID: <26423.969484586@www10.gmx.net>
82927      Branch: perl
82928            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82929            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82930            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82931            ! util.c util.h
82932 ____________________________________________________________________________
82933 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82934         Log: Regen headers.
82935      Branch: perl
82936            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82937 ____________________________________________________________________________
82938 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82939         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82940      Branch: perl
82941            ! hints/openbsd.sh
82942 ____________________________________________________________________________
82943 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82944         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82945              From: <abigail@foad.org>
82946              Date: Tue, 26 Sep 2000 13:36:14 -0400
82947              Message-ID: <20000926173614.4356.qmail@foad.org>
82948      Branch: perl
82949            ! pod/perlop.pod
82950 ____________________________________________________________________________
82951 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82952         Log: Inside require() $^S was always left undefined.
82953              
82954              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82956              Date: Wed, 27 Sep 2000 18:54:49 -0400
82957              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82958      Branch: perl
82959            ! cop.h mg.c pp_ctl.c util.c
82960 ____________________________________________________________________________
82961 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82962         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82963              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82964              Date: Thu, 28 Sep 2000 09:20:46 +0100
82965              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82966      Branch: perl
82967            ! perl.c
82968 ____________________________________________________________________________
82969 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82970         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82971              From: Nicholas Clark <nick@ccl4.org>
82972              Date: Thu, 28 Sep 2000 11:52:24 +0100
82973              Message-ID: <20000928115224.D7924@plum.flirble.org>
82974      Branch: perl
82975            ! op.c
82976 ____________________________________________________________________________
82977 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82978         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82979              From: Nicholas Clark <nick@babyhippo.co.uk>
82980              Date: Thu, 28 Sep 2000 12:18:10 +0100
82981              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82982              
82983              Did not apply cleanly, manual intervention was needed.
82984      Branch: perl
82985            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82986 ____________________________________________________________________________
82987 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82988         Log: Document the issue (is not a syntax error, kind of)
82989              
82990              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82991              From: Nicholas Clark <nick@ccl4.org>
82992              Date: Thu, 28 Sep 2000 17:12:42 +0100
82993              Message-ID: <20000928171242.K7924@plum.flirble.org>
82994      Branch: perl
82995            ! pod/perldata.pod
82996 ____________________________________________________________________________
82997 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82998         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83000              Date: Thu, 28 Sep 2000 21:55:31 -0400
83001              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
83002      Branch: perl
83003            ! regexec.c
83004 ____________________________________________________________________________
83005 [  7114] By: jhi                                   on 2000/10/02  23:47:57
83006         Log: Subject: DOC PATCH 5.6.0
83007              From: mjd@plover.com
83008              Date: 30 Sep 2000 06:02:34 -0000
83009              Message-ID: <20000930060234.4559.qmail@plover.com>
83010      Branch: perl
83011            ! pod/perldebguts.pod
83012 ____________________________________________________________________________
83013 [  7113] By: jhi                                   on 2000/10/02  23:46:43
83014         Log: SOCK_DGRAM and listen() do not mix as reported in
83015              
83016              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
83017              From: Petter Reinholdtsen <pere@hungry.com>
83018              Date: Sun, 1 Oct 2000 10:57:20 +0800
83019              Message-Id: <200010010257.KAA05735@localhost.localdomain>
83020              
83021              The patch for 5.7.0+ had to be reengineered, though.
83022      Branch: perl
83023            ! ext/IO/lib/IO/Socket/UNIX.pm
83024 ____________________________________________________________________________
83025 [  7112] By: jhi                                   on 2000/10/02  23:36:57
83026         Log: Subject: Re: [PATCH 5.005_64 missed]
83027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83028              Date: Sun, 1 Oct 2000 18:50:10 -0400
83029              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
83030      Branch: perl
83031            ! pod/perlxs.pod
83032 ____________________________________________________________________________
83033 [  7111] By: jhi                                   on 2000/10/02  23:35:40
83034         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
83035              From: Radu Greab <radu@netsoft.ro>
83036              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
83037              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
83038      Branch: perl
83039            ! op.c opcode.pl t/op/substr.t
83040 ____________________________________________________________________________
83041 [  7110] By: jhi                                   on 2000/10/02  23:32:38
83042         Log: Subject: [PATCH] Fix aliasing of tied filehandles
83043              From: Daniel Chetlin <daniel@chetlin.com>
83044              Date: Mon, 2 Oct 2000 14:53:27 -0700
83045              Message-ID: <20001002145327.C1617@ilmd>
83046      Branch: perl
83047            ! perl.h pp_hot.c t/op/tiehandle.t
83048 ____________________________________________________________________________
83049 [  7109] By: jhi                                   on 2000/10/02  23:31:30
83050         Log: s/Robin Parker/Robin Barker/
83051      Branch: perl
83052            ! Changes5.6
83053 ____________________________________________________________________________
83054 [  7108] By: jhi                                   on 2000/10/02  23:15:46
83055         Log: Retract #7091 as suggested in
83056              
83057              From: Robin Barker <rmb1@cise.npl.co.uk> 
83058              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
83059              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
83060              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
83061      Branch: perl
83062            ! embed.pl proto.h
83063 ____________________________________________________________________________
83064 [  7107] By: nick                                  on 2000/10/02  18:23:14
83065         Log: A few tweaks to get Tk803 to work with Encode scheme.
83066      Branch: perl
83067            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
83068 ____________________________________________________________________________
83069 [  7106] By: nick                                  on 2000/10/01  21:34:14
83070         Log: Add checking cases to Encode's toUnicode and fromUnicode.
83071      Branch: perl
83072            ! ext/Encode/Encode.pm
83073 ____________________________________________________________________________
83074 [  7105] By: nick                                  on 2000/10/01  17:18:01
83075         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
83076              To read and use them.
83077              Add a lib/encode.t which checks a few things.
83078      Branch: perl
83079            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
83080            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
83081            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
83082            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
83083            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
83084            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
83085            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
83086            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
83087            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
83088            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
83089            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
83090            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
83091            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
83092            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
83093            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
83094            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
83095            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
83096            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
83097            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
83098            + ext/Encode/Encode/iso2022-jp.enc
83099            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
83100            + ext/Encode/Encode/iso8859-1.enc
83101            + ext/Encode/Encode/iso8859-2.enc
83102            + ext/Encode/Encode/iso8859-3.enc
83103            + ext/Encode/Encode/iso8859-4.enc
83104            + ext/Encode/Encode/iso8859-5.enc
83105            + ext/Encode/Encode/iso8859-6.enc
83106            + ext/Encode/Encode/iso8859-7.enc
83107            + ext/Encode/Encode/iso8859-8.enc
83108            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
83109            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
83110            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
83111            + ext/Encode/Encode/macCentEuro.enc
83112            + ext/Encode/Encode/macCroatian.enc
83113            + ext/Encode/Encode/macCyrillic.enc
83114            + ext/Encode/Encode/macDingbats.enc
83115            + ext/Encode/Encode/macGreek.enc
83116            + ext/Encode/Encode/macIceland.enc
83117            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
83118            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
83119            + ext/Encode/Encode/macTurkish.enc
83120            + ext/Encode/Encode/macUkraine.enc
83121            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
83122            + t/lib/encode.t
83123            ! MANIFEST ext/Encode/Encode.pm
83124 ____________________________________________________________________________
83125 [  7104] By: nick                                  on 2000/09/30  13:04:30
83126         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
83127              From: Daniel Chetlin <daniel@chetlin.com>
83128              Date: Mon, 18 Sep 2000 05:05:40 -0700
83129              Message-Id: <20000918050540.C652@ilmd>
83130      Branch: perl
83131            ! lib/overload.pm sv.c t/pragma/overload.t
83132 ____________________________________________________________________________
83133 [  7103] By: nick                                  on 2000/09/30  12:53:36
83134         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
83135              From: Johan Vromans <jvromans@squirrel.nl>
83136              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
83137              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
83138      Branch: perl
83139            ! pod/Makefile.SH
83140 ____________________________________________________________________________
83141 [  7102] By: nick                                  on 2000/09/30  12:52:31
83142         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
83143              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83144              Date: Sat, 16 Sep 2000 16:36:45 -0400
83145              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
83146      Branch: perl
83147            ! ext/B/B/Deparse.pm
83148 ____________________________________________________________________________
83149 [  7101] By: nick                                  on 2000/09/30  12:51:41
83150         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
83151              From: Craig A. Berry <craig.berry@psinetcs.com>
83152              Date: Sat, 16 Sep 2000 10:11:10 -0500
83153              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
83154      Branch: perl
83155            ! vms/vms.c
83156 ____________________________________________________________________________
83157 [  7100] By: nick                                  on 2000/09/30  12:50:33
83158         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83159              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83160              Date: Fri, 15 Sep 2000 16:37:58 -0400
83161              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
83162      Branch: perl
83163            ! t/op/append.t
83164 ____________________________________________________________________________
83165 [  7099] By: nick                                  on 2000/09/30  12:49:35
83166         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83167              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83168              Date: Fri, 15 Sep 2000 16:25:30 -0400
83169              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
83170      Branch: perl
83171            ! pp_hot.c
83172 ____________________________________________________________________________
83173 [  7098] By: nick                                  on 2000/09/30  12:48:00
83174         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
83175              From: Gisle Aas <gisle@ActiveState.com>
83176              Date: 15 Sep 2000 16:23:41 +0200
83177              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
83178      Branch: perl
83179            ! toke.c
83180 ____________________________________________________________________________
83181 [  7097] By: nick                                  on 2000/09/30  12:45:16
83182         Log: Subject: [PATCH] Nits in perlmod.pod
83183              From: Daniel Chetlin <daniel@chetlin.com>
83184              Date: Fri, 15 Sep 2000 02:04:09 -0700
83185              Message-Id: <20000915020409.A2104@ilmd>
83186      Branch: perl
83187            ! pod/perlmod.pod
83188 ____________________________________________________________________________
83189 [  7096] By: nick                                  on 2000/09/30  12:18:00
83190         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
83191              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
83192              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
83193              0 to checking to get the warning.
83194      Branch: perl
83195            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
83196            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
83197            ! regexec.c sv.c toke.c utf8.c
83198 ____________________________________________________________________________
83199 [  7095] By: nick                                  on 2000/09/15  16:55:59
83200         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
83201              
83202              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
83203              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83204              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
83205              Date: Fri, 15 Sep 2000 06:37:30 -0400
83206      Branch: perl
83207            ! ext/Encode/Encode.xs sv.c
83208 ____________________________________________________________________________
83209 [  7094] By: jhi                                   on 2000/09/15  03:23:32
83210         Log: Update Changes.
83211      Branch: perl
83212            ! Changes patchlevel.h
83213 ____________________________________________________________________________
83214 [  7093] By: jhi                                   on 2000/09/15  03:11:44
83215         Log: Fix for the charnames.t failures from Spider Boardman.
83216      Branch: perl
83217            ! toke.c
83218 ____________________________________________________________________________
83219 [  7092] By: jhi                                   on 2000/09/15  00:15:48
83220         Log: Botched the #7090 check-in.
83221      Branch: perl
83222            ! sv.c
83223 ____________________________________________________________________________
83224 [  7091] By: jhi                                   on 2000/09/14  23:33:24
83225         Log: Part of #7081 didn't come through.
83226      Branch: perl
83227            ! embed.pl proto.h
83228 ____________________________________________________________________________
83229 [  7090] By: jhi                                   on 2000/09/14  23:17:39
83230         Log: Subject: Re: perl@7078 
83231              From: Spider Boardman <spider@web.zk3.dec.com>
83232              Date: Thu, 14 Sep 2000 19:06:36 -0400
83233              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
83234      Branch: perl
83235            ! sv.c toke.c
83236 ____________________________________________________________________________
83237 [  7089] By: jhi                                   on 2000/09/14  23:11:21
83238         Log: Small portability tweaks.
83239      Branch: perl
83240            ! ext/Encode/Encode.xs
83241 ____________________________________________________________________________
83242 [  7088] By: jhi                                   on 2000/09/14  22:57:23
83243         Log: Fake return to pacify picky compilers.
83244      Branch: perl
83245            ! ext/Encode/Encode.xs
83246 ____________________________________________________________________________
83247 [  7087] By: jhi                                   on 2000/09/14  22:53:37
83248         Log: Subject: [PATCH] utf8.c apidoc
83249              From: Simon Cozens <simon@cozens.net>
83250              Date: Thu, 14 Sep 2000 23:46:57 +0100
83251              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
83252      Branch: perl
83253            ! perlapi.c pod/perlapi.pod utf8.c
83254 ____________________________________________________________________________
83255 [  7086] By: jhi                                   on 2000/09/14  22:40:38
83256         Log: We don't need to count the high bit bytes, a boolean is enough. 
83257      Branch: perl
83258            ! sv.c
83259 ____________________________________________________________________________
83260 [  7085] By: jhi                                   on 2000/09/14  21:20:09
83261         Log: Replace #7084 with
83262              
83263              Subject: Re: perl@7078 
83264              From: Spider Boardman <spider@web.zk3.dec.com>
83265              Date: Thu, 14 Sep 2000 17:09:36 -0400
83266              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
83267      Branch: perl
83268            ! sv.c utf8.c
83269 ____________________________________________________________________________
83270 [  7084] By: jhi                                   on 2000/09/14  20:03:34
83271         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
83272              convertible to bytes by checking it doesn't go above 0xc3
83273              
83274              Subject: Re: perl@7078
83275              From: Simon Cozens <simon@cozens.net>
83276              Date: Thu, 14 Sep 2000 20:59:19 +0100
83277              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
83278      Branch: perl
83279            ! utf8.c
83280 ____________________________________________________________________________
83281 [  7083] By: jhi                                   on 2000/09/14  19:38:47
83282         Log: Subject: Re: perl@7078
83283              From: Simon Cozens <simon@cozens.net>
83284              Date: Thu, 14 Sep 2000 20:13:09 +0100
83285              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
83286      Branch: perl
83287            ! t/op/bop.t
83288 ____________________________________________________________________________
83289 [  7082] By: jhi                                   on 2000/09/14  17:50:44
83290         Log: The one that got away.
83291      Branch: perl
83292            ! lib/File/Find.pm
83293 ____________________________________________________________________________
83294 [  7081] By: jhi                                   on 2000/09/14  17:45:35
83295         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
83296              From: Robin Barker <rmb1@cise.npl.co.uk>
83297              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
83298              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
83299      Branch: perl
83300            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
83301            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
83302            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
83303            ! regcomp.c toke.c universal.c
83304 ____________________________________________________________________________
83305 [  7080] By: jhi                                   on 2000/09/14  17:40:35
83306         Log: Problems picked up by AIX cc.
83307              
83308              Subject: Re: perl@7078 (patch included)
83309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83310              Date: Thu, 14 Sep 2000 18:53:30 +0200
83311              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
83312      Branch: perl
83313            ! ext/Encode/Encode.xs
83314 ____________________________________________________________________________
83315 [  7079] By: jhi                                   on 2000/09/14  17:38:27
83316         Log: Subject: File::Find 5.7.0 POD nits
83317              From: Rich Morin <rdm@cfcl.com>
83318              Date: Wed, 13 Sep 2000 22:03:58 -0700
83319              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
83320      Branch: perl
83321            ! lib/File/Find.pm
83322 ____________________________________________________________________________
83323 [  7078] By: jhi                                   on 2000/09/14  14:58:20
83324         Log: Update Changes.
83325      Branch: perl
83326            ! Changes patchlevel.h
83327 ____________________________________________________________________________
83328 [  7077] By: jhi                                   on 2000/09/14  14:55:54
83329         Log: Compilation warnings and an error.
83330      Branch: perl
83331            ! sv.c
83332 ____________________________________________________________________________
83333 [  7076] By: jhi                                   on 2000/09/14  14:42:56
83334         Log: Fix for a parsing bug, not for the original bug.
83335              
83336              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
83337              From: Spider Boardman <spider@web.zk3.dec.com>
83338              Date: Wed, 13 Sep 2000 17:52:20 -0400
83339              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
83340      Branch: perl
83341            ! regcomp.c
83342 ____________________________________________________________________________
83343 [  7075] By: jhi                                   on 2000/09/14  14:40:40
83344         Log: Batch of UTF-8 patches from Simon Cozens.
83345      Branch: perl
83346            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
83347            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
83348            ! toke.c utf8.c
83349 ____________________________________________________________________________
83350 [  7074] By: jhi                                   on 2000/09/14  14:29:58
83351         Log: Subject: Re: Two advertising clauses need to be removed
83352              From: Russ Allbery <rra@stanford.edu>
83353              Date: 13 Sep 2000 18:50:26 -0700
83354              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
83355      Branch: perl
83356            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
83357 ____________________________________________________________________________
83358 [  7073] By: jhi                                   on 2000/09/14  14:28:20
83359         Log: Subject: [PATCH] de-wall t/README
83360              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83361              Date: Wed, 13 Sep 2000 17:46:55 -0700
83362              Message-ID: <//Bw5gzkge/e092yn@efn.org>
83363      Branch: perl
83364            ! t/README
83365 ____________________________________________________________________________
83366 [  7072] By: jhi                                   on 2000/09/14  14:25:10
83367         Log: Hints optimization.
83368              
83369              Subject: Minor nit
83370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83371              Date: Wed, 13 Sep 2000 21:42:07 +0200
83372              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
83373      Branch: perl
83374            ! hints/hpux.sh
83375 ____________________________________________________________________________
83376 [  7071] By: jhi                                   on 2000/09/14  14:23:30
83377         Log: Allow chop() and chomp() to be overridden.
83378              
83379              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
83380              From: "Casey R. Tweten" <crt@kiski.net>
83381              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
83382              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
83383      Branch: perl
83384            ! toke.c
83385 ____________________________________________________________________________
83386 [  7070] By: jhi                                   on 2000/09/14  14:20:36
83387         Log: The return value of setlocale must be copied away.
83388              
83389              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
83390              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83391              Date: Wed, 13 Sep 2000 16:27:37 +0100 
83392              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
83393      Branch: perl
83394            ! util.c
83395 ____________________________________________________________________________
83396 [  7069] By: jhi                                   on 2000/09/14  14:16:27
83397         Log: Remove vestiges of tr//CU.
83398              
83399              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83400              From: Nick Clark <nick@plum.flirble.org>
83401              Date: Tue, 12 Sep 2000 22:50:14 +0100
83402              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
83403              
83404              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83406              Date: Tue, 12 Sep 2000 21:38:48 -0700
83407              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
83408      Branch: perl
83409            ! op.h pod/perlunicode.pod
83410 ____________________________________________________________________________
83411 [  7068] By: jhi                                   on 2000/09/13  14:18:39
83412         Log: Add the Encode extension.  The code is still largely just skeleton.
83413      Branch: perl
83414            + ext/Encode/Encode.pm ext/Encode/Encode.xs
83415            + ext/Encode/Makefile.PL ext/Encode/Todo
83416            ! MANIFEST Todo-5.6
83417 ____________________________________________________________________________
83418 [  7067] By: jhi                                   on 2000/09/12  17:43:33
83419         Log: Allow for whitespace between "#" and "line" in cpp output.
83420              
83421              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
83422              From: Calle Dybedahl <calle@lysator.liu.se>
83423              Date: 12 Sep 2000 19:38:02 +0200 
83424              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
83425      Branch: perl
83426            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
83427 ____________________________________________________________________________
83428 [  7066] By: gsar                                  on 2000/09/12  17:24:29
83429         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
83430              initialization in all the threads on Windows
83431      Branch: perl
83432            ! win32/win32.c
83433 ____________________________________________________________________________
83434 [  7065] By: jhi                                   on 2000/09/12  15:11:31
83435         Log: Update Changes.
83436      Branch: perl
83437            ! Changes patchlevel.h
83438 ____________________________________________________________________________
83439 [  7064] By: jhi                                   on 2000/09/12  14:54:54
83440         Log: Retract #7062, the pod tests are not ready.
83441      Branch: perl
83442            ! t/TEST t/harness
83443 ____________________________________________________________________________
83444 [  7063] By: jhi                                   on 2000/09/12  14:25:41
83445         Log: The #7054 truncated Configure badly.
83446      Branch: metaconfig/U/perl
83447            ! End.U
83448      Branch: perl
83449            ! Configure config_h.SH
83450 ____________________________________________________________________________
83451 [  7062] By: jhi                                   on 2000/09/12  14:08:32
83452         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
83453              From: sthoenna@efn.org
83454              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
83455              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
83456      Branch: perl
83457            ! t/TEST t/harness
83458 ____________________________________________________________________________
83459 [  7061] By: jhi                                   on 2000/09/12  14:07:18
83460         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
83461              From: sthoenna@efn.org
83462              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
83463              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
83464      Branch: perl
83465            ! pod/perlxs.pod
83466 ____________________________________________________________________________
83467 [  7060] By: jhi                                   on 2000/09/12  14:06:08
83468         Log: Break up the myconfig lines a bit.
83469              
83470              Subject: perlbug/perl -V output format
83471              From: sthoenna@efn.org
83472              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
83473              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
83474      Branch: perl
83475            ! myconfig.SH
83476 ____________________________________________________________________________
83477 [  7059] By: jhi                                   on 2000/09/12  14:05:04
83478         Log: Test for the #7049.
83479              
83480              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
83481              From: andreas.koenig@anima.de (Andreas J. Koenig)
83482              Date: 12 Sep 2000 06:42:01 +0200
83483              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
83484      Branch: perl
83485            ! t/op/my.t
83486 ____________________________________________________________________________
83487 [  7058] By: jhi                                   on 2000/09/12  14:03:05
83488         Log: Subject: [patch: perl@7045] vms updates
83489              From: Peter Prymmer <pvhp@forte.com>
83490              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
83491              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
83492      Branch: perl
83493            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
83494 ____________________________________________________________________________
83495 [  7057] By: jhi                                   on 2000/09/12  14:00:51
83496         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
83497              From: sthoenna@efn.org
83498              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
83499              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
83500      Branch: perl
83501            ! t/op/64bitint.t
83502 ____________________________________________________________________________
83503 [  7056] By: jhi                                   on 2000/09/12  13:58:14
83504         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
83505              From: Jeff Pinyan <jeffp@crusoe.net>
83506              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
83507              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
83508      Branch: perl
83509            ! pod/perlfunc.pod
83510 ____________________________________________________________________________
83511 [  7055] By: jhi                                   on 2000/09/12  13:56:32
83512         Log: Do in VMS as the #7054 does.
83513      Branch: perl
83514            ! configure.com
83515 ____________________________________________________________________________
83516 [  7054] By: jhi                                   on 2000/09/12  13:50:31
83517         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
83518              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83519              Date: Mon, 11 Sep 2000 08:33:09 +0100
83520              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
83521      Branch: metaconfig/U/perl
83522            ! End.U
83523      Branch: perl
83524            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
83525            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
83526 ____________________________________________________________________________
83527 [  7053] By: jhi                                   on 2000/09/12  13:29:19
83528         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
83529              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
83530              Date:     Tue, 12 Sep 2000 08:35:59 EDT
83531              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
83532      Branch: perl
83533            ! vms/test.com
83534 ____________________________________________________________________________
83535 [  7052] By: jhi                                   on 2000/09/11  23:01:50
83536         Log: Document the SvUTF8*().
83537      Branch: perl
83538            ! pod/perlapi.pod sv.h
83539 ____________________________________________________________________________
83540 [  7051] By: gsar                                  on 2000/09/11  14:46:30
83541         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
83542              (missed a spot when fixing up op_pmreplroot hack for ithreads)
83543      Branch: perl
83544            ! op.c t/op/split.t
83545 ____________________________________________________________________________
83546 [  7050] By: nick                                  on 2000/09/11  10:03:51
83547         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
83548              
83549              Subject: borland C++ win32.c tweak
83550              From: Vadim Konovalov <vkonovalov@lucent.com>
83551              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
83552              Date: Mon, 11 Sep 2000 11:22:33 +0400
83553      Branch: perl
83554            ! win32/win32.c
83555 ____________________________________________________________________________
83556 [  7049] By: nick                                  on 2000/09/11  09:57:33
83557         Log: Point fix for s/// on foreach (keys %xxx).
83558      Branch: perl
83559            ! pp_hot.c
83560 ____________________________________________________________________________
83561 [  7048] By: jhi                                   on 2000/09/10  23:37:09
83562         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
83563              by Pod::Text, from Brad Appleton.
83564      Branch: perl
83565            ! t/pod/testp2pt.pl
83566 ____________________________________________________________________________
83567 [  7047] By: jhi                                   on 2000/09/10  14:32:53
83568         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
83569              by Russ Allbery.
83570      Branch: perl
83571            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
83572 ____________________________________________________________________________
83573 [  7046] By: jhi                                   on 2000/09/10  14:15:08
83574         Log: Upgrade to CPAN 1.57_65, from Andreas König.
83575      Branch: perl
83576            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83577 ____________________________________________________________________________
83578 [  7045] By: jhi                                   on 2000/09/08  21:36:32
83579         Log: Update Changes.
83580      Branch: perl
83581            ! Changes patchlevel.h
83582 ____________________________________________________________________________
83583 [  7044] By: jhi                                   on 2000/09/08  21:29:56
83584         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
83585              From: Peter Prymmer <pvhp@forte.com>
83586              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
83587              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
83588      Branch: perl
83589            ! configure.com
83590 ____________________________________________________________________________
83591 [  7043] By: jhi                                   on 2000/09/08  21:27:50
83592         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
83593              From: Peter Prymmer <pvhp@forte.com>
83594              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
83595              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
83596      Branch: perl
83597            ! Makefile.SH installperl
83598 ____________________________________________________________________________
83599 [  7042] By: jhi                                   on 2000/09/08  21:23:21
83600         Log: Continue #7041.
83601      Branch: perl
83602            ! cygwin/Makefile.SHs os2/Makefile.SHs
83603 ____________________________________________________________________________
83604 [  7041] By: jhi                                   on 2000/09/08  21:18:10
83605         Log: Do away with memory models cruft.  Sorry, PDP users.
83606      Branch: metaconfig
83607            ! U/modified/cc.U U/modified/libpth.U
83608      Branch: perl
83609            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
83610            ! Porting/config_H cflags.SH config_h.SH configure.com
83611            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
83612            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
83613            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
83614 ____________________________________________________________________________
83615 [  7040] By: jhi                                   on 2000/09/08  14:34:18
83616         Log: Major rewrite of s2p.  And I mean really major, it is
83617              an implementation of sed in perl.  If called as s2p it
83618              will function as s2p.  Note: needs non-UNIXifying.
83619              
83620              Subject: s2p
83621              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
83622              Date: Mon, 28 Aug 2000 14:05:12 +0200
83623              Message-ID: <39AA5578.2102E2AA@alcatel.at>
83624      Branch: perl
83625            ! x2p/s2p.PL
83626 ____________________________________________________________________________
83627 [  7039] By: jhi                                   on 2000/09/08  14:19:49
83628         Log: Re-allow vec() for characters > 255.
83629              
83630              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
83631              From: Spider Boardman <spider@web.zk3.dec.com>
83632              Date: Fri, 08 Sep 2000 02:21:02 -0400
83633              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
83634      Branch: perl
83635            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
83636            ! t/op/vec.t
83637 ____________________________________________________________________________
83638 [  7038] By: jhi                                   on 2000/09/08  14:14:18
83639         Log: Subject: [PATCH lib/Benchmark.pm]
83640              From: <abigail@foad.org>
83641              Date: Thu, 7 Sep 2000 15:03:20 -0400
83642              Message-ID: <20000907190320.888.qmail@foad.org>
83643      Branch: perl
83644            ! lib/Benchmark.pm
83645 ____________________________________________________________________________
83646 [  7037] By: jhi                                   on 2000/09/08  14:11:06
83647         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
83648              
83649              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83650              From: Spider Boardman <spider@web.zk3.dec.com>
83651              Date: Fri, 08 Sep 2000 01:30:27 -0400
83652              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83653      Branch: perl
83654            ! op.c
83655 ____________________________________________________________________________
83656 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83657         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83658              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83659              Date: Fri, 08 Sep 2000 12:38:32 +0200
83660              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83661      Branch: perl
83662            ! pod/perlipc.pod
83663 ____________________________________________________________________________
83664 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83665         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83667              Date: Fri, 08 Sep 2000 11:47:34 +0200
83668              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83669      Branch: perl
83670            ! hints/dec_osf.sh
83671 ____________________________________________________________________________
83672 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83673         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83674              From: Simon Cozens <simon@cozens.net>
83675              Date: Thu, 7 Sep 2000 20:40:38 +0100
83676              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83677      Branch: perl
83678            ! pp_hot.c
83679 ____________________________________________________________________________
83680 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83681         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83682              From: "Larry W. Virden" <lvirden@cas.org>
83683              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83684              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83685      Branch: perl
83686            ! pod/perldiag.pod
83687 ____________________________________________________________________________
83688 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83689         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83690              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83691              Date: Mon, 04 Sep 2000 13:16:38 -0700
83692              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83693      Branch: perl
83694            ! lib/perl5db.pl
83695 ____________________________________________________________________________
83696 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83697         Log: Fix the ccversion detection for 5.1 and beyond.
83698              
83699              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83700              From: Spider Boardman <spider@leggy.zk3.dec.com>
83701              Date: Thu, 7 Sep 2000 17:54:27 -0400
83702              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83703      Branch: perl
83704            ! hints/dec_osf.sh
83705 ____________________________________________________________________________
83706 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83707         Log: Fix for
83708              
83709              Subject: [ID 20000903.001] \w in utf8-strings
83710              From: Marc Lehmann <pcg@goof.com>
83711              Date: Sun, 03 Sep 2000 09:44:29 +0200
83712              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83713              
83714              and various related nits.
83715      Branch: perl
83716            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83717 ____________________________________________________________________________
83718 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83719         Log: Fix the URL, but the server is still missing in action.
83720              
83721              Subject: [ID 20000905.002] perlfaq1.pod URL error
83722              From: "Larry W. Virden" <lvirden@cas.org>
83723              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83724              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83725      Branch: perl
83726            ! pod/perlfaq1.pod
83727 ____________________________________________________________________________
83728 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83729         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83730              From: Hugo <hv@crypt.compulink.co.uk>
83731              Date: Tue, 05 Sep 2000 14:13:37 +0100
83732              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83733      Branch: perl
83734            ! toke.c
83735 ____________________________________________________________________________
83736 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83737         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83738              From: Daniel Chetlin <daniel@chetlin.com>
83739              Date: Tue, 5 Sep 2000 04:57:07 -0700
83740              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83741      Branch: perl
83742            ! pod/perlfaq6.pod pod/perlop.pod
83743 ____________________________________________________________________________
83744 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83745         Log: Document the new ref() semantics.
83746              
83747              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83748              From: Gisle Aas <gisle@ActiveState.com>
83749              Date: 05 Sep 2000 08:10:30 +0200
83750              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83751      Branch: perl
83752            ! pod/perldelta.pod
83753 ____________________________________________________________________________
83754 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83755         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83756              
83757              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83758              From: Gisle Aas <gisle@ActiveState.com>
83759              Date: 05 Sep 2000 08:11:40 +0200
83760              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
83761      Branch: perl
83762            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
83763 ____________________________________________________________________________
83764 [  7024] By: jhi                                   on 2000/09/07  18:39:32
83765         Log: Subject: [PATCH] Modernize Opcode.pm documentation
83766              From: Gisle Aas <gisle@ActiveState.com>
83767              Date: 4 Sep 2000 00:18:55 -0000
83768              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
83769      Branch: perl
83770            ! ext/Opcode/Opcode.pm
83771 ____________________________________________________________________________
83772 [  7023] By: jhi                                   on 2000/09/07  18:37:42
83773         Log: Subject: [PATCH] Tied filehandle documentation
83774              From: Gisle Aas <gisle@ActiveState.com>
83775              Date: 4 Sep 2000 00:14:40 -0000
83776              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
83777      Branch: perl
83778            ! pod/perlfunc.pod pod/perltie.pod
83779 ____________________________________________________________________________
83780 [  7022] By: jhi                                   on 2000/09/07  18:35:37
83781         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
83782              From: Gisle Aas <gisle@ActiveState.com>
83783              Date: 4 Sep 2000 00:04:22 -0000
83784              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
83785      Branch: perl
83786            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
83787 ____________________________________________________________________________
83788 [  7021] By: jhi                                   on 2000/09/07  18:33:22
83789         Log: Subject: small apidoc fix
83790              From: Marc Lehmann <pcg@goof.com>
83791              Date: Sun, 3 Sep 2000 05:12:06 +0200
83792              Message-ID: <20000903051206.A5909@cerebro.laendle>
83793      Branch: perl
83794            ! pod/perlapi.pod utf8.c
83795 ____________________________________________________________________________
83796 [  7020] By: jhi                                   on 2000/09/07  16:14:57
83797         Log: Tiny perldelta nits.
83798      Branch: perl
83799            ! pod/perldelta.pod
83800 ____________________________________________________________________________
83801 [  7019] By: jhi                                   on 2000/09/07  16:04:20
83802         Log: Guard against bad string->int conversion for quads.
83803      Branch: perl
83804            ! t/op/64bitint.t
83805 ____________________________________________________________________________
83806 [  7018] By: jhi                                   on 2000/09/06  17:07:03
83807         Log: Update Unicode todo list.
83808      Branch: perl
83809            ! Todo-5.6
83810 ____________________________________________________________________________
83811 [  7017] By: jhi                                   on 2000/09/05  21:16:01
83812         Log: Document the SvIOK_.*UV().
83813      Branch: perl
83814            ! pod/perlapi.pod sv.h
83815 ____________________________________________________________________________
83816 [  7016] By: nick                                  on 2000/09/03  21:54:46
83817         Log: Hash lookup of constant strings optimization:
83818              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
83819              to string table (as per sharepvn). Add newSV_pvn_share to create such
83820              a thing. Make hv.c compare addresses of strings and skip string compare
83821              if equal. Make method_named and helem ops use these shared-string SVs
83822              when arg is constant. Make keys op return shared-string SVs (less clearly
83823              a win).
83824      Branch: perl
83825            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
83826            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
83827            ! pod/perlintern.pod pp_hot.c proto.h sv.c
83828 ____________________________________________________________________________
83829 [  7015] By: jhi                                   on 2000/09/02  17:48:59
83830         Log: This is 5.7.0.
83831      Branch: perl
83832            ! Changes
83833 ____________________________________________________________________________
83834 [  7014] By: jhi                                   on 2000/09/02  17:35:45
83835         Log: Changes and patchlevel tweaks.
83836      Branch: perl
83837            ! Changes patchlevel.h
83838 ____________________________________________________________________________
83839 [  7013] By: jhi                                   on 2000/09/02  17:30:50
83840         Log: Update Changes.
83841      Branch: perl
83842            ! Changes patchlevel.h
83843 ____________________________________________________________________________
83844 [  7012] By: nick                                  on 2000/09/02  17:25:20
83845         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
83846      Branch: perl
83847            ! gv.c lib/overload.pm
83848 ____________________________________________________________________________
83849 [  7011] By: jhi                                   on 2000/09/02  17:16:25
83850         Log: Update perlhist.
83851      Branch: perl
83852            ! pod/perlhist.pod
83853 ____________________________________________________________________________
83854 [  7010] By: jhi                                   on 2000/09/02  17:01:35
83855         Log: perldelta nits.
83856      Branch: perl
83857            ! pod/perldelta.pod
83858 ____________________________________________________________________________
83859 [  7009] By: nick                                  on 2000/09/02  16:48:35
83860         Log: If overloaded %{} etc. return the object do not loop.
83861              Thus  sub deref { $_[0] } functions if object is wanted type.
83862      Branch: perl
83863            ! pp.h
83864 ____________________________________________________________________________
83865 [  7008] By: jhi                                   on 2000/09/02  16:26:11
83866         Log: Retab MANIFEST.
83867      Branch: perl
83868            ! ext/Storable/MANIFEST
83869 ____________________________________________________________________________
83870 [  7007] By: jhi                                   on 2000/09/02  16:23:02
83871         Log: Make certain cc is set before trying to run it.
83872      Branch: perl
83873            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
83874 ____________________________________________________________________________
83875 [  7006] By: jhi                                   on 2000/09/02  15:45:41
83876         Log: Unicode notes.
83877      Branch: perl
83878            ! pod/perldelta.pod
83879 ____________________________________________________________________________
83880 [  7005] By: jhi                                   on 2000/09/02  15:42:11
83881         Log: Various Configure nits by Philip Newton,
83882              plus the ebcdic one by me.
83883      Branch: metaconfig
83884            + U/modified/pager.U
83885            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
83886      Branch: metaconfig/U/perl
83887            ! Devel.U quadfio.U
83888      Branch: perl
83889            ! Configure config_h.SH
83890 ____________________________________________________________________________
83891 [  7004] By: jhi                                   on 2000/09/02  15:06:14
83892         Log: Apparently avoiding the swapping is too costly.
83893              
83894              From: "Ben Tilly" <ben_tilly@hotmail.com>
83895              Subject: Re: the door is closed.
83896              Date: Fri, 01 Sep 2000 20:23:16 EDT
83897              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
83898      Branch: perl
83899            ! pod/perlfaq4.pod
83900 ____________________________________________________________________________
83901 [  7003] By: nick                                  on 2000/09/02  12:26:04
83902         Log: Undo part of change 6489 which looks like a bulk edit which
83903              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
83904              The supressing of main:: on return from select() is undesirable.
83905      Branch: perl
83906            ! pp_sys.c
83907 ____________________________________________________________________________
83908 [  7002] By: jhi                                   on 2000/09/01  23:08:54
83909         Log: Update Changes.
83910      Branch: perl
83911            ! Changes patchlevel.h
83912 ____________________________________________________________________________
83913 [  7001] By: jhi                                   on 2000/09/01  23:00:13
83914         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
83915              From: Peter Prymmer <pvhp@forte.com>
83916              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
83917              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
83918              
83919              plus rework the http: spots as suggested by Tom Christiansen,
83920              plus regen perltoc.
83921      Branch: perl
83922            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83923            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83924 ____________________________________________________________________________
83925 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83926         Log: Only the first line, thank you very much.
83927      Branch: perl
83928            ! hints/solaris_2.sh
83929 ____________________________________________________________________________
83930 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83931         Log: change#6791 accidentally clobbered change#6710, put it back
83932      Branch: perl
83933            ! win32/win32.c
83934 ____________________________________________________________________________
83935 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83936         Log: Mention the HP-UX LP64 freak failure.
83937      Branch: perl
83938            ! pod/perldelta.pod
83939 ____________________________________________________________________________
83940 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83941         Log: Detypo.
83942      Branch: perl
83943            ! hints/hpux.sh
83944 ____________________________________________________________________________
83945 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83946         Log: Update Changes.
83947      Branch: perl
83948            ! Changes patchlevel.h
83949 ____________________________________________________________________________
83950 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83951         Log: Mi splgn s gnin.g
83952      Branch: perl
83953            ! pp_ctl.c
83954 ____________________________________________________________________________
83955 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83956         Log: Subject: http:// in L<>
83957              From: Nicholas Clark <nick@ccl4.org>
83958              Date: Fri, 1 Sep 2000 22:03:21 +0100
83959              Message-ID: <20000901220321.B72074@plum.flirble.org>
83960      Branch: perl
83961            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83962 ____________________________________________________________________________
83963 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83964         Log: Update to Storable 1.0, from Raphael Manfredi.
83965      Branch: perl
83966            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83967            ! ext/Storable/Makefile.PL ext/Storable/README
83968            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83969            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83970            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83971            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83972            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83973            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83974 ____________________________________________________________________________
83975 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83976         Log: Mention known sfio+linux buglet.
83977      Branch: perl
83978            ! pod/perldelta.pod
83979 ____________________________________________________________________________
83980 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83981         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83982              From: Peter Prymmer <pvhp@forte.com>
83983              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83984              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83985      Branch: perl
83986            ! vms/vms.c
83987 ____________________________________________________________________________
83988 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83989         Log: Retract #6986.
83990      Branch: perl
83991            ! hints/solaris_2.sh
83992 ____________________________________________________________________________
83993 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83994         Log: Mergesort is back.
83995      Branch: perl
83996            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83997 ____________________________________________________________________________
83998 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83999         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
84000              From: Mike Guy <mjtg@cam.ac.uk>
84001              Date: Fri, 01 Sep 2000 17:43:33 +0100
84002              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
84003      Branch: perl
84004            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
84005            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
84006 ____________________________________________________________________________
84007 [  6987] By: jhi                                   on 2000/09/01  19:17:10
84008         Log: Regen perltoc.
84009      Branch: perl
84010            ! pod/perltoc.pod
84011 ____________________________________________________________________________
84012 [  6986] By: jhi                                   on 2000/09/01  18:51:10
84013         Log: Subject: Re: Solaris x86 has no SPARC libraries!
84014              From: Lupe Christoph <lupe@lupe-christoph.de>
84015              Date: Fri, 1 Sep 2000 20:41:20 +0200
84016              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
84017      Branch: perl
84018            ! hints/solaris_2.sh
84019 ____________________________________________________________________________
84020 [  6985] By: jhi                                   on 2000/09/01  18:28:10
84021         Log: Update Changes.
84022      Branch: perl
84023            ! Changes patchlevel.h
84024 ____________________________________________________________________________
84025 [  6984] By: jhi                                   on 2000/09/01  18:26:53
84026         Log: Feature ordering tweak.
84027      Branch: perl
84028            ! myconfig.SH
84029 ____________________________________________________________________________
84030 [  6983] By: jhi                                   on 2000/09/01  18:19:50
84031         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84032              From: <abigail@foad.org>
84033              Date: Fri, 1 Sep 2000 13:07:32 -0400
84034              Message-ID: <20000901170732.18249.qmail@foad.org>
84035      Branch: perl
84036            ! t/pragma/overload.t
84037 ____________________________________________________________________________
84038 [  6982] By: jhi                                   on 2000/09/01  18:17:54
84039         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
84040              so that case-ignoring systems like DCL can tell them from
84041              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
84042      Branch: metaconfig/U/perl
84043            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
84044      Branch: perl
84045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84046            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
84047            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
84048            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
84049            ! vos/config.def vos/config.h vos/config_h.SH_orig
84050            ! win32/config.bc win32/config.gc win32/config.vc
84051 ____________________________________________________________________________
84052 [  6981] By: nick                                  on 2000/09/01  17:21:57
84053         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
84054              warning when UNTIE exists and instead pass the count of extra references to
84055              the UNTIE method.
84056      Branch: perl
84057            ! pod/perltie.pod pp_sys.c
84058 ____________________________________________________________________________
84059 [  6980] By: jhi                                   on 2000/09/01  16:54:44
84060         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
84061              From: Peter Prymmer <pvhp@forte.com>
84062              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
84063              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
84064      Branch: perl
84065            ! configure.com
84066 ____________________________________________________________________________
84067 [  6979] By: jhi                                   on 2000/09/01  16:06:20
84068         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
84069              From: Mike Guy <mjtg@cam.ac.uk> 
84070              Date: Fri, 01 Sep 2000 16:49:27 +0100
84071              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
84072      Branch: perl
84073            ! t/base/rs.t
84074 ____________________________________________________________________________
84075 [  6978] By: jhi                                   on 2000/09/01  16:00:42
84076         Log: Update to PodParser 1.18, from Brad Appleton.
84077      Branch: perl
84078            ! lib/Pod/Checker.pm t/pod/find.t
84079 ____________________________________________________________________________
84080 [  6977] By: jhi                                   on 2000/09/01  14:48:58
84081         Log: Subject: Nit in Configure (bleadperl@6961)
84082              From: Lupe Christoph <lupe@lupe-christoph.de>
84083              Date: Fri, 1 Sep 2000 16:34:29 +0200
84084              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
84085      Branch: metaconfig
84086            ! U/compline/ccflags.U
84087      Branch: perl
84088            ! Configure config_h.SH
84089 ____________________________________________________________________________
84090 [  6976] By: jhi                                   on 2000/09/01  14:39:52
84091         Log: Update Changes.
84092      Branch: perl
84093            ! Changes patchlevel.h
84094 ____________________________________________________________________________
84095 [  6975] By: jhi                                   on 2000/09/01  14:37:36
84096         Log: microperl config update.
84097      Branch: perl
84098            ! uconfig.h uconfig.sh
84099 ____________________________________________________________________________
84100 [  6974] By: jhi                                   on 2000/09/01  14:36:53
84101         Log: Document known deficiencies.
84102      Branch: perl
84103            ! pod/perldelta.pod
84104 ____________________________________________________________________________
84105 [  6973] By: jhi                                   on 2000/09/01  14:10:20
84106         Log: Mention warnings fixes and updates.
84107      Branch: perl
84108            ! pod/perldelta.pod
84109 ____________________________________________________________________________
84110 [  6972] By: jhi                                   on 2000/09/01  14:01:52
84111         Log: Drop unused argument.
84112              
84113              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
84114              From: Spider Boardman <spider@web.zk3.dec.com>
84115              Date: Thu, 31 Aug 2000 16:10:15 -0400
84116              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
84117      Branch: perl
84118            ! toke.c
84119 ____________________________________________________________________________
84120 [  6971] By: jhi                                   on 2000/09/01  13:59:24
84121         Log: Add the overload warnings to perldiag.
84122      Branch: perl
84123            ! lib/overload.pm pod/perldiag.pod
84124 ____________________________________________________________________________
84125 [  6970] By: jhi                                   on 2000/09/01  13:55:10
84126         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84127              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84128              Date: Fri, 1 Sep 2000 13:43:15 +0100 
84129              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
84130      Branch: perl
84131            ! lib/overload.pm t/pragma/overload.t
84132 ____________________________________________________________________________
84133 [  6969] By: jhi                                   on 2000/09/01  13:52:27
84134         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
84135              From: <abigail@foad.org>
84136              Date: Fri, 1 Sep 2000 05:46:54 -0400
84137              Message-ID: <20000901094654.6476.qmail@foad.org>
84138      Branch: perl
84139            ! lib/overload.pm
84140 ____________________________________________________________________________
84141 [  6968] By: jhi                                   on 2000/09/01  13:50:05
84142         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
84143              From: Daniel Chetlin <daniel@chetlin.com>
84144              Date: Fri, 1 Sep 2000 02:10:55 -0700
84145              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
84146      Branch: perl
84147            ! pod/perlretut.pod
84148 ____________________________________________________________________________
84149 [  6967] By: jhi                                   on 2000/09/01  13:47:54
84150         Log: Part of the solution.
84151              
84152              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
84153              From: Mike Guy <mjtg@cam.ac.uk>
84154              Date: Fri, 01 Sep 2000 14:16:01 +0100
84155              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
84156      Branch: perl
84157            ! gv.c mg.c
84158 ____________________________________________________________________________
84159 [  6966] By: jhi                                   on 2000/09/01  13:46:17
84160         Log: Subject: CPAN.pm beta 1.57_57 for the core
84161              From: andreas.koenig@anima.de (Andreas J. Koenig)
84162              Date: 01 Sep 2000 15:16:31 +0200
84163              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
84164      Branch: perl
84165            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84166 ____________________________________________________________________________
84167 [  6965] By: jhi                                   on 2000/09/01  13:43:18
84168         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
84169              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84170              Date: Fri, 01 Sep 2000 01:47:22 -0500
84171              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
84172      Branch: perl
84173            ! pod/perldelta.pod vms/vms.c
84174 ____________________________________________________________________________
84175 [  6964] By: jhi                                   on 2000/09/01  13:35:35
84176         Log: File::Temp patches from Andreas König,
84177              
84178              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
84179              From: andreas.koenig@anima.de (Andreas J. Koenig)
84180              Date: 01 Sep 2000 10:07:20 +0200
84181              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
84182              
84183              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
84184              From: andreas.koenig@anima.de (Andreas J. Koenig)
84185              Date: 31 Aug 2000 23:26:08 +0200
84186              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
84187      Branch: perl
84188            ! lib/File/Temp.pm t/lib/ftmp-security.t
84189 ____________________________________________________________________________
84190 [  6963] By: jhi                                   on 2000/09/01  02:22:24
84191         Log: Retract the mergesort code, way too incompatible licensing
84192              and copyrights.
84193      Branch: perl
84194            ! pod/perldelta.pod pp_ctl.c
84195 ____________________________________________________________________________
84196 [  6962] By: jhi                                   on 2000/08/31  23:27:32
84197         Log: Update Changes.
84198      Branch: perl
84199            ! Changes patchlevel.h
84200 ____________________________________________________________________________
84201 [  6961] By: jhi                                   on 2000/08/31  23:20:04
84202         Log: Small tweaks all over.
84203      Branch: metaconfig
84204            ! U/compline/d_gconvert.U
84205      Branch: perl
84206            ! AUTHORS Configure config_h.SH pp_ctl.c
84207 ____________________________________________________________________________
84208 [  6960] By: jhi                                   on 2000/08/31  22:39:36
84209         Log: Further rewording.
84210      Branch: perl
84211            ! pp_ctl.c
84212 ____________________________________________________________________________
84213 [  6959] By: jhi                                   on 2000/08/31  21:26:44
84214         Log: More address tweaking.
84215      Branch: perl
84216            ! AUTHORS Changes
84217 ____________________________________________________________________________
84218 [  6958] By: jhi                                   on 2000/08/31  20:47:25
84219         Log: AUTHORS tweaks, from Peter Prymmer.
84220              
84221              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
84222              From: Peter Prymmer <pvhp@forte.com>
84223              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
84224              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
84225      Branch: perl
84226            ! AUTHORS MAINTAIN
84227 ____________________________________________________________________________
84228 [  6957] By: jhi                                   on 2000/08/31  20:34:43
84229         Log: perldelta tweaks.
84230      Branch: perl
84231            ! pod/perldelta.pod
84232 ____________________________________________________________________________
84233 [  6956] By: jhi                                   on 2000/08/31  19:11:06
84234         Log: Regen perltoc.
84235      Branch: perl
84236            ! pod/perltoc.pod
84237 ____________________________________________________________________________
84238 [  6955] By: jhi                                   on 2000/08/31  19:06:30
84239         Log: Clarify the mergesort situation.
84240      Branch: perl
84241            ! pp_ctl.c
84242 ____________________________________________________________________________
84243 [  6954] By: jhi                                   on 2000/08/31  18:24:17
84244         Log: Move the Solaris 7 scan to use64bitall, make the
84245              failure to find 64-bot sparc libc to mention the
84246              possibility of being in an intel, from Lupe and Alan.
84247      Branch: perl
84248            ! hints/solaris_2.sh
84249 ____________________________________________________________________________
84250 [  6953] By: jhi                                   on 2000/08/31  18:09:20
84251         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
84252              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
84253      Branch: metaconfig
84254            ! U/compline/d_gconvert.U U/threads/archname.U
84255      Branch: metaconfig/U/perl
84256            ! perlxv.U
84257      Branch: perl
84258            ! Configure config_h.SH sv.c
84259 ____________________________________________________________________________
84260 [  6952] By: jhi                                   on 2000/08/31  17:42:24
84261         Log: :: not allowed in pathnames, change to .
84262              
84263              Subject: [PATCH perl@6938] cygwin port
84264              From: "Fifer, Eric" <EFifer@sanwaint.com>
84265              Date: Thu, 31 Aug 2000 16:32:59 +0100
84266              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
84267      Branch: metaconfig/U/perl
84268            ! perlxv.U
84269 ____________________________________________________________________________
84270 [  6951] By: jhi                                   on 2000/08/31  17:02:05
84271         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
84272      Branch: perl
84273            ! perl.h
84274 ____________________________________________________________________________
84275 [  6950] By: jhi                                   on 2000/08/31  16:26:08
84276         Log: More author updates.
84277              
84278              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
84279              From: Simon Cozens <simon@cozens.net>
84280              Date: Thu, 31 Aug 2000 17:13:32 +0100
84281              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
84282      Branch: perl
84283            ! AUTHORS
84284 ____________________________________________________________________________
84285 [  6949] By: jhi                                   on 2000/08/31  16:04:49
84286         Log: POSIX doesn't report long double values under -Duselongdouble
84287              when the long doubles are "real" (bigger than doubles).
84288              
84289              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
84290              From: Spider Boardman <spider@peano.zk3.dec.com>
84291              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
84292              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
84293      Branch: perl
84294            ! ext/POSIX/POSIX.xs
84295 ____________________________________________________________________________
84296 [  6948] By: jhi                                   on 2000/08/31  15:25:10
84297         Log: Update Changes.
84298      Branch: perl
84299            ! Changes patchlevel.h
84300 ____________________________________________________________________________
84301 [  6947] By: jhi                                   on 2000/08/31  15:22:29
84302         Log: Document UNTIE in a very minimalistic way.
84303      Branch: perl
84304            ! pod/perlfunc.pod pod/perltie.pod
84305 ____________________________________________________________________________
84306 [  6946] By: jhi                                   on 2000/08/31  15:15:23
84307         Log: Document known failures.
84308      Branch: perl
84309            ! pod/perldelta.pod
84310 ____________________________________________________________________________
84311 [  6945] By: jhi                                   on 2000/08/31  15:07:00
84312         Log: Don't attach -ld to the archname if pointless.
84313      Branch: metaconfig
84314            ! U/threads/archname.U
84315      Branch: perl
84316            ! Configure config_h.SH
84317 ____________________________________________________________________________
84318 [  6944] By: jhi                                   on 2000/08/31  14:37:42
84319         Log: Wrap the test in eval.
84320              
84321              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
84322              From: Tim Jenness <timj@jach.hawaii.edu>
84323              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
84324              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
84325      Branch: perl
84326            ! t/lib/ftmp-security.t
84327 ____________________________________________________________________________
84328 [  6943] By: jhi                                   on 2000/08/31  14:30:57
84329         Log: Make -Dusemorebits find long doubles in Solaris.
84330      Branch: perl
84331            ! hints/solaris_2.sh
84332 ____________________________________________________________________________
84333 [  6942] By: jhi                                   on 2000/08/31  13:48:45
84334         Log: Clarify the third case of ftmp-security warnings.
84335      Branch: perl
84336            ! INSTALL
84337 ____________________________________________________________________________
84338 [  6941] By: jhi                                   on 2000/08/31  13:40:31
84339         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
84340              From: <abigail@foad.org>
84341              Date: Thu, 31 Aug 2000 01:35:05 -0400
84342              Message-ID: <20000831053505.32120.qmail@foad.org>
84343      Branch: perl
84344            ! pod/perldelta.pod
84345 ____________________________________________________________________________
84346 [  6940] By: jhi                                   on 2000/08/31  13:38:48
84347         Log: Issue useful diagnostic on unknown pod commands.
84348              
84349              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
84350              From: <abigail@foad.org>
84351              Date: Thu, 31 Aug 2000 03:41:18 -0400
84352              Message-ID: <20000831074118.24880.qmail@foad.org>
84353      Branch: perl
84354            ! lib/Pod/Man.pm
84355 ____________________________________________________________________________
84356 [  6939] By: jhi                                   on 2000/08/31  13:34:33
84357         Log: Reveal Borland's isnan.
84358              
84359              Subject: build with BC++ tweak
84360              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
84361              Date: Thu, 31 Aug 2000 13:09:37 +0400
84362              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
84363      Branch: perl
84364            ! win32/win32.h
84365 ____________________________________________________________________________
84366 [  6938] By: jhi                                   on 2000/08/31  05:01:20
84367         Log: Update Changes.
84368      Branch: perl
84369            ! Changes patchlevel.h
84370 ____________________________________________________________________________
84371 [  6937] By: jhi                                   on 2000/08/31  04:26:23
84372         Log: sscanf() may be the only way to read long doubles from strings.
84373      Branch: metaconfig/U/perl
84374            ! longdblfio.U
84375      Branch: perl
84376            ! Configure config_h.SH perl.h util.c
84377 ____________________________________________________________________________
84378 [  6936] By: jhi                                   on 2000/08/31  04:18:19
84379         Log: The #6929 was too skimpy.
84380      Branch: perl
84381            ! sv.c
84382 ____________________________________________________________________________
84383 [  6935] By: jhi                                   on 2000/08/31  02:47:07
84384         Log: Subject: Re: typos in pods
84385              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84386              Date: Wed, 30 Aug 2000 19:25:34 -0700
84387              Message-ID: <eIcr5gzkg25X092yn@efn.org>
84388      Branch: perl
84389            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
84390 ____________________________________________________________________________
84391 [  6934] By: jhi                                   on 2000/08/31  02:42:55
84392         Log: Missed one Unicode file.
84393      Branch: perl
84394            + lib/unicode/UCDFF301.html
84395 ____________________________________________________________________________
84396 [  6933] By: jhi                                   on 2000/08/30  23:42:27
84397         Log: Update Changes.
84398      Branch: perl
84399            ! Changes patchlevel.h
84400 ____________________________________________________________________________
84401 [  6932] By: jhi                                   on 2000/08/30  23:40:07
84402         Log: Mention UNTIE in perldelta.  Still needs documenting
84403              in perltie et alia.
84404      Branch: perl
84405            ! pod/perldelta.pod
84406 ____________________________________________________________________________
84407 [  6931] By: jhi                                   on 2000/08/30  23:36:02
84408         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
84409              From: <abigail@foad.org>
84410              Date: Wed, 30 Aug 2000 19:28:07 -0400
84411              Message-ID: <20000830232807.305.qmail@foad.org>
84412      Branch: perl
84413            ! pod/perldelta.pod
84414 ____________________________________________________________________________
84415 [  6930] By: jhi                                   on 2000/08/30  23:32:40
84416         Log: Update to Unicode 3.0.1.
84417      Branch: perl
84418            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
84419            + lib/unicode/PropList.txt lib/unicode/README.perl
84420            + lib/unicode/UCD301.html lib/unicode/Unicode.301
84421            - lib/unicode/Props.txt lib/unicode/UCD300.html
84422            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
84423            ! (edit 257 files)
84424 ____________________________________________________________________________
84425 [  6929] By: jhi                                   on 2000/08/30  22:38:18
84426         Log: Heap decorruption.
84427              
84428              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
84429              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84430              Date: Wed, 30 Aug 2000 22:39:52 +0100
84431              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
84432      Branch: perl
84433            ! sv.c
84434 ____________________________________________________________________________
84435 [  6928] By: jhi                                   on 2000/08/30  22:29:34
84436         Log: Retract the dummy test, skip the security tests (instead of failing),
84437              explain what the warnings mean.
84438      Branch: perl
84439            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
84440 ____________________________________________________________________________
84441 [  6927] By: jhi                                   on 2000/08/30  22:14:13
84442         Log: Change the internal implementation of sort() to be mergesort
84443              instead of quicksort, from John Linderman <jpl@research.att.com>.
84444              Gives us better worst case, better average case, and stability.
84445              What's there not to like?  (Small fixes for threaded builds
84446              were required).
84447      Branch: perl
84448            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
84449 ____________________________________________________________________________
84450 [  6926] By: jhi                                   on 2000/08/30  20:55:20
84451         Log: A better fix for the Socket building problem from Craig Berry.
84452      Branch: perl
84453            ! vms/vms.c
84454 ____________________________________________________________________________
84455 [  6925] By: jhi                                   on 2000/08/30  20:20:25
84456         Log: Subject: [PATCH] Re: UNTIE method 
84457              From: Nick Ing-Simmons <nik@tiuk.ti.com>
84458              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
84459              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
84460      Branch: perl
84461            ! pp_sys.c t/op/tie.t
84462 ____________________________________________________________________________
84463 [  6924] By: jhi                                   on 2000/08/30  20:17:11
84464         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
84465              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84466              Date: Wed, 30 Aug 2000 15:03:14 -0500
84467              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
84468      Branch: perl
84469            ! vms/vms.c
84470 ____________________________________________________________________________
84471 [  6923] By: jhi                                   on 2000/08/30  20:15:18
84472         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
84473              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84474              Date: Wed, 30 Aug 2000 13:30:36 -0500
84475              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
84476      Branch: perl
84477            ! vms/vms.c
84478 ____________________________________________________________________________
84479 [  6922] By: jhi                                   on 2000/08/30  19:54:43
84480         Log: Better options for rsync.
84481      Branch: perl
84482            ! pod/perlhack.pod
84483 ____________________________________________________________________________
84484 [  6921] By: jhi                                   on 2000/08/30  19:40:16
84485         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
84486              From: Rick Delaney <rick@consumercontact.com>
84487              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
84488              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
84489      Branch: perl
84490            ! pod/perlfunc.pod
84491 ____________________________________________________________________________
84492 [  6920] By: jhi                                   on 2000/08/30  19:36:40
84493         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
84494              From: Peter Prymmer <pvhp@forte.com>
84495              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
84496              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
84497      Branch: perl
84498            ! configure.com
84499 ____________________________________________________________________________
84500 [  6919] By: jhi                                   on 2000/08/30  14:52:02
84501         Log: Update Changes.
84502      Branch: perl
84503            ! Changes patchlevel.h
84504 ____________________________________________________________________________
84505 [  6918] By: jhi                                   on 2000/08/30  14:48:34
84506         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
84507      Branch: perl
84508            ! lib/ExtUtils/typemap
84509 ____________________________________________________________________________
84510 [  6917] By: jhi                                   on 2000/08/30  14:46:34
84511         Log: Subject: typos in pods
84512              From: Nicholas Clark <nick@ccl4.org>
84513              Date: Wed, 30 Aug 2000 01:12:50 +0100
84514              Message-ID: <20000830011249.A61388@plum.flirble.org>
84515      Branch: perl
84516            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
84517            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
84518            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
84519            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
84520 ____________________________________________________________________________
84521 [  6916] By: jhi                                   on 2000/08/30  14:19:09
84522         Log: Document Storable problems on Crays.  (Will have
84523              to document all the other Storable problems, too.)
84524      Branch: perl
84525            ! pod/perldelta.pod
84526 ____________________________________________________________________________
84527 [  6915] By: jhi                                   on 2000/08/30  14:06:02
84528         Log: Subject: [PATCH] fix misc cast warnings
84529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84530              Date: Tue, 29 Aug 2000 23:16:14 -0700
84531              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
84532      Branch: perl
84533            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
84534            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
84535            ! os2/os2ish.h
84536 ____________________________________________________________________________
84537 [  6914] By: jhi                                   on 2000/08/30  14:03:45
84538         Log: Timestamp mismatch again.  Need to fix this dependence on
84539              config_h.SH timestamp, since it's the contents of config_h.SH
84540              that matter.
84541      Branch: perl
84542            ! uconfig.h uconfig.sh
84543 ____________________________________________________________________________
84544 [  6913] By: jhi                                   on 2000/08/30  13:54:06
84545         Log: Don't say "Perl 5.0 source kit".
84546      Branch: perl
84547            ! perl.c
84548 ____________________________________________________________________________
84549 [  6912] By: jhi                                   on 2000/08/30  13:51:24
84550         Log: Reset archname and archname64 always, forcing them be
84551              recomputed at each Configure run, make Configure and
84552              the hints files agree on the naming of largefiles variables.
84553      Branch: metaconfig
84554            ! U/threads/archname.U
84555      Branch: metaconfig/U/perl
84556            ! use64bits.U
84557      Branch: perl
84558            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
84559            ! hints/linux.sh hints/solaris_2.sh
84560 ____________________________________________________________________________
84561 [  6911] By: jhi                                   on 2000/08/30  13:30:13
84562         Log: Put back the slice accidentally removed by #6907.
84563      Branch: perl
84564            ! hints/solaris_2.sh
84565 ____________________________________________________________________________
84566 [  6910] By: jhi                                   on 2000/08/30  01:24:26
84567         Log: Be consistent: other Net::get* do export theirs.
84568              
84569              Subject: Re: Net::protoent does not export 'getproto'
84570              From: Yasushi Nakajima <sey@jkc.co.jp>
84571              Date: Wed, 30 Aug 2000 09:53:14 +0900
84572              Message-Id: <200008300051.DAA24700@taku.hut.fi>
84573      Branch: perl
84574            ! lib/Net/protoent.pm
84575 ____________________________________________________________________________
84576 [  6909] By: jhi                                   on 2000/08/30  01:17:25
84577         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
84578              From: Gurusamy Sarathy <gsar@ActiveState.com>
84579              Date: Tue, 29 Aug 2000 17:17:07 -0700
84580              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
84581      Branch: perl
84582            ! cop.h
84583 ____________________________________________________________________________
84584 [  6908] By: jhi                                   on 2000/08/30  00:58:05
84585         Log: Update Changes.
84586      Branch: perl
84587            ! Changes patchlevel.h
84588 ____________________________________________________________________________
84589 [  6907] By: jhi                                   on 2000/08/30  00:57:22
84590         Log: Introduce ccname to keep track of what compiler kind of we have.
84591      Branch: metaconfig/U/perl
84592            ! Checkcc.U gccvers.U
84593      Branch: perl
84594            ! Configure config_h.SH hints/solaris_2.sh
84595 ____________________________________________________________________________
84596 [  6906] By: jhi                                   on 2000/08/30  00:25:47
84597         Log: Put back the flags dump as reasoned in
84598              
84599              Subject: Re: [PATCH] Glob dumping
84600              From: Mike Guy <mjtg@cam.ac.uk> 
84601              Date: Tue, 29 Aug 2000 21:41:32 +0100
84602              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
84603      Branch: perl
84604            ! dump.c t/lib/peek.t
84605 ____________________________________________________________________________
84606 [  6905] By: jhi                                   on 2000/08/30  00:16:17
84607         Log: Make the epsilon to be relative, not absolute.
84608              
84609              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
84610              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
84611              Date: Tue, 29 Aug 2000 19:58:56 -0400
84612              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
84613      Branch: perl
84614            ! t/lib/trig.t
84615 ____________________________________________________________________________
84616 [  6904] By: jhi                                   on 2000/08/30  00:13:09
84617         Log: From now on, Gisle is on my list of usual suspects :-)
84618              Retract #6902.
84619      Branch: perl
84620            ! ext/Opcode/Safe.pm
84621 ____________________________________________________________________________
84622 [  6903] By: jhi                                   on 2000/08/29  23:51:20
84623         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
84624              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84625              Date: Tue, 29 Aug 2000 18:43:26 -0500
84626              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
84627      Branch: perl
84628            + vms/vmspipe.com
84629            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
84630            ! vms/vms.c
84631 ____________________________________________________________________________
84632 [  6902] By: jhi                                   on 2000/08/29  23:44:14
84633         Log: Retry what #6882 attempted.
84634              
84635              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
84636              From: Gisle Aas <gisle@ActiveState.com>
84637              Date: 30 Aug 2000 00:33:09 +0200
84638              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
84639      Branch: perl
84640            ! ext/Opcode/Safe.pm
84641 ____________________________________________________________________________
84642 [  6901] By: jhi                                   on 2000/08/29  22:59:32
84643         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
84644              From: Hugo <hv@crypt.compulink.co.uk>
84645              Date: Mon, 12 Jun 2000 19:36:08 +0100
84646              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
84647      Branch: perl
84648            ! sv.c
84649 ____________________________________________________________________________
84650 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84651         Log: Admit that we are leaking scalars.
84652              
84653              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84654              From: Spider Boardman <spider@leggy.zk3.dec.com>
84655              Date: Tue, 29 Aug 2000 18:48:29 -0400
84656              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84657      Branch: perl
84658            ! t/pragma/warnings.t
84659 ____________________________________________________________________________
84660 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84661         Log: Update Changes.
84662      Branch: perl
84663            ! Changes patchlevel.h
84664 ____________________________________________________________________________
84665 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84666         Log: Undo namespace pollution of #6878.
84667              
84668              Subject: Re: Net::protoent does not export 'getproto'
84669              From: Mike Guy <mjtg@cam.ac.uk>
84670              Date: Tue, 29 Aug 2000 21:32:37 +0100
84671              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84672      Branch: perl
84673            ! lib/Net/protoent.pm
84674 ____________________________________________________________________________
84675 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84676         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84677              From: Peter Prymmer <pvhp@forte.com>
84678              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84679              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84680      Branch: perl
84681            ! pod/perlebcdic.pod
84682 ____________________________________________________________________________
84683 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84684         Log: There's no point repeating the 'revision' (5) of perl5.
84685      Branch: metaconfig/U/perl
84686            ! Devel.U patchlevel.U
84687      Branch: perl
84688            ! Configure config_h.SH
84689 ____________________________________________________________________________
84690 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84691         Log: Regen Configure for #6894.
84692      Branch: metaconfig/U/perl
84693            ! perladmin.U
84694      Branch: perl
84695            ! Configure config_h.SH
84696 ____________________________________________________________________________
84697 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84698         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84699              From: "Philip Newton" <Philip.Newton@gmx.net>
84700              Date: Tue, 29 Aug 2000 21:39:14 +0200
84701              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84702      Branch: perl
84703            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84704            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84705            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84706            ! utils/perlbug.PL
84707 ____________________________________________________________________________
84708 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84709         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84710              From: "Philip Newton" <Philip.Newton@gmx.net>
84711              Date: Tue, 29 Aug 2000 21:39:14 +0200
84712              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84713      Branch: perl
84714            ! installhtml
84715 ____________________________________________________________________________
84716 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84717         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84718              From: "Philip Newton" <Philip.Newton@gmx.net>
84719              Date: Tue, 29 Aug 2000 21:48:18 +0200
84720              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84721      Branch: perl
84722            ! lib/File/Temp.pm
84723 ____________________________________________________________________________
84724 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84725         Log: Nail the ID 20000828.023.
84726      Branch: perl
84727            ! ext/Storable/Storable.xs
84728 ____________________________________________________________________________
84729 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84730         Log: Under usethreads the dumped variable is IN_PAD.
84731              
84732              Subject: Re: [PATCH] Glob dumping
84733              From: Gisle Aas <gisle@ActiveState.com>
84734              Date: 29 Aug 2000 18:45:05 +0200
84735              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84736      Branch: perl
84737            ! t/lib/peek.t
84738 ____________________________________________________________________________
84739 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84740         Log: Update Changes.
84741      Branch: perl
84742            ! Changes patchlevel.h
84743 ____________________________________________________________________________
84744 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84745         Log: Retract #6882, broke the safe tests.
84746      Branch: perl
84747            ! ext/Opcode/Safe.pm
84748 ____________________________________________________________________________
84749 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84750         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84751              From: Gisle Aas <gisle@ActiveState.com> 
84752              Date: 09 Jun 2000 20:00:11 +0200
84753              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84754      Branch: perl
84755            ! utils/perldoc.PL
84756 ____________________________________________________________________________
84757 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84758         Log: The #6881 removed one dump line.
84759      Branch: perl
84760            ! t/lib/peek.t
84761 ____________________________________________________________________________
84762 [  6885] By: jhi                                   on 2000/08/29  14:30:47
84763         Log: Don't forget to tidy up.
84764      Branch: perl
84765            ! t/lib/ftmp-security.t
84766 ____________________________________________________________________________
84767 [  6884] By: jhi                                   on 2000/08/29  14:25:17
84768         Log: Disabling the one test is a bit tricky.
84769      Branch: perl
84770            ! t/lib/ftmp-security.t
84771 ____________________________________________________________________________
84772 [  6883] By: jhi                                   on 2000/08/29  14:16:25
84773         Log: Disable one of the tests for now.
84774      Branch: perl
84775            ! t/lib/ftmp-security.t
84776 ____________________________________________________________________________
84777 [  6882] By: jhi                                   on 2000/08/29  14:05:50
84778         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
84779              From: gisle@aas.no
84780              Date: 29 Aug 2000 10:35:06 -0000
84781              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
84782      Branch: perl
84783            ! ext/Opcode/Safe.pm
84784 ____________________________________________________________________________
84785 [  6881] By: jhi                                   on 2000/08/29  14:03:51
84786         Log: Subject: [PATCH] Glob dumping
84787              From: Gisle Aas <gisle@ActiveState.com>
84788              Date: 29 Aug 2000 07:59:42 -0000
84789              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
84790      Branch: perl
84791            ! dump.c
84792 ____________________________________________________________________________
84793 [  6880] By: jhi                                   on 2000/08/29  14:02:01
84794         Log: Subject: [PATCH] Warnings in B::Deparse
84795              From: <abigail@foad.org>
84796              Date: Tue, 29 Aug 2000 00:00:01 -0400
84797              Message-ID: <20000829040001.2999.qmail@foad.org>
84798      Branch: perl
84799            ! ext/B/B/Deparse.pm
84800 ____________________________________________________________________________
84801 [  6879] By: jhi                                   on 2000/08/29  13:57:26
84802         Log: Missed a change in #6869.
84803      Branch: perl
84804            ! mg.c
84805 ____________________________________________________________________________
84806 [  6878] By: jhi                                   on 2000/08/29  13:45:04
84807         Log: Subject: Net::protoent does not export 'getproto'
84808              From: Yasushi Nakajima <sey@jkc.co.jp>
84809              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
84810      Branch: perl
84811            ! lib/Net/protoent.pm
84812 ____________________________________________________________________________
84813 [  6877] By: jhi                                   on 2000/08/29  13:39:19
84814         Log: Patches all over for people and the files they (hopefully) care about.
84815      Branch: perl
84816            ! AUTHORS Changes MAINTAIN
84817 ____________________________________________________________________________
84818 [  6876] By: jhi                                   on 2000/08/29  12:53:54
84819         Log: Fix for thinko in #6848.
84820              
84821              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
84822              From: Lupe Christoph <lupe@lupe-christoph.de>
84823              Date: Tue, 29 Aug 2000 09:04:08 +0200
84824              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
84825      Branch: perl
84826            ! ext/Thread/Thread.xs
84827 ____________________________________________________________________________
84828 [  6875] By: jhi                                   on 2000/08/29  12:50:14
84829         Log: Update to Getopt::Long 2.24, from Johan Vromans.
84830      Branch: perl
84831            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84832 ____________________________________________________________________________
84833 [  6874] By: jhi                                   on 2000/08/29  02:09:53
84834         Log: Use minimal @INC in tests, most of the time just '../lib',
84835              so that we simply can't pick up stuff from other Perls than
84836              the one we are testing.  Pointed out by
84837              
84838              From: Mike Guy <mjtg@cam.ac.uk>
84839              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
84840              Date: Fri, 25 Aug 2000 15:15:59 +0100
84841              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
84842      Branch: perl
84843            ! (edit 185 files)
84844 ____________________________________________________________________________
84845 [  6873] By: jhi                                   on 2000/08/29  01:07:11
84846         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
84847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84848              Date: Mon, 28 Aug 2000 17:45:52 -0700
84849              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
84850      Branch: perl
84851            ! Makefile.SH hints/os2.sh
84852 ____________________________________________________________________________
84853 [  6872] By: jhi                                   on 2000/08/28  23:33:39
84854         Log: Subject: [PATCH bleedperl@6866] spellings
84855              From: marcel@codewerk.com (Marcel Grunauer)
84856              Date: Tue, 29 Aug 2000 01:19:59 +0200
84857              Message-Id: <200008282319.BAA29862@gandalf.local>
84858      Branch: perl
84859            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
84860            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
84861            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
84862 ____________________________________________________________________________
84863 [  6871] By: jhi                                   on 2000/08/28  23:22:09
84864         Log: Take out the SUIDMAIL thing, that will not be
84865              a problem in 5.7.*.
84866      Branch: perl
84867            ! patchlevel.h
84868 ____________________________________________________________________________
84869 [  6870] By: jhi                                   on 2000/08/28  23:19:30
84870         Log: -S is the silent flag, -s is the strip flag.
84871              
84872              Subject: [PATCH] Re: [PATCH] make no-install          
84873              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84874              Date: Mon, 28 Aug 2000 15:12:55 -0700
84875              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
84876      Branch: perl
84877            ! Makefile.SH
84878 ____________________________________________________________________________
84879 [  6869] By: jhi                                   on 2000/08/28  23:12:05
84880         Log: Subject: [PATCH bleedperl@6856] warnings fixes
84881              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84882              Date: Mon, 28 Aug 2000 23:55:06 +0100
84883              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
84884      Branch: perl
84885            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
84886            ! warnings.h warnings.pl
84887 ____________________________________________________________________________
84888 [  6868] By: jhi                                   on 2000/08/28  21:38:22
84889         Log: Potential cruft.
84890      Branch: perl
84891            ! Makefile.SH
84892 ____________________________________________________________________________
84893 [  6867] By: jhi                                   on 2000/08/28  21:35:36
84894         Log: Update Changes.
84895      Branch: perl
84896            ! Changes patchlevel.h
84897 ____________________________________________________________________________
84898 [  6866] By: jhi                                   on 2000/08/28  21:33:49
84899         Log: Subject: hv.h Doc Patch
84900              From: Fisher Mark <fisherm@tce.com>
84901              Date: Mon, 28 Aug 2000 16:24:59 -0500
84902              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
84903      Branch: perl
84904            ! hv.h
84905 ____________________________________________________________________________
84906 [  6865] By: jhi                                   on 2000/08/28  21:02:15
84907         Log: Add -ld to archname on long tr...double platforms.
84908      Branch: metaconfig
84909            ! U/threads/archname.U
84910      Branch: perl
84911            ! Configure config_h.SH
84912 ____________________________________________________________________________
84913 [  6864] By: jhi                                   on 2000/08/28  20:38:59
84914         Log: An attempt to fix the problem reported in
84915              
84916              Subject: Building perl@6856 using gcc/AIX 4.3.3 
84917              From: Daniel Muino <dmuino@afip.gov.ar> 
84918              Date: Mon, 28 Aug 2000 15:50:01 -0300   
84919              Message-ID: <20000828155001.A14403@con2-dgi>
84920              
84921              I can't test this properly since the gcc installation I have
84922              access to seems to be botched (gcc is calling the AIX cpp,
84923              a losing proposition...)
84924      Branch: perl
84925            ! hints/aix.sh
84926 ____________________________________________________________________________
84927 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84928         Log: Fix for ID 20000828.001, long doubles were not formatted
84929              correctly (showed up in $], which stopped installing perl).
84930      Branch: perl
84931            ! sv.c
84932 ____________________________________________________________________________
84933 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84934         Log: Typo in #6858.
84935      Branch: perl
84936            ! lib/Cwd.pm
84937 ____________________________________________________________________________
84938 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84939         Log: opmini.o may be left around if a build is interrupted.
84940      Branch: perl
84941            ! Makefile.SH
84942 ____________________________________________________________________________
84943 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84944         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84945              From: Daniel Chetlin <daniel@chetlin.com>
84946              Date: Mon, 28 Aug 2000 01:14:18 -0700
84947              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84948      Branch: perl
84949            ! lib/overload.pm
84950 ____________________________________________________________________________
84951 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84952         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84953              From: Nicholas Clark <nick@ccl4.org>
84954              Date: Mon, 28 Aug 2000 16:03:27 +0100
84955              Message-Id: <20000828160327.C49785@plum.flirble.org>
84956      Branch: perl
84957            ! ext/ByteLoader/bytecode.h
84958 ____________________________________________________________________________
84959 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84960         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84961              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84962              Date: Mon, 28 Aug 2000 13:08:30 +0200
84963              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84964      Branch: perl
84965            ! lib/Cwd.pm
84966 ____________________________________________________________________________
84967 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84968         Log: display_format used as a class method without arguments was broken,
84969              reported in
84970              
84971              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84972              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84973              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84974              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84975      Branch: perl
84976            ! lib/Math/Complex.pm t/lib/complex.t
84977 ____________________________________________________________________________
84978 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84979         Log: Update Changes.
84980      Branch: perl
84981            ! Changes patchlevel.h
84982 ____________________________________________________________________________
84983 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84984         Log: Retract #6853 (false alarm).
84985      Branch: perl
84986            ! lib/ExtUtils/xsubpp
84987 ____________________________________________________________________________
84988 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84989         Log: Update Changes.
84990      Branch: perl
84991            ! Changes patchlevel.h
84992 ____________________________________________________________________________
84993 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84994         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84995              From: Hugo <hv@crypt.compulink.co.uk>
84996              Date: Sun, 27 Aug 2000 22:30:25 +0100
84997              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84998      Branch: perl
84999            ! lib/ExtUtils/xsubpp
85000 ____________________________________________________________________________
85001 [  6852] By: jhi                                   on 2000/08/27  21:33:58
85002         Log: Big-endian 64-bit patch from Raphael Manfredi.
85003      Branch: perl
85004            ! ext/Storable/Storable.xs
85005 ____________________________________________________________________________
85006 [  6851] By: jhi                                   on 2000/08/27  21:22:21
85007         Log: More ruthless editing from Hugo van der Sanden.
85008      Branch: perl
85009            ! pod/perldelta.pod
85010 ____________________________________________________________________________
85011 [  6850] By: jhi                                   on 2000/08/27  16:11:46
85012         Log: Update Changes.
85013      Branch: perl
85014            ! Changes patchlevel.h
85015 ____________________________________________________________________________
85016 [  6849] By: jhi                                   on 2000/08/27  16:11:05
85017         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
85018      Branch: perl
85019            ! configpm pod/perldelta.pod
85020 ____________________________________________________________________________
85021 [  6848] By: jhi                                   on 2000/08/27  15:35:08
85022         Log: Use the actual thread type, not the pointer-to-struct.
85023      Branch: perl
85024            ! ext/Thread/Thread.xs
85025 ____________________________________________________________________________
85026 [  6847] By: jhi                                   on 2000/08/27  15:30:49
85027         Log: Test nit.
85028      Branch: perl
85029            ! t/pragma/warn/pp_sys
85030 ____________________________________________________________________________
85031 [  6846] By: jhi                                   on 2000/08/27  15:19:02
85032         Log: Passing -R in ldflags makes now it to appear in the default
85033              for lddlflags, just like with -L.
85034              
85035              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
85036              From: Lupe Christoph <lupe@lupe-christoph.de>
85037              Date: Sun, 27 Aug 2000 10:28:21 +0200
85038              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
85039      Branch: metaconfig/U/perl
85040            ! dlsrc.U
85041      Branch: perl
85042            ! Configure
85043 ____________________________________________________________________________
85044 [  6845] By: jhi                                   on 2000/08/27  15:08:54
85045         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
85046              From: Alan Burlison <Alan.Burlison@uk.sun.com>
85047              Date: Sat, 26 Aug 2000 22:23:27 +0100
85048              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
85049      Branch: perl
85050            ! lib/ExtUtils/MM_Unix.pm
85051 ____________________________________________________________________________
85052 [  6844] By: jhi                                   on 2000/08/27  15:02:37
85053         Log: DJGPP update from Laszlo Molnar.
85054              
85055              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
85056              From: ml1050 <ml1050@freemail.hu>
85057              Date: Sat, 26 Aug 2000 23:24:40 +0200
85058              Message-Id: <20000826232440.A439@freemail.hu>
85059      Branch: perl
85060            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
85061            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
85062 ____________________________________________________________________________
85063 [  6843] By: jhi                                   on 2000/08/27  14:53:58
85064         Log: Subject: installman buglet
85065              From: Lupe Christoph <lupe@lupe-christoph.de>
85066              Date: Sun, 27 Aug 2000 14:38:59 +0200
85067              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
85068      Branch: perl
85069            ! installman
85070 ____________________________________________________________________________
85071 [  6842] By: jhi                                   on 2000/08/27  14:52:08
85072         Log: Can't get the test to reliably work thanks to the
85073              inaccurateness of floating point.  "Resolves" bug ids
85074              20000826.003, 20000826.009, 20000826.010,
85075      Branch: perl
85076            ! t/lib/trig.t
85077 ____________________________________________________________________________
85078 [  6841] By: jhi                                   on 2000/08/26  15:53:58
85079         Log: Update Changes.
85080      Branch: perl
85081            ! Changes patchlevel.h
85082 ____________________________________________________________________________
85083 [  6840] By: jhi                                   on 2000/08/26  14:23:03
85084         Log: grep -e isn't portable.
85085              
85086              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
85087              From: chris@broadband.att.com
85088              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
85089              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
85090      Branch: perl
85091            ! hints/solaris_2.sh
85092 ____________________________________________________________________________
85093 [  6839] By: jhi                                   on 2000/08/26  14:12:23
85094         Log: no-install target a la make -n.
85095              
85096              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
85097              From: <abigail@foad.org>
85098              Date: Sat, 26 Aug 2000 03:57:34 -0400
85099              Message-ID: <20000826075735.18912.qmail@foad.org>
85100      Branch: perl
85101            ! Makefile.SH installman installperl
85102 ____________________________________________________________________________
85103 [  6838] By: jhi                                   on 2000/08/26  14:06:33
85104         Log: Retract #6826 as the #6828 should be do the same
85105              in a More Correct Way.
85106      Branch: perl
85107            ! installperl
85108 ____________________________________________________________________________
85109 [  6837] By: jhi                                   on 2000/08/26  05:24:00
85110         Log: More casting.
85111      Branch: perl
85112            ! ext/Storable/Storable.xs
85113 ____________________________________________________________________________
85114 [  6836] By: jhi                                   on 2000/08/26  05:05:46
85115         Log: Nicer in decimal.
85116      Branch: perl
85117            ! ext/Storable/Storable.xs
85118 ____________________________________________________________________________
85119 [  6835] By: jhi                                   on 2000/08/26  05:03:50
85120         Log: There be no UVdf.
85121      Branch: perl
85122            ! ext/Storable/Storable.xs
85123 ____________________________________________________________________________
85124 [  6834] By: jhi                                   on 2000/08/26  05:00:18
85125         Log: Continue IVdfing and UVxfing.
85126      Branch: perl
85127            ! ext/Storable/Storable.xs
85128 ____________________________________________________________________________
85129 [  6833] By: jhi                                   on 2000/08/26  04:53:14
85130         Log: Use IVdf.
85131      Branch: perl
85132            ! ext/Storable/Storable.xs
85133 ____________________________________________________________________________
85134 [  6832] By: jhi                                   on 2000/08/26  04:40:41
85135         Log: Document PTR2XX and INT2PTR.
85136      Branch: perl
85137            ! pod/perlguts.pod
85138 ____________________________________________________________________________
85139 [  6831] By: jhi                                   on 2000/08/26  04:33:18
85140         Log: Use UVxf, PTR2UV, NVff.
85141      Branch: perl
85142            ! ext/Storable/Storable.xs
85143 ____________________________________________________________________________
85144 [  6830] By: jhi                                   on 2000/08/26  04:31:32
85145         Log: Update the test count.
85146      Branch: perl
85147            ! t/lib/trig.t
85148 ____________________________________________________________________________
85149 [  6829] By: jhi                                   on 2000/08/26  03:05:50
85150         Log: Subject: [PATCH] installation not quite silent yet.
85151              From: <abigail@foad.org>
85152              Date: Fri, 25 Aug 2000 20:07:53 -0400
85153              Message-ID: <20000826000753.7822.qmail@foad.org>
85154      Branch: perl
85155            ! installman installperl
85156 ____________________________________________________________________________
85157 [  6828] By: jhi                                   on 2000/08/26  03:05:14
85158         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85159              From: Spider Boardman <spider@web.zk3.dec.com>
85160              Date: Fri, 25 Aug 2000 19:12:40 -0400
85161              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
85162      Branch: perl
85163            ! gv.c
85164 ____________________________________________________________________________
85165 [  6827] By: jhi                                   on 2000/08/25  23:54:34
85166         Log: Support preserving extremely big/small angles.
85167      Branch: perl
85168            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
85169 ____________________________________________________________________________
85170 [  6826] By: jhi                                   on 2000/08/25  23:01:20
85171         Log: Patch installperl to be long double-aware.
85172              
85173              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85174              From: Spider Boardman <spider@web.zk3.dec.com>
85175              Date: Fri, 25 Aug 2000 18:15:23 -0400
85176              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
85177      Branch: perl
85178            ! installperl
85179 ____________________________________________________________________________
85180 [  6825] By: jhi                                   on 2000/08/25  22:58:25
85181         Log: Remove duplicately applied patch shards.
85182              
85183              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
85184              From: Spider Boardman <spider@leggy.zk3.dec.com>
85185              Date: Fri, 25 Aug 2000 16:45:03 -0400
85186              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
85187      Branch: perl
85188            ! t/lib/cgi-html.t
85189 ____________________________________________________________________________
85190 [  6824] By: jhi                                   on 2000/08/25  22:57:00
85191         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85192              From: Daniel Chetlin <daniel@chetlin.com>
85193              Date: Fri, 25 Aug 2000 12:23:16 -0700
85194              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
85195              
85196              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85197              From: Daniel Chetlin <daniel@chetlin.com>
85198              Date: Fri, 25 Aug 2000 14:47:19 -0700
85199              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
85200      Branch: perl
85201            ! installman
85202 ____________________________________________________________________________
85203 [  6823] By: jhi                                   on 2000/08/25  22:44:17
85204         Log: Timestamp problem?
85205      Branch: perl
85206            ! uconfig.h uconfig.sh
85207 ____________________________________________________________________________
85208 [  6822] By: jhi                                   on 2000/08/25  19:01:06
85209         Log: One forgotten file from #6816.
85210      Branch: perl
85211            ! vos/config.h
85212 ____________________________________________________________________________
85213 [  6821] By: jhi                                   on 2000/08/25  18:56:39
85214         Log: Regen Changes.
85215      Branch: perl
85216            ! Changes patchlevel.h
85217 ____________________________________________________________________________
85218 [  6820] By: jhi                                   on 2000/08/25  18:52:35
85219         Log: Fix Changes ordering.
85220      Branch: perl
85221            ! Changes
85222 ____________________________________________________________________________
85223 [  6819] By: jhi                                   on 2000/08/25  18:50:25
85224         Log: Update Changes.
85225      Branch: perl
85226            ! Changes patchlevel.h
85227 ____________________________________________________________________________
85228 [  6818] By: jhi                                   on 2000/08/25  18:47:45
85229         Log: Tweak the sfio/useperlio logic, hopefully as wished in
85230              
85231              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
85232              From: Nicholas Clark <nick@babyhippo.co.uk>
85233              Date: Fri, 25 Aug 2000 12:01:45 +0100
85234              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
85235      Branch: metaconfig/U/perl
85236            ! d_sfio.U
85237      Branch: perl
85238            ! Configure
85239 ____________________________________________________________________________
85240 [  6817] By: jhi                                   on 2000/08/25  18:32:51
85241         Log: Allow microperl to assume <math.h>, without it the math
85242              functions like floor() are assumed to return int, which makes
85243              for core dumps in machines where integer and floating register
85244              don't mix.
85245      Branch: perl
85246            ! uconfig.h uconfig.sh
85247 ____________________________________________________________________________
85248 [  6816] By: jhi                                   on 2000/08/25  18:27:17
85249         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
85250              the problem reported in
85251              
85252              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
85253              From: danhale@us.ibm.com
85254              Date: Fri, 25 Aug 2000 10:58:06 -0400
85255              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
85256      Branch: metaconfig/U/perl
85257            + d_socks5_init.U
85258      Branch: perl
85259            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
85260            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
85261            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
85262            ! win32/config.gc win32/config.vc
85263 ____________________________________________________________________________
85264 [  6815] By: jhi                                   on 2000/08/25  17:43:31
85265         Log: A solution for the retrieve_fd autosplit warning,
85266              idea suggested by Mike Guy.
85267      Branch: perl
85268            ! ext/Storable/Storable.pm
85269 ____________________________________________________________________________
85270 [  6814] By: jhi                                   on 2000/08/25  17:16:03
85271         Log: Add install-silent target.
85272      Branch: perl
85273            ! Makefile.SH
85274 ____________________________________________________________________________
85275 [  6813] By: jhi                                   on 2000/08/25  17:14:23
85276         Log: Subject: Re: [PATCH] More silencing of installman.
85277              From: <abigail@foad.org>
85278              Date: Thu, 24 Aug 2000 19:27:03 -0400
85279              Message-ID: <20000824232703.7001.qmail@foad.org>
85280              
85281              Subject: Re: [PATCH] More silencing of installman.
85282              From: <abigail@foad.org>
85283              Date: Fri, 25 Aug 2000 03:00:58 -0400
85284              Message-ID: <20000825070058.10697.qmail@foad.org>
85285      Branch: perl
85286            ! installman
85287 ____________________________________________________________________________
85288 [  6812] By: jhi                                   on 2000/08/25  17:11:28
85289         Log: installperl --verbose and --silent.
85290              
85291              Subject: Re: [PATCH] More silencing of installman.
85292              From: <abigail@foad.org>
85293              Message-ID: <20000825064430.9719.qmail@foad.org>
85294              Date: Fri, 25 Aug 2000 02:44:30 -0400
85295      Branch: perl
85296            ! installperl
85297 ____________________________________________________________________________
85298 [  6811] By: jhi                                   on 2000/08/25  17:05:43
85299         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
85300              From: "Peter J. Farley III" <pjfarley@banet.net>
85301              Date: Thu, 24 Aug 2000 21:58:03 -0400
85302              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
85303              
85304              (applied slightly modified)
85305      Branch: perl
85306            ! lib/ExtUtils/MM_Unix.pm
85307 ____________________________________________________________________________
85308 [  6810] By: jhi                                   on 2000/08/25  17:01:18
85309         Log: Missing parts of 
85310              
85311              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
85312              From: Peter Prymmer <pvhp@forte.com>
85313              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
85314              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
85315      Branch: perl
85316            ! t/lib/cgi-html.t
85317 ____________________________________________________________________________
85318 [  6809] By: jhi                                   on 2000/08/25  16:46:32
85319         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
85320              From: "Craig A. Berry" <craig.berry@psinetcs.com>
85321              Date: Thu, 24 Aug 2000 19:13:11 -0500
85322              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
85323      Branch: perl
85324            ! vms/vms.c
85325 ____________________________________________________________________________
85326 [  6808] By: jhi                                   on 2000/08/25  16:39:22
85327         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
85328              From: Peter Prymmer <pvhp@forte.com>
85329              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
85330              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
85331      Branch: perl
85332            ! configure.com
85333 ____________________________________________________________________________
85334 [  6807] By: jhi                                   on 2000/08/25  16:36:37
85335         Log: Better wording for the vec lvalue diagnostic.
85336              
85337              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85338              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
85339              Date: Wed, 23 Aug 2000 14:12:16 -0400
85340              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
85341      Branch: perl
85342            ! pod/perldiag.pod
85343 ____________________________________________________________________________
85344 [  6806] By: jhi                                   on 2000/08/24  18:17:22
85345         Log: Subject: [PATCH] More silencing of installman.
85346              From: <abigail@foad.org>
85347              Date: Thu, 24 Aug 2000 14:01:44 -0400
85348              Message-ID: <20000824180144.20062.qmail@foad.org>
85349      Branch: perl
85350            ! installman
85351 ____________________________________________________________________________
85352 [  6805] By: jhi                                   on 2000/08/24  15:00:31
85353         Log: Update Changes.
85354      Branch: perl
85355            ! Changes patchlevel.h
85356 ____________________________________________________________________________
85357 [  6804] By: jhi                                   on 2000/08/24  14:59:07
85358         Log: Regen perltoc.
85359      Branch: perl
85360            ! pod/perltoc.pod
85361 ____________________________________________________________________________
85362 [  6803] By: jhi                                   on 2000/08/24  14:44:39
85363         Log: Show the doc file, not the temp file.
85364      Branch: perl
85365            ! installman
85366 ____________________________________________________________________________
85367 [  6802] By: jhi                                   on 2000/08/24  14:41:53
85368         Log: Continue silencing.
85369      Branch: perl
85370            ! installman
85371 ____________________________________________________________________________
85372 [  6801] By: jhi                                   on 2000/08/24  14:34:40
85373         Log: Actually do something with the silencer option.
85374      Branch: perl
85375            ! installman
85376 ____________________________________________________________________________
85377 [  6800] By: jhi                                   on 2000/08/24  14:26:22
85378         Log: Make installman to recognize the silence flag -S.
85379      Branch: perl
85380            ! installman
85381 ____________________________________________________________________________
85382 [  6799] By: jhi                                   on 2000/08/24  13:49:38
85383         Log: DOS patches and portability/porting notes, from Tim Jenness.
85384      Branch: perl
85385            ! lib/File/Temp.pm
85386 ____________________________________________________________________________
85387 [  6798] By: jhi                                   on 2000/08/24  13:48:27
85388         Log: Create directories in silence.
85389              
85390              Subject: [PATCH] Another silencer for MakeMaker
85391              From: andreas.koenig@anima.de (Andreas J. Koenig)
85392              Date: 24 Aug 2000 14:18:52 +0200
85393              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
85394      Branch: perl
85395            ! lib/ExtUtils/Command.pm
85396 ____________________________________________________________________________
85397 [  6797] By: jhi                                   on 2000/08/24  13:46:42
85398         Log: More liberal parsing of version numbers.
85399              
85400              Subject: Re: CPAN.pm beta for testing available
85401              From: andreas.koenig@anima.de (Andreas J. Koenig)
85402              Date: 24 Aug 2000 13:51:57 +0200
85403              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
85404      Branch: perl
85405            ! lib/CPAN.pm
85406 ____________________________________________________________________________
85407 [  6796] By: jhi                                   on 2000/08/24  13:44:36
85408         Log: Make "make install" by default silent.  A new "install-verbose"
85409              target is verbose.
85410      Branch: perl
85411            ! Makefile.SH
85412 ____________________________________________________________________________
85413 [  6795] By: jhi                                   on 2000/08/24  13:39:14
85414         Log: Add silencer flags to installperl.
85415              
85416              Subject: [PATCH] Making installperl silent.
85417              From: <abigail@foad.org>
85418              Date: Thu, 24 Aug 2000 05:01:45 -0400
85419              Message-ID: <20000824090145.13141.qmail@foad.org>
85420      Branch: perl
85421            ! installperl
85422 ____________________________________________________________________________
85423 [  6794] By: jhi                                   on 2000/08/24  13:35:50
85424         Log: installperl couldn't tell whether it had run tests or not.
85425              
85426              Subject: [PATCH] Re: installperl and t/TEST
85427              From: <abigail@foad.org>
85428              Date: Thu, 24 Aug 2000 04:00:53 -0400
85429              Message-ID: <20000824080053.2494.qmail@foad.org>
85430      Branch: perl
85431            ! Makefile.SH installperl
85432 ____________________________________________________________________________
85433 [  6793] By: jhi                                   on 2000/08/24  13:27:50
85434         Log: Drop the separate perlbc, perlcc -b should be enough.
85435      Branch: perl
85436            - utils/perlbc.PL
85437            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
85438 ____________________________________________________________________________
85439 [  6792] By: jhi                                   on 2000/08/24  04:41:30
85440         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
85441              plus the typo fix from Peter Prymmer.
85442      Branch: perl
85443            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
85444            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
85445 ____________________________________________________________________________
85446 [  6791] By: jhi                                   on 2000/08/24  02:10:43
85447         Log: Replace #6705 with a minimal doc patch.
85448              
85449              Subject: [PATCH 5.6.0] replace change #6705
85450              From: Jan Dubois <jand@ActiveState.com>
85451              Date: Wed, 23 Aug 2000 18:31:51 -0700
85452              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
85453      Branch: perl
85454            ! lib/Win32.pod win32/win32.c
85455 ____________________________________________________________________________
85456 [  6790] By: jhi                                   on 2000/08/23  17:52:00
85457         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85458              From: Mike Guy <mjtg@cam.ac.uk>
85459              Date: Wed, 23 Aug 2000 18:38:46 +0100
85460              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
85461      Branch: perl
85462            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
85463 ____________________________________________________________________________
85464 [  6789] By: jhi                                   on 2000/08/23  15:34:21
85465         Log: Update Changes.
85466      Branch: perl
85467            ! Changes patchlevel.h
85468 ____________________________________________________________________________
85469 [  6788] By: jhi                                   on 2000/08/23  15:33:40
85470         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
85471              From: Wilfredo Sánchez <wsanchez@apple.com>
85472              Date: Tue, 22 Aug 2000 19:31:27 -0700
85473              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
85474      Branch: perl
85475            ! perl.h
85476 ____________________________________________________________________________
85477 [  6787] By: jhi                                   on 2000/08/23  15:29:31
85478         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
85479              From: Spider Boardman <spider@leggy.zk3.dec.com>
85480              Date: Wed, 23 Aug 2000 10:33:23 -0400
85481              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
85482      Branch: perl
85483            ! lib/Pod/Html.pm
85484 ____________________________________________________________________________
85485 [  6786] By: jhi                                   on 2000/08/23  15:28:11
85486         Log: Bad makefile.
85487      Branch: perl
85488            ! ext/B/Makefile.PL
85489 ____________________________________________________________________________
85490 [  6785] By: jhi                                   on 2000/08/23  14:37:04
85491         Log: Update Changes.
85492      Branch: perl
85493            ! Changes patchlevel.h
85494 ____________________________________________________________________________
85495 [  6784] By: jhi                                   on 2000/08/23  13:58:41
85496         Log: Portability fix from Hugo van der Sanden.
85497      Branch: perl
85498            ! ext/re/Makefile.PL
85499 ____________________________________________________________________________
85500 [  6783] By: jhi                                   on 2000/08/23  13:53:53
85501         Log: Storable support, v-version fixes.
85502              
85503              Subject: CPAN.pm beta for testing available
85504              From: andreas.koenig@anima.de (Andreas J. Koenig)
85505              Date: 22 Aug 2000 23:31:33 +0200
85506              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
85507      Branch: perl
85508            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85509 ____________________________________________________________________________
85510 [  6782] By: jhi                                   on 2000/08/23  13:51:26
85511         Log: Mac and other portability updates from Chris Nandor.
85512      Branch: perl
85513            ! pod/perlmodinstall.pod
85514 ____________________________________________________________________________
85515 [  6781] By: jhi                                   on 2000/08/23  13:47:33
85516         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
85517              From: Peter Prymmer <pvhp@forte.com>
85518              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
85519              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
85520      Branch: perl
85521            ! ext/Storable/Storable.xs
85522 ____________________________________________________________________________
85523 [  6780] By: jhi                                   on 2000/08/23  13:33:34
85524         Log: VMS MMS (make) wants null action.
85525      Branch: perl
85526            ! ext/B/Makefile.PL
85527 ____________________________________________________________________________
85528 [  6779] By: jhi                                   on 2000/08/22  19:44:47
85529         Log: Forgot portability nit.
85530      Branch: perl
85531            ! t/lib/st-forgive.t
85532 ____________________________________________________________________________
85533 [  6778] By: jhi                                   on 2000/08/22  19:35:25
85534         Log: Be portable.
85535      Branch: perl
85536            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
85537            ! t/lib/st-store.t
85538 ____________________________________________________________________________
85539 [  6777] By: jhi                                   on 2000/08/22  18:50:53
85540         Log: Update Changes.
85541      Branch: perl
85542            ! Changes patchlevel.h
85543 ____________________________________________________________________________
85544 [  6776] By: jhi                                   on 2000/08/22  18:44:46
85545         Log: cSVOPo_*v things index into the current PL_curpad
85546              under ithreads, which is different from the curpad
85547              used by the XSUB.  (In other words, the code as-is
85548              before this patch wouldn't work under ithreads.)
85549              From Sarathy.
85550      Branch: perl
85551            ! ext/B/B.xs
85552 ____________________________________________________________________________
85553 [  6775] By: jhi                                   on 2000/08/22  18:18:37
85554         Log: Make the selection of NVff et al stricter.
85555      Branch: metaconfig/U/perl
85556            ! perlxvf.U
85557      Branch: perl
85558            ! Configure config_h.SH
85559 ____________________________________________________________________________
85560 [  6774] By: jhi                                   on 2000/08/22  17:19:42
85561         Log: perldelta nits.
85562      Branch: perl
85563            ! pod/perldelta.pod
85564 ____________________________________________________________________________
85565 [  6773] By: jhi                                   on 2000/08/22  17:06:26
85566         Log: Long double fixes from Spider Boardman.
85567              
85568              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
85569              From: system PRIVILEGED account <root@peano.zk3.dec.com>
85570              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
85571              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
85572      Branch: perl
85573            ! t/lib/bigfltpm.t t/lib/st-06compat.t
85574 ____________________________________________________________________________
85575 [  6772] By: jhi                                   on 2000/08/22  15:04:53
85576         Log: Update Changes.
85577      Branch: perl
85578            ! Changes patchlevel.h
85579 ____________________________________________________________________________
85580 [  6771] By: jhi                                   on 2000/08/22  15:01:44
85581         Log: perldelta fixes from Hugo van der Sanden.
85582      Branch: perl
85583            ! pod/perldelta.pod
85584 ____________________________________________________________________________
85585 [  6770] By: jhi                                   on 2000/08/22  14:34:49
85586         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
85587              From: Hugo <hv@crypt.compulink.co.uk>
85588              Date: Tue, 22 Aug 2000 11:21:53 +0100
85589              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
85590      Branch: perl
85591            ! regcomp.c
85592 ____________________________________________________________________________
85593 [  6769] By: jhi                                   on 2000/08/22  14:30:02
85594         Log: Add Yitzchak, reformat.
85595      Branch: perl
85596            ! Changes config_h.SH
85597 ____________________________________________________________________________
85598 [  6768] By: jhi                                   on 2000/08/22  14:21:35
85599         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
85600              and Spider Boardman.
85601      Branch: metaconfig
85602            ! U/compline/d_gconvert.U
85603      Branch: perl
85604            ! Configure
85605 ____________________________________________________________________________
85606 [  6767] By: jhi                                   on 2000/08/22  14:11:24
85607         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
85608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85609              Date: Mon, 21 Aug 2000 19:08:31 -0700
85610              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
85611      Branch: perl
85612            - ext/Storable/patchlevel.h
85613            ! MANIFEST ext/Storable/MANIFEST
85614 ____________________________________________________________________________
85615 [  6766] By: jhi                                   on 2000/08/22  13:49:29
85616         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
85617              From: Peter Prymmer <pvhp@forte.com>
85618              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
85619              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
85620      Branch: perl
85621            ! configure.com ext/Storable/Makefile.PL
85622 ____________________________________________________________________________
85623 [  6765] By: jhi                                   on 2000/08/22  13:44:59
85624         Log: Subject: [PATCH blead] B:: missing dependency
85625              From: Hugo <hv@crypt.compulink.co.uk>
85626              Date: Tue, 22 Aug 2000 06:44:33 +0100
85627              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
85628      Branch: perl
85629            ! ext/B/Makefile.PL
85630 ____________________________________________________________________________
85631 [  6764] By: jhi                                   on 2000/08/22  13:38:12
85632         Log: More bytecompiler.
85633      Branch: perl
85634            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
85635 ____________________________________________________________________________
85636 [  6763] By: jhi                                   on 2000/08/22  13:36:44
85637         Log: Bytecompiler patches from Benjamin Stuhl.
85638      Branch: perl
85639            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
85640            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85641            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85642            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85643            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
85644            ! perl.c perlapi.h pod/perldelta.pod
85645 ____________________________________________________________________________
85646 [  6762] By: jhi                                   on 2000/08/21  23:43:40
85647         Log: An obsoleted diagnostic.
85648      Branch: perl
85649            ! pod/perldelta.pod
85650 ____________________________________________________________________________
85651 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85652         Log: The #6759 wasn't quite right.
85653      Branch: perl
85654            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85655            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85656            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85657            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85658            ! t/lib/st-tieditems.t
85659 ____________________________________________________________________________
85660 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85661         Log: Be verydeepclean.
85662      Branch: perl
85663            ! Makefile.SH
85664 ____________________________________________________________________________
85665 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85666         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85667              From: Peter Prymmer <pvhp@forte.com>
85668              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85669              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85670      Branch: perl
85671            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85672            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85673            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85674            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85675            ! t/lib/st-tieditems.t
85676 ____________________________________________________________________________
85677 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85678         Log: Few more casts, need reported in
85679              
85680              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85681              From: Mike Stok <mike@stok.co.uk>
85682              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85683              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85684              
85685              and
85686              
85687              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85688              From: abigail@foad.org
85689              Date: 21 Aug 2000 21:31:34 -0000
85690              Message-Id: <20000821213134.30170.qmail@foad.org>
85691      Branch: perl
85692            ! ext/Storable/Storable.xs
85693 ____________________________________________________________________________
85694 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85695         Log: Update Changes.
85696      Branch: perl
85697            ! Changes patchlevel.h
85698 ____________________________________________________________________________
85699 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85700         Log: A pod nit.
85701              
85702              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85703              From: <abigail@foad.org>
85704              Date: Mon, 21 Aug 2000 14:00:16 -0400
85705              Message-ID: <20000821180016.28627.qmail@foad.org>
85706      Branch: perl
85707            ! pod/perlre.pod
85708 ____________________________________________________________________________
85709 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85710         Log: Use PodParser 1.18 new test.
85711      Branch: perl
85712            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85713 ____________________________________________________________________________
85714 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85715         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85716              patches cannot be applied since #6712 conflicts.
85717      Branch: perl
85718            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85719 ____________________________________________________________________________
85720 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85721         Log: Weed out some smaller changes.
85722      Branch: perl
85723            ! pod/perldelta.pod
85724 ____________________________________________________________________________
85725 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85726         Log: Also under djgpp the timestamps are funky.
85727      Branch: perl
85728            ! t/op/stat.t
85729 ____________________________________________________________________________
85730 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85731         Log: Tweak the floating point output routine preferences.
85732      Branch: metaconfig
85733            ! U/compline/d_gconvert.U
85734      Branch: perl
85735            ! Configure
85736 ____________________________________________________________________________
85737 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85738         Log: Unicos/mk requires elaborate paranoia.
85739      Branch: perl
85740            ! lib/Math/Complex.pm
85741 ____________________________________________________________________________
85742 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85743         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85744      Branch: perl
85745            ! lib/Cwd.pm
85746 ____________________________________________________________________________
85747 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85748         Log: free TLS slot properly on Windows
85749      Branch: perl
85750            ! thread.h win32/perllib.c win32/win32thread.h
85751 ____________________________________________________________________________
85752 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85753         Log: Rename the macro argument because some preprocessors
85754              can't tell the difference and expand arguments also inside
85755              double quoted strings.
85756      Branch: perl
85757            ! regcomp.c
85758 ____________________________________________________________________________
85759 [  6746] By: jhi                                   on 2000/08/21  16:09:41
85760         Log: Support long doubles in Storable.
85761              
85762              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
85763              From: Radu Greab <radu@netsoft.ro>
85764              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
85765              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
85766      Branch: perl
85767            ! ext/Storable/Storable.xs
85768 ____________________________________________________________________________
85769 [  6745] By: jhi                                   on 2000/08/21  15:51:40
85770         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
85771              From: "Fifer, Eric" <EFifer@sanwaint.com>
85772              Date: Mon, 21 Aug 2000 15:34:49 +0100
85773              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
85774      Branch: perl
85775            ! t/pragma/warn/9enabled
85776 ____________________________________________________________________________
85777 [  6744] By: jhi                                   on 2000/08/21  15:39:35
85778         Log: Document the endianness of Alpha more precisely.
85779      Branch: perl
85780            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
85781            ! pod/perlport.pod
85782 ____________________________________________________________________________
85783 [  6743] By: jhi                                   on 2000/08/21  14:47:05
85784         Log: perldelta fixes from the p5p crowd.
85785      Branch: perl
85786            ! pod/perldelta.pod pod/perlop.pod
85787 ____________________________________________________________________________
85788 [  6742] By: jhi                                   on 2000/08/21  13:34:51
85789         Log: Update to Pod::LaTeX 0.53.
85790              
85791              Subject: [PATCH] lib/Pod/LaTeX.pm updates
85792              From: Tim Jenness <timj@jach.hawaii.edu>
85793              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
85794              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
85795      Branch: perl
85796            ! lib/Pod/LaTeX.pm
85797 ____________________________________________________________________________
85798 [  6741] By: jhi                                   on 2000/08/21  13:33:01
85799         Log: Subject: [PATCH] os2.c fix for use64bitint
85800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85801              Date: Mon, 21 Aug 2000 01:32:25 -0700
85802              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
85803      Branch: perl
85804            ! os2/os2.c
85805 ____________________________________________________________________________
85806 [  6740] By: jhi                                   on 2000/08/21  13:28:52
85807         Log: Array context keeps slithering in.
85808              
85809              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
85810              From: Daniel Chetlin <daniel@chetlin.com>
85811              Date: Sun, 20 Aug 2000 21:40:25 -0700
85812              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
85813      Branch: perl
85814            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
85815            ! pod/perldebtut.pod
85816 ____________________________________________________________________________
85817 [  6739] By: jhi                                   on 2000/08/21  13:23:55
85818         Log: Big-endian quad fixes for Storable from Radu Greab,
85819              plus few explicit null casts for picky compilers.
85820      Branch: perl
85821            ! ext/Storable/Storable.xs
85822 ____________________________________________________________________________
85823 [  6738] By: gsar                                  on 2000/08/21  05:56:13
85824         Log: small tweaks for change#6705: avoid C++ style comments in C code;
85825              use Perl's malloc API rather than the low level system one
85826      Branch: perl
85827            ! win32/win32.c
85828 ____________________________________________________________________________
85829 [  6737] By: gsar                                  on 2000/08/21  05:35:41
85830         Log: add Storable to list of extensions on Windows
85831      Branch: perl
85832            ! win32/Makefile win32/makefile.mk
85833 ____________________________________________________________________________
85834 [  6736] By: jhi                                   on 2000/08/21  02:57:53
85835         Log: Update Changes.
85836      Branch: perl
85837            ! Changes patchlevel.h
85838 ____________________________________________________________________________
85839 [  6735] By: jhi                                   on 2000/08/21  02:57:20
85840         Log: Draft 0.
85841      Branch: perl
85842            ! pod/perldelta.pod
85843 ____________________________________________________________________________
85844 [  6734] By: jhi                                   on 2000/08/21  02:57:03
85845         Log: Add Storable 0.7.2 from Raphael Manfredi,
85846              plus the patch from
85847              
85848              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
85849              From: Radu Greab <radu@netsoft.ro>
85850              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
85851              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
85852              
85853              plus changes to get Storable to compile with
85854              picky ANSI compilers.
85855      Branch: perl
85856            + ext/Storable/ChangeLog ext/Storable/MANIFEST
85857            + ext/Storable/Makefile.PL ext/Storable/README
85858            + ext/Storable/Storable.pm ext/Storable/Storable.xs
85859            + ext/Storable/patchlevel.h t/lib/st-06compat.t
85860            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
85861            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
85862            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85863            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85864            + t/lib/st-tieditems.t
85865            ! MANIFEST
85866 ____________________________________________________________________________
85867 [  6733] By: jhi                                   on 2000/08/21  02:29:09
85868         Log: The correct cleaning order is an art.
85869      Branch: perl
85870            ! Makefile.SH
85871 ____________________________________________________________________________
85872 [  6732] By: jhi                                   on 2000/08/21  01:23:39
85873         Log: The #6724 is here.
85874      Branch: perl
85875            ! t/lib/ftmp-security.t
85876 ____________________________________________________________________________
85877 [  6731] By: jhi                                   on 2000/08/20  23:17:03
85878         Log: s/this one/the 5.6.0 release/
85879      Branch: perl
85880            ! pod/perl56delta.pod
85881 ____________________________________________________________________________
85882 [  6730] By: jhi                                   on 2000/08/20  23:07:34
85883         Log: Mention perlebcdic and perlposix-bc.
85884      Branch: perl
85885            ! pod/perlport.pod
85886 ____________________________________________________________________________
85887 [  6729] By: jhi                                   on 2000/08/20  21:32:59
85888         Log: Document the number of exponent digits.
85889      Branch: perl
85890            ! pod/perlfunc.pod
85891 ____________________________________________________________________________
85892 [  6728] By: jhi                                   on 2000/08/20  21:16:47
85893         Log: Use File::Spec->tmpdir().
85894              
85895              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
85896              From: Tim Jenness <timj@jach.hawaii.edu>
85897              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
85898              MIME-Version: 1.0
85899              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
85900      Branch: perl
85901            ! utils/perlbug.PL
85902 ____________________________________________________________________________
85903 [  6727] By: jhi                                   on 2000/08/20  20:43:32
85904         Log: Update Changes.
85905      Branch: perl
85906            ! Changes patchlevel.h
85907 ____________________________________________________________________________
85908 [  6726] By: jhi                                   on 2000/08/20  20:41:44
85909         Log: The veryclean target needs to clobber.
85910      Branch: perl
85911            ! Makefile.SH
85912 ____________________________________________________________________________
85913 [  6725] By: jhi                                   on 2000/08/20  20:37:38
85914         Log: Document odd vs even subreleases and -Dusedevel.
85915      Branch: perl
85916            ! INSTALL
85917 ____________________________________________________________________________
85918 [  6724] By: jhi                                   on 2000/08/20  19:58:05
85919         Log: Use temporary directory instead of current directory.
85920              
85921              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85922              From: Tim Jenness <timj@jach.hawaii.edu>
85923              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85924              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85925      Branch: perl
85926            ! t/lib/ftmp-security.t
85927 ____________________________________________________________________________
85928 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85929         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85930              From: andreas.koenig@anima.de (Andreas J. Koenig)
85931              Date: 20 Aug 2000 15:52:03 +0200
85932              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85933      Branch: perl
85934            ! lib/ExtUtils/MM_Unix.pm
85935 ____________________________________________________________________________
85936 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85937         Log: Update to CGI 2.72, from Lincoln Stein.
85938      Branch: perl
85939            ! lib/CGI.pm
85940 ____________________________________________________________________________
85941 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85942         Log: (Replaced by #8364.)
85943              
85944              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85945              From: Radu Greab <radu@netsoft.ro>
85946              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85947              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85948      Branch: perl
85949            ! ext/GDBM_File/GDBM_File.xs
85950 ____________________________________________________________________________
85951 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85952         Log: pp_open() could pass an uninitialized filename down to do_open9().
85953      Branch: perl
85954            ! pp_sys.c
85955 ____________________________________________________________________________
85956 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85957         Log: UTF8 concat fixes.
85958              
85959              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85960              From: Hugo <hv@crypt.compulink.co.uk>
85961              Date: Sun, 20 Aug 2000 07:30:46 +0100
85962              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85963      Branch: perl
85964            ! pp_hot.c t/op/append.t
85965 ____________________________________________________________________________
85966 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85967         Log: Let's try #6717 again.
85968      Branch: perl
85969            ! lib/File/Temp.pm
85970 ____________________________________________________________________________
85971 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85972         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85973              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85974              Date: Sat, 19 Aug 2000 18:15:39 -0500
85975              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85976      Branch: perl
85977            ! lib/File/Temp.pm
85978 ____________________________________________________________________________
85979 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85980         Log: Update Changes.
85981      Branch: perl
85982            ! Changes patchlevel.h
85983 ____________________________________________________________________________
85984 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85985         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85986              From: Jonathan D Johnston <jdjohnston2@juno.com>
85987              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85988              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85989      Branch: perl
85990            ! pod/perlfunc.pod
85991 ____________________________________________________________________________
85992 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85993         Log: Introduce a 'veryclean' target that is like 'distclean'
85994              but also removes *~ and *.orig.
85995      Branch: perl
85996            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85997            ! utils/Makefile x2p/Makefile.SH
85998 ____________________________________________________________________________
85999 [  6713] By: jhi                                   on 2000/08/19  14:15:45
86000         Log: Put back the long double avoidance code to POSIX.xs
86001              because VMS seems to need it still.
86002      Branch: perl
86003            ! ext/POSIX/POSIX.xs
86004 ____________________________________________________________________________
86005 [  6712] By: jhi                                   on 2000/08/19  14:10:41
86006         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
86007              From: Peter Prymmer <pvhp@forte.com>
86008              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
86009              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
86010      Branch: perl
86011            ! lib/Pod/Find.pm t/pod/find.t
86012 ____________________________________________________________________________
86013 [  6711] By: jhi                                   on 2000/08/19  14:09:19
86014         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
86015              From: Peter Prymmer <pvhp@forte.com>
86016              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
86017              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
86018              cc: vmsperl@perl.org
86019      Branch: perl
86020            ! t/lib/peek.t
86021 ____________________________________________________________________________
86022 [  6710] By: jhi                                   on 2000/08/19  14:08:01
86023         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
86024              From: Jan Dubois <jand@ActiveState.com>
86025              Date: Fri, 18 Aug 2000 16:31:48 -0700
86026              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
86027      Branch: perl
86028            ! win32/win32.c
86029 ____________________________________________________________________________
86030 [  6709] By: jhi                                   on 2000/08/19  14:06:57
86031         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
86032              
86033              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
86034              From: Spider.Boardman@Orb.Nashua.NH.US
86035              Date: Fri, 18 Aug 2000 18:41:14 -0400
86036              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
86037      Branch: perl
86038            ! regcomp.c
86039 ____________________________________________________________________________
86040 [  6708] By: jhi                                   on 2000/08/18  22:04:49
86041         Log: Update Changes.
86042      Branch: perl
86043            ! Changes patchlevel.h
86044 ____________________________________________________________________________
86045 [  6707] By: jhi                                   on 2000/08/18  21:55:14
86046         Log: Add warnif(), check warnings further up the stack,
86047              all the warnings functions now can take an optional object reference.
86048              
86049              Subject: [PATCH bleedperl@6691] warnings pragma update
86050              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
86051              Date: Fri, 18 Aug 2000 22:42:06 +0100
86052              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
86053      Branch: perl
86054            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
86055            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
86056            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
86057 ____________________________________________________________________________
86058 [  6706] By: jhi                                   on 2000/08/18  21:41:45
86059         Log: Typo in pp_complement().
86060              
86061              Subject: [PATCH perl-current] Deparse
86062              From: Peter Scott <Peter@PSDT.com>
86063              Date: Fri, 18 Aug 2000 12:44:37 -0700
86064              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
86065      Branch: perl
86066            ! ext/B/B/Deparse.pm
86067 ____________________________________________________________________________
86068 [  6705] By: jhi                                   on 2000/08/18  21:25:59
86069         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
86070              From: Jan Dubois <jand@ActiveState.com>
86071              Date: Fri, 18 Aug 2000 14:22:51 -0700
86072              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
86073      Branch: perl
86074            ! lib/Win32.pod win32/win32.c
86075 ____________________________________________________________________________
86076 [  6704] By: jhi                                   on 2000/08/18  21:16:14
86077         Log: Don't eat leading os from index entries.
86078              
86079              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
86080              From: Russ Allbery <rra@stanford.edu>
86081              Date: 10 Aug 2000 20:49:25 -0700
86082              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
86083      Branch: perl
86084            ! lib/Pod/Man.pm
86085 ____________________________________________________________________________
86086 [  6703] By: jhi                                   on 2000/08/18  21:07:06
86087         Log: Add [[:blank:]] as suggested in
86088              
86089              Subject: [ID 20000716.024] [=cc=] / [:blank:]
86090              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
86091              Date: Sun, 16 Jul 2000 17:55:29 -0700
86092              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
86093              
86094              (the [=cc=] has already been taken care of by #6439
86095              so the whole bug report can be closed)
86096              
86097              and make [[:space:]] to be equivalent to isspace(3)
86098              (as opposed to \s, which is isSPACE()).  The difference
86099              is that now [[:space:]] matches the mythical vertical tab,
86100              while \s doesn't.
86101      Branch: perl
86102            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
86103            ! regexec.c t/op/pat.t
86104 ____________________________________________________________________________
86105 [  6702] By: jhi                                   on 2000/08/18  18:47:47
86106         Log: The new tests were missing from #6415.
86107      Branch: perl
86108            ! t/op/bop.t
86109 ____________________________________________________________________________
86110 [  6701] By: jhi                                   on 2000/08/18  18:20:40
86111         Log: Document the NDBM_File and ODBM_File as SDBM_File
86112              was documented in #6417.
86113      Branch: perl
86114            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
86115            ! ext/SDBM_File/SDBM_File.pm
86116 ____________________________________________________________________________
86117 [  6700] By: jhi                                   on 2000/08/18  18:10:39
86118         Log: Subject: [PATCH perl@6698] cygwin port
86119              From: "Fifer, Eric" <EFifer@sanwaint.com>
86120              Date: Fri, 18 Aug 2000 17:30:05 +0100
86121              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
86122      Branch: perl
86123            ! lib/File/Temp.pm
86124 ____________________________________________________________________________
86125 [  6699] By: jhi                                   on 2000/08/18  16:21:49
86126         Log: Document code point which makes if (defined %stash::) to work
86127              (noted by Spider Boardman).
86128      Branch: perl
86129            ! op.c
86130 ____________________________________________________________________________
86131 [  6698] By: jhi                                   on 2000/08/18  13:43:27
86132         Log: Update Changes.
86133      Branch: perl
86134            ! Changes patchlevel.h
86135 ____________________________________________________________________________
86136 [  6697] By: jhi                                   on 2000/08/18  13:35:57
86137         Log: Tiny Getopt::Long patch from Johan Vromans.
86138      Branch: perl
86139            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
86140 ____________________________________________________________________________
86141 [  6696] By: jhi                                   on 2000/08/18  13:26:14
86142         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
86143              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
86144              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
86145              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
86146      Branch: perl
86147            ! pod/perldiag.pod pod/perlsyn.pod
86148 ____________________________________________________________________________
86149 [  6695] By: jhi                                   on 2000/08/18  13:13:26
86150         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
86151              From: Daniel Chetlin <daniel@chetlin.com>
86152              Date: Fri, 18 Aug 2000 03:13:36 -0700
86153              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
86154      Branch: perl
86155            ! pod/perlfunc.pod
86156 ____________________________________________________________________________
86157 [  6694] By: jhi                                   on 2000/08/18  13:08:05
86158         Log: Subject: [PATCH] perltrap.pod spring cleaning
86159              From: Daniel Chetlin <daniel@chetlin.com>
86160              Date: Fri, 18 Aug 2000 03:06:54 -0700
86161              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
86162              
86163              plus Mike Guy's nitfix.
86164      Branch: perl
86165            ! pod/perltrap.pod
86166 ____________________________________________________________________________
86167 [  6693] By: jhi                                   on 2000/08/18  13:00:26
86168         Log: Unbuffer the output.
86169              
86170              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
86171              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86172              Date: Thu, 17 Aug 2000 18:39:29 -0700
86173              Message-ID: <RPJn5gzkgydf092yn@efn.org>
86174      Branch: perl
86175            ! t/op/fork.t
86176 ____________________________________________________________________________
86177 [  6692] By: jhi                                   on 2000/08/18  05:19:17
86178         Log: Delete the image, too, not just its MANIFEStation.
86179      Branch: perl
86180            - lib/CGI/eg/wilogo.gif
86181 ____________________________________________________________________________
86182 [  6691] By: jhi                                   on 2000/08/18  05:10:26
86183         Log: Propagate new Configure vars.
86184      Branch: perl
86185            ! configure.com epoc/config.sh uconfig.h uconfig.sh
86186            ! vos/config.def vos/config.h vos/config_h.SH_orig
86187            ! win32/config.bc win32/config.gc win32/config.vc
86188            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
86189 ____________________________________________________________________________
86190 [  6690] By: jhi                                   on 2000/08/18  04:30:56
86191         Log: Update Changes.
86192      Branch: perl
86193            ! Changes patchlevel.h
86194 ____________________________________________________________________________
86195 [  6689] By: jhi                                   on 2000/08/18  04:12:30
86196         Log: Fix the lib/complex failure of
86197              
86198              From: abigail@foad.org
86199              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86200              Date: 15 Aug 2000 04:06:38 -0000
86201              Message-Id: <20000815040638.8524.qmail@foad.org> 
86202              
86203              Linux long double accuracy issue: something that
86204              when printed with %g looks like "2" but int() of it is 1.
86205      Branch: perl
86206            ! lib/Math/Complex.pm
86207 ____________________________________________________________________________
86208 [  6688] By: jhi                                   on 2000/08/18  03:15:35
86209         Log: The byteorder code in #6671 was wrong.
86210      Branch: perl
86211            ! configpm
86212 ____________________________________________________________________________
86213 [  6687] By: jhi                                   on 2000/08/18  02:08:42
86214         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
86215              From: Jan Dubois <jand@ActiveState.com>
86216              Date: Thu, 17 Aug 2000 18:31:55 -0700
86217              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
86218      Branch: perl
86219            ! sv.c
86220 ____________________________________________________________________________
86221 [  6686] By: jhi                                   on 2000/08/18  02:04:15
86222         Log: Use NVs in POSIX math, not doubles.
86223              
86224              From: abigail@foad.org
86225              Subject: [ID 20000817.014] POSIX & modfl
86226              Date: 17 Aug 2000 20:49:18 -0000
86227              Message-Id: <20000817204918.23123.qmail@foad.org>
86228      Branch: perl
86229            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
86230 ____________________________________________________________________________
86231 [  6685] By: jhi                                   on 2000/08/18  02:02:12
86232         Log: Introduce NVef, NVff, and NVgf, use the middle one.
86233              (helps for lib/peek + Linux + long doubles)  Reported in
86234              
86235              From: abigail@foad.org
86236              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86237              Date: 15 Aug 2000 04:06:38 -0000
86238              Message-Id: <20000815040638.8524.qmail@foad.org> 
86239              
86240              (note: the lib/complex failure has not yet been addressed)
86241      Branch: metaconfig/U/perl
86242            ! perlxvf.U
86243      Branch: perl
86244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86245            ! config_h.SH dump.c perl.h pod/perlguts.pod
86246 ____________________________________________________________________________
86247 [  6684] By: jhi                                   on 2000/08/17  23:22:19
86248         Log: Add byteorder to the myconfig output.
86249      Branch: perl
86250            ! myconfig.SH
86251 ____________________________________________________________________________
86252 [  6683] By: jhi                                   on 2000/08/17  23:20:19
86253         Log: The image doth not exist, spotted by Johan Vromans.
86254      Branch: perl
86255            ! MANIFEST
86256 ____________________________________________________________________________
86257 [  6682] By: jhi                                   on 2000/08/17  22:38:16
86258         Log: Document what the backtick returns if the command fails.
86259      Branch: perl
86260            ! pod/perlop.pod
86261 ____________________________________________________________________________
86262 [  6681] By: jhi                                   on 2000/08/17  22:33:12
86263         Log: Do not use prototyping here.
86264              
86265              Subject: [ID 20000817.016] [PATCH] Peek.xs
86266              From: abigail@foad.org
86267              Date: 17 Aug 2000 20:55:56 -0000
86268              Message-Id: <20000817205556.24270.qmail@foad.org>
86269      Branch: perl
86270            ! ext/Devel/Peek/Makefile.PL
86271 ____________________________________________________________________________
86272 [  6680] By: jhi                                   on 2000/08/17  19:46:43
86273         Log: Don't propose using modules built for 5.005 if no binary
86274              compatibility with 5.005 is attempted.
86275              
86276              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
86277              Subject: Minor nit with 5.7.0 (6655)
86278              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
86279              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
86280      Branch: metaconfig
86281            ! U/installdirs/inc_version_list.U
86282      Branch: perl
86283            ! Configure config_h.SH
86284 ____________________________________________________________________________
86285 [  6679] By: jhi                                   on 2000/08/17  19:16:39
86286         Log: Microperl config update.
86287      Branch: perl
86288            ! uconfig.h uconfig.sh
86289 ____________________________________________________________________________
86290 [  6678] By: jhi                                   on 2000/08/17  19:16:13
86291         Log: The #6648 wasn't protective enough for limited platforms
86292              (like microperl).
86293      Branch: perl
86294            ! dump.c sv.c
86295 ____________________________________________________________________________
86296 [  6677] By: jhi                                   on 2000/08/17  14:46:35
86297         Log: Update Changes.
86298      Branch: perl
86299            ! Changes patchlevel.h
86300 ____________________________________________________________________________
86301 [  6676] By: jhi                                   on 2000/08/17  14:44:02
86302         Log: Add perlebcdic from Peter Prymmer, regen toc.
86303      Branch: perl
86304            + pod/perlebcdic.pod
86305            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86306 ____________________________________________________________________________
86307 [  6675] By: jhi                                   on 2000/08/17  14:41:52
86308         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
86309      Branch: perl
86310            ! pod/perldebtut.pod
86311 ____________________________________________________________________________
86312 [  6674] By: jhi                                   on 2000/08/17  14:29:43
86313         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
86314              
86315              Subject: [ID 20000724.006] -DLEAKTEST problem
86316              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
86317              Date: Tue, 25 Jul 2000 00:36:32 -0500
86318              Message-Id: <20000725003632.A26186@www.llamacom.com>
86319              
86320              Reminder sent
86321              
86322              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
86323              From: Hugo <hv@crypt.compulink.co.uk>
86324              Date: Thu, 17 Aug 2000 15:23:42 +0100
86325              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
86326      Branch: perl
86327            ! util.c
86328 ____________________________________________________________________________
86329 [  6673] By: jhi                                   on 2000/08/17  04:07:10
86330         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
86331              From: John Peacock <JPeacock@UnivPress.com>
86332              Date: Tue, 01 Aug 2000 09:38:12 -0400
86333              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
86334      Branch: perl
86335            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
86336 ____________________________________________________________________________
86337 [  6672] By: jhi                                   on 2000/08/17  03:04:35
86338         Log: Subject: [PATCH] Cwd.pm now uses strict
86339              From: Tim Jenness <timj@jach.hawaii.edu>
86340              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
86341              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
86342      Branch: perl
86343            ! lib/Cwd.pm
86344 ____________________________________________________________________________
86345 [  6671] By: jhi                                   on 2000/08/17  02:16:35
86346         Log: Make $Config{byteorder} more magical so that it is
86347              dynamically computed: nice for 'fat binaries'.
86348              
86349              Subject: [PATCH]: default byteorder
86350              From: Wilfredo Sánchez <wsanchez@apple.com>
86351              Date: Mon, 31 Jul 2000 19:45:31 -0700
86352              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
86353      Branch: perl
86354            ! configpm
86355 ____________________________________________________________________________
86356 [  6670] By: gsar                                  on 2000/08/17  01:22:21
86357         Log: move WNOHANG definition to where other such things are
86358      Branch: perl
86359            ! win32/win32.h
86360 ____________________________________________________________________________
86361 [  6669] By: jhi                                   on 2000/08/17  01:19:17
86362         Log: Update Changes.
86363      Branch: perl
86364            ! Changes patchlevel.h
86365 ____________________________________________________________________________
86366 [  6668] By: jhi                                   on 2000/08/17  01:16:29
86367         Log: Doc nits spotted by Richard Soderberg.
86368      Branch: perl
86369            ! README.posix-bc README.vmesa
86370 ____________________________________________________________________________
86371 [  6667] By: jhi                                   on 2000/08/17  01:12:11
86372         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
86373              From: "Casey R. Tweten" <crt@kiski.net>
86374              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
86375              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
86376      Branch: perl
86377            ! pod/perldebtut.pod
86378 ____________________________________________________________________________
86379 [  6666] By: jhi                                   on 2000/08/17  01:09:31
86380         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
86381              From: "Casey R. Tweten" <crt@kiski.net>
86382              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
86383              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
86384      Branch: perl
86385            ! lib/Shell.pm
86386 ____________________________________________________________________________
86387 [  6665] By: gsar                                  on 2000/08/17  01:03:52
86388         Log: add "ok" targets from change#6632 in makefile.mk
86389      Branch: perl
86390            ! pod/perlport.pod win32/Makefile win32/makefile.mk
86391 ____________________________________________________________________________
86392 [  6664] By: gsar                                  on 2000/08/17  00:56:11
86393         Log: avoid warnings from dense compiler
86394      Branch: perl
86395            ! win32/win32.c
86396 ____________________________________________________________________________
86397 [  6663] By: jhi                                   on 2000/08/17  00:51:49
86398         Log: Tweak the regex compilation errors once more.
86399      Branch: perl
86400            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86401            ! t/op/regmesg.t t/pragma/warn/regcomp
86402 ____________________________________________________________________________
86403 [  6662] By: gsar                                  on 2000/08/17  00:28:19
86404         Log: trailing new %ENV entries weren't being pushed into the real
86405              environment of subprocesses on Windows
86406      Branch: perl
86407            ! t/op/magic.t win32/perlhost.h
86408 ____________________________________________________________________________
86409 [  6661] By: gsar                                  on 2000/08/17  00:19:20
86410         Log: waitpid() now handles externally spawned pids correctly;
86411              fixes for backtick/wait/waitpid failures on Windows 9x
86412              
86413              these changes make the pid returned by process functions on
86414              Windows 9x always positive by clearing the high bit (which
86415              is always set on Win9x); pseudo-process PIDs are likewise
86416              always negative now on Win9x (just as on NT/2000)
86417      Branch: perl
86418            ! pp_sys.c win32/perlhost.h win32/win32.c
86419 ____________________________________________________________________________
86420 [  6660] By: jhi                                   on 2000/08/17  00:04:32
86421         Log: Retract #6645.
86422      Branch: perl
86423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86424            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86425            ! t/op/sprintf.t
86426 ____________________________________________________________________________
86427 [  6659] By: gsar                                  on 2000/08/16  23:59:28
86428         Log: on windows, the return values from wait() and waitpid() don't
86429              match those of pseudo-pids
86430      Branch: perl
86431            ! pp_sys.c t/op/fork.t util.c win32/win32.c
86432 ____________________________________________________________________________
86433 [  6658] By: gsar                                  on 2000/08/16  23:56:14
86434         Log: pod nit seen in passing
86435      Branch: perl
86436            ! pod/perlfunc.pod
86437 ____________________________________________________________________________
86438 [  6657] By: gsar                                  on 2000/08/16  23:53:42
86439         Log: change#6328 could make close(SOCKET) return false on windows
86440              when it shouldn't
86441      Branch: perl
86442            ! win32/win32sck.c
86443 ____________________________________________________________________________
86444 [  6656] By: gsar                                  on 2000/08/16  23:46:57
86445         Log: check that the number pseudo children doesn't exceed
86446              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
86447              the WaitForMultipleObjects() limit that would cause wait()
86448              to crash)
86449              
86450              wait() and waitpid() could potentially be rewritten to use
86451              more than one thread to do the waiting to eliminate this
86452              limitation
86453      Branch: perl
86454            ! win32/perlhost.h
86455 ____________________________________________________________________________
86456 [  6655] By: jhi                                   on 2000/08/16  14:11:05
86457         Log: Update Changes.
86458      Branch: perl
86459            ! Changes patchlevel.h
86460 ____________________________________________________________________________
86461 [  6654] By: jhi                                   on 2000/08/16  14:10:12
86462         Log: Update to perldebtut 1.9, from Richard Foley.
86463      Branch: perl
86464            ! pod/perldebtut.pod
86465 ____________________________________________________________________________
86466 [  6653] By: jhi                                   on 2000/08/16  14:08:17
86467         Log: Change the regx compilation error markers to use = instead of <
86468              since pod makes using the latter quite messy.  Reported in
86469              ID 20000814.006 by Abigail and in
86470              Subject: Unknown escape E<> ?
86471              From: Lupe Christoph <lupe@lupe-christoph.de>
86472              Date: Fri, 11 Aug 2000 00:30:27 +0200
86473              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
86474      Branch: perl
86475            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86476            ! t/op/regmesg.t t/pragma/warn/regcomp
86477 ____________________________________________________________________________
86478 [  6652] By: jhi                                   on 2000/08/16  13:25:31
86479         Log: Change the perlbug address to perl.org since it's more forgiving.
86480              
86481              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
86482              From: abigail@foad.org
86483              Date: 15 Aug 2000 04:15:40 -0000
86484              Message-Id: <20000815041540.8633.qmail@foad.org>
86485      Branch: perl
86486            ! utils/perlbug.PL
86487 ____________________________________________________________________________
86488 [  6651] By: jhi                                   on 2000/08/16  13:22:35
86489         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
86490              From: Tim Jenness <timj@jach.hawaii.edu>
86491              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
86492              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
86493      Branch: perl
86494            ! lib/Cwd.pm
86495 ____________________________________________________________________________
86496 [  6650] By: jhi                                   on 2000/08/16  13:18:13
86497         Log: Update to CPAN 1.57.
86498              
86499              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
86500              From: andreas.koenig@anima.de (Andreas J. Koenig)
86501              Date: 16 Aug 2000 15:09:46 +0200
86502              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
86503      Branch: perl
86504            ! lib/CPAN.pm
86505 ____________________________________________________________________________
86506 [  6649] By: jhi                                   on 2000/08/16  13:12:31
86507         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
86508              From: "Larry W. Virden" <lvirden@cas.org>
86509              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
86510              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
86511      Branch: perl
86512            ! README.hpux
86513 ____________________________________________________________________________
86514 [  6648] By: jhi                                   on 2000/08/16  13:03:53
86515         Log: The numeric locale was reset to "C" by s?printf and never restored.
86516              
86517              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86518              From: Christian Kirsch <ck@held.mind.de>
86519              Date: Wed, 9 Aug 2000 17:05:17 +0200
86520              Message-Id: <20000809170517.A25389@held>
86521              
86522              No test since adding the failing example to locale.t
86523              does not fail -- probably because the locale settings are so
86524              thoroughly tweaked by that time.  Running the example standalone
86525              does fail, though.  UPDATE: test case added at change #7540.
86526      Branch: perl
86527            ! dump.c perl.h pp.c pp_ctl.c sv.c
86528 ____________________________________________________________________________
86529 [  6647] By: jhi                                   on 2000/08/16  00:07:54
86530         Log: Update Changes and test semi-automatic patchlevel updating.
86531      Branch: perl
86532            ! Changes patchlevel.h
86533 ____________________________________________________________________________
86534 [  6646] By: jhi                                   on 2000/08/15  23:35:07
86535         Log: Fix a dependency problem.
86536              
86537              Subject: [PATCH: 6640] VMS Makefile.SH update
86538              From: Peter Prymmer <pvhp@forte.com>
86539              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
86540              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
86541      Branch: perl
86542            ! vms/descrip_mms.template
86543 ____________________________________________________________________________
86544 [  6645] By: jhi                                   on 2000/08/15  23:33:23
86545         Log: (Retracted by #6660)
86546              
86547              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
86548              From: Dominic Dunlop <domo@computer.org>
86549              Date: Tue, 15 Aug 2000 22:20:52 +0200
86550              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
86551      Branch: metaconfig/U/perl
86552            + d_printfed.U
86553      Branch: perl
86554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86555            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86556            ! t/op/sprintf.t
86557 ____________________________________________________________________________
86558 [  6644] By: jhi                                   on 2000/08/15  21:17:20
86559         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
86560              From: abigail@foad.org
86561              Date: 15 Aug 2000 20:12:41 -0000
86562              Message-Id: <20000815201241.25556.qmail@foad.org>
86563      Branch: perl
86564            ! INSTALL
86565 ____________________________________________________________________________
86566 [  6643] By: jhi                                   on 2000/08/15  21:15:28
86567         Log: (an already applied patch)
86568      Branch: perl
86569            ! lib/CGI.pm
86570 ____________________________________________________________________________
86571 [  6642] By: gsar                                  on 2000/08/15  19:54:05
86572         Log: magic callbacks all need to have same type signature
86573      Branch: perl
86574            ! embed.pl mg.c proto.h
86575 ____________________________________________________________________________
86576 [  6641] By: jhi                                   on 2000/08/15  17:56:27
86577         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)
86578              From: Mike Guy <mjtg@cam.ac.uk>
86579              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
86580              Date: Tue, 15 Aug 2000 18:26:45 +0100
86581              
86582              Only the peek.t part applied, not the hash quality part.
86583      Branch: perl
86584            ! t/lib/peek.t
86585 ____________________________________________________________________________
86586 [  6640] By: jhi                                   on 2000/08/15  16:37:37
86587         Log: Update Changes.
86588      Branch: perl
86589            ! Changes
86590 ____________________________________________________________________________
86591 [  6639] By: jhi                                   on 2000/08/15  16:34:55
86592         Log: Missed a file from #6638.
86593      Branch: perl
86594            ! lib/File/Temp.pm
86595 ____________________________________________________________________________
86596 [  6638] By: jhi                                   on 2000/08/15  16:33:19
86597         Log: Subject: [PATCH perl@6620] cygwin port
86598              From: "Fifer, Eric" <EFifer@sanwaint.com>
86599              Date: Tue, 15 Aug 2000 17:00:49 +0100
86600              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
86601      Branch: perl
86602            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
86603 ____________________________________________________________________________
86604 [  6637] By: jhi                                   on 2000/08/15  16:29:22
86605         Log: Subject: [PATCH] debugger exit code should reflect user exit code
86606              From: Mike Guy <mjtg@cam.ac.uk>
86607              Date: Tue, 15 Aug 2000 16:55:59 +0100
86608              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
86609      Branch: perl
86610            ! lib/perl5db.pl
86611 ____________________________________________________________________________
86612 [  6636] By: jhi                                   on 2000/08/15  15:30:58
86613         Log: Update Changes.
86614      Branch: perl
86615            ! Changes
86616 ____________________________________________________________________________
86617 [  6635] By: jhi                                   on 2000/08/15  15:27:21
86618         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
86619      Branch: metaconfig
86620            ! U/mkglossary U/mksample
86621      Branch: metaconfig/U/perl
86622            ! Devel.U
86623      Branch: perl
86624            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86625 ____________________________________________________________________________
86626 [  6634] By: jhi                                   on 2000/08/15  14:11:55
86627         Log: Don't blow limited stacks, a lower number is enough to
86628              tickle the lookbehind limit.
86629              
86630              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
86631              From: Dominic Dunlop <domo@computer.org>
86632              Date: Tue, 15 Aug 2000 13:51:24 +0200
86633              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
86634      Branch: perl
86635            ! t/op/regmesg.t
86636 ____________________________________________________________________________
86637 [  6633] By: jhi                                   on 2000/08/15  14:01:46
86638         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
86639              From: Mike Guy <mjtg@cam.ac.uk>
86640              Date: Tue, 15 Aug 2000 12:10:50 +0100
86641              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
86642      Branch: perl
86643            ! utils/perldoc.PL
86644 ____________________________________________________________________________
86645 [  6632] By: jhi                                   on 2000/08/15  13:58:48
86646         Log: make ok etc also for win32.
86647              
86648              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86649              From: Prymmer/Kahn <pvhp@best.com>
86650              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86651              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86652      Branch: perl
86653            ! win32/Makefile
86654 ____________________________________________________________________________
86655 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86656         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86657      Branch: perl
86658            ! lib/Test.pm
86659 ____________________________________________________________________________
86660 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86661         Log: Update Changes.
86662      Branch: perl
86663            ! Changes
86664 ____________________________________________________________________________
86665 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86666         Log: magic_regdatum_set() is void, not int.
86667      Branch: perl
86668            ! embed.pl mg.c proto.h
86669 ____________________________________________________________________________
86670 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86671         Log: Make the user to give up his firstborn, err, to knowingly
86672              verify installing an unstable developer release.  Also bump
86673              the release to 5.7.0, but leave a patch tag in the local
86674              patches saying that this is not yet the real thing.
86675      Branch: metaconfig
86676            ! U/modified/Instruct.U
86677      Branch: metaconfig/U/perl
86678            + Devel.U
86679      Branch: perl
86680            ! Configure patchlevel.h
86681 ____________________________________________________________________________
86682 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86683         Log: README.os2 update.
86684              
86685              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86687              Date: Wed, 02 Aug 2000 21:55:09 -0700
86688              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86689      Branch: perl
86690            ! README.os2
86691 ____________________________________________________________________________
86692 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86693         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86694              From: Tim Jenness <timj@jach.hawaii.edu>
86695              cc: vmsperl@perl.org
86696              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86697              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86698      Branch: perl
86699            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86700 ____________________________________________________________________________
86701 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86702         Log: Add SUIDMAIL as was done for the CERT alert.
86703      Branch: perl
86704            ! patchlevel.h
86705 ____________________________________________________________________________
86706 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86707         Log: Subject: sfio2000
86708              From: Daniel Muino <dmuino@afip.gov.ar>
86709              Date: Mon, 14 Aug 2000 16:58:11 -0300
86710              Message-ID: <20000814165811.B16368@con2-dgi>
86711      Branch: perl
86712            ! perlsdio.h perlsfio.h
86713 ____________________________________________________________________________
86714 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86715         Log: Subject: warning: storage class after type is obsolescent
86716              From: Daniel Muino <dmuino@afip.gov.ar>
86717              Date: Mon, 14 Aug 2000 16:42:47 -0300
86718              Message-ID: <20000814164247.A16368@con2-dgi>
86719      Branch: perl
86720            ! regcomp.pl regnodes.h
86721 ____________________________________________________________________________
86722 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86723         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86724              From: abigail@foad.org
86725              Date: 14 Aug 2000 20:00:10 -0000
86726              Message-Id: <20000814200010.27271.qmail@foad.org>
86727      Branch: perl
86728            ! Changes
86729 ____________________________________________________________________________
86730 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86731         Log: Update Changes.
86732      Branch: perl
86733            ! Changes
86734 ____________________________________________________________________________
86735 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86736         Log: Subject: Re: [PATCH] @+, @- readonly
86737              From: Mike Guy <mjtg@cam.ac.uk>
86738              Date: Mon, 14 Aug 2000 15:26:55 +0100
86739              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86740      Branch: perl
86741            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86742            ! sv.c t/op/pat.t
86743 ____________________________________________________________________________
86744 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86745         Log: Update Changes.
86746      Branch: perl
86747            ! Changes
86748 ____________________________________________________________________________
86749 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86750         Log: For now remove the mail code.
86751      Branch: perl
86752            ! perl.c
86753 ____________________________________________________________________________
86754 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86755         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86756      Branch: perl
86757            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86758            ! pod/perlfaq8.pod pod/perlsec.pod
86759 ____________________________________________________________________________
86760 [  6616] By: jhi                                   on 2000/08/14  14:00:11
86761         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86762              From: Mike Guy <mjtg@cam.ac.uk>
86763              Date: Mon, 14 Aug 2000 08:26:02 +0100
86764              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
86765      Branch: perl
86766            ! lib/perl5db.pl
86767 ____________________________________________________________________________
86768 [  6615] By: jhi                                   on 2000/08/14  13:58:45
86769         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
86770              From: Mike Guy <mjtg@cam.ac.uk>
86771              Date: Mon, 14 Aug 2000 08:04:22 +0100
86772              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
86773      Branch: perl
86774            ! gv.c mg.c t/op/pat.t
86775 ____________________________________________________________________________
86776 [  6614] By: jhi                                   on 2000/08/14  13:56:45
86777         Log: Subject: Test fails / warnings with perl-current #6612
86778              From: Mike Guy <mjtg@cam.ac.uk>
86779              Date: Mon, 14 Aug 2000 07:57:23 +0100
86780              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
86781      Branch: perl
86782            ! t/lib/b.t t/lib/peek.t
86783 ____________________________________________________________________________
86784 [  6613] By: jhi                                   on 2000/08/14  13:45:33
86785         Log: VMS configure.com update continues.
86786      Branch: perl
86787            - vms/configure.com
86788            ! MANIFEST configure.com
86789 ____________________________________________________________________________
86790 [  6612] By: jhi                                   on 2000/08/13  22:13:35
86791         Log: Update Changes.
86792      Branch: perl
86793            ! Changes
86794 ____________________________________________________________________________
86795 [  6611] By: jhi                                   on 2000/08/13  16:21:45
86796         Log: Upgrade to CGI 2.71, from Lincoln Stein.
86797      Branch: perl
86798            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
86799 ____________________________________________________________________________
86800 [  6610] By: jhi                                   on 2000/08/13  15:09:16
86801         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
86802              From: Mike Guy <mjtg@cam.ac.uk>
86803              Date: Sun, 13 Aug 2000 13:45:51 +0100
86804              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
86805      Branch: perl
86806            ! t/op/regmesg.t
86807 ____________________________________________________________________________
86808 [  6609] By: jhi                                   on 2000/08/13  14:31:26
86809         Log: Andreas says that 1.56 is fine, so reverting back to it.
86810      Branch: perl
86811            ! lib/CPAN.pm
86812 ____________________________________________________________________________
86813 [  6608] By: jhi                                   on 2000/08/13  05:34:20
86814         Log: Update Changes.
86815      Branch: perl
86816            ! Changes
86817 ____________________________________________________________________________
86818 [  6607] By: jhi                                   on 2000/08/13  05:32:01
86819         Log: Put back the \z changes of #5406 to CPAN.pm.
86820      Branch: perl
86821            ! lib/CPAN.pm
86822 ____________________________________________________________________________
86823 [  6606] By: jhi                                   on 2000/08/13  05:20:16
86824         Log: Fix-n-skip the tests under 5005threads.
86825      Branch: perl
86826            ! t/lib/b.t
86827 ____________________________________________________________________________
86828 [  6605] By: jhi                                   on 2000/08/13  05:07:48
86829         Log: Fix the test for 5005threads.
86830      Branch: perl
86831            ! t/lib/peek.t
86832 ____________________________________________________________________________
86833 [  6604] By: jhi                                   on 2000/08/13  03:35:37
86834         Log: Should have deleted this in #6603.
86835      Branch: perl
86836            - vms/subconfigure.com
86837 ____________________________________________________________________________
86838 [  6603] By: jhi                                   on 2000/08/12  18:29:32
86839         Log: Rewrite of vms/subconfigure.com as configure.com,
86840              from Peter Prymmer and the vmsperl crew.
86841      Branch: perl
86842            + vms/configure.com
86843            ! MANIFEST
86844 ____________________________________________________________________________
86845 [  6602] By: jhi                                   on 2000/08/11  13:00:01
86846         Log: PlainText.pm is dead.
86847      Branch: perl
86848            - lib/Pod/PlainText.pm
86849            ! MANIFEST
86850 ____________________________________________________________________________
86851 [  6601] By: jhi                                   on 2000/08/11  04:06:45
86852         Log: Update Changes.
86853      Branch: perl
86854            ! Changes
86855 ____________________________________________________________________________
86856 [  6600] By: jhi                                   on 2000/08/11  04:06:10
86857         Log: Add a few missing files, update MANIFEST.
86858      Branch: perl
86859            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
86860            + lib/Pod/PlainText.pm t/pod/find.t
86861            ! MANIFEST t/op/regmesg.t
86862 ____________________________________________________________________________
86863 [  6599] By: jhi                                   on 2000/08/11  03:31:10
86864         Log: Add Perl debugging tutorial, regen toc. 
86865              
86866              Subject: perldebtut.pod
86867              From: Richard Foley <Richard.Foley@m.dasa.de>
86868              Date: Wed, 09 Aug 2000 10:17:15 +0200
86869              Message-id: <3991138B.262247B8@m.dasa.de>
86870      Branch: perl
86871            + pod/perldebtut.pod
86872            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86873 ____________________________________________________________________________
86874 [  6598] By: jhi                                   on 2000/08/11  02:48:56
86875         Log: tiny Changes edit
86876      Branch: perl
86877            ! Changes
86878 ____________________________________________________________________________
86879 [  6597] By: jhi                                   on 2000/08/11  02:39:04
86880         Log: Tests for #6589.
86881              
86882              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86883              From: simon@brecon.co.uk (Simon Cozens)
86884              Date: 11 Aug 2000 02:24:52 GMT
86885              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
86886      Branch: perl
86887            ! t/lib/b.t
86888 ____________________________________________________________________________
86889 [  6596] By: jhi                                   on 2000/08/11  01:50:07
86890         Log: Update Changes.
86891      Branch: perl
86892            ! Changes
86893 ____________________________________________________________________________
86894 [  6595] By: jhi                                   on 2000/08/11  01:47:16
86895         Log: nitfix
86896      Branch: perl
86897            ! Changes
86898 ____________________________________________________________________________
86899 [  6594] By: jhi                                   on 2000/08/11  01:36:16
86900         Log: Subject: Getting perlio and threads to compile
86901              From: Lupe Christoph <lupe@lupe-christoph.de>
86902              Date: Wed, 9 Aug 2000 11:35:54 +0200
86903              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
86904              
86905              (the Solaris version changes in Configure skipped)
86906      Branch: perl
86907            ! hints/solaris_2.sh thread.h
86908 ____________________________________________________________________________
86909 [  6593] By: jhi                                   on 2000/08/11  01:30:16
86910         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
86911              From: simon@brecon.co.uk (Simon Cozens)
86912              Date: 1 Aug 2000 06:55:19 GMT
86913              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
86914      Branch: perl
86915            ! lib/utf8.pm
86916 ____________________________________________________________________________
86917 [  6592] By: jhi                                   on 2000/08/11  01:26:39
86918         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
86919              From: Peter Scott <Peter@PeterScott.com>
86920              Date: Thu, 10 Aug 2000 08:23:27 -0700
86921              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86922      Branch: perl
86923            ! lib/perl5db.pl
86924 ____________________________________________________________________________
86925 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86926         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86927              From: Hugo <hv@crypt.compulink.co.uk>
86928              Date: Thu, 10 Aug 2000 19:23:04 +0100
86929              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86930      Branch: perl
86931            ! regexec.c t/op/pat.t
86932 ____________________________________________________________________________
86933 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86934         Log: Preprocessing and postprocessing for File::Find.
86935              
86936              Subject: Patch to Find::File.pm to allow alphabetical results
86937              From: Joe Smith <jsmith@inwap.com>
86938              Date: Wed, 9 Aug 2000 02:44:54 -0700
86939              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86940      Branch: perl
86941            ! lib/File/Find.pm
86942 ____________________________________________________________________________
86943 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86944         Log: B::Deparse didn't do sub attributes.
86945              
86946              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86947              From: simon@brecon.co.uk (Simon Cozens)
86948              Date: 9 Aug 2000 04:49:20 GMT
86949              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86950      Branch: perl
86951            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86952 ____________________________________________________________________________
86953 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86954         Log: Subject: debugger "d" command doesnt check line number
86955              From: Mike Guy <mjtg@cam.ac.uk>
86956              Date: Tue, 08 Aug 2000 21:54:29 +0100
86957              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86958      Branch: perl
86959            ! lib/perl5db.pl mg.c pod/perldiag.pod
86960 ____________________________________________________________________________
86961 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86962         Log: sleep(1) does not necessarily return 1.
86963              
86964              Subject: [PATCH bleadperl] op/lex_assign.t  
86965              From: Hugo <hv@crypt.compulink.co.uk>
86966              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86967              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86968      Branch: perl
86969            ! t/op/lex_assign.t
86970 ____________________________________________________________________________
86971 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86972         Log: Document the IO::Select timeout.
86973      Branch: perl
86974            ! ext/IO/lib/IO/Select.pm
86975 ____________________________________________________________________________
86976 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86977         Log: Forgot contributor.
86978      Branch: perl
86979            ! Changes
86980 ____________________________________________________________________________
86981 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86982         Log: detypo
86983      Branch: perl
86984            ! Changes
86985 ____________________________________________________________________________
86986 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86987         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86988              
86989              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86990              From: Mike Guy <mjtg@cam.ac.uk> 
86991              Date: Thu, 10 Aug 2000 15:50:54 +0100
86992              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86993      Branch: perl
86994            ! sv.c t/op/int.t
86995 ____________________________________________________________________________
86996 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86997         Log: Update Changes.
86998      Branch: perl
86999            ! Changes
87000 ____________________________________________________________________________
87001 [  6581] By: jhi                                   on 2000/08/10  23:26:16
87002         Log: Put back the std @INC thing.
87003      Branch: perl
87004            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
87005            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
87006            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
87007            ! t/lib/gol-oo.t
87008 ____________________________________________________________________________
87009 [  6580] By: jhi                                   on 2000/08/10  23:03:34
87010         Log: Update to CGI 2.70, from Lincoln Stein.
87011      Branch: perl
87012            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
87013            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
87014            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
87015            ! t/lib/cgi-request.t
87016 ____________________________________________________________________________
87017 [  6579] By: jhi                                   on 2000/08/10  22:41:50
87018         Log: Update to CPAN 1.56, from Andreas König.
87019      Branch: perl
87020            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
87021 ____________________________________________________________________________
87022 [  6578] By: jhi                                   on 2000/08/10  22:38:13
87023         Log: Update to Pod::Parser 1.17, from Brad Appleton.
87024      Branch: perl
87025            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
87026            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
87027            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
87028            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
87029            ! t/pod/include.t t/pod/included.t t/pod/lref.t
87030            ! t/pod/multiline_items.t t/pod/nested_items.t
87031            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
87032            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
87033            ! t/pod/special_seqs.t
87034 ____________________________________________________________________________
87035 [  6577] By: jhi                                   on 2000/08/10  22:35:41
87036         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
87037      Branch: perl
87038            ! AUTHORS MAINTAIN
87039 ____________________________________________________________________________
87040 [  6576] By: jhi                                   on 2000/08/10  22:24:54
87041         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
87042      Branch: perl
87043            + t/lib/gol-oo.t
87044            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
87045            ! t/lib/gol-compat.t t/lib/gol-linkage.t
87046 ____________________________________________________________________________
87047 [  6575] By: jhi                                   on 2000/08/10  22:02:07
87048         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
87049      Branch: perl
87050            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
87051 ____________________________________________________________________________
87052 [  6574] By: jhi                                   on 2000/08/10  21:55:03
87053         Log: Iterating perl6 description.
87054      Branch: perl
87055            ! pod/perlfaq1.pod
87056 ____________________________________________________________________________
87057 [  6573] By: jhi                                   on 2000/08/10  21:48:26
87058         Log: Revert the sv.c part of #6559, a better fix is needed.
87059      Branch: perl
87060            ! sv.c
87061 ____________________________________________________________________________
87062 [  6572] By: jhi                                   on 2000/08/10  20:33:43
87063         Log: It's the 2ndO'ROSSC.
87064      Branch: perl
87065            ! pod/perlfaq1.pod
87066 ____________________________________________________________________________
87067 [  6571] By: jhi                                   on 2000/08/10  15:55:48
87068         Log: detypo
87069      Branch: perl
87070            ! pod/perlfaq1.pod
87071 ____________________________________________________________________________
87072 [  6570] By: jhi                                   on 2000/08/10  14:11:17
87073         Log: An exceptionally sticky typo.
87074      Branch: perl
87075            ! Changes
87076 ____________________________________________________________________________
87077 [  6569] By: jhi                                   on 2000/08/10  14:09:33
87078         Log: detypo (and test Changes updating script)
87079      Branch: perl
87080            ! Changes
87081 ____________________________________________________________________________
87082 [  6568] By: jhi                                   on 2000/08/10  14:07:07
87083         Log: Update Changes.
87084      Branch: perl
87085            ! Changes
87086 ____________________________________________________________________________
87087 [  6567] By: jhi                                   on 2000/08/10  14:06:19
87088         Log: Amend the description of Perl6.
87089              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
87090              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87091              Date: Wed, 9 Aug 2000 22:11:06 -0500
87092              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
87093      Branch: perl
87094            ! pod/perlfaq1.pod
87095 ____________________________________________________________________________
87096 [  6566] By: jhi                                   on 2000/08/10  13:58:57
87097         Log: Subject: Remove dead entry in perldiag
87098              From: Mike Guy <mjtg@cam.ac.uk>
87099              Date: Thu, 10 Aug 2000 14:19:19 +0100
87100              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
87101      Branch: perl
87102            ! pod/perldiag.pod
87103 ____________________________________________________________________________
87104 [  6565] By: jhi                                   on 2000/08/10  13:51:48
87105         Log: Zero entries were skipped, fix from Adrian Goalby
87106              <argoalby@yahoo.co.uk>
87107      Branch: perl
87108            ! lib/unicode/Number.pl lib/unicode/mktables.PL
87109 ____________________________________________________________________________
87110 [  6564] By: jhi                                   on 2000/08/10  13:00:12
87111         Log: Subject: [PATCH 5.6.0] cygwin port
87112              From: "Fifer, Eric" <EFifer@sanwaint.com>
87113              Date: Thu, 10 Aug 2000 13:15:36 +0100
87114              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
87115      Branch: perl
87116            ! README.cygwin hints/cygwin.sh
87117 ____________________________________________________________________________
87118 [  6563] By: jhi                                   on 2000/08/10  12:55:16
87119         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
87120      Branch: perl
87121            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
87122 ____________________________________________________________________________
87123 [  6562] By: gsar                                  on 2000/08/10  08:38:39
87124         Log: warn is a macro, avoid using at a variable to avoid warnings
87125              in some configurations; readdir.t is too conservative in
87126              estimating number of *.t's
87127      Branch: perl
87128            ! t/op/readdir.t util.c
87129 ____________________________________________________________________________
87130 [  6561] By: jhi                                   on 2000/08/09  23:35:42
87131         Log: Update Changes.
87132      Branch: perl
87133            ! Changes
87134 ____________________________________________________________________________
87135 [  6560] By: jhi                                   on 2000/08/09  23:05:47
87136         Log: Subject: Re: enhanced(?) regex error messages
87137              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87138              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
87139              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
87140              
87141              (plus two small patches sent privately)
87142              (this still seems to leave few test failures)
87143      Branch: perl
87144            + t/op/regmesg.t
87145            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
87146            ! t/pragma/warn/regcomp
87147 ____________________________________________________________________________
87148 [  6559] By: jhi                                   on 2000/08/09  20:41:18
87149         Log: (The fix did work but was not right, retracted in #6573)
87150              
87151              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
87152              From: Christian Kirsch <ck@held.mind.de>
87153              Date: Wed, 9 Aug 2000 17:05:17 +0200
87154              Message-Id: <20000809170517.A25389@held>
87155      Branch: perl
87156            ! sv.c t/pragma/locale.t
87157 ____________________________________________________________________________
87158 [  6558] By: jhi                                   on 2000/08/08  22:34:08
87159         Log: Tiny updates on the contributors list.
87160      Branch: perl
87161            ! Changes
87162 ____________________________________________________________________________
87163 [  6557] By: jhi                                   on 2000/08/08  19:34:28
87164         Log: Double check that we have a dirhandle.
87165      Branch: perl
87166            ! util.c
87167 ____________________________________________________________________________
87168 [  6556] By: jhi                                   on 2000/08/08  19:01:51
87169         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
87170              May be repopulated with fresh maintained examples.
87171      Branch: perl
87172            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
87173            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
87174            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
87175            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
87176            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
87177            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
87178            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
87179            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
87180            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
87181            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
87182            + lib/CGI/eg/wilogo_gif.uu
87183            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
87184            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
87185            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
87186            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
87187            - eg/cgi/frameset.cgi eg/cgi/index.html
87188            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
87189            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
87190            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
87191            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
87192            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
87193            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
87194            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
87195            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
87196            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
87197            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
87198            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
87199            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
87200            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
87201            - eg/van/vanish eg/who eg/wrapsuid
87202            ! MANIFEST
87203 ____________________________________________________________________________
87204 [  6555] By: jhi                                   on 2000/08/08  18:51:08
87205         Log: Delete chat2 as requested by Randal.
87206              
87207              Subject: Re: perlfaq8 coyness
87208              From: merlyn@stonehenge.com (Randal L. Schwartz) 
87209              Date: 15 May 2000 18:52:42 -0700 
87210              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
87211      Branch: perl
87212            - lib/chat2.pl
87213            ! MANIFEST
87214 ____________________________________________________________________________
87215 [  6554] By: jhi                                   on 2000/08/08  18:31:35
87216         Log: Regen global.sym.
87217      Branch: perl
87218            ! global.sym
87219 ____________________________________________________________________________
87220 [  6553] By: jhi                                   on 2000/08/08  18:28:13
87221         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
87222              (either perlbug or p5p ate the original), plus regen
87223              perlapi and perltoc. 
87224      Branch: perl
87225            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
87226            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
87227            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
87228            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
87229            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
87230            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
87231            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
87232            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
87233            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
87234            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
87235 ____________________________________________________________________________
87236 [  6552] By: jhi                                   on 2000/08/08  18:06:29
87237         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
87238              From: Mike Guy <mjtg@cam.ac.uk>
87239              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
87240              Date: Tue, 08 Aug 2000 15:51:27 +0100
87241      Branch: perl
87242            ! doop.c sv.h t/op/join.t t/pragma/overload.t
87243 ____________________________________________________________________________
87244 [  6551] By: jhi                                   on 2000/08/08  18:01:11
87245         Log: Re-apply #6549.
87246      Branch: perl
87247            ! lib/perl5db.pl
87248 ____________________________________________________________________________
87249 [  6550] By: jhi                                   on 2000/08/08  17:43:08
87250         Log: Accidental retraction of #6549.
87251      Branch: perl
87252            ! lib/perl5db.pl
87253 ____________________________________________________________________________
87254 [  6549] By: jhi                                   on 2000/08/08  17:40:04
87255         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
87256              From: Mike Guy <mjtg@cam.ac.uk>
87257              Date: Mon, 07 Aug 2000 21:49:58 +0100
87258              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
87259      Branch: perl
87260            ! lib/perl5db.pl
87261 ____________________________________________________________________________
87262 [  6548] By: jhi                                   on 2000/08/08  17:37:57
87263         Log: Document here-doc better.
87264              
87265              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
87266              From: Mike Guy <mjtg@cam.ac.uk>
87267              Date: Mon, 07 Aug 2000 14:02:09 +0100
87268              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
87269      Branch: perl
87270            ! pod/perldata.pod
87271 ____________________________________________________________________________
87272 [  6547] By: jhi                                   on 2000/08/08  17:33:34
87273         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
87274              From: "Randy J. Ray" <rjray@redhat.com>
87275              Date: Mon, 07 Aug 2000 19:12:25 -0700
87276              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
87277      Branch: perl
87278            ! perl.c pod/perlrun.pod
87279 ____________________________________________________________________________
87280 [  6546] By: jhi                                   on 2000/08/08  17:29:26
87281         Log: Subject: Re: enhanced(?) regex error messages 
87282              From: Hugo <hv@crypt.compulink.co.uk>
87283              Date: Tue, 08 Aug 2000 03:25:51 +0100
87284              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
87285              
87286              plus Capitalize the error messages, plus perldiag them.
87287      Branch: perl
87288            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
87289 ____________________________________________________________________________
87290 [  6545] By: jhi                                   on 2000/08/08  13:59:28
87291         Log: Augment #6539 a bit: don't croak if there's magic in the air.
87292              
87293              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
87294              From: Hugo <hv@crypt.compulink.co.uk>
87295              Date: Tue, 08 Aug 2000 03:02:03 +0100
87296              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
87297      Branch: perl
87298            ! pp.c t/op/bless.t
87299 ____________________________________________________________________________
87300 [  6544] By: jhi                                   on 2000/08/07  21:11:52
87301         Log: Make the test -w clean.
87302      Branch: perl
87303            ! t/op/bless.t
87304 ____________________________________________________________________________
87305 [  6543] By: jhi                                   on 2000/08/07  19:49:53
87306         Log: use warnings instead of $^W.
87307      Branch: perl
87308            ! t/op/bless.t
87309 ____________________________________________________________________________
87310 [  6542] By: jhi                                   on 2000/08/07  17:41:41
87311         Log: Disable a portability warning Because We Know What We Are Doing.
87312      Branch: perl
87313            ! t/op/bless.t
87314 ____________________________________________________________________________
87315 [  6541] By: jhi                                   on 2000/08/07  17:29:51
87316         Log: Tiny tidying on report_evil_fh().
87317      Branch: perl
87318            ! util.c
87319 ____________________________________________________________________________
87320 [  6540] By: jhi                                   on 2000/08/07  16:37:38
87321         Log: Make regular expression parse error messages easier to understand.
87322              
87323              Subject: Re: enhanced(?) regex error messages
87324              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87325              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
87326              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
87327      Branch: perl
87328            ! regcomp.c
87329 ____________________________________________________________________________
87330 [  6539] By: jhi                                   on 2000/08/07  16:12:27
87331         Log: Make bless(REF, REF) a fatal error, add bless tests.
87332              
87333              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
87334              From: Hugo <hv@crypt.compulink.co.uk>
87335              Date: Mon, 07 Aug 2000 16:59:38 +0100
87336              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
87337      Branch: perl
87338            + t/op/bless.t
87339            ! MANIFEST pod/perldiag.pod pp.c sv.c
87340 ____________________________________________________________________________
87341 [  6538] By: jhi                                   on 2000/08/07  15:59:43
87342         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
87343              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
87344              Date: Thu, 3 Aug 2000 14:29:21 -0700
87345              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
87346      Branch: perl
87347            ! lib/lib_pm.PL
87348 ____________________________________________________________________________
87349 [  6537] By: jhi                                   on 2000/08/07  15:47:18
87350         Log: Retract #6419 for now since it breaks in AFS and MachTen.
87351      Branch: perl
87352            ! lib/Cwd.pm
87353 ____________________________________________________________________________
87354 [  6536] By: jhi                                   on 2000/08/07  15:05:29
87355         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
87356              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
87357              The security hole exists only in suidperls, which isn't
87358              installed or even built by default.
87359      Branch: perl
87360            ! perl.c
87361 ____________________________________________________________________________
87362 [  6535] By: jhi                                   on 2000/08/07  14:45:14
87363         Log: tr memory corruption fix from Simon Cozens.
87364      Branch: perl
87365            ! doop.c
87366 ____________________________________________________________________________
87367 [  6534] By: jhi                                   on 2000/08/06  11:38:16
87368         Log: Document a bit that UDP is not what you might think.
87369              
87370              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
87371              From: Lupe Christoph <lupe@lupe-christoph.de>
87372              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
87373              Date: Mon, 24 Jul 2000 08:59:15 +0200
87374      Branch: perl
87375            ! pod/perlipc.pod
87376 ____________________________________________________________________________
87377 [  6533] By: jhi                                   on 2000/08/06  11:35:01
87378         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
87379              From: Jeff Pinyan <jeffp@hut.crusoe.net>
87380              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
87381              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
87382      Branch: perl
87383            ! pod/perlfunc.pod
87384 ____________________________________________________________________________
87385 [  6532] By: jhi                                   on 2000/08/06  03:45:41
87386         Log: Have symbols for the IoTYPEs.
87387      Branch: perl
87388            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
87389 ____________________________________________________________________________
87390 [  6531] By: jhi                                   on 2000/08/06  01:33:55
87391         Log: Continue fixing the io warnings.  This also
87392              sort of fixes bug ID 20000802.003: the core dump
87393              is no more.  Whether the current behaviour is correct
87394              (giving a warning: "Not a format reference"), is another matter.
87395      Branch: perl
87396            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
87397            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87398 ____________________________________________________________________________
87399 [  6530] By: jhi                                   on 2000/08/05  21:33:12
87400         Log: Change the Policy policy: now -Dprefix= with an existing
87401              Policy.sh and prefix == siteprefix == vendorprefix, then all
87402              of them follow along the new prefix.
87403              
87404              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
87405              From: Andy Dougherty <doughera@lafayette.edu>
87406              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
87407              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
87408      Branch: perl
87409            ! Policy_sh.SH
87410 ____________________________________________________________________________
87411 [  6529] By: jhi                                   on 2000/08/05  18:57:28
87412         Log: Zap lib/Sys directory when cleaning up.
87413      Branch: perl
87414            ! Makefile.SH
87415 ____________________________________________________________________________
87416 [  6528] By: jhi                                   on 2000/08/05  18:40:44
87417         Log: Essential prototype changes were missing from #6527.
87418              Also make report_evil_fh() more bomb-proof.
87419      Branch: perl
87420            ! embed.h util.c
87421 ____________________________________________________________________________
87422 [  6527] By: jhi                                   on 2000/08/05  03:22:05
87423         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
87424              From: "Ronald F. Guilmette" <rfg@monkeys.com>
87425              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
87426              Message-Id: <200007242247.PAA52177@monkeys.com>
87427      Branch: perl
87428            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
87429 ____________________________________________________________________________
87430 [  6526] By: jhi                                   on 2000/08/04  21:23:27
87431         Log: gcc versions might have (parentheses) in them.
87432      Branch: metaconfig/U/perl
87433            ! gccvers.U
87434      Branch: perl
87435            ! Configure config_h.SH
87436 ____________________________________________________________________________
87437 [  6525] By: jhi                                   on 2000/08/04  20:23:12
87438         Log: Weed buglets pointed out by
87439              
87440              From: Lupe Christoph <lupe@lupe-christoph.de>
87441              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
87442              Date: Fri, 4 Aug 2000 17:34:39 +0200
87443              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
87444      Branch: metaconfig/U/perl
87445            ! gccvers.U uselfs.U
87446      Branch: perl
87447            ! Configure config_h.SH
87448 ____________________________________________________________________________
87449 [  6524] By: jhi                                   on 2000/08/04  19:02:08
87450         Log: Warn under -w if lstat(FH) is attempted.
87451              
87452              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
87453              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
87454              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
87455              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
87456      Branch: perl
87457            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
87458            ! t/pragma/warn/pp_sys
87459 ____________________________________________________________________________
87460 [  6523] By: jhi                                   on 2000/08/04  12:31:11
87461         Log: Subject: New perlcc, take 2
87462              From: simon@brecon.co.uk (Simon Cozens)
87463              Date: 4 Aug 2000 06:21:04 GMT
87464              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
87465      Branch: perl
87466            ! utils/perlcc.PL
87467 ____________________________________________________________________________
87468 [  6522] By: jhi                                   on 2000/08/04  12:26:33
87469         Log: Subject: Re: Array vs. List context
87470              From: Daniel Chetlin <daniel@chetlin.com>
87471              Date: Fri, 4 Aug 2000 00:22:44 -0700
87472              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
87473      Branch: perl
87474            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
87475            ! pod/perlfaq4.pod
87476 ____________________________________________________________________________
87477 [  6521] By: jhi                                   on 2000/08/04  12:22:38
87478         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
87479              From: Raymund Will <ray@caldera.de>
87480              Date: Fri, 4 Aug 2000 12:07:09 +0200
87481              Message-Id: <20000804120709.A14982@caldera.de>
87482      Branch: perl
87483            ! configure.gnu
87484 ____________________________________________________________________________
87485 [  6520] By: jhi                                   on 2000/08/04  04:09:06
87486         Log: After the #6519 a warning about stat() is just that,
87487              not about a filetest, which now have their own warning.
87488      Branch: perl
87489            ! pod/perldiag.pod
87490 ____________________________________________________________________________
87491 [  6519] By: jhi                                   on 2000/08/04  04:06:30
87492         Log: In the warnings call filehandles consistently so;
87493              add "unopened" warning for stat().
87494      Branch: perl
87495            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87496            ! t/pragma/warn/pp_sys
87497 ____________________________________________________________________________
87498 [  6518] By: jhi                                   on 2000/08/04  02:55:35
87499         Log: Subject: Minor tweak to perlvar.pod
87500              From: "Stephen P. Potter" <spp@ds.net>
87501              Date: Tue, 18 Apr 2000 09:26:03 -0400
87502              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
87503      Branch: perl
87504            ! pod/perlvar.pod
87505 ____________________________________________________________________________
87506 [  6517] By: jhi                                   on 2000/08/04  02:50:08
87507         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
87508              From: "Clinton Pierce" <cpierce1@ford.com>
87509              Date: Wed, 21 Jul 1999 16:45:31 -0400
87510              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
87511              
87512              Fix by Stephen Potter (visible in the bug db but not in p5p?)
87513      Branch: perl
87514            ! pod/perlfunc.pod pod/perlop.pod
87515 ____________________________________________________________________________
87516 [  6516] By: jhi                                   on 2000/08/04  02:09:25
87517         Log: This is 6512.  Really.
87518      Branch: perl
87519            ! dump.c
87520 ____________________________________________________________________________
87521 [  6515] By: jhi                                   on 2000/08/04  01:25:50
87522         Log: mention the idea of @( and @)
87523      Branch: perl
87524            ! Todo-5.6
87525 ____________________________________________________________________________
87526 [  6514] By: bailey                                on 2000/08/04  01:18:46
87527         Log: YA resync with mainstem, including VMS patches from others
87528      Branch: vmsperl
87529           +> (branch 48 files)
87530            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
87531           !> (integrate 354 files)
87532 ____________________________________________________________________________
87533 [  6513] By: jhi                                   on 2000/08/04  01:18:18
87534         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
87535              From: Mark Dickinson <dickins3@fas.harvard.edu>
87536              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
87537              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
87538      Branch: perl
87539            ! t/op/grent.t t/op/pwent.t
87540 ____________________________________________________________________________
87541 [  6512] By: jhi                                   on 2000/08/04  01:14:06
87542         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
87543              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87544              Date: Wed, 02 Aug 2000 10:51:01 +0100
87545              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
87546      Branch: perl
87547            ! sv.c
87548 ____________________________________________________________________________
87549 [  6511] By: jhi                                   on 2000/08/04  00:57:00
87550         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
87551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87552              Date: Thu, 03 Aug 2000 17:20:04 -0700
87553              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
87554      Branch: metaconfig
87555            ! U/modified/Cppsym.U
87556      Branch: perl
87557            ! Configure config_h.SH
87558 ____________________________________________________________________________
87559 [  6510] By: jhi                                   on 2000/08/04  00:25:28
87560         Log: detypo
87561      Branch: perl
87562            ! Makefile.SH
87563 ____________________________________________________________________________
87564 [  6509] By: jhi                                   on 2000/08/03  23:43:18
87565         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
87566              From: Dominic Dunlop <domo@computer.org>
87567              Date: Thu, 3 Aug 2000 22:16:46 +0200
87568              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
87569      Branch: perl
87570            ! t/op/sprintf.t
87571 ____________________________________________________________________________
87572 [  6508] By: jhi                                   on 2000/08/03  23:40:37
87573         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
87574              From: Hugo <hv@crypt.compulink.co.uk>
87575              Date: Thu, 03 Aug 2000 18:25:30 +0100
87576              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
87577      Branch: perl
87578            ! regcomp.c t/op/re_tests
87579 ____________________________________________________________________________
87580 [  6507] By: jhi                                   on 2000/08/03  23:38:28
87581         Log: Subject: [PATCH] sv.h documentation - SvLEN
87582              From: Mike Guy <mjtg@cam.ac.uk>
87583              Date: Thu, 03 Aug 2000 14:43:09 +0100
87584              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
87585      Branch: perl
87586            ! sv.h
87587 ____________________________________________________________________________
87588 [  6506] By: jhi                                   on 2000/08/03  15:49:14
87589         Log: Disable the fix_pl hack for now.
87590      Branch: perl
87591            ! Makefile.SH
87592 ____________________________________________________________________________
87593 [  6505] By: jhi                                   on 2000/08/03  13:49:04
87594         Log: Add a URL for FSF.
87595              
87596              Subject: Patch for README
87597              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87598              Date: Wed, 2 Aug 2000 13:25:09 -0500
87599              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
87600      Branch: perl
87601            ! README
87602 ____________________________________________________________________________
87603 [  6504] By: jhi                                   on 2000/08/03  13:29:19
87604         Log: Be more informative on what is skipped and why,
87605              also repeat the list at the end.
87606      Branch: perl
87607            ! Porting/p4desc
87608 ____________________________________________________________________________
87609 [  6503] By: jhi                                   on 2000/08/03  13:07:05
87610         Log: Circumvent the removal of .patch by fix_pl.
87611              
87612              Subject: Re: [ID 20000802.011] unable to 'make test'          
87613              From: simon@brecon.co.uk (Simon Cozens) 
87614              Date: 3 Aug 2000 04:17:00 GMT
87615              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
87616      Branch: perl
87617            ! Makefile.SH
87618 ____________________________________________________________________________
87619 [  6502] By: jhi                                   on 2000/08/03  00:14:34
87620         Log: Add the missing setproctitle unit.
87621      Branch: metaconfig/U/perl
87622            + d_setproctitle.U
87623 ____________________________________________________________________________
87624 [  6501] By: jhi                                   on 2000/08/03  00:00:26
87625         Log: The subtest 4 may fail also on VOBS, as pointed out
87626              by Nick Ing-Simmons in November 1999, bug id 19991124.003
87627              (but the failure in that bug report isn't the subtest 4).
87628      Branch: perl
87629            ! t/op/stat.t
87630 ____________________________________________________________________________
87631 [  6500] By: jhi                                   on 2000/08/02  23:49:30
87632         Log: Better skip message for the test; one of the two problems in
87633              
87634              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
87635              From: Lupe Christoph <lupe@lupe-christoph.de>
87636              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
87637              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
87638      Branch: perl
87639            ! t/op/numconvert.t
87640 ____________________________________________________________________________
87641 [  6499] By: jhi                                   on 2000/08/02  22:49:16
87642         Log: Allow "no Module;" even if there is no 'unimport'.
87643              
87644              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
87645              From: mjd@plover.com
87646              Date: 24 Mar 2000 15:24:34 -0000
87647              Message-Id: <20000324152434.15160.qmail@plover.com>
87648      Branch: perl
87649            ! gv.c
87650 ____________________________________________________________________________
87651 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87652         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87653              that are hopefully soon put into use.
87654      Branch: perl
87655            ! opcode.h opcode.pl opnames.h
87656 ____________________________________________________________________________
87657 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87658         Log: require.t needs binmode() to work on windows
87659      Branch: perl
87660            ! t/comp/require.t
87661 ____________________________________________________________________________
87662 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87663         Log: Document the IVdf UVuf UVof UVxf.
87664      Branch: perl
87665            ! pod/perlguts.pod
87666 ____________________________________________________________________________
87667 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87668         Log: detypo #6494
87669      Branch: perl
87670            ! ext/Data/Dumper/Dumper.xs
87671 ____________________________________________________________________________
87672 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87673         Log: Dump UVs as UVs in Data::Dumper.
87674              
87675              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87676              From: Gurusamy Sarathy <gsar@ActiveState.com>
87677              Date: Thu, 27 Apr 2000 12:26:25 -0700
87678              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87679      Branch: perl
87680            ! ext/Data/Dumper/Dumper.xs
87681 ____________________________________________________________________________
87682 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87683         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87684              From: Hugo <hv@crypt.compulink.co.uk>
87685              Date: Wed, 02 Aug 2000 14:53:56 +0100
87686              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87687      Branch: perl
87688            ! regexec.c t/op/re_tests
87689 ____________________________________________________________________________
87690 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87691         Log: The new setproctitle() feature is available only in 
87692              bleeding edge FreeBSD.  From Paul Saab.
87693      Branch: perl
87694            ! mg.c
87695 ____________________________________________________________________________
87696 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87697         Log: The tr utf8 patching continues.
87698              
87699              Subject: Re: #6469, too many tests claimed in require.t
87700              From: simon@brecon.co.uk (Simon Cozens)
87701              Date: 2 Aug 2000 02:37:17 GMT
87702              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87703              
87704              (the logic of the test was the wrong way round in the patch)
87705      Branch: perl
87706            ! doop.c
87707 ____________________________________________________________________________
87708 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87709         Log: The name of a filehandle does not have <these>.
87710      Branch: perl
87711            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87712            ! t/pragma/warn/pp_sys util.c
87713 ____________________________________________________________________________
87714 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87715         Log: Remove the extraneous "main::" prefix from all the
87716              "opened only for", "on closed", and "never opened" warnings.
87717              
87718              Subject: Re: inappropriate warning
87719              From: Gurusamy Sarathy <gsar@ActiveState.com>
87720              Date: Mon, 20 Mar 2000 11:28:02 -0800
87721              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87722      Branch: perl
87723            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87724            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87725            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87726 ____________________________________________________________________________
87727 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87728         Log: memcpy has n o in it, as pinted ut by Sarathy.
87729      Branch: perl
87730            ! pod/perlguts.pod
87731 ____________________________________________________________________________
87732 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87733         Log: Document in one place the memory abstractions used in Perl core.
87734              
87735              Subject: Re: Memory abstraction
87736              From: simon@brecon.co.uk (Simon Cozens)
87737              Date: 2 Aug 2000 02:20:23 GMT
87738              Organization: Earth.li Origins
87739      Branch: perl
87740            ! pod/perlguts.pod
87741 ____________________________________________________________________________
87742 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87743         Log: regen_headers, regen perltoc.
87744      Branch: perl
87745            ! perlapi.c pod/perltoc.pod
87746 ____________________________________________________________________________
87747 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87748         Log: "This little thing tests for a file .patch, and if it contains
87749              a number, pops into patchlevel.h" (making it easier to track
87750              which development version people are reporting bugs against)
87751              
87752              Subject: Patchlevel autogeneration for repository perls
87753              From: simon@brecon.co.uk (Simon Cozens)
87754              Date: 14 Jul 2000 07:12:15 GMT
87755              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87756      Branch: perl
87757            + fix_pl
87758            ! MANIFEST Makefile.SH
87759 ____________________________________________________________________________
87760 [  6484] By: jhi                                   on 2000/08/02  01:32:54
87761         Log: FreeBSD 3.* updates from
87762              
87763              From: Paul Saab <ps@yahoo-inc.com>
87764              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87765              Date: Tue, 1 Aug 2000 15:41:39 -0700
87766              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87767      Branch: perl
87768            ! hints/freebsd.sh
87769 ____________________________________________________________________________
87770 [  6483] By: jhi                                   on 2000/08/02  01:27:44
87771         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
87772              instead one must use setproctitle().  This was already addressed
87773              by change #6457, but the below has a new variant for FreeBSD 4.0
87774              or later, and the matter is also documented more.
87775              
87776              From: Paul Saab <ps@yahoo-inc.com>
87777              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87778              Date: Tue, 1 Aug 2000 15:41:39 -0700
87779              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87780      Branch: metaconfig/U/perl
87781            + i_libutil.U
87782      Branch: perl
87783            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
87784 ____________________________________________________________________________
87785 [  6482] By: jhi                                   on 2000/08/01  22:17:32
87786         Log: The test from this
87787              
87788              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
87789              Date: Sat, 15 Apr 2000 17:03:44 +0100
87790              From: Tom Hughes <tom@compton.nu>
87791              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
87792              
87793              was missing, the code change went in as #5989
87794              (which had a different test?)
87795      Branch: perl
87796            ! t/op/misc.t
87797 ____________________________________________________________________________
87798 [  6481] By: jhi                                   on 2000/08/01  21:48:38
87799         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
87800              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87801              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
87802              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
87803      Branch: perl
87804            ! perl.h
87805 ____________________________________________________________________________
87806 [  6480] By: jhi                                   on 2000/08/01  18:05:28
87807         Log: Make p4desc to skip non-mainperl branches by default.
87808      Branch: perl
87809            ! Porting/p4desc
87810 ____________________________________________________________________________
87811 [  6479] By: jhi                                   on 2000/08/01  17:29:19
87812         Log: If gccosandvers is equal to osname, clear gccosandvers.
87813      Branch: metaconfig/U/perl
87814            ! gccvers.U
87815      Branch: perl
87816            ! Configure config_h.SH
87817 ____________________________________________________________________________
87818 [  6478] By: jhi                                   on 2000/08/01  15:54:08
87819         Log: BOM patching from Simon Cozens.
87820      Branch: perl
87821            ! toke.c
87822 ____________________________________________________________________________
87823 [  6477] By: jhi                                   on 2000/08/01  04:50:33
87824         Log: Stash away the largefiles flags and libswanted.
87825      Branch: perl
87826            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
87827 ____________________________________________________________________________
87828 [  6476] By: gsar                                  on 2000/08/01  04:24:24
87829         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
87830              on Windows)
87831      Branch: perl
87832            ! t/pragma/utf8.t utf8.c win32/win32.c
87833 ____________________________________________________________________________
87834 [  6475] By: jhi                                   on 2000/08/01  03:35:24
87835         Log: Make chr() for values >127 to create utf8 when under utf8.
87836              
87837              Subject: Re: uft8/chr()
87838              From: simon@brecon.co.uk (Simon Cozens)
87839              Date: 1 Aug 2000 02:37:02 GMT
87840              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
87841      Branch: perl
87842            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
87843 ____________________________________________________________________________
87844 [  6474] By: jhi                                   on 2000/08/01  02:36:18
87845         Log: In Digital UNIX warn if gcc explicitly chosen because even
87846              2.95.2 is known to cause problems.
87847      Branch: perl
87848            ! hints/dec_osf.sh
87849 ____________________________________________________________________________
87850 [  6473] By: jhi                                   on 2000/08/01  02:00:56
87851         Log: Make the safety catch for buggy gccs work with triple version
87852              numbers like 2.95.2.  Reported in
87853              
87854              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
87855              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
87856              Date: Mon, 31 Jul 2000 14:55:06 +0200
87857              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
87858      Branch: perl
87859            ! hints/dec_osf.sh
87860 ____________________________________________________________________________
87861 [  6472] By: jhi                                   on 2000/08/01  01:13:33
87862         Log: Subject: fix and question re: waitpid() under win32
87863              From: Brian Clarke <clarke@appliedmeta.com>
87864              Date: Fri, 28 Jul 2000 15:18:29 -0400
87865              Message-ID: <3981DC85.290314EB@appliedmeta.com>
87866              
87867              Slightly reformatted and WNOHANG # define moved to win32.h
87868              so that also POSIX.xs sees it, as suggsted by Sarathy.
87869      Branch: perl
87870            ! win32/win32.c win32/win32.h
87871 ____________________________________________________________________________
87872 [  6471] By: jhi                                   on 2000/08/01  00:55:05
87873         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
87874              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87875              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
87876              Date: Mon, 31 Jul 2000 13:28:51 +0100
87877              
87878              (aka ID 20000730.002)
87879      Branch: perl
87880            ! op.c t/op/tr.t
87881 ____________________________________________________________________________
87882 [  6470] By: jhi                                   on 2000/07/31  23:34:42
87883         Log: Document the problem with -P in HP-UX and its workaround.
87884              
87885              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
87886              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
87887              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
87888              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
87889      Branch: perl
87890            ! README.hpux
87891 ____________________________________________________________________________
87892 [  6469] By: jhi                                   on 2000/07/31  04:15:02
87893         Log: The swallow_bom() saga continues.  The #23 of require.t
87894              (UTF16-LE) still fails (silently, no output) but the #22
87895              (UTF16-BE) seems to be working now.  The root of the
87896              failure may be in sv_gets(): is it UTF-16LE-aware,
87897              especially when it comes to line endings? 
87898      Branch: perl
87899            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
87900            ! t/comp/require.t toke.c utf8.c
87901 ____________________________________________________________________________
87902 [  6468] By: jhi                                   on 2000/07/30  19:05:48
87903         Log: Find green threads before native threads.
87904              
87905              Subject: Re: Patch to jpl/JNI/Makefile.PL
87906              From: Jens Thomsen <jens@fiend.cis.com>
87907              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
87908              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
87909      Branch: perl
87910            ! jpl/JNI/Makefile.PL
87911 ____________________________________________________________________________
87912 [  6467] By: jhi                                   on 2000/07/30  18:36:22
87913         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
87914      Branch: perl
87915            ! doop.c
87916 ____________________________________________________________________________
87917 [  6466] By: jhi                                   on 2000/07/30  04:37:29
87918         Log: A new version of the "remove UPPERACSE string comparison"
87919              operators.  The problem with the previous one (change #6454)
87920              was that it was for Perl 5.6.0.  From Paul Marquess.
87921      Branch: perl
87922            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87923            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87924            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87925 ____________________________________________________________________________
87926 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87927         Log: Do not upgrade SVs into utf8 just because they participate
87928              in eq or cmp.  Reported and fix suggested in
87929              
87930              Subject: [ID 20000720.009] sv_eq UTF8 bug
87931              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87932              Date: 21 Jul 2000 04:37:29 -0000
87933              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87934              
87935              Exercise for the kind reader: should we or should we not
87936              cache the utf8 conversion alongside the SV? (as magic,
87937              as the strxfrm()ed version is cached under use locale)
87938              Argue both for and against.
87939      Branch: perl
87940            ! sv.c
87941 ____________________________________________________________________________
87942 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87943         Log: Subject: UTF8 concat
87944              From: simon@brecon.co.uk (Simon Cozens) 
87945              Date: 30 Jun 2000 06:13:25 GMT
87946              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87947              
87948              (with a memory leak fixed, plus a few casts added)
87949              
87950              This also seems to help for
87951              
87952              Subject: [ID 20000716.015] join UTF8 weirdness
87953              From: root <root@ak-71.mind.de> 
87954              Date: Sat, 15 Jul 2000 15:29:54 +0200
87955              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87956              
87957              (from Andreas König)
87958      Branch: perl
87959            ! pp_hot.c
87960 ____________________________________________________________________________
87961 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87962         Log: Tune the comments and hopefully stop a memory leak.
87963      Branch: perl
87964            ! toke.c utf8.c
87965 ____________________________________________________________________________
87966 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87967         Log: The problem described in this
87968              
87969              Subject: [ID 20000322.018] named chars aren't magical enough
87970              From: root <root@dixie.cscaper.com>     
87971              Date: Wed, 22 Mar 2000 18:37:42 -0700
87972              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87973              
87974              has been fixed in perl 5.6.0 but just in case added a test
87975              to keep it away.  (The report from Joseph Hall.)
87976      Branch: perl
87977            ! t/lib/charnames.t
87978 ____________________________________________________________________________
87979 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87980         Log: Tiny fixes for #6460.
87981      Branch: metaconfig/U/perl
87982            ! gccvers.U
87983      Branch: perl
87984            ! Configure config_h.SH
87985 ____________________________________________________________________________
87986 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87987         Log: Warn if the version of the operating system used to compile gcc
87988              differs from the current version of the operating system.
87989              Also display the gcc compilation os and version in myconfig.
87990              Inspiration from
87991              
87992              Subject: Re: [ID 20000710.003] ERRORS!!         
87993              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87994              Date: Mon, 10 Jul 2000 15:54:16 -0400
87995              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87996      Branch: metaconfig/U/perl
87997            ! gccvers.U
87998      Branch: perl
87999            ! Configure config_h.SH myconfig.SH
88000 ____________________________________________________________________________
88001 [  6459] By: jhi                                   on 2000/07/28  22:00:32
88002         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
88003              letter to $Config{osvers}.
88004      Branch: metaconfig
88005            ! U/modified/Oldconfig.U
88006      Branch: perl
88007            ! Configure config_h.SH
88008 ____________________________________________________________________________
88009 [  6458] By: jhi                                   on 2000/07/28  04:15:39
88010         Log: Back out #6454, doesn't seem to work.
88011              (Reason: that patch was for perl 5.6.0, not perl-current)
88012              (A version of the patch for perl-current came in later as #6466)
88013      Branch: perl
88014            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
88015            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
88016            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
88017 ____________________________________________________________________________
88018 [  6457] By: jhi                                   on 2000/07/27  23:31:49
88019         Log: Use setproctitle() if available to modify $0.
88020              
88021              Subject: setting $* on BSD4 broken
88022              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
88023              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
88024              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
88025      Branch: metaconfig
88026            ! U/modified/Myinit.U
88027      Branch: perl
88028            ! Configure config_h.SH mg.c
88029 ____________________________________________________________________________
88030 [  6456] By: jhi                                   on 2000/07/27  14:50:47
88031         Log: Allow "no AutoLoader;", based on change #6444,
88032              suggested by Graham Barr.
88033      Branch: perl
88034            ! lib/AutoLoader.pm
88035 ____________________________________________________________________________
88036 [  6455] By: jhi                                   on 2000/07/27  14:19:10
88037         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
88038              From: rspier@pobox.com (Robert Spier)
88039              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
88040              Message-ID: <14720.15855.787664.424783@rls.cx>
88041      Branch: perl
88042            ! pod/perldiag.pod
88043 ____________________________________________________________________________
88044 [  6454] By: jhi                                   on 2000/07/27  14:03:02
88045         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
88046              for a long time).
88047              
88048              Reported in
88049              
88050              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
88051              From: Ryan Herbert <rherbert@sycamorehq.com>
88052              Date: Mon, 17 Jul 2000 11:40:42 -0400
88053              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
88054              
88055              Patched in
88056              
88057              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
88058              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
88059              Date: Wed, 26 Jul 2000 23:40:18 +0100
88060              Message-ID: <000001bff752$79511880$0a17073e@tiny>
88061              
88062              based on an earlier patch from Stephen P. Potter.
88063              
88064              (Removed later by change #6458 because this patch was for
88065              perl 5.6.0, not perl-current)
88066      Branch: perl
88067            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
88068            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
88069            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
88070 ____________________________________________________________________________
88071 [  6453] By: jhi                                   on 2000/07/27  13:48:02
88072         Log: Subject: [PATCH] fixes bug 20000508.004
88073              From: Michael Stevens <mstevens@globnix.org>
88074              Date: Thu, 27 Jul 2000 13:49:04 +0100
88075              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
88076      Branch: perl
88077            ! pod/perldata.pod
88078 ____________________________________________________________________________
88079 [  6452] By: jhi                                   on 2000/07/26  23:51:26
88080         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
88081              and Craig A. Berry.
88082      Branch: perl
88083            ! lib/File/Temp.pm pod/perlport.pod
88084 ____________________________________________________________________________
88085 [  6451] By: jhi                                   on 2000/07/26  19:43:30
88086         Log: Be wary of close()s, too.
88087              
88088              Subject: Re: [PATCH] perlbug cleanup
88089              From: Tim Jenness <t.jenness@jach.hawaii.edu>
88090              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
88091              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
88092      Branch: perl
88093            ! utils/perlbug.PL
88094 ____________________________________________________________________________
88095 [  6450] By: jhi                                   on 2000/07/26  18:41:40
88096         Log: Subject: Minor doc patch: handy.h
88097              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
88098              Date: Wed, 26 Jul 2000 15:34:25 -0300
88099              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
88100      Branch: perl
88101            ! handy.h pod/perlapi.pod
88102 ____________________________________________________________________________
88103 [  6449] By: jhi                                   on 2000/07/26  18:23:55
88104         Log: Subject: [PATCH] minor doc change - perlguts
88105              From: Michael Stevens <mstevens@globnix.org>
88106              Date: Thu, 13 Jul 2000 12:39:18 +0100
88107              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
88108      Branch: perl
88109            ! pod/perlguts.pod
88110 ____________________________________________________________________________
88111 [  6448] By: jhi                                   on 2000/07/26  18:20:30
88112         Log: open() wariness in perlbug.
88113              
88114              Subject: [PATCH] perlbug cleanup
88115              From: Michael Stevens <mstevens@globnix.org>
88116              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
88117              Date: Thu, 13 Jul 2000 15:52:23 +0100
88118      Branch: perl
88119            ! utils/perlbug.PL
88120 ____________________________________________________________________________
88121 [  6447] By: jhi                                   on 2000/07/26  18:13:04
88122         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
88123      Branch: perl
88124            ! lib/File/Temp.pm t/lib/ftmp-security.t
88125 ____________________________________________________________________________
88126 [  6446] By: jhi                                   on 2000/07/26  18:06:32
88127         Log: docfix from Peter Scott <Peter@PSDT.com>.
88128      Branch: perl
88129            ! pod/perlfunc.pod
88130 ____________________________________________________________________________
88131 [  6445] By: jhi                                   on 2000/07/26  17:53:31
88132         Log: Fix *foo{FORMAT}.
88133              
88134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88135              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
88136              Date: Wed, 26 Jul 2000 19:51:02 +0200
88137              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
88138              
88139              From: Graham Barr <gbarr@pobox.com>
88140              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
88141              Date: Wed, 26 Jul 2000 17:38:36 +0100
88142              Message-ID: <20000726173836.L472@pobox.com>
88143      Branch: perl
88144            ! pp.c sv.c t/op/gv.t
88145 ____________________________________________________________________________
88146 [  6444] By: jhi                                   on 2000/07/26  17:49:14
88147         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
88148              from Graham Barr in the module list.
88149      Branch: perl
88150            ! gv.c pod/perlobj.pod
88151 ____________________________________________________________________________
88152 [  6443] By: jhi                                   on 2000/07/26  16:06:56
88153         Log: More split() doc and test patches from Mike Guy.
88154      Branch: perl
88155            ! pod/perlfunc.pod t/op/split.t
88156 ____________________________________________________________________________
88157 [  6442] By: jhi                                   on 2000/07/26  16:05:30
88158         Log: MacOS nits from Matthias Neeracher.
88159      Branch: perl
88160            ! perl.c pp_ctl.c
88161 ____________________________________________________________________________
88162 [  6441] By: jhi                                   on 2000/07/26  04:39:57
88163         Log: Subject: [PATCH] split /^/
88164              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88165              Date: Tue, 25 Jul 2000 14:18:57 +0100
88166              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
88167              
88168              (with notes from tchrist and gbarr)
88169      Branch: perl
88170            ! pod/perlfunc.pod t/op/split.t
88171 ____________________________________________________________________________
88172 [  6440] By: jhi                                   on 2000/07/26  04:32:32
88173         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
88174              From: Peter Prymmer <pvhp@forte.com>
88175              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
88176              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
88177      Branch: perl
88178            ! vms/munchconfig.c
88179 ____________________________________________________________________________
88180 [  6439] By: jhi                                   on 2000/07/26  04:31:01
88181         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
88182              to be fatal errors (instead of by default ignoring them, and
88183              ignoring with a bug: even though -w gave an error, the opening [
88184              was left in)  Reported in:
88185              
88186              Subject: [ID 20000716.024] [=cc=] / [:blank:]
88187              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
88188              Date: Sun, 16 Jul 2000 17:55:29 -0700
88189              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
88190      Branch: perl
88191            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
88192 ____________________________________________________________________________
88193 [  6438] By: jhi                                   on 2000/07/25  15:41:15
88194         Log: Subject: [PATCH] av.c apidoc
88195              From: simon@brecon.co.uk (Simon Cozens)
88196              Date: 24 Jul 2000 06:40:52 GMT
88197              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
88198      Branch: perl
88199            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88200            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
88201 ____________________________________________________________________________
88202 [  6437] By: jhi                                   on 2000/07/25  14:05:36
88203         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
88204              From: "Stephen P. Potter" <spp@ds.net>
88205              Date: Mon, 24 Jul 2000 14:22:23 -0400
88206              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
88207      Branch: perl
88208            ! pod/perllocale.pod
88209 ____________________________________________________________________________
88210 [  6436] By: jhi                                   on 2000/07/25  14:02:03
88211         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
88212              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88213              Date: Mon, 24 Jul 2000 18:04:28 +0100
88214              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
88215      Branch: perl
88216            ! t/lib/syslfs.t t/op/lfs.t
88217 ____________________________________________________________________________
88218 [  6435] By: jhi                                   on 2000/07/25  13:59:28
88219         Log: Get UTF16 BOMs working.  Patch from
88220              
88221              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88222              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88223              Date: Tue, 25 Jul 2000 12:52:45 +0100
88224              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
88225              
88226              and notes from
88227              
88228              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88229              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88230              Date: Tue, 25 Jul 2000 11:43:25 +0100
88231              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
88232      Branch: perl
88233            ! t/comp/require.t toke.c utf8.c
88234 ____________________________________________________________________________
88235 [  6434] By: jhi                                   on 2000/07/25  02:39:54
88236         Log: Make the "uninit variable" warning to say "concat or string"
88237              or "join or string" when in concat or join .
88238              
88239              Subject: Re: [ID 20000403.009] uninitialised concatenation???
88240              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88241              Date: Tue, 04 Apr 2000 18:22:58 +0100
88242              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
88243              
88244              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
88245              From: William R Ward <hermit@BayView.COM>
88246              Date: Thu, 30 Mar 2000 19:50:03 -0800
88247              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
88248      Branch: perl
88249            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
88250            ! t/pragma/warn/op t/pragma/warn/sv
88251 ____________________________________________________________________________
88252 [  6433] By: jhi                                   on 2000/07/24  17:52:56
88253         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
88254      Branch: perl
88255            ! lib/File/Spec/VMS.pm
88256 ____________________________________________________________________________
88257 [  6432] By: jhi                                   on 2000/07/24  17:44:44
88258         Log: Test cases for #6431.
88259              
88260              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88261              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88262              Date: Mon, 24 Jul 2000 15:32:29 +0100
88263              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
88264      Branch: perl
88265            ! t/op/pat.t t/op/split.t
88266 ____________________________________________________________________________
88267 [  6431] By: jhi                                   on 2000/07/24  17:43:17
88268         Log: Bind op fix.
88269              
88270              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88271              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88272              Date: Mon, 17 Jul 2000 20:04:56 +0100
88273              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
88274      Branch: perl
88275            ! op.c
88276 ____________________________________________________________________________
88277 [  6430] By: jhi                                   on 2000/07/24  03:42:42
88278         Log: Subject: [ID 20000716.023] syslog test fails without sockets
88279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88280              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
88281              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
88282      Branch: metaconfig/U/perl
88283            ! Extensions.U
88284      Branch: perl
88285            ! Configure config_h.SH
88286 ____________________________________________________________________________
88287 [  6429] By: jhi                                   on 2000/07/24  03:11:52
88288         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
88289              case, but add also notes explaining the relationship of this
88290              patch and the earlier notes by Sarathy.
88291              
88292              Subject: Map is still slow
88293              From: "Ben Tilly" <ben_tilly@hotmail.com>
88294              Date: Sat, 15 Jul 2000 17:23:27 EDT
88295              Message-ID: <20000715212327.21656.qmail@hotmail.com>
88296      Branch: perl
88297            ! pp_ctl.c
88298 ____________________________________________________________________________
88299 [  6428] By: jhi                                   on 2000/07/24  02:58:52
88300         Log: Documentation to explain the behaviour of map().
88301              
88302              Subject: Re: Map is still slow 
88303              From: Gurusamy Sarathy <gsar@ActiveState.com>
88304              Date: Sat, 15 Jul 2000 16:05:09 -0700
88305              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
88306      Branch: perl
88307            ! pp_ctl.c
88308 ____________________________________________________________________________
88309 [  6427] By: jhi                                   on 2000/07/24  02:50:03
88310         Log: Add tests for
88311              [ID 19991110.003] another matching finding by pcre author
88312              which has already been fixed by some patch, as verified in
88313              
88314              Subject: Re: two regex bugs from the mists of time (well, last November)
88315              From: Hugo <hv@crypt.compulink.co.uk>
88316              Date: Sat, 22 Jul 2000 18:12:58 +0100
88317              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
88318      Branch: perl
88319            ! t/op/re_tests
88320 ____________________________________________________________________________
88321 [  6426] By: jhi                                   on 2000/07/24  02:11:20
88322         Log: A missing 'break' after the [[:space:]] switch case.
88323              
88324              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
88325              From: "Stephen P. Potter" <spp@ds.net>
88326              Date: Tue, 18 Jul 2000 16:25:17 -0400
88327              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
88328      Branch: perl
88329            ! regcomp.c
88330 ____________________________________________________________________________
88331 [  6425] By: jhi                                   on 2000/07/24  02:06:12
88332         Log: The output might have been produced in the wrong order.
88333              
88334              Subject: [ID 20000720.003] [PATCH] t/op/write.t
88335              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88336              Date: Thu, 20 Jul 2000 18:49:18 +0100
88337              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
88338      Branch: perl
88339            ! t/op/write.t
88340 ____________________________________________________________________________
88341 [  6424] By: jhi                                   on 2000/07/24  02:00:07
88342         Log: Use STDOUT consistently.
88343              
88344              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
88345              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88346              Date: Thu, 20 Jul 2000 18:04:01 +0100
88347              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
88348      Branch: perl
88349            ! lib/Test/Harness.pm
88350 ____________________________________________________________________________
88351 [  6423] By: jhi                                   on 2000/07/24  01:54:54
88352         Log: Protect against "wild next"s, that is, callbacks doing "next"
88353              instead of "return".
88354              
88355              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
88356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88357              Date: Tue, 18 Jul 2000 11:30:16 +0100
88358              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
88359      Branch: perl
88360            ! lib/File/Find.pm
88361 ____________________________________________________________________________
88362 [  6422] By: jhi                                   on 2000/07/24  01:35:47
88363         Log: Out-of-date note removed.
88364              
88365              Subject: [PATCH] documentation perlipc
88366              From: rspier@pobox.com (Robert Spier)
88367              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
88368              Message-ID: <14711.35178.572612.502654@rls.cx>
88369      Branch: perl
88370            ! pod/perlipc.pod
88371 ____________________________________________________________________________
88372 [  6421] By: jhi                                   on 2000/07/24  00:09:18
88373         Log: Send all installperl messages to STDERR and be -w clean.
88374              
88375              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
88376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88377              Date: Sat, 22 Jul 2000 14:02:11 +0100
88378              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
88379      Branch: perl
88380            ! installperl
88381 ____________________________________________________________________________
88382 [  6420] By: jhi                                   on 2000/07/24  00:04:19
88383         Log: Decutandpasto.
88384              
88385              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
88386              From: "Richard Soderberg" <rs@crystalflame.net>
88387              Date: Sun, 23 Jul 2000 01:37:23 -0700
88388              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
88389      Branch: perl
88390            ! pod/perlipc.pod
88391 ____________________________________________________________________________
88392 [  6419] By: jhi                                   on 2000/07/24  00:01:12
88393         Log: A cleaner abs_path().
88394              Subject: Re: unix alternative to Cwd.pm
88395              From: Jeff Pinyan <jeffp@crusoe.net>
88396              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
88397              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
88398      Branch: perl
88399            ! lib/Cwd.pm
88400 ____________________________________________________________________________
88401 [  6418] By: jhi                                   on 2000/07/23  23:48:56
88402         Log: Detypo.
88403              
88404              Subject: [PATCH perl-current] Typo in hints/powerux.sh
88405              From: "Richard Soderberg" <rs@crystalflame.net>
88406              Date: Sun, 23 Jul 2000 01:27:33 -0700
88407              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
88408      Branch: perl
88409            ! hints/powerux.sh
88410 ____________________________________________________________________________
88411 [  6417] By: jhi                                   on 2000/07/17  22:13:31
88412         Log: Subject: SDBM_File documentation
88413              From: mjd@plover.com
88414              Date: 16 Jul 2000 17:41:17 -0000
88415              Message-ID: <20000716174117.18515.qmail@plover.com>
88416      Branch: perl
88417            ! ext/SDBM_File/SDBM_File.pm
88418 ____________________________________________________________________________
88419 [  6416] By: jhi                                   on 2000/07/17  19:13:26
88420         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
88421      Branch: perl
88422            ! hints/mpeix.sh mpeix/relink
88423 ____________________________________________________________________________
88424 [  6415] By: jhi                                   on 2000/07/15  14:11:02
88425         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
88426              the utf8 'characters' can be more than one octet).
88427              
88428              Date: Sat, 15 Jul 2000 00:21:56 +0100
88429              From: Tom Hughes <tom@compton.nu>
88430              Subject: Re: [ID 20000714.002]
88431              Message-ID: <db2334de49.tom@compton.compton.nu>
88432              
88433              Reported in
88434              
88435              Subject: [ID 20000714.002]
88436              From: "Simon Cozens" <simon@othersideofthe.earth.li>
88437              Date: 14 Jul 2000 15:13:09 -0000
88438              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
88439      Branch: perl
88440            ! doop.c
88441 ____________________________________________________________________________
88442 [  6414] By: jhi                                   on 2000/07/15  03:13:41
88443         Log: another VMS build tweak from Peter Prymmer
88444      Branch: perl
88445            ! vms/descrip_mms.template
88446 ____________________________________________________________________________
88447 [  6413] By: jhi                                   on 2000/07/15  03:10:40
88448         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
88449      Branch: perl
88450            ! vms/perlvms.pod
88451 ____________________________________________________________________________
88452 [  6412] By: jhi                                   on 2000/07/15  00:31:05
88453         Log: More docs for sv functions.
88454              
88455              Subject: [PATCH cfgperl] sv.c apidoc
88456              From: simon@brecon.co.uk (Simon Cozens)
88457              Date: 13 Jul 2000 09:00:20 GMT
88458              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
88459              
88460              Subject: Re: [PATCH cfgperl] sv.c apidoc
88461              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88462              Date: Thu, 13 Jul 2000 12:27:41 +0100
88463              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
88464              
88465              Subject: Re: [PATCH cfgperl] sv.c apidoc
88466              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88467              Date: Thu, 13 Jul 2000 13:23:09 +0100
88468              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
88469              
88470              Subject: Re: [PATCH cfgperl] sv.c apidoc
88471              From: simon@brecon.co.uk (Simon Cozens)
88472              Date: 14 Jul 2000 06:51:02 GMT
88473              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
88474      Branch: perl
88475            ! embed.pl pod/perlapi.pod sv.c
88476 ____________________________________________________________________________
88477 [  6411] By: jhi                                   on 2000/07/15  00:10:41
88478         Log: lib/b test fixes from Peter Prymmer.
88479      Branch: perl
88480            ! t/lib/b.t
88481 ____________________________________________________________________________
88482 [  6410] By: jhi                                   on 2000/07/15  00:02:09
88483         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
88484              From: Hugo <hv@crypt.compulink.co.uk>
88485              Date: Fri, 14 Jul 2000 23:05:20 +0100
88486              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
88487              
88488              Didn't anymore apply, but that point still could use another fix.
88489      Branch: perl
88490            ! pod/perlfunc.pod
88491 ____________________________________________________________________________
88492 [  6409] By: jhi                                   on 2000/07/14  23:15:15
88493         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
88494              not in pod, from Peter Prymmer
88495      Branch: perl
88496            ! vms/descrip_mms.template
88497 ____________________________________________________________________________
88498 [  6408] By: jhi                                   on 2000/07/14  20:35:05
88499         Log: The bug report
88500              [ID 19991110.002] minimal matching discrepancy found by pcre author
88501              seems to have been fixed (though differently from what was suggested
88502              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
88503      Branch: perl
88504            ! t/op/re_tests
88505 ____________________________________________________________________________
88506 [  6407] By: jhi                                   on 2000/07/14  17:38:08
88507         Log: Fix AutoSplit to use File::Spec the right way in VMS,
88508              from Peter Prymmer.
88509      Branch: perl
88510            ! lib/AutoSplit.pm
88511 ____________________________________________________________________________
88512 [  6406] By: jhi                                   on 2000/07/14  14:13:22
88513         Log: Merge perlhacktut into perlhack, update perlguts.
88514              
88515              Subject: Re: Perlhacktut
88516              From: simon@brecon.co.uk (Simon Cozens)
88517              Date: 14 Jul 2000 06:49:21 GMT
88518              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
88519              
88520              Subject: Re: Perlhacktut
88521              From: simon@brecon.co.uk (Simon Cozens)
88522              Date: 14 Jul 2000 07:09:45 GMT
88523              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
88524      Branch: perl
88525            ! pod/perlguts.pod pod/perlhack.pod
88526 ____________________________________________________________________________
88527 [  6405] By: jhi                                   on 2000/07/14  14:02:31
88528         Log: Integrate with Sarathy.
88529      Branch: cfgperl
88530           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
88531           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
88532           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
88533 ____________________________________________________________________________
88534 [  6404] By: gsar                                  on 2000/07/14  12:15:02
88535         Log: PERL_OBJECT build tweaks
88536      Branch: perl
88537            ! toke.c
88538 ____________________________________________________________________________
88539 [  6403] By: gsar                                  on 2000/07/14  11:23:41
88540         Log: inconsistent types needs casts
88541      Branch: perl
88542            ! toke.c
88543 ____________________________________________________________________________
88544 [  6402] By: gsar                                  on 2000/07/14  11:12:04
88545         Log: typos in change#6399, regen headers
88546      Branch: perl
88547            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
88548 ____________________________________________________________________________
88549 [  6401] By: gsar                                  on 2000/07/14  10:59:12
88550         Log: typecasts needed for change#6394
88551      Branch: perl
88552            ! toke.c
88553 ____________________________________________________________________________
88554 [  6400] By: gsar                                  on 2000/07/14  10:49:37
88555         Log: integrate cfgperl contents into mainline
88556      Branch: perl
88557           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
88558           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
88559 ____________________________________________________________________________
88560 [  6399] By: gsar                                  on 2000/07/14  10:38:35
88561         Log: enable UTF-16 filter by default if relevant BOM is seen; various
88562              cleanups (typos, misformatted code, and small bugs)
88563      Branch: perl
88564            ! doop.c embed.pl mg.c op.c pp.c toke.c
88565 ____________________________________________________________________________
88566 [  6398] By: gsar                                  on 2000/07/14  08:55:38
88567         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
88568              name suggests anyway)
88569      Branch: perl
88570            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
88571 ____________________________________________________________________________
88572 [  6397] By: gsar                                  on 2000/07/14  08:44:33
88573         Log: move new variables to the end of the interpreter structure (for
88574              bincompat in code that doesn't #include XSUB.h)
88575      Branch: perl
88576            ! intrpvar.h
88577 ____________________________________________________________________________
88578 [  6396] By: gsar                                  on 2000/07/14  08:13:58
88579         Log: MakeMaker should not remove editor backups (*~) on `make clean`
88580              by default (completes change#6383)
88581      Branch: perl
88582            ! lib/ExtUtils/MM_Unix.pm
88583 ____________________________________________________________________________
88584 [  6395] By: jhi                                   on 2000/07/14  05:20:33
88585         Log: Replace change #6337 with a better one.
88586              
88587              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88588              From: Hugo <hv@crypt.compulink.co.uk>
88589              Date: Fri, 14 Jul 2000 04:16:20 +0100
88590              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
88591      Branch: cfgperl
88592            ! regexec.c t/op/re_tests
88593 ____________________________________________________________________________
88594 [  6394] By: jhi                                   on 2000/07/14  01:33:59
88595         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
88596      Branch: cfgperl
88597            ! embed.pl global.sym proto.h toke.c
88598 ____________________________________________________________________________
88599 [  6393] By: jhi                                   on 2000/07/13  23:41:23
88600         Log: remove discarded test
88601      Branch: cfgperl
88602            ! MANIFEST
88603 ____________________________________________________________________________
88604 [  6392] By: jhi                                   on 2000/07/13  23:32:25
88605         Log: The {multiplier} of a fixed substring was overlooked which
88606              caused a wrong initial search offset for that substring.
88607              
88608              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
88609              From: Hugo <hv@crypt.compulink.co.uk>
88610              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
88611              Date: Thu, 13 Jul 2000 19:27:13 +0100
88612      Branch: cfgperl
88613            ! regcomp.c t/op/re_tests
88614 ____________________________________________________________________________
88615 [  6391] By: jhi                                   on 2000/07/13  16:37:42
88616         Log: typo fix from Craig Berry
88617      Branch: cfgperl
88618            ! vms/subconfigure.com
88619 ____________________________________________________________________________
88620 [  6390] By: jhi                                   on 2000/07/13  13:20:12
88621         Log: Integrate with Sarathy.
88622      Branch: cfgperl
88623            - t/op/method2entersub.t
88624           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
88625           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
88626           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
88627           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
88628 ____________________________________________________________________________
88629 [  6389] By: jhi                                   on 2000/07/13  13:18:48
88630         Log: Detypo from Peter Prymmer, part of #6388.
88631      Branch: cfgperl
88632            ! Configure config_h.SH
88633      Branch: metaconfig
88634            ! U/modified/d_longlong.U
88635 ____________________________________________________________________________
88636 [  6388] By: gsar                                  on 2000/07/13  06:33:40
88637         Log: typos (spotted by Peter Prymmer)
88638      Branch: perl
88639            ! Configure t/lib/english.t
88640 ____________________________________________________________________________
88641 [  6387] By: gsar                                  on 2000/07/13  05:35:28
88642         Log: new selfloader.t in change#6183 doesn't close DATA handles,
88643              and thus fails to clean up tmp files on dosish platforms
88644      Branch: perl
88645            ! t/lib/selfloader.t
88646 ____________________________________________________________________________
88647 [  6386] By: gsar                                  on 2000/07/12  21:42:39
88648         Log: sprintf test tweaks (from Dominic Dunlop)
88649      Branch: perl
88650            ! t/op/sprintf.t
88651 ____________________________________________________________________________
88652 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88653         Log: fix bugs in processing %v-*d and similar format specs (from
88654              Avi Finkel <avi@finkel.org>)
88655      Branch: perl
88656            ! sv.c t/op/sprintf.t
88657 ____________________________________________________________________________
88658 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88659         Log: readd missing perldelta.pod changes from changes#6339,6376
88660      Branch: perl
88661            ! pod/perldelta.pod
88662 ____________________________________________________________________________
88663 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88664         Log: don't clobber *.orig files on *clean targets
88665      Branch: perl
88666            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88667 ____________________________________________________________________________
88668 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88669         Log: fix broken integrations in cfgperl
88670      Branch: cfgperl
88671           !> Changes pod/perldelta.pod
88672 ____________________________________________________________________________
88673 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88674         Log: integrate cfgperl changes into mainline
88675      Branch: perl
88676            ! Changes
88677           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88678           !> pod/perlre.pod
88679 ____________________________________________________________________________
88680 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88681         Log: get sprintf.t to adjust properly for 3-digit exponents
88682      Branch: perl
88683            ! t/op/sprintf.t
88684 ____________________________________________________________________________
88685 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88686         Log: change#6174 needs corresponding change in win32/config_h.PL,
88687              which grovels through config_h.SH to find the config.h name
88688      Branch: perl
88689            ! win32/config_h.PL
88690 ____________________________________________________________________________
88691 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88692         Log: Do the cc sanity check both before the hints and
88693              after the cc selction.
88694      Branch: cfgperl
88695            ! Configure config_h.SH
88696      Branch: metaconfig
88697            ! U/modified/Oldconfig.U U/modified/cc.U
88698      Branch: metaconfig/U/perl
88699            + Checkcc.U
88700 ____________________________________________________________________________
88701 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88702         Log: Fix nits noticed by Boston.pm.
88703      Branch: cfgperl
88704            ! pod/perlre.pod
88705 ____________________________________________________________________________
88706 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88707         Log: Configure cosmetics and perldelta.
88708      Branch: cfgperl
88709            ! Configure config_h.SH pod/perldelta.pod
88710      Branch: metaconfig
88711            ! U/modified/cc.U
88712 ____________________________________________________________________________
88713 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88714         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88715      Branch: perl
88716            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88717            ! win32/win32sck.c
88718 ____________________________________________________________________________
88719 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88720         Log: tweak for build failure under multiplicity
88721      Branch: perl
88722            ! toke.c
88723 ____________________________________________________________________________
88724 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88725         Log: integrate cfgperl changes#6325..6373 into mainline
88726              (NOTE: today's batch of integrations still untested)
88727      Branch: perl
88728           +> ext/DynaLoader/hints/netbsd.pl
88729            ! Changes
88730           !> (integrate 26 files)
88731 ____________________________________________________________________________
88732 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88733         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88734              regen perltoc.
88735      Branch: cfgperl
88736            + pod/perlbook.pod
88737            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88738            ! pod/perltoc.pod
88739 ____________________________________________________________________________
88740 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88741         Log: Minor cleanups on the booklist.
88742      Branch: cfgperl
88743            ! pod/perlfaq2.pod
88744 ____________________________________________________________________________
88745 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88746         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88747      Branch: cfgperl
88748            ! t/pragma/overload.t
88749 ____________________________________________________________________________
88750 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88751         Log: integrate cfgperl changes#6293..6324 into mainline
88752      Branch: perl
88753           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88754            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88755           !> (integrate 30 files)
88756 ____________________________________________________________________________
88757 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88758         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88759      Branch: perl
88760           !> pp_hot.c
88761 ____________________________________________________________________________
88762 [  6367] By: gsar                                  on 2000/07/11  19:17:21
88763         Log: integrate cfgperl changes#6288..6290 into mainline
88764      Branch: perl
88765           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
88766 ____________________________________________________________________________
88767 [  6366] By: gsar                                  on 2000/07/11  19:11:18
88768         Log: integrate cfgperl changes#6268..6282 into mainline
88769      Branch: perl
88770           !> (integrate 30 files)
88771 ____________________________________________________________________________
88772 [  6365] By: gsar                                  on 2000/07/11  18:57:00
88773         Log: delete new accidentally branched file
88774      Branch: perl
88775            - t/op/method2entersub.t
88776 ____________________________________________________________________________
88777 [  6364] By: gsar                                  on 2000/07/11  18:55:13
88778         Log: skip integrate of change#6267 from cfgperl into mainline (the
88779              method call optimization is flawed without additional hints
88780              from user about immutableness of @ISA and no runtime method
88781              definitions)
88782      Branch: perl
88783           +> t/op/method2entersub.t
88784           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
88785           !> perl.h t/op/sprintf.t xsutils.c
88786 ____________________________________________________________________________
88787 [  6363] By: gsar                                  on 2000/07/11  18:49:43
88788         Log: integrate cfgperl changes#6261..6266 into mainline
88789      Branch: perl
88790           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
88791           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
88792           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88793           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
88794 ____________________________________________________________________________
88795 [  6362] By: gsar                                  on 2000/07/11  18:43:26
88796         Log: integrate cfgperl changes#6252..6260 into mainline
88797      Branch: perl
88798           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
88799           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
88800           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
88801           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
88802 ____________________________________________________________________________
88803 [  6361] By: gsar                                  on 2000/07/11  18:37:12
88804         Log: skip integrate of problematic change#6251 from cfgperl into mainline
88805      Branch: perl
88806           !> lib/Exporter.pm
88807 ____________________________________________________________________________
88808 [  6360] By: gsar                                  on 2000/07/11  18:34:56
88809         Log: integrate cfgperl change#6250 into mainline
88810      Branch: perl
88811           +> t/op/my_stash.t
88812           !> MANIFEST embed.pl proto.h toke.c
88813 ____________________________________________________________________________
88814 [  6359] By: gsar                                  on 2000/07/11  18:21:19
88815         Log: integrate cfgperl changes#6242..6249 into mainline
88816      Branch: perl
88817           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
88818           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
88819           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
88820           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
88821           !> t/lib/peek.t utf8.c
88822 ____________________________________________________________________________
88823 [  6358] By: gsar                                  on 2000/07/11  18:15:45
88824         Log: skip integrate of problematic change#6241 from cfgperl into mainline
88825      Branch: perl
88826           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88827 ____________________________________________________________________________
88828 [  6357] By: jhi                                   on 2000/07/11  18:15:16
88829         Log: Fix for
88830              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
88831              From: Roderick Schertler <roderick@argon.org> 
88832              Date: Tue, 11 Jul 2000 13:55:05 -0400 
88833              Message-Id: <200007111755.NAA05077@jones.argon.org> 
88834      Branch: cfgperl
88835            ! doio.c
88836 ____________________________________________________________________________
88837 [  6356] By: jhi                                   on 2000/07/11  18:12:51
88838         Log: Typo in #6341.
88839      Branch: cfgperl
88840            ! pp_hot.c
88841 ____________________________________________________________________________
88842 [  6355] By: gsar                                  on 2000/07/11  18:12:10
88843         Log: integrate cfgperl changes#6231..6240 into mainline
88844      Branch: perl
88845           +> pod/perlutil.pod
88846           !> (integrate 35 files)
88847 ____________________________________________________________________________
88848 [  6354] By: jhi                                   on 2000/07/11  18:04:34
88849         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
88850              From: Dominic Dunlop <domo@computer.org> 
88851              Date: Tue, 11 Jul 2000 12:27:33 +0200 
88852              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
88853              
88854              Replaces change #6268.
88855      Branch: cfgperl
88856            ! t/op/sprintf.t
88857 ____________________________________________________________________________
88858 [  6353] By: gsar                                  on 2000/07/11  17:59:51
88859         Log: skip integrate of problematic change#6230 from cfgperl into mainline
88860              (a later version of File::Spec is already in mainline)
88861      Branch: perl
88862           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
88863           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
88864 ____________________________________________________________________________
88865 [  6352] By: gsar                                  on 2000/07/11  17:57:48
88866         Log: integrate cfgperl changes#6224..6229 into mainline
88867      Branch: perl
88868           +> lib/lib.pm.PL
88869            - lib/lib.pm
88870           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
88871           !> lib/English.pm op.c t/lib/english.t
88872 ____________________________________________________________________________
88873 [  6351] By: gsar                                  on 2000/07/11  17:50:10
88874         Log: skip integrate of problematic change#6223 from cfgperl into mainline
88875      Branch: perl
88876           !> doio.c
88877 ____________________________________________________________________________
88878 [  6350] By: gsar                                  on 2000/07/11  17:48:28
88879         Log: integrate cfgperl changes#6220..6222 into mainline
88880      Branch: perl
88881           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
88882           !> toke.c utf8.c win32/win32.h
88883 ____________________________________________________________________________
88884 [  6349] By: gsar                                  on 2000/07/11  17:46:13
88885         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
88886              mainline
88887      Branch: perl
88888           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88889           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88890           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88891 ____________________________________________________________________________
88892 [  6348] By: jhi                                   on 2000/07/11  17:45:49
88893         Log: README.posix-bc podified from Thomas Dorner.
88894      Branch: cfgperl
88895            ! README.posix-bc
88896 ____________________________________________________________________________
88897 [  6347] By: gsar                                  on 2000/07/11  17:42:04
88898         Log: integrate cfgperl change#6217 into mainline
88899      Branch: perl
88900           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
88901           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
88902           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
88903 ____________________________________________________________________________
88904 [  6346] By: gsar                                  on 2000/07/11  17:39:37
88905         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
88906              mainline
88907      Branch: perl
88908           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
88909           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88910           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88911           !> perlapi.h pod/perlapi.pod
88912 ____________________________________________________________________________
88913 [  6345] By: gsar                                  on 2000/07/11  17:36:42
88914         Log: integrate cfgperl changes#6207..6210 into mainline
88915      Branch: perl
88916           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
88917           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
88918 ____________________________________________________________________________
88919 [  6344] By: gsar                                  on 2000/07/11  17:31:20
88920         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
88921              mainline
88922      Branch: perl
88923           !> (integrate 40 files)
88924 ____________________________________________________________________________
88925 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88926         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88927      Branch: perl
88928           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88929            ! Changes
88930           !> (integrate 34 files)
88931 ____________________________________________________________________________
88932 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88933         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88934              To: perl5-porters@perl.org
88935              From: Karsten Sperling <spiff@phreax.net>
88936              Date: Mon, 10 Jul 2000 15:12:52 +0200
88937              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88938      Branch: cfgperl
88939            ! lib/Symbol.pm
88940 ____________________________________________________________________________
88941 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88942         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88943              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88944              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88945              Date: Fri, 07 Jul 2000 17:57:16 +0100
88946      Branch: cfgperl
88947            ! pp_hot.c
88948 ____________________________________________________________________________
88949 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88950         Log: Subject: Re: format bug report  [Patch]
88951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88952              Date: Wed, 05 Jul 2000 13:12:52 +0200
88953              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88954              
88955              Subject: Re: format bug report  [Patch]
88956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88957              Date: Wed, 05 Jul 2000 14:10:01 +0200
88958              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88959      Branch: cfgperl
88960            ! t/op/write.t toke.c
88961 ____________________________________________________________________________
88962 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88963         Log: Be less forgiving about ambiguous and illegal tr ranges.
88964              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88965              From: Mark-Jason Dominus <mjd@plover.com>
88966              Date: Tue, 04 Jul 2000 10:00:12 -0400
88967              Message-ID: <20000704140012.17772.qmail@plover.com>
88968              
88969              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88970              From: Mark-Jason Dominus <mjd@plover.com>
88971              Date: Wed, 05 Jul 2000 09:37:36 -0400
88972              Message-ID: <20000705133736.27293.qmail@plover.com>
88973      Branch: cfgperl
88974            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88975 ____________________________________________________________________________
88976 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88977         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88978              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88979              Date: Tue, 11 Jul 2000 13:50:51 +0100
88980              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88981      Branch: cfgperl
88982            ! sv.c
88983 ____________________________________________________________________________
88984 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88985         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88986              From: Hugo <hv@crypt.compulink.co.uk>
88987              Date: Tue, 11 Jul 2000 12:44:50 +0100
88988              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88989      Branch: cfgperl
88990            ! regexec.c t/op/re_tests
88991 ____________________________________________________________________________
88992 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88993         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88994              From: simon@brecon.co.uk (Simon Cozens)
88995              Date: 7 Jul 2000 11:26:09 GMT
88996              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88997      Branch: cfgperl
88998            ! mg.c
88999 ____________________________________________________________________________
89000 [  6335] By: jhi                                   on 2000/07/11  13:23:37
89001         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
89002              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
89003              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
89004              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
89005      Branch: cfgperl
89006            + ext/DynaLoader/hints/netbsd.pl
89007            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
89008 ____________________________________________________________________________
89009 [  6334] By: jhi                                   on 2000/07/11  13:20:38
89010         Log: Subject: PATCH perlguts.pod: Document D and d magic types
89011              From: mjd@plover.com
89012              Date: 5 Jul 2000 18:01:51 -0000
89013              Message-ID: <20000705180151.29413.qmail@plover.com>
89014      Branch: cfgperl
89015            ! pod/perlguts.pod
89016 ____________________________________________________________________________
89017 [  6333] By: jhi                                   on 2000/07/11  13:15:51
89018         Log: Precedence goof, fix based on
89019              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
89020              From: Hugo <hv@crypt.compulink.co.uk>
89021              Date: Tue, 11 Jul 2000 12:52:38 +0100
89022              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
89023      Branch: cfgperl
89024            ! t/op/taint.t
89025 ____________________________________________________________________________
89026 [  6332] By: jhi                                   on 2000/07/11  12:40:17
89027         Log: Integrate with Sarathy.
89028      Branch: cfgperl
89029           !> win32/win32sck.c
89030 ____________________________________________________________________________
89031 [  6331] By: jhi                                   on 2000/07/10  20:14:16
89032         Log: Sprinkle ldlibpath.
89033      Branch: cfgperl
89034            ! pod/Makefile.SH
89035 ____________________________________________________________________________
89036 [  6330] By: jhi                                   on 2000/07/10  17:54:49
89037         Log: More POSIX.pod tweaks.
89038      Branch: cfgperl
89039            ! ext/POSIX/POSIX.pod
89040 ____________________________________________________________________________
89041 [  6329] By: jhi                                   on 2000/07/10  14:02:12
89042         Log: Reorder perl.pod once more.
89043      Branch: cfgperl
89044            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
89045 ____________________________________________________________________________
89046 [  6328] By: gsar                                  on 2000/07/10  07:06:00
89047         Log: accept() leaks memory on windows due to incorrect ordering of
89048              closesocket() and fclose() calls
89049      Branch: perl
89050            ! win32/win32sck.c
89051 ____________________________________________________________________________
89052 [  6327] By: gsar                                  on 2000/07/10  06:49:17
89053         Log: winsock options weren't being set in all threads under ithreads
89054              (caused send()s from second and subsequent threads to fail)
89055      Branch: perl
89056            ! win32/win32sck.c
89057 ____________________________________________________________________________
89058 [  6326] By: jhi                                   on 2000/07/08  02:45:40
89059         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
89060              was cast to an unsigned (32-bit) integer with wild abandon.
89061      Branch: cfgperl
89062            ! ext/Devel/DProf/DProf.xs
89063 ____________________________________________________________________________
89064 [  6325] By: jhi                                   on 2000/07/07  18:50:33
89065         Log: Remove perlbook, update perlfaq book listing,
89066              rearrange perl.pod, regenerate perltoc.
89067      Branch: cfgperl
89068            - pod/perlbook.pod
89069            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
89070            ! pod/perlfaq2.pod pod/perltoc.pod
89071 ____________________________________________________________________________
89072 [  6324] By: jhi                                   on 2000/07/07  14:03:40
89073         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
89074      Branch: cfgperl
89075            ! sv.h toke.c
89076 ____________________________________________________________________________
89077 [  6323] By: jhi                                   on 2000/07/06  16:03:55
89078         Log: Fix complaints of buildtoc.
89079      Branch: cfgperl
89080            + lib/Win32.pod
89081            - pod/Win32.pod
89082            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
89083 ____________________________________________________________________________
89084 [  6322] By: jhi                                   on 2000/07/06  15:15:52
89085         Log: Add =head1 NAMEs so that buildtoc is happy.
89086              (The CGI::Util nit reported to Lincoln.)
89087      Branch: cfgperl
89088            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
89089            ! pod/perltoc.pod
89090 ____________________________________________________________________________
89091 [  6321] By: jhi                                   on 2000/07/06  03:16:04
89092         Log: Config is being used.
89093      Branch: cfgperl
89094            ! t/op/method.t
89095 ____________________________________________________________________________
89096 [  6320] By: jhi                                   on 2000/07/06  03:13:13
89097         Log: Integrate with Sarathy.
89098      Branch: cfgperl
89099           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
89100 ____________________________________________________________________________
89101 [  6319] By: jhi                                   on 2000/07/06  03:11:46
89102         Log: Autogenerate pod/Makefile and pod/buildtoc.
89103              buildtoc also checks whether the existing pods are
89104              mentioned in MANIFEST and perl.pod, and vice versa.
89105              (None of the thusly found discrepancies fixed yet.)
89106              roffitall also needs to be autogenerated similarly but it
89107              seems so badly out of date that I didn't touch it yet.
89108      Branch: cfgperl
89109            + pod/Makefile.SH pod/buildtoc.PL
89110            - pod/Makefile pod/buildtoc
89111            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
89112 ____________________________________________________________________________
89113 [  6318] By: gsar                                  on 2000/07/05  22:10:54
89114         Log: fix UNC path handling on Windows under ithreads, and chdir()
89115              return value when given a non-existent directory
89116      Branch: perl
89117            ! win32/vdir.h
89118 ____________________________________________________________________________
89119 [  6317] By: gsar                                  on 2000/07/05  22:08:19
89120         Log: winsock cleanup never done on Windows (leads to handle leaks)
89121      Branch: perl
89122            ! win32/perllib.c win32/win32sck.c
89123 ____________________________________________________________________________
89124 [  6316] By: gsar                                  on 2000/07/05  22:06:19
89125         Log: some debugger output does not go to the socket when RemotePort is set
89126      Branch: perl
89127            ! lib/perl5db.pl
89128 ____________________________________________________________________________
89129 [  6315] By: jhi                                   on 2000/07/05  00:25:21
89130         Log: Integrate with Sarathy, preliminary fix for unicos
89131              alignment problems in [ID 20000612.002] Perl problem on Cray system.
89132      Branch: cfgperl
89133            ! sv.h
89134           !> pp_hot.c
89135 ____________________________________________________________________________
89136 [  6314] By: gsar                                  on 2000/07/04  23:34:02
89137         Log: tyop in change#6306
89138      Branch: perl
89139            ! pp_hot.c
89140 ____________________________________________________________________________
89141 [  6313] By: jhi                                   on 2000/07/04  22:14:38
89142         Log: Multiline string literals ENONPORTABLE.
89143      Branch: cfgperl
89144            ! pp_hot.c
89145 ____________________________________________________________________________
89146 [  6312] By: jhi                                   on 2000/07/04  20:34:44
89147         Log: Integrate with Sarathy.
89148      Branch: cfgperl
89149           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
89150           !> t/op/method.t
89151 ____________________________________________________________________________
89152 [  6311] By: jhi                                   on 2000/07/04  20:30:56
89153         Log: More POSIX.pod embellishment.
89154      Branch: cfgperl
89155            ! ext/POSIX/POSIX.pod
89156 ____________________________________________________________________________
89157 [  6310] By: gsar                                  on 2000/07/04  17:28:48
89158         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
89159      Branch: perl
89160            ! t/lib/b.t
89161 ____________________________________________________________________________
89162 [  6309] By: jhi                                   on 2000/07/04  17:22:18
89163         Log: The #6308 required a little bit more.
89164      Branch: cfgperl
89165            ! Makefile.SH win32/Makefile
89166 ____________________________________________________________________________
89167 [  6308] By: jhi                                   on 2000/07/04  16:35:24
89168         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
89169      Branch: cfgperl
89170            + lib/lib_pm.PL
89171            - lib/lib.pm.PL
89172            ! MANIFEST Makefile.SH
89173 ____________________________________________________________________________
89174 [  6307] By: jhi                                   on 2000/07/04  16:28:58
89175         Log: Win32 patches for cfgperl from Sarathy.
89176      Branch: cfgperl
89177            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
89178            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
89179            ! thread.h toke.c util.c win32/Makefile win32/win32.c
89180 ____________________________________________________________________________
89181 [  6306] By: gsar                                  on 2000/07/04  16:28:40
89182         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
89183              (from Richard Soderberg <rs@oregonnet.com>)
89184      Branch: perl
89185            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
89186 ____________________________________________________________________________
89187 [  6305] By: jhi                                   on 2000/07/04  16:24:24
89188         Log: Integrate with Sarathy.
89189      Branch: cfgperl
89190           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
89191           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89192           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
89193           !> proto.h win32/win32.c
89194 ____________________________________________________________________________
89195 [  6304] By: gsar                                  on 2000/07/04  16:17:24
89196         Log: missing perldiag entry for unpack("w",...) diagnostic (from
89197              Andreas Koenig)
89198      Branch: perl
89199            ! pod/perldiag.pod
89200 ____________________________________________________________________________
89201 [  6303] By: gsar                                  on 2000/07/04  16:14:44
89202         Log: remove rel2abs prototypes (from Barrie Slaymaker)
89203      Branch: perl
89204            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89205            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89206 ____________________________________________________________________________
89207 [  6302] By: gsar                                  on 2000/07/04  04:59:35
89208         Log: adjust change#6299
89209      Branch: perl
89210            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
89211            ! win32/win32.c
89212 ____________________________________________________________________________
89213 [  6301] By: jhi                                   on 2000/07/04  04:50:07
89214         Log: Integrate with Sarathy.
89215      Branch: cfgperl
89216           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
89217           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
89218           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
89219 ____________________________________________________________________________
89220 [  6300] By: gsar                                  on 2000/07/04  04:42:09
89221         Log: PERL_OBJECT build tweak
89222      Branch: perl
89223            ! perl.h
89224 ____________________________________________________________________________
89225 [  6299] By: gsar                                  on 2000/07/04  04:37:00
89226         Log: fix memory leak on Windows (PL_sys_intern contents were never
89227              freed)
89228      Branch: perl
89229            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89230            ! perlapi.c proto.h win32/win32.c
89231 ____________________________________________________________________________
89232 [  6298] By: gsar                                  on 2000/07/04  04:15:59
89233         Log: fix large memory leak that has been around for ever, masked by
89234              -DPURIFY (most of the arenas were never freed!)
89235      Branch: perl
89236            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
89237 ____________________________________________________________________________
89238 [  6297] By: gsar                                  on 2000/07/04  04:07:46
89239         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
89240      Branch: perl
89241            ! perl.c
89242 ____________________________________________________________________________
89243 [  6296] By: jhi                                   on 2000/06/30  18:28:37
89244         Log: Elaborate POSIX.pod.  Still needs work.
89245      Branch: cfgperl
89246            ! ext/POSIX/POSIX.pod
89247 ____________________________________________________________________________
89248 [  6295] By: jhi                                   on 2000/06/30  14:58:18
89249         Log: Point to perlipc for more SysV IPC examples.
89250      Branch: cfgperl
89251            ! pod/perlfunc.pod
89252 ____________________________________________________________________________
89253 [  6294] By: gsar                                  on 2000/06/30  14:47:45
89254         Log: slurp mode fix in change#4736 still not quite right
89255      Branch: perl
89256            ! pp_hot.c t/io/argv.t
89257 ____________________________________________________________________________
89258 [  6293] By: jhi                                   on 2000/06/30  12:02:55
89259         Log: Integrate with Sarathy.
89260      Branch: cfgperl
89261           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
89262 ____________________________________________________________________________
89263 [  6292] By: jhi                                   on 2000/06/30  12:01:11
89264         Log: From: simon@brecon.co.uk (Simon Cozens)
89265              Subject: UTF8 concat
89266              Date: 30 Jun 2000 06:13:25 GMT
89267              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
89268      Branch: cfgperl
89269            ! pp_hot.c
89270 ____________________________________________________________________________
89271 [  6291] By: gsar                                  on 2000/06/30  04:37:33
89272         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
89273              when @_ is modified, causing coredumps
89274      Branch: perl
89275            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
89276 ____________________________________________________________________________
89277 [  6290] By: jhi                                   on 2000/06/30  02:21:44
89278         Log: Integrate with Sarathy.
89279      Branch: cfgperl
89280           !> vms/vms.c vms/vmsish.h
89281 ____________________________________________________________________________
89282 [  6289] By: jhi                                   on 2000/06/30  02:21:02
89283         Log: Check VERSIONs.
89284      Branch: cfgperl
89285            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89286            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89287            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89288 ____________________________________________________________________________
89289 [  6288] By: jhi                                   on 2000/06/30  02:18:52
89290         Log: Integrate with Sarathy.
89291      Branch: cfgperl
89292           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
89293           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89294           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89295           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
89296 ____________________________________________________________________________
89297 [  6287] By: gsar                                  on 2000/06/30  02:17:08
89298         Log: integrate vmsperl changes into mainline
89299      Branch: perl
89300           !> vms/vms.c vms/vmsish.h
89301 ____________________________________________________________________________
89302 [  6285] By: gsar                                  on 2000/06/30  02:05:28
89303         Log: localize %INC in a Safe compartment so that use/require work
89304              (many other magic globals probably need similar treatment)
89305      Branch: perl
89306            ! ext/Opcode/Opcode.xs
89307 ____________________________________________________________________________
89308 [  6284] By: gsar                                  on 2000/06/30  01:54:54
89309         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
89310              about Windows
89311      Branch: perl
89312            ! pod/perlembed.pod
89313 ____________________________________________________________________________
89314 [  6283] By: jhi                                   on 2000/06/30  01:50:10
89315         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
89316              From: Barrie Slaymaker <barries@jester.slaysys.com>
89317              Date: Wed, 28 Jun 2000 11:35:29 -0400
89318              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
89319      Branch: perl
89320            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89321            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89322            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89323            ! lib/File/Spec/Win32.pm
89324 ____________________________________________________________________________
89325 [  6282] By: jhi                                   on 2000/06/29  22:57:22
89326         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
89327              From: Dan Sugalski <dan@sidhe.org>
89328              Date: Tue, 06 Jun 2000 11:59:50 -0400
89329              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
89330      Branch: cfgperl
89331            ! vms/vms.c
89332 ____________________________________________________________________________
89333 [  6281] By: jhi                                   on 2000/06/29  22:52:50
89334         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
89335              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89336              Date: Wed, 7 Jun 2000 04:02:04 -0500
89337              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
89338      Branch: cfgperl
89339            ! utils/h2xs.PL
89340 ____________________________________________________________________________
89341 [  6280] By: jhi                                   on 2000/06/29  22:45:47
89342         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
89343              From: rspier@pobox.com (Robert Spier)
89344              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
89345              Message-ID: <14654.31913.845602.610277@rls.cx>
89346      Branch: cfgperl
89347            ! utils/h2xs.PL
89348 ____________________________________________________________________________
89349 [  6279] By: jhi                                   on 2000/06/29  22:38:16
89350         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
89351              From: Tim Ayers <tayers@bridge.com>
89352              Date: Thu, 08 Jun 2000 08:11:06 +0200
89353              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
89354              [resent by Richard Foley, Message-Id probably wrong]
89355      Branch: cfgperl
89356            ! pod/perlsub.pod
89357 ____________________________________________________________________________
89358 [  6278] By: jhi                                   on 2000/06/29  22:21:45
89359         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
89360              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
89361              Date: Fri, 09 Jun 2000 12:39:27 -0400
89362              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
89363              (plus update the version "number" of Text::Wrap)
89364      Branch: cfgperl
89365            ! lib/Text/Wrap.pm
89366 ____________________________________________________________________________
89367 [  6277] By: jhi                                   on 2000/06/29  22:13:10
89368         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
89369              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89370              Date: Mon, 12 Jun 2000 14:55:59 +0100
89371              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
89372      Branch: cfgperl
89373            ! pod/perlfunc.pod
89374 ____________________________________________________________________________
89375 [  6276] By: jhi                                   on 2000/06/29  22:11:06
89376         Log: Subject: [PATCH] Re: eval documentation: context
89377              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89378              Date: Mon, 12 Jun 2000 15:07:29 +0100
89379              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
89380      Branch: cfgperl
89381            ! pod/perlfunc.pod
89382 ____________________________________________________________________________
89383 [  6275] By: jhi                                   on 2000/06/29  21:59:46
89384         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
89385              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89386              Date: Tue, 13 Jun 2000 02:43:48 -0500
89387              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
89388      Branch: cfgperl
89389            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
89390 ____________________________________________________________________________
89391 [  6274] By: jhi                                   on 2000/06/29  21:56:14
89392         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
89393              From: Andy Dougherty <doughera@lafayette.edu>
89394              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
89395              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
89396      Branch: cfgperl
89397            ! ext/File/Glob/Glob.pm
89398 ____________________________________________________________________________
89399 [  6273] By: jhi                                   on 2000/06/29  21:49:09
89400         Log: Subject: [PATCH] xsub attributes
89401              From: Doug MacEachern <dougm@covalent.net>
89402              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
89403              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
89404      Branch: cfgperl
89405            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
89406            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
89407 ____________________________________________________________________________
89408 [  6272] By: jhi                                   on 2000/06/29  21:41:28
89409         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
89410              From: Tom Phoenix <rootbeer@redcat.com>
89411              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
89412              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
89413      Branch: cfgperl
89414            ! lib/Net/Ping.pm
89415 ____________________________________________________________________________
89416 [  6271] By: jhi                                   on 2000/06/29  21:36:55
89417         Log: Subject: PATCH pod/perltie.pod
89418              From: Ian Phillipps <Ian.Phillipps@iname.com>
89419              Date: Fri, 16 Jun 2000 00:17:19 +0100
89420              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
89421              (only the first hunk, the second hunk had already been done
89422              by some other patch)
89423      Branch: cfgperl
89424            ! pod/perltie.pod
89425 ____________________________________________________________________________
89426 [  6270] By: jhi                                   on 2000/06/29  21:24:51
89427         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
89428              From: Nicholas Clark <nick@talking.bollo.cx>
89429              Date: Fri, 23 Jun 2000 16:21:15 +0100
89430              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
89431      Branch: cfgperl
89432            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
89433            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
89434 ____________________________________________________________________________
89435 [  6269] By: jhi                                   on 2000/06/29  19:38:15
89436         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
89437              silence few compiler warnings.
89438      Branch: cfgperl
89439            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
89440 ____________________________________________________________________________
89441 [  6268] By: jhi                                   on 2000/06/29  18:21:50
89442         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
89443              From: Dominic Dunlop <domo@computer.org> 
89444              Date: Thu, 29 Jun 2000 12:32:39 +0200 
89445              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
89446      Branch: cfgperl
89447            ! t/op/sprintf.t
89448 ____________________________________________________________________________
89449 [  6267] By: jhi                                   on 2000/06/29  18:16:07
89450         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
89451              From: Doug MacEachern <dougm@covalent.net>
89452              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
89453              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
89454      Branch: cfgperl
89455            + t/op/method2entersub.t
89456            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
89457            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89458            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
89459            ! xsutils.c
89460 ____________________________________________________________________________
89461 [  6266] By: jhi                                   on 2000/06/29  15:11:15
89462         Log: Subject: [PATCH 5.6.0] cygwin port
89463              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
89464              From: "Fifer, Eric" <EFifer@sanwaint.com>
89465              Date: Thu, 29 Jun 2000 12:58:29 +0100
89466      Branch: cfgperl
89467            ! cygwin/Makefile.SHs
89468 ____________________________________________________________________________
89469 [  6265] By: jhi                                   on 2000/06/29  15:04:05
89470         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
89471              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89472              Date: Wed, 28 Jun 2000 17:50:12 -0700
89473              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
89474      Branch: cfgperl
89475            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
89476 ____________________________________________________________________________
89477 [  6264] By: jhi                                   on 2000/06/29  15:00:57
89478         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
89479              From: Marty Lucich <marty@netcom.com>
89480              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
89481              Message-Id: <200006282116.OAA11148@netcom.com>
89482              ccdlflags update (the BSD/OS 4.1 part had already been taken
89483              care of by #6141).
89484      Branch: cfgperl
89485            ! hints/bsdos.sh
89486 ____________________________________________________________________________
89487 [  6263] By: jhi                                   on 2000/06/29  13:47:44
89488         Log: tr fixes from Simon Cozens
89489      Branch: cfgperl
89490            ! doop.c
89491 ____________________________________________________________________________
89492 [  6262] By: jhi                                   on 2000/06/28  18:46:01
89493         Log: Subject: 5.6.0 Patch for EPOC
89494              From: Olaf Flebbe <o.flebbe@gmx.de>
89495              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
89496              Message-ID: <23449.960929969@www11.gmx.net>
89497      Branch: cfgperl
89498            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
89499            ! epoc/epocish.h
89500 ____________________________________________________________________________
89501 [  6261] By: jhi                                   on 2000/06/28  18:29:07
89502         Log: Subject: Re: [PATCH cfgperl] BOMs away!
89503              From: simon@brecon.co.uk (Simon Cozens)
89504              Date: 17 Jun 2000 11:49:57 GMT
89505              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
89506      Branch: cfgperl
89507            ! pod/perldiag.pod t/comp/require.t toke.c
89508 ____________________________________________________________________________
89509 [  6260] By: jhi                                   on 2000/06/28  17:47:16
89510         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
89511              From: simon@brecon.co.uk (Simon Cozens) 
89512              Date: 17 Jun 2000 11:56:44 GMT 
89513              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
89514              pack U0, pack C0
89515      Branch: cfgperl
89516            ! pod/perlfunc.pod pp.c t/op/pack.t
89517 ____________________________________________________________________________
89518 [  6259] By: jhi                                   on 2000/06/28  16:43:17
89519         Log: perlnewmod was missing from MANIFEST.
89520      Branch: cfgperl
89521            ! MANIFEST
89522 ____________________________________________________________________________
89523 [  6258] By: jhi                                   on 2000/06/28  15:54:30
89524         Log: linenumber tweak
89525      Branch: cfgperl
89526            ! t/pragma/warn/regcomp
89527 ____________________________________________________________________________
89528 [  6257] By: jhi                                   on 2000/06/28  15:50:44
89529         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
89530              From: Doug MacEachern <dougm@covalent.net>
89531              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
89532              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
89533              (one part of the patch had been applied earlier)
89534      Branch: cfgperl
89535            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
89536 ____________________________________________________________________________
89537 [  6256] By: jhi                                   on 2000/06/28  15:40:22
89538         Log: tweaks from Simon Cozens to further fix tr/// under utf8
89539      Branch: cfgperl
89540            ! doop.c
89541 ____________________________________________________________________________
89542 [  6255] By: jhi                                   on 2000/06/28  15:33:45
89543         Log: small thinko tweaks
89544      Branch: cfgperl
89545            ! lib/IPC/Open3.pm t/op/my_stash.t
89546 ____________________________________________________________________________
89547 [  6254] By: jhi                                   on 2000/06/28  15:33:25
89548         Log: Subject: tr///, help wanted.
89549              From: simon@brecon.co.uk (Simon Cozens)
89550              Date: 28 Jun 2000 11:29:04 GMT
89551              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
89552      Branch: cfgperl
89553            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
89554            ! pp_proto.h proto.h t/op/tr.t
89555 ____________________________________________________________________________
89556 [  6253] By: jhi                                   on 2000/06/28  15:09:17
89557         Log: Paranoia tweak on #6249.
89558              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
89559              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
89560              Date: Sun, 25 Jun 2000 23:43:12 -0400
89561              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
89562      Branch: cfgperl
89563            ! lib/IPC/Open3.pm
89564 ____________________________________________________________________________
89565 [  6252] By: jhi                                   on 2000/06/28  15:01:38
89566         Log: Document #6249 and #6251.
89567      Branch: cfgperl
89568            ! lib/Exporter.pm lib/IPC/Open3.pm
89569 ____________________________________________________________________________
89570 [  6251] By: jhi                                   on 2000/06/28  14:50:43
89571         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
89572              From: Doug MacEachern <dougm@covalent.net>
89573              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
89574              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
89575      Branch: cfgperl
89576            ! lib/Exporter.pm
89577 ____________________________________________________________________________
89578 [  6250] By: jhi                                   on 2000/06/28  14:45:23
89579         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
89580              From: Doug MacEachern <dougm@covalent.net>
89581              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
89582              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
89583      Branch: cfgperl
89584            + t/op/my_stash.t
89585            ! MANIFEST embed.pl global.sym proto.h toke.c
89586 ____________________________________________________________________________
89587 [  6249] By: jhi                                   on 2000/06/28  14:36:34
89588         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
89589              From: Frank Tobin <ftobin@uiuc.edu>
89590              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
89591              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
89592      Branch: cfgperl
89593            ! lib/IPC/Open3.pm
89594 ____________________________________________________________________________
89595 [  6248] By: jhi                                   on 2000/06/28  14:11:25
89596         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
89597              From: Mark-Jason Dominus <mjd@plover.com>
89598              Date: Tue, 27 Jun 2000 22:36:42 -0400
89599              Message-ID: <20000628023642.12166.qmail@plover.com>
89600      Branch: cfgperl
89601            ! pod/perlfunc.pod
89602 ____________________________________________________________________________
89603 [  6247] By: jhi                                   on 2000/06/27  12:46:37
89604         Log: Tweak $VERSION, patch from Doug MacEachern.
89605      Branch: cfgperl
89606            ! lib/File/Spec.pm
89607 ____________________________________________________________________________
89608 [  6246] By: jhi                                   on 2000/06/27  03:34:46
89609         Log: Allow for standalone testing.
89610      Branch: cfgperl
89611            ! t/lib/filefunc.t t/lib/filespec.t
89612 ____________________________________________________________________________
89613 [  6245] By: jhi                                   on 2000/06/27  02:50:02
89614         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
89615              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89616              Date: Sat, 24 Jun 2000 13:06:20 +0100
89617              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
89618      Branch: cfgperl
89619            ! ext/DynaLoader/DynaLoader_pm.PL
89620 ____________________________________________________________________________
89621 [  6244] By: jhi                                   on 2000/06/27  02:46:10
89622         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
89623              From: Doug MacEachern <dougm@covalent.net>
89624              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
89625              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
89626      Branch: cfgperl
89627            ! gv.c sv.c t/lib/peek.t
89628 ____________________________________________________________________________
89629 [  6243] By: jhi                                   on 2000/06/27  02:38:07
89630         Log: Subject: [PATCH] is_utf8_string
89631              From: simon@brecon.co.uk (Simon Cozens)
89632              Date: 26 Jun 2000 02:25:59 GMT
89633              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
89634      Branch: cfgperl
89635            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
89636            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
89637            ! proto.h utf8.c
89638 ____________________________________________________________________________
89639 [  6242] By: jhi                                   on 2000/06/27  02:24:00
89640         Log: Subject: [PATCH] bytes<->utf8 fixes
89641              From: simon@brecon.co.uk (Simon Cozens)
89642              Date: 26 Jun 2000 04:55:45 GMT
89643              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
89644      Branch: cfgperl
89645            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
89646 ____________________________________________________________________________
89647 [  6241] By: jhi                                   on 2000/06/27  02:12:42
89648         Log: Do no -warn on \_, only on \alpha.
89649              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89650              From: David Dyck <dcd@tc.fluke.com>
89651              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89652              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89653      Branch: cfgperl
89654            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89655 ____________________________________________________________________________
89656 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89657         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89658              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89659              Date: Mon, 26 Jun 2000 18:40:14 +0100
89660              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89661      Branch: cfgperl
89662            ! utils/h2xs.PL
89663 ____________________________________________________________________________
89664 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89665         Log: Configure maintenance.  Sever some dependency cycles,
89666              separate gccversion from the cc unit,
89667              address [ID 20000623.006] Configure script patch for using gcc on AIX
89668              (but solve it a little bit differently),
89669              unduplex some accidentally duplicated units,
89670              suggest using gcc if no cc available
89671              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89672      Branch: cfgperl
89673            ! Configure Todo-5.6 config_h.SH
89674      Branch: metaconfig
89675            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89676            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89677      Branch: metaconfig/U/perl
89678            + gccvers.U
89679            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89680 ____________________________________________________________________________
89681 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89682         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89683              From: Dan Sugalski <dan@sidhe.org>
89684              Date: Fri, 23 Jun 2000 17:00:00 -0400
89685              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89686      Branch: cfgperl
89687            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89688 ____________________________________________________________________________
89689 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89690         Log: Tweak embed.pl, regen headers.
89691      Branch: cfgperl
89692            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89693            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89694            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89695            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89696            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89697 ____________________________________________________________________________
89698 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89699         Log: Regen headers.
89700      Branch: cfgperl
89701            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89702            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89703            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89704            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89705            ! regnodes.h warnings.h
89706 ____________________________________________________________________________
89707 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89708         Log: The thread begun by
89709              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89710              From: Kevin.Ruscoe@ubsw.com
89711              Date: Fri, 16 Jun 2000 16:38:51 +0100
89712              Message-Id: <H000019b03c300d6@MHS>
89713      Branch: cfgperl
89714            ! hints/solaris_2.sh
89715 ____________________________________________________________________________
89716 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89717         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89718              because when run as services (Win32ese for daemons)
89719              no environment variables are set and tmpdir ends up as /tmp,
89720              which is ambiguous.
89721              
89722              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89723              From: matt@sergeant.org
89724              Date: 16 Jun 2000 16:30:43 -0000
89725              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89726      Branch: cfgperl
89727            ! lib/File/Spec/Win32.pm
89728 ____________________________________________________________________________
89729 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89730         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89731              From: Mark-Jason Dominus <mjd@plover.com>
89732              Date: Fri, 16 Jun 2000 20:53:04 -0400
89733              Message-ID: <20000617005304.8008.qmail@plover.com>
89734      Branch: cfgperl
89735            ! op.h
89736 ____________________________________________________________________________
89737 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89738         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89739              From: simon@brecon.co.uk (Simon Cozens)
89740              Date: 19 Jun 2000 15:18:27 GMT
89741              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89742              
89743              plus update pod/Makefile and regenerate perltoc
89744      Branch: cfgperl
89745            + pod/perlutil.pod
89746            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89747 ____________________________________________________________________________
89748 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89749         Log: Subject: [PATCH 5.6.0] cygwin port
89750              From: "Fifer, Eric" <EFifer@sanwaint.com>
89751              Date: Tue, 20 Jun 2000 14:30:58 +0100
89752              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89753      Branch: cfgperl
89754            ! README.cygwin lib/File/Find.pm
89755 ____________________________________________________________________________
89756 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89757         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89758      Branch: cfgperl
89759            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89760            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89761            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89762            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
89763 ____________________________________________________________________________
89764 [  6229] By: jhi                                   on 2000/06/23  14:13:34
89765         Log: Subject: README.hpux version 0.6.1
89766              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
89767              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
89768              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
89769      Branch: cfgperl
89770            ! README.hpux
89771 ____________________________________________________________________________
89772 [  6228] By: jhi                                   on 2000/06/23  14:07:20
89773         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
89774              From: Doug MacEachern <dougm@covalent.net>
89775              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
89776              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
89777      Branch: cfgperl
89778            ! op.c
89779 ____________________________________________________________________________
89780 [  6227] By: jhi                                   on 2000/06/23  14:01:06
89781         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
89782              From: Doug MacEachern <dougm@covalent.net>
89783              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
89784              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
89785      Branch: cfgperl
89786            + lib/lib.pm.PL
89787            - lib/lib.pm
89788            ! MANIFEST Makefile.SH
89789 ____________________________________________________________________________
89790 [  6226] By: jhi                                   on 2000/06/23  13:53:07
89791         Log: Subject: [PATCH] remove forward declarations in Socket.pm
89792              From: Doug MacEachern <dougm@covalent.net>
89793              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
89794              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
89795              
89796              From: Doug MacEachern <dougm@covalent.net>
89797              Subject: Re: [PATCH] remove forward declarations in Socket.pm
89798              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
89799              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
89800      Branch: cfgperl
89801            ! ext/Socket/Socket.pm op.c
89802 ____________________________________________________________________________
89803 [  6225] By: jhi                                   on 2000/06/23  13:41:52
89804         Log: Add source code filenames to apidoc.
89805              From: simon@brecon.co.uk (Simon Cozens)
89806              Subject: [PATCH embed.pl] Source X-ref
89807              Date: 22 Jun 2000 02:18:49 GMT
89808              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
89809      Branch: cfgperl
89810            ! embed.pl
89811 ____________________________________________________________________________
89812 [  6224] By: jhi                                   on 2000/06/23  13:32:33
89813         Log: A way to avoid English.pm performance hit.
89814              From: root <root@jester.slaysys.com>
89815              Subject: [YAPATCH English.pm] My turn to putt again
89816              Date: Thu, 22 Jun 2000 20:33:58 -0400
89817              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
89818      Branch: cfgperl
89819            ! lib/English.pm t/lib/english.t
89820 ____________________________________________________________________________
89821 [  6223] By: jhi                                   on 2000/06/23  13:27:06
89822         Log: Avoid double close().
89823              Subject: [PATCH] avoid double close()
89824              From: Doug MacEachern <dougm@covalent.net>
89825              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
89826              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
89827      Branch: cfgperl
89828            ! doio.c
89829 ____________________________________________________________________________
89830 [  6222] By: jhi                                   on 2000/06/23  13:25:54
89831         Log: doc typo fix
89832              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
89833              From: Ian Phillipps <Ian.Phillipps@iname.com>
89834              Date: Fri, 23 Jun 2000 10:40:58 +0100
89835              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
89836      Branch: cfgperl
89837            ! lib/Pod/Usage.pm
89838 ____________________________________________________________________________
89839 [  6221] By: jhi                                   on 2000/06/23  13:24:15
89840         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
89841              From: simon@brecon.co.uk (Simon Cozens)
89842              Subject: [PATCH] Eliminate tr///[CU][CU]
89843              Date: 23 Jun 2000 11:05:40 GMT
89844              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
89845      Branch: cfgperl
89846            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
89847 ____________________________________________________________________________
89848 [  6220] By: jhi                                   on 2000/06/22  16:07:51
89849         Log: Win32 patches from Benjamin Stuhl.
89850      Branch: cfgperl
89851            ! makedef.pl win32/win32.h
89852 ____________________________________________________________________________
89853 [  6219] By: jhi                                   on 2000/06/22  16:06:34
89854         Log: Bytecode patches from Benjamin Stuhl.
89855      Branch: cfgperl
89856            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89857            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89858            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89859 ____________________________________________________________________________
89860 [  6218] By: jhi                                   on 2000/06/15  23:54:16
89861         Log: Bytecode patches from Benjamin Stuhl.
89862      Branch: cfgperl
89863            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89864 ____________________________________________________________________________
89865 [  6217] By: jhi                                   on 2000/06/09  13:38:29
89866         Log: Rename the fdpid locking and integrate with Sarathy.
89867      Branch: cfgperl
89868            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
89869            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
89870            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
89871            ! win32/win32.c
89872           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
89873 ____________________________________________________________________________
89874 [  6216] By: gsar                                  on 2000/06/08  14:54:21
89875         Log: be more optimal about clearing @_
89876      Branch: perl
89877            ! cop.h
89878 ____________________________________________________________________________
89879 [  6215] By: gsar                                  on 2000/06/08  14:33:04
89880         Log: tweak comment about @DB::args
89881      Branch: perl
89882            ! av.h pp_ctl.c
89883 ____________________________________________________________________________
89884 [  6214] By: gsar                                  on 2000/06/08  13:57:54
89885         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
89886              caller() wants to populate @DB::args with it (causes a coredump
89887              in Carp::confess())
89888      Branch: perl
89889            ! cop.h t/op/runlevel.t
89890 ____________________________________________________________________________
89891 [  6213] By: gsar                                  on 2000/06/08  07:06:35
89892         Log: back out change#6106 (seems problematic)
89893      Branch: perl
89894            ! hints/solaris_2.sh
89895 ____________________________________________________________________________
89896 [  6212] By: jhi                                   on 2000/06/07  03:10:36
89897         Log: Continuing mopup for #6204.
89898      Branch: cfgperl
89899            ! ext/B/defsubs_h.PL
89900 ____________________________________________________________________________
89901 [  6211] By: jhi                                   on 2000/06/07  02:41:50
89902         Log: Mopup for #6204.
89903              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
89904              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
89905              This is comes from const() where POK isn't on when expected.
89906      Branch: cfgperl
89907            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
89908            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89909            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89910            ! perlapi.h pod/perlapi.pod
89911 ____________________________________________________________________________
89912 [  6210] By: jhi                                   on 2000/06/07  01:56:29
89913         Log: Mopup for #6207 and #6209.
89914      Branch: cfgperl
89915            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
89916 ____________________________________________________________________________
89917 [  6209] By: jhi                                   on 2000/06/07  01:33:12
89918         Log: Lock PL_fdpid against race conditions, based on:
89919              Subject: [PATCH 5.6.0]subprocess fixup for threads
89920              From: Dan Sugalski <dan@sidhe.org>
89921              To: perl5-porters@perl.org
89922              Date: Tue, 11 Apr 2000 17:02:32 -0400
89923              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89924      Branch: cfgperl
89925            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89926            ! win32/win32.c
89927 ____________________________________________________________________________
89928 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89929         Log: Regen headers for #6207.
89930      Branch: cfgperl
89931            ! embed.h global.sym objXSUB.h proto.h
89932 ____________________________________________________________________________
89933 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89934         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89935              From: Dan Sugalski <dan@sidhe.org>
89936              To: perl5-porters@perl.org
89937              Date: Mon, 08 May 2000 18:08:13 -0400
89938              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89939      Branch: cfgperl
89940            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89941            ! proto.h sv.h util.c
89942 ____________________________________________________________________________
89943 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89944         Log: Subject: [PATCH] Eliminate $a/$b in pod
89945              From: David Glasser <me@davidglasser.net>
89946              To: perl5-porters@perl.org
89947              Date: Mon, 29 May 2000 21:15:59 -0400
89948              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89949      Branch: cfgperl
89950            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89951            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89952            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89953            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89954            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89955            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89956            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89957            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89958            ! pod/perlvar.pod pod/perlxs.pod
89959 ____________________________________________________________________________
89960 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89961         Log: Subject: [PATCH] Win32 improvements
89962              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89963              To: gsar@activestate.com, perl5-porters@perl.org
89964              Date: Mon, 29 May 2000 17:22:24 PDT
89965              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89966              (MUA had mangled many lines by wordwrapping)
89967      Branch: cfgperl
89968            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89969 ____________________________________________________________________________
89970 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89971         Log: Subject: [PATCH] B::Bytecode patches
89972              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89973              To: gsar@activestate.com, jhi@iki.fi
89974              Cc: perl5-porters@perl.org
89975              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89976              (MUA had mangled many lines by wordwrapping)
89977      Branch: cfgperl
89978            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89979            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89980            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89981            ! intrpvar.h perl.c
89982 ____________________________________________________________________________
89983 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89984         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89985              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89986              Date: Tue, 06 Jun 2000 13:07:45 -0700
89987              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89988      Branch: cfgperl
89989            ! pod/perldiag.pod
89990 ____________________________________________________________________________
89991 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89992         Log: Integrate with Sarathy.
89993      Branch: cfgperl
89994           !> perl.c
89995 ____________________________________________________________________________
89996 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89997         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89998              does a PUSHMARK that's never ever POPMARKed; in general, only
89999              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
90000              Perl_eval_[sp]v() don't because they don't take any incoming
90001              arguments (this leak has been around since the original version
90002              of perl_eval_pv() in 5.003_97e)
90003      Branch: perl
90004            ! perl.c
90005 ____________________________________________________________________________
90006 [  6200] By: jhi                                   on 2000/06/04  03:44:52
90007         Log: Update to cperl-mode.el 4.31 from
90008              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
90009              Subject: A couple of notes
90010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
90011              To: Mailing list Perl5 <perl5-porters@perl.org>
90012              Date: Sat, 3 Jun 2000 23:33:32 -0400
90013              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
90014      Branch: cfgperl
90015            ! emacs/cperl-mode.el
90016 ____________________________________________________________________________
90017 [  6199] By: jhi                                   on 2000/06/03  15:11:05
90018         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
90019              From: Dan Sugalski <dan@sidhe.org>
90020              To: perl5-porters@perl.org, vmsperl@perl.org
90021              Date: Fri, 02 Jun 2000 17:30:51 -0400
90022              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
90023      Branch: cfgperl
90024            ! vms/descrip_mms.template vms/gen_shrfls.pl
90025 ____________________________________________________________________________
90026 [  6198] By: jhi                                   on 2000/06/03  14:59:15
90027         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
90028              From: Dan Sugalski <dan@sidhe.org>
90029              To: vmsperl@perl.org, perl5-porters@perl.org
90030              Date: Fri, 02 Jun 2000 16:00:41 -0400
90031              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
90032              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
90033      Branch: cfgperl
90034            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
90035            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
90036            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
90037 ____________________________________________________________________________
90038 [  6197] By: jhi                                   on 2000/06/03  14:41:30
90039         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
90040              From: John Borwick <jhborwic@unity.ncsu.edu>
90041              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
90042              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
90043      Branch: cfgperl
90044            ! pod/perlsyn.pod
90045 ____________________________________________________________________________
90046 [  6196] By: jhi                                   on 2000/06/03  14:38:09
90047         Log: Integrate with Sarathy.
90048      Branch: cfgperl
90049           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
90050           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
90051           !> vms/perly_c.vms
90052 ____________________________________________________________________________
90053 [  6195] By: gsar                                  on 2000/06/02  22:43:13
90054         Log: fix yet another eval"" leak under USE_ITHREADS
90055      Branch: perl
90056            ! op.c
90057 ____________________________________________________________________________
90058 [  6194] By: gsar                                  on 2000/06/02  18:22:06
90059         Log: fix small eval"" memory leaks under USE_ITHREADS
90060      Branch: perl
90061            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
90062            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
90063            ! vms/perly_c.vms
90064 ____________________________________________________________________________
90065 [  6193] By: jhi                                   on 2000/06/01  13:03:56
90066         Log: Signals-be-gone for microperl.
90067      Branch: cfgperl
90068            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
90069 ____________________________________________________________________________
90070 [  6192] By: jhi                                   on 2000/06/01  12:52:02
90071         Log: Integrate with Sarathy.
90072      Branch: cfgperl
90073           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
90074           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
90075           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
90076           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
90077           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
90078           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
90079           !> t/op/vec.t utils/h2xs.PL
90080 ____________________________________________________________________________
90081 [  6191] By: gsar                                  on 2000/06/01  09:38:21
90082         Log: vec() loses numericalness (modified version of patch suggested
90083              by Robin Barker)
90084      Branch: perl
90085            ! doop.c t/op/vec.t
90086 ____________________________________________________________________________
90087 [  6190] By: gsar                                  on 2000/06/01  09:26:15
90088         Log: submit missing embed.pl change
90089      Branch: perl
90090            ! embed.pl
90091 ____________________________________________________________________________
90092 [  6189] By: gsar                                  on 2000/06/01  09:05:34
90093         Log: counting tr/// corrupts later operation (from M.J.T Guy)
90094      Branch: perl
90095            ! doop.c t/op/tr.t
90096 ____________________________________________________________________________
90097 [  6188] By: gsar                                  on 2000/06/01  08:58:39
90098         Log: h2xs tweaks
90099      Branch: perl
90100            ! utils/h2xs.PL
90101 ____________________________________________________________________________
90102 [  6187] By: gsar                                  on 2000/06/01  08:50:07
90103         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
90104              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90105      Branch: perl
90106            + lib/Pod/LaTeX.pm
90107            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
90108            ! pod/pod2latex.PL
90109 ____________________________________________________________________________
90110 [  6186] By: gsar                                  on 2000/06/01  08:24:40
90111         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
90112              <wolfgang.laun@alcatel.at>)
90113      Branch: perl
90114            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
90115            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
90116 ____________________________________________________________________________
90117 [  6185] By: gsar                                  on 2000/06/01  08:12:00
90118         Log: remove incorrect documentation about implicit split to @_ in
90119              list context, which never really worked in perl 5 (from
90120              M.J.T. Guy)
90121      Branch: perl
90122            ! pod/perlfunc.pod pod/perltrap.pod
90123 ____________________________________________________________________________
90124 [  6184] By: gsar                                  on 2000/06/01  07:52:27
90125         Log: tweak for change#6127
90126      Branch: perl
90127            ! perl.c
90128 ____________________________________________________________________________
90129 [  6183] By: gsar                                  on 2000/06/01  07:41:02
90130         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
90131              <nick@ccl4.org>)
90132      Branch: perl
90133            + t/lib/selfloader.t
90134            ! MANIFEST lib/SelfLoader.pm
90135 ____________________________________________________________________________
90136 [  6182] By: jhi                                   on 2000/06/01  00:34:42
90137         Log: Be Cleaner Part Deux.
90138      Branch: cfgperl
90139            ! Makefile.SH
90140 ____________________________________________________________________________
90141 [  6181] By: jhi                                   on 2000/06/01  00:32:09
90142         Log: Integrate with Sarathy.
90143      Branch: cfgperl
90144           !> pp.c t/op/arith.t
90145 ____________________________________________________________________________
90146 [  6180] By: jhi                                   on 2000/06/01  00:31:13
90147         Log: microperl nits from Simon Cozens.
90148      Branch: cfgperl
90149            + uconfig.h
90150            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
90151            ! unixish.h
90152 ____________________________________________________________________________
90153 [  6179] By: gsar                                  on 2000/05/31  22:37:51
90154         Log: buggy modulus on UVs introduced by change#3378 (resulted in
90155              4063328477 % 65535 amounting to 27406, instead of 27407)
90156      Branch: perl
90157            ! pp.c t/op/arith.t
90158 ____________________________________________________________________________
90159 [  6178] By: jhi                                   on 2000/05/31  21:52:41
90160         Log: Be cleaner.
90161      Branch: cfgperl
90162            ! Makefile.SH
90163 ____________________________________________________________________________
90164 [  6177] By: jhi                                   on 2000/05/31  21:47:33
90165         Log: Substitution utf8 patch from Simon Cozens.
90166      Branch: cfgperl
90167            ! pp_hot.c
90168 ____________________________________________________________________________
90169 [  6176] By: jhi                                   on 2000/05/31  21:45:34
90170         Log: Single-quoted utf8 patch from Simon Cozens.
90171      Branch: cfgperl
90172            ! toke.c
90173 ____________________________________________________________________________
90174 [  6175] By: jhi                                   on 2000/05/31  21:40:18
90175         Log: Integrate with Sarathy.
90176      Branch: cfgperl
90177           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
90178 ____________________________________________________________________________
90179 [  6174] By: jhi                                   on 2000/05/31  21:37:31
90180         Log: microperl changes from Simon Cozens; Makefile for microperl
90181              written from scratch; few casts added as microperl compilation
90182              doesn't have all prototypes available.
90183      Branch: cfgperl
90184            + Makefile.micro README.micro Todo.micro uconfig.sh
90185            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
90186            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
90187      Branch: metaconfig
90188            + U/modified/Config_h.U
90189 ____________________________________________________________________________
90190 [  6173] By: jhi                                   on 2000/05/31  20:00:24
90191         Log: metaconfig maintenance.
90192      Branch: metaconfig
90193            + U/modified/Inhdr.U U/typedefs/inotype.U
90194      Branch: metaconfig/U/perl
90195            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
90196            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
90197 ____________________________________________________________________________
90198 [  6172] By: gsar                                  on 2000/05/31  05:05:42
90199         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
90200              (from Ilya Zakharevich)
90201      Branch: perl
90202            ! regexec.c t/op/re_tests
90203 ____________________________________________________________________________
90204 [  6171] By: gsar                                  on 2000/05/31  05:01:47
90205         Log: scalar() doesn't force scalar context when used in void context
90206              (from Simon Cozens)
90207      Branch: perl
90208            ! op.c t/op/wantarray.t
90209 ____________________________________________________________________________
90210 [  6170] By: gsar                                  on 2000/05/31  04:41:33
90211         Log: change#6142 needs tweaks to tests to work where there's no symlink()
90212              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90213      Branch: perl
90214            ! t/lib/filefind.t
90215 ____________________________________________________________________________
90216 [  6169] By: gsar                                  on 2000/05/31  04:29:49
90217         Log: integrate cfgperl contents into mainline
90218      Branch: perl
90219           +> pod/perlmodlib.PL pod/perlnewmod.pod
90220           !> (integrate 42 files)
90221 ____________________________________________________________________________
90222 [  6168] By: jhi                                   on 2000/05/30  22:53:37
90223         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
90224      Branch: cfgperl
90225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90226            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
90227            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
90228            ! win32/config.bc win32/config.gc win32/config.vc
90229            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90230            ! win32/config_h.PL win32/config_sh.PL
90231      Branch: metaconfig/U/perl
90232            ! perlxv.U
90233 ____________________________________________________________________________
90234 [  6167] By: jhi                                   on 2000/05/30  22:20:21
90235         Log: tweak todo 
90236      Branch: cfgperl
90237            ! Todo-5.6
90238 ____________________________________________________________________________
90239 [  6166] By: jhi                                   on 2000/05/30  22:11:51
90240         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
90241              in case somebody wants to write an extension for more
90242              shadow database interfaces.
90243      Branch: cfgperl
90244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90245            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
90246            ! vos/config.def vos/config.h vos/config_h.SH_orig
90247            ! win32/config.bc win32/config.gc win32/config.vc
90248            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90249      Branch: metaconfig
90250            ! U/modified/Myinit.U
90251      Branch: metaconfig/U/perl
90252            + d_getespwnam.U d_getprpwnam.U i_prot.U
90253 ____________________________________________________________________________
90254 [  6165] By: jhi                                   on 2000/05/30  18:35:34
90255         Log: Integrate with Sarathy.
90256      Branch: cfgperl
90257           !> op.c
90258 ____________________________________________________________________________
90259 [  6164] By: jhi                                   on 2000/05/30  18:30:16
90260         Log: detypo
90261      Branch: cfgperl
90262            ! Configure config_h.SH
90263      Branch: metaconfig/U/perl
90264            ! perlxv.U
90265 ____________________________________________________________________________
90266 [  6163] By: gsar                                  on 2000/05/30  03:24:03
90267         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
90268      Branch: perl
90269            ! op.c
90270 ____________________________________________________________________________
90271 [  6162] By: gsar                                  on 2000/05/30  03:09:38
90272         Log: fix memory leak in method call optimization (change#3768);
90273              made C<eval "$x->foo()"> leak
90274      Branch: perl
90275            ! op.c
90276 ____________________________________________________________________________
90277 [  6161] By: jhi                                   on 2000/05/29  17:56:26
90278         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
90279              both from Simon Cozens.
90280      Branch: cfgperl
90281            + pod/perlmodlib.PL pod/perlnewmod.pod
90282            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
90283            ! pod/perlmodlib.pod pod/perltoc.pod
90284 ____________________________________________________________________________
90285 [  6160] By: jhi                                   on 2000/05/29  17:23:55
90286         Log: Changes for the File::Temp 0.08 (change #6159) test suite
90287              to fit better into the Perl distribution test framework.
90288      Branch: cfgperl
90289            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
90290            ! t/lib/ftmp-tempfile.t
90291 ____________________________________________________________________________
90292 [  6159] By: jhi                                   on 2000/05/29  16:55:36
90293         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
90294      Branch: cfgperl
90295            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90296            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90297 ____________________________________________________________________________
90298 [  6158] By: bailey                                on 2000/05/29  16:22:08
90299         Log: Add fallback to tmpfile for use in cases where user's relying on
90300              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
90301              Lane's patch)
90302      Branch: vmsperl
90303            ! vms/vms.c vms/vmsish.h
90304 ____________________________________________________________________________
90305 [  6157] By: jhi                                   on 2000/05/29  03:10:36
90306         Log: Regen Configure to jive with #6149.
90307      Branch: cfgperl
90308            ! Configure
90309      Branch: metaconfig
90310            ! U/modified/Getfile.U
90311 ____________________________________________________________________________
90312 [  6156] By: jhi                                   on 2000/05/29  03:01:38
90313         Log: Integrate with Sarathy.
90314      Branch: cfgperl
90315           +> ext/DynaLoader/dl_mac.xs
90316           !> (integrate 38 files)
90317 ____________________________________________________________________________
90318 [  6155] By: gsar                                  on 2000/05/28  21:15:58
90319         Log: small bug in change#6144; remove random \xA0 character that snuck
90320              in via change#6145
90321      Branch: perl
90322            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
90323 ____________________________________________________________________________
90324 [  6154] By: gsar                                  on 2000/05/28  21:04:19
90325         Log: avoid type mismatch warning
90326      Branch: perl
90327            ! perl.c
90328 ____________________________________________________________________________
90329 [  6153] By: gsar                                  on 2000/05/28  20:58:31
90330         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
90331              <nick@Bagpuss.uk.boo.com>)
90332      Branch: perl
90333            ! lib/Test/Harness.pm
90334 ____________________________________________________________________________
90335 [  6152] By: gsar                                  on 2000/05/28  20:53:42
90336         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
90337      Branch: perl
90338            ! regexec.c
90339 ____________________________________________________________________________
90340 [  6151] By: gsar                                  on 2000/05/28  20:50:28
90341         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
90342      Branch: perl
90343            ! regexec.c
90344 ____________________________________________________________________________
90345 [  6150] By: gsar                                  on 2000/05/28  20:39:58
90346         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
90347      Branch: perl
90348            ! pod/perlrequick.pod
90349 ____________________________________________________________________________
90350 [  6149] By: gsar                                  on 2000/05/28  20:35:16
90351         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
90352              <troc@netrus.net>)
90353      Branch: perl
90354            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
90355            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
90356            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
90357            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
90358 ____________________________________________________________________________
90359 [  6148] By: gsar                                  on 2000/05/28  20:21:07
90360         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
90361      Branch: perl
90362            ! lib/ExtUtils/MM_Unix.pm
90363 ____________________________________________________________________________
90364 [  6147] By: gsar                                  on 2000/05/28  20:12:41
90365         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
90366              (from Peter Prymmer)
90367      Branch: perl
90368            ! vms/subconfigure.com
90369 ____________________________________________________________________________
90370 [  6146] By: gsar                                  on 2000/05/28  20:06:15
90371         Log: doc typo
90372      Branch: perl
90373            ! lib/warnings.pm warnings.h warnings.pl
90374 ____________________________________________________________________________
90375 [  6145] By: gsar                                  on 2000/05/28  18:44:33
90376         Log: make xsubpp skip embedded pod (from Matthias Neeracher
90377              <neeri@iis.ee.ethz.ch>)
90378      Branch: perl
90379            ! lib/ExtUtils/xsubpp
90380 ____________________________________________________________________________
90381 [  6144] By: gsar                                  on 2000/05/28  18:42:49
90382         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
90383              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
90384              <neeri@iis.ee.ethz.ch>)
90385      Branch: perl
90386            ! lib/AutoSplit.pm
90387 ____________________________________________________________________________
90388 [  6143] By: gsar                                  on 2000/05/28  18:41:12
90389         Log: MacOS support, part 1 (from Matthias Neeracher
90390              <neeri@iis.ee.ethz.ch>)
90391      Branch: perl
90392            + ext/DynaLoader/dl_mac.xs
90393            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
90394            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
90395            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
90396            ! util.h
90397 ____________________________________________________________________________
90398 [  6142] By: gsar                                  on 2000/05/28  18:21:51
90399         Log: File::Find fails to chdir when chasing symlinks (from
90400              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90401      Branch: perl
90402            ! lib/File/Find.pm t/lib/filefind.t
90403 ____________________________________________________________________________
90404 [  6141] By: jhi                                   on 2000/05/28  14:25:15
90405         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
90406              forwarded by Peter Seebach from the bsdi-users mailing list.
90407              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
90408      Branch: perl
90409            ! hints/bsdos.sh
90410 ____________________________________________________________________________
90411 [  6140] By: jhi                                   on 2000/05/28  14:11:57
90412         Log: Integrate with Sarathy.
90413      Branch: cfgperl
90414           +> (branch 30 files)
90415           !> (integrate 93 files)
90416 ____________________________________________________________________________
90417 [  6139] By: gsar                                  on 2000/05/28  10:01:48
90418         Log: revise mktables.PL for bugs and newness in Unicode 3.0
90419              (from James Bence <jbence@amgen.com>)
90420      Branch: perl
90421            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
90422            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
90423            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
90424            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
90425            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
90426            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
90427            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
90428            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
90429            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
90430            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
90431            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
90432            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
90433            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
90434            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
90435            + lib/unicode/Is/SylWU.pl
90436            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
90437            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90438            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90439            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90440            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90441            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90442            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90443            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90444            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90445            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90446            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90447            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90448            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90449            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90450            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90451            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
90452            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
90453            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
90454            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
90455            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
90456            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
90457            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
90458            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
90459            ! lib/unicode/Makefile lib/unicode/mktables.PL
90460 ____________________________________________________________________________
90461 [  6138] By: gsar                                  on 2000/05/28  08:50:32
90462         Log: add note about the handling of negative indices to tied arrays
90463              (from Michael G Schwern <schwern@pobox.com>)
90464      Branch: perl
90465            ! pod/perltie.pod
90466 ____________________________________________________________________________
90467 [  6137] By: gsar                                  on 2000/05/28  08:46:10
90468         Log: fix bogus redeclaration warning for "our" variables in different
90469              scopes
90470      Branch: perl
90471            ! op.c t/pragma/strict-vars
90472 ____________________________________________________________________________
90473 [  6136] By: gsar                                  on 2000/05/28  08:31:20
90474         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
90475      Branch: perl
90476            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
90477 ____________________________________________________________________________
90478 [  6135] By: gsar                                  on 2000/05/28  08:17:50
90479         Log: enable Test::Harness to dynamically determine column width etc.
90480              (from Rob Napier <rnapier@employees.org>)
90481      Branch: perl
90482            ! lib/Test/Harness.pm
90483 ____________________________________________________________________________
90484 [  6134] By: gsar                                  on 2000/05/28  08:13:39
90485         Log: make Test::Harness use wait.h/WCOREDUMP if available
90486              (from Ben Tilly <ben_tilly@hotmail.com>)
90487      Branch: perl
90488            ! lib/Test/Harness.pm
90489 ____________________________________________________________________________
90490 [  6133] By: gsar                                  on 2000/05/28  08:08:05
90491         Log: elide bogus test in change#6132
90492      Branch: perl
90493            ! t/pragma/warn/9enabled
90494 ____________________________________________________________________________
90495 [  6132] By: gsar                                  on 2000/05/28  08:03:14
90496         Log: warnings::enabled() doesn't fall back to looking at $^W if
90497              caller isn't using lexical warnings (from Paul Marquess)
90498      Branch: perl
90499            ! pp_ctl.c t/pragma/warn/9enabled
90500 ____________________________________________________________________________
90501 [  6131] By: gsar                                  on 2000/05/28  07:57:47
90502         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
90503      Branch: perl
90504            ! ext/POSIX/POSIX.pm
90505 ____________________________________________________________________________
90506 [  6130] By: gsar                                  on 2000/05/28  07:29:12
90507         Log: fix places that mean C<"word" character> but say C<alphanumeric
90508              character>
90509      Branch: perl
90510            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
90511 ____________________________________________________________________________
90512 [  6129] By: gsar                                  on 2000/05/28  07:18:41
90513         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
90514      Branch: perl
90515            ! vms/test.com
90516 ____________________________________________________________________________
90517 [  6128] By: gsar                                  on 2000/05/28  07:12:55
90518         Log: new perlxstut example for passing/returning refs to arrays
90519              (from David Lowe <dlowe@pootpoot.com>)
90520      Branch: perl
90521            ! pod/perlxstut.pod
90522 ____________________________________________________________________________
90523 [  6127] By: gsar                                  on 2000/05/28  07:02:50
90524         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
90525              failed (from Gisle Aas)
90526      Branch: perl
90527            ! cop.h perl.c
90528 ____________________________________________________________________________
90529 [  6126] By: gsar                                  on 2000/05/28  06:39:53
90530         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
90531              (reworked variant of patch suggested by Simon Cozens)
90532      Branch: perl
90533            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
90534            ! pp_hot.c proto.h t/op/gv.t
90535 ____________________________________________________________________________
90536 [  6125] By: gsar                                  on 2000/05/28  05:14:55
90537         Log: enable propagating exception objects via Perl_croak() in XS code
90538              (from Gisle Aas)
90539      Branch: perl
90540            ! util.c
90541 ____________________________________________________________________________
90542 [  6124] By: gsar                                  on 2000/05/28  05:07:28
90543         Log: integrate vmsperl contents into mainline
90544      Branch: perl
90545           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
90546           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
90547           !> vms/vmsish.h
90548 ____________________________________________________________________________
90549 [  6123] By: gsar                                  on 2000/05/28  05:03:53
90550         Log: clarify gotcha with #line directives (from Rocco Caputo
90551              <troc@netrus.net>)
90552      Branch: perl
90553            ! pod/perldebug.pod pod/perlsyn.pod
90554 ____________________________________________________________________________
90555 [  6122] By: gsar                                  on 2000/05/28  04:58:29
90556         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
90557              (from Mark-Jason Dominus)
90558      Branch: perl
90559            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
90560            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
90561            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
90562            ! toke.c
90563 ____________________________________________________________________________
90564 [  6121] By: bailey                                on 2000/05/25  04:46:54
90565         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
90566              lists (based on fixes by Craig Berry)
90567      Branch: vmsperl
90568            ! lib/File/Spec/VMS.pm
90569 ____________________________________________________________________________
90570 [  6120] By: bailey                                on 2000/05/25  04:25:38
90571         Log: Add missing escape (Charles Lane)
90572      Branch: vmsperl
90573            ! t/op/lex_assign.t
90574 ____________________________________________________________________________
90575 [  6119] By: bailey                                on 2000/05/25  04:21:25
90576         Log: Quiet error messages in vmsish.t (Charles Lane)
90577      Branch: vmsperl
90578            ! vms/ext/vmsish.t
90579 ____________________________________________________________________________
90580 [  6118] By: bailey                                on 2000/05/25  04:17:57
90581         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
90582              Flatten case labels in switch statements uniformly (Charles Bailey)
90583      Branch: vmsperl
90584            ! vms/vms.c
90585 ____________________________________________________________________________
90586 [  6117] By: bailey                                on 2000/05/25  03:58:09
90587         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
90588      Branch: vmsperl
90589            ! vms/vmsish.h
90590 ____________________________________________________________________________
90591 [  6116] By: bailey                                on 2000/05/25  03:11:15
90592         Log: Miscellaneous cosmetic fixes (Charles Lane)
90593      Branch: vmsperl
90594            ! lib/ExtUtils/MM_VMS.pm
90595 ____________________________________________________________________________
90596 [  6115] By: bailey                                on 2000/05/25  03:10:36
90597         Log: Add bounds checking for several strings (Charles Lane)
90598      Branch: vmsperl
90599            ! vms/vms.c
90600 ____________________________________________________________________________
90601 [  6114] By: bailey                                on 2000/05/25  02:25:34
90602         Log: Urk -- undo previous removal of vmsish 'exit' change
90603      Branch: vmsperl
90604            ! vms/ext/vmsish.pm vms/vmsish.h
90605 ____________________________________________________________________________
90606 [  6113] By: bailey                                on 2000/05/24  02:24:40
90607         Log: Ugly workaround for version-specific RTL error
90608      Branch: vmsperl
90609            ! vms/vms.c
90610 ____________________________________________________________________________
90611 [  6112] By: bailey                                on 2000/05/24  02:19:55
90612         Log: Check for existence of file before trying to delete
90613      Branch: vmsperl
90614            ! vms/test.com
90615 ____________________________________________________________________________
90616 [  6111] By: bailey                                on 2000/05/23  23:35:13
90617         Log: Resync with mainline prior to post-5.6.0 updates
90618      Branch: vmsperl
90619           +> (branch 49 files)
90620            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
90621            ! vms/ext/vmsish.pm
90622           !> (integrate 334 files)
90623 ____________________________________________________________________________
90624 [  6110] By: jhi                                   on 2000/05/23  19:28:32
90625         Log: todo tweak
90626      Branch: cfgperl
90627            ! Todo-5.6
90628 ____________________________________________________________________________
90629 [  6109] By: jhi                                   on 2000/05/18  17:38:54
90630         Log: Integrate with Sarathy.
90631      Branch: cfgperl
90632           !> mg.c perl.h win32/perlhost.h
90633 ____________________________________________________________________________
90634 [  6108] By: gsar                                  on 2000/05/17  02:24:56
90635         Log: reenable fake signal handling on Windows, bugs and all
90636      Branch: perl
90637            ! mg.c perl.h win32/perlhost.h
90638 ____________________________________________________________________________
90639 [  6107] By: jhi                                   on 2000/05/15  18:01:41
90640         Log: Tweak the todo list.
90641      Branch: cfgperl
90642            ! Todo-5.6
90643 ____________________________________________________________________________
90644 [  6106] By: jhi                                   on 2000/05/15  13:41:48
90645         Log: The (Configure) script refuses to go on, after asking for
90646              'You may also choose to try maximal 64-bitness....'.
90647              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
90648              -- Patrick Zima
90649              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90650      Branch: cfgperl
90651            ! hints/solaris_2.sh
90652 ____________________________________________________________________________
90653 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90654         Log: Integrate with Sarathy.
90655      Branch: cfgperl
90656           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90657           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90658 ____________________________________________________________________________
90659 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90660         Log: PL_sys_intern was being initialized too late on windows
90661      Branch: perl
90662            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90663            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90664 ____________________________________________________________________________
90665 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90666         Log: Test tweaking for Unicos continues.
90667      Branch: cfgperl
90668            ! t/op/64bitint.t
90669 ____________________________________________________________________________
90670 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90671         Log: The test suite tweak in #6101 wasn't quite right.
90672      Branch: cfgperl
90673            ! t/lib/complex.t
90674 ____________________________________________________________________________
90675 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90676         Log: Hints and test tweaks for Unicos.
90677      Branch: cfgperl
90678            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90679 ____________________________________________________________________________
90680 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90681         Log: More compilation tweakery from Allen Smith.
90682      Branch: cfgperl
90683            ! hints/irix_6.sh
90684 ____________________________________________________________________________
90685 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90686         Log: Tweaks for the cc bugs from Allen Smith.
90687      Branch: cfgperl
90688            ! hints/irix_6.sh
90689 ____________________________________________________________________________
90690 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90691         Log: Add a note about other, yet unsupported, shadow password APIs.
90692      Branch: cfgperl
90693            ! pp_sys.c
90694 ____________________________________________________________________________
90695 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90696         Log: Add a note about possible compilation problems from Allen Smith.
90697      Branch: cfgperl
90698            ! hints/irix_6.sh
90699 ____________________________________________________________________________
90700 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90701         Log: Integrate with Sarathy.
90702      Branch: cfgperl
90703           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90704           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90705 ____________________________________________________________________________
90706 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90707         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90708              might be useful in future.
90709      Branch: cfgperl
90710            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90711            ! config_h.SH
90712      Branch: metaconfig
90713            ! U/installdirs/inc_version_list.U
90714      Branch: metaconfig/U/perl
90715            ! perlxv.U
90716 ____________________________________________________________________________
90717 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90718         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90719      Branch: perl
90720            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90721            ! hints/cygwin.sh pp_sys.c
90722 ____________________________________________________________________________
90723 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90724         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90725              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90726      Branch: perl
90727            ! pp_sys.c sv.c win32/perlhost.h
90728 ____________________________________________________________________________
90729 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90730         Log: Regen perltoc with the fixed buildtoc.
90731      Branch: cfgperl
90732            ! pod/perltoc.pod
90733 ____________________________________________________________________________
90734 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90735         Log: Integrate with Sarathy.
90736      Branch: cfgperl
90737           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90738           !> t/op/substr.t toke.c
90739 ____________________________________________________________________________
90740 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90741         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90742              [NI]OK; added tests for both
90743      Branch: perl
90744            ! perl.c pp_hot.c sv.c t/op/substr.t
90745 ____________________________________________________________________________
90746 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90747         Log: buildtoc tweak to fix newline lossage
90748      Branch: perl
90749            ! pod/buildtoc
90750 ____________________________________________________________________________
90751 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90752         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90753              because we do not use those.  The HAS_GETSPNAM remains,
90754              though, because we still do use that.
90755      Branch: cfgperl
90756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90757            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90758            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90759            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90760            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90761            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
90762 ____________________________________________________________________________
90763 [  6087] By: gsar                                  on 2000/05/07  16:05:16
90764         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
90765      Branch: perl
90766            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
90767 ____________________________________________________________________________
90768 [  6086] By: jhi                                   on 2000/05/07  15:27:07
90769         Log: Integrate with Sarathy.
90770      Branch: cfgperl
90771           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90772           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90773           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
90774           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
90775           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
90776           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
90777 ____________________________________________________________________________
90778 [  6085] By: gsar                                  on 2000/05/07  05:52:02
90779         Log: repeat operator (x) doesn't preserve utf8-ness
90780      Branch: perl
90781            ! pp.c t/op/substr.t
90782 ____________________________________________________________________________
90783 [  6084] By: gsar                                  on 2000/05/07  05:39:55
90784         Log: substr() does not preserve utf8-ness (from Stefan Eissing
90785              <Eissing@medicaldataservice.de>); added tests
90786      Branch: perl
90787            ! pp.c t/op/substr.t
90788 ____________________________________________________________________________
90789 [  6083] By: gsar                                  on 2000/05/07  05:24:46
90790         Log: note about undocumented caller() return value (from M.J.T. Guy);
90791              yet another peek.t tweak
90792      Branch: perl
90793            ! pod/perlfunc.pod t/lib/peek.t
90794 ____________________________________________________________________________
90795 [  6082] By: gsar                                  on 2000/05/07  05:08:40
90796         Log: peek.t non-portable to ithreads
90797      Branch: perl
90798            ! t/lib/peek.t
90799 ____________________________________________________________________________
90800 [  6081] By: gsar                                  on 2000/05/07  04:17:04
90801         Log: better default perlbug categories for ok reports (from Richard Foley)
90802      Branch: perl
90803            ! utils/perlbug.PL
90804 ____________________________________________________________________________
90805 [  6080] By: gsar                                  on 2000/05/07  04:08:07
90806         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
90807              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90808      Branch: perl
90809            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90810            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90811            ! AUTHORS MAINTAIN MANIFEST
90812 ____________________________________________________________________________
90813 [  6079] By: gsar                                  on 2000/05/07  04:01:38
90814         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
90815      Branch: perl
90816            ! lib/Carp/Heavy.pm
90817 ____________________________________________________________________________
90818 [  6078] By: gsar                                  on 2000/05/07  01:24:19
90819         Log: workaround for CRT bug in chdir() (from Charles Lane, via
90820              Peter Prymmer)
90821      Branch: perl
90822            ! iperlsys.h vms/vms.c vms/vmsish.h
90823 ____________________________________________________________________________
90824 [  6077] By: gsar                                  on 2000/05/07  01:22:23
90825         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
90826              and Tom Phoenix)
90827      Branch: perl
90828            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
90829 ____________________________________________________________________________
90830 [  6076] By: gsar                                  on 2000/05/06  17:36:29
90831         Log: integrate cfgperl contents into mainline
90832      Branch: perl
90833           +> t/lib/peek.t
90834           !> Configure MANIFEST Porting/Glossary Porting/config.sh
90835           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
90836           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
90837           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
90838 ____________________________________________________________________________
90839 [  6075] By: jhi                                   on 2000/05/05  18:56:10
90840         Log: Make the test more portable.
90841      Branch: cfgperl
90842            ! t/lib/peek.t
90843 ____________________________________________________________________________
90844 [  6074] By: jhi                                   on 2000/05/05  18:49:20
90845         Log: Introduce t/lib/peek.t.
90846      Branch: cfgperl
90847            + t/lib/peek.t
90848            ! MANIFEST
90849 ____________________________________________________________________________
90850 [  6073] By: jhi                                   on 2000/05/05  14:30:45
90851         Log: Complex tweaks.
90852      Branch: cfgperl
90853            ! lib/Math/Complex.pm t/lib/complex.t
90854 ____________________________________________________________________________
90855 [  6072] By: jhi                                   on 2000/05/05  12:27:13
90856         Log: Integrate with Sarathy.
90857      Branch: cfgperl
90858           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90859           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90860           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
90861           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
90862 ____________________________________________________________________________
90863 [  6071] By: gsar                                  on 2000/05/05  02:24:46
90864         Log: misformatted perllocal.pod (from Tim Jenness
90865              <t.jenness@jach.hawaii.edu>)
90866      Branch: perl
90867            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90868 ____________________________________________________________________________
90869 [  6070] By: gsar                                  on 2000/05/05  02:16:52
90870         Log: remove misleading comment (from M.J.T. Guy)
90871      Branch: perl
90872            ! t/lib/anydbm.t
90873 ____________________________________________________________________________
90874 [  6069] By: gsar                                  on 2000/05/05  02:15:13
90875         Log: File::Spec compatibility update (from Barrie Slaymaker
90876              <barries@slaysys.com>)
90877      Branch: perl
90878            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90879            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90880 ____________________________________________________________________________
90881 [  6068] By: gsar                                  on 2000/05/05  02:01:50
90882         Log: note about values()
90883      Branch: perl
90884            ! pod/perlfunc.pod
90885 ____________________________________________________________________________
90886 [  6067] By: gsar                                  on 2000/05/05  01:33:09
90887         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
90888      Branch: perl
90889            ! win32/win32.c
90890 ____________________________________________________________________________
90891 [  6066] By: gsar                                  on 2000/05/05  01:23:43
90892         Log: s/END/CHECK/
90893      Branch: perl
90894            ! perl.c
90895 ____________________________________________________________________________
90896 [  6065] By: jhi                                   on 2000/05/04  17:30:22
90897         Log: Integrate with Sarathy.
90898      Branch: cfgperl
90899           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
90900 ____________________________________________________________________________
90901 [  6064] By: gsar                                  on 2000/05/04  17:26:14
90902         Log: change#5905 wasn't quite right--it's intent only applies when arguments
90903              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
90904      Branch: perl
90905            ! pp_sys.c sv.c
90906 ____________________________________________________________________________
90907 [  6063] By: gsar                                  on 2000/05/04  16:52:29
90908         Log: tokeq() could read unallocated field in argument
90909      Branch: perl
90910            ! toke.c
90911 ____________________________________________________________________________
90912 [  6062] By: gsar                                  on 2000/05/04  16:34:51
90913         Log: additional tests for utf8.t
90914      Branch: perl
90915            ! t/pragma/utf8.t
90916 ____________________________________________________________________________
90917 [  6061] By: gsar                                  on 2000/05/04  16:09:28
90918         Log: change#5921 neglected to make eq honor "use bytes"
90919      Branch: perl
90920            ! sv.c
90921 ____________________________________________________________________________
90922 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90923         Log: Integrate with Sarathy.
90924      Branch: cfgperl
90925           !> perl.c regcomp.c t/pragma/utf8.t
90926 ____________________________________________________________________________
90927 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90928         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90929              in natively 64-bit platforms where a long is a quad (no need
90930              for long longs).  Also added bias for IVs.
90931      Branch: cfgperl
90932            ! toke.c
90933 ____________________________________________________________________________
90934 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90935         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90936              (spotted by Donald Kinzer <dkinzer@premia.com>)
90937      Branch: perl
90938            ! perl.c
90939 ____________________________________________________________________________
90940 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90941         Log: fix broken parsing of /\x{ab}/
90942      Branch: perl
90943            ! regcomp.c t/pragma/utf8.t
90944 ____________________________________________________________________________
90945 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90946         Log: The search of infinity continues, this time simplified.
90947      Branch: cfgperl
90948            ! lib/Math/Complex.pm
90949 ____________________________________________________________________________
90950 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90951         Log: Detypo.
90952      Branch: cfgperl
90953            ! hints/unicos.sh
90954 ____________________________________________________________________________
90955 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90956         Log: Be more forgiving in POSIX about HUGE_VALL.
90957      Branch: cfgperl
90958            ! ext/POSIX/POSIX.xs
90959 ____________________________________________________________________________
90960 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90961         Log: Integrate with Sarathy.
90962      Branch: cfgperl
90963           !> hints/irix_6.sh pod/perlop.pod
90964 ____________________________________________________________________________
90965 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90966         Log: Unicos hint tweak.
90967      Branch: cfgperl
90968            ! hints/unicos.sh
90969 ____________________________________________________________________________
90970 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90971         Log: Complex tweakery.
90972      Branch: cfgperl
90973            ! lib/Math/Complex.pm t/lib/complex.t
90974 ____________________________________________________________________________
90975 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90976         Log: Use setxxent()/endxxent().
90977      Branch: cfgperl
90978            ! t/op/grent.t t/op/pwent.t
90979 ____________________________________________________________________________
90980 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90981         Log: Test both the scalar and list contexts.
90982      Branch: cfgperl
90983            ! t/op/grent.t t/op/pwent.t
90984 ____________________________________________________________________________
90985 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90986         Log: add note about how $( doesn't interpolate in REs (from
90987              Philip Newton <newton@ficus.frogspace.net>)
90988      Branch: perl
90989            ! pod/perlop.pod
90990 ____________________________________________________________________________
90991 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90992         Log: Call getspnam() only iff needed.
90993      Branch: cfgperl
90994            ! pp_sys.c
90995 ____________________________________________________________________________
90996 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90997         Log: libscheck has insufficient checks for n32 libs (from
90998              Albert Chin-A-Young <china@thewrittenword.com>)
90999      Branch: perl
91000            ! hints/irix_6.sh
91001 ____________________________________________________________________________
91002 [  6045] By: jhi                                   on 2000/05/02  13:57:17
91003         Log: Integrate with Sarathy.
91004      Branch: cfgperl
91005           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
91006           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
91007 ____________________________________________________________________________
91008 [  6044] By: gsar                                  on 2000/05/02  06:48:19
91009         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
91010              such that underscores are only ignored in literal numbers,
91011              "\x{...}", and hex/oct argument
91012      Branch: perl
91013            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
91014 ____________________________________________________________________________
91015 [  6043] By: gsar                                  on 2000/05/02  02:22:29
91016         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
91017      Branch: perl
91018            ! pod/perlretut.pod
91019 ____________________________________________________________________________
91020 [  6042] By: gsar                                  on 2000/05/02  02:17:51
91021         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
91022      Branch: perl
91023            ! pod/perltrap.pod
91024 ____________________________________________________________________________
91025 [  6041] By: gsar                                  on 2000/05/02  01:53:51
91026         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
91027              to compensate
91028      Branch: perl
91029            ! Porting/makerel
91030 ____________________________________________________________________________
91031 [  6040] By: gsar                                  on 2000/05/02  01:51:57
91032         Log: missing files in MANIFEST
91033      Branch: perl
91034            ! MANIFEST
91035 ____________________________________________________________________________
91036 [  6039] By: jhi                                   on 2000/05/02  00:36:46
91037         Log: Infinite problems.
91038      Branch: cfgperl
91039            ! lib/Math/Complex.pm
91040 ____________________________________________________________________________
91041 [  6038] By: jhi                                   on 2000/05/02  00:06:38
91042         Log: pwent/spent #ifdef imbalance.
91043      Branch: cfgperl
91044            ! pp_sys.c
91045 ____________________________________________________________________________
91046 [  6037] By: jhi                                   on 2000/05/01  22:50:11
91047         Log: Use HUGE_VALL if applicable.
91048      Branch: cfgperl
91049            ! ext/POSIX/POSIX.xs util.c
91050 ____________________________________________________________________________
91051 [  6036] By: jhi                                   on 2000/05/01  22:20:53
91052         Log: Correct Freudian slip.
91053      Branch: cfgperl
91054            ! pp_sys.c
91055 ____________________________________________________________________________
91056 [  6035] By: jhi                                   on 2000/05/01  21:07:38
91057         Log: Continue on the pwent/spent case.
91058      Branch: cfgperl
91059            ! pp_sys.c
91060 ____________________________________________________________________________
91061 [  6034] By: jhi                                   on 2000/05/01  17:45:14
91062         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
91063              adjustments in 6032 conflicted badly with this, will have
91064              to revisit them later.
91065      Branch: cfgperl
91066           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
91067           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
91068           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
91069           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
91070           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
91071           !> t/lib/cgi-html.t t/lib/cgi-request.t
91072 ____________________________________________________________________________
91073 [  6033] By: jhi                                   on 2000/05/01  17:40:49
91074         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
91075      Branch: cfgperl
91076            ! pp_sys.c
91077 ____________________________________________________________________________
91078 [  6032] By: gsar                                  on 2000/05/01  15:56:32
91079         Log: whitespace adjustments
91080      Branch: perl
91081            ! pp_sys.c
91082 ____________________________________________________________________________
91083 [  6031] By: gsar                                  on 2000/05/01  15:19:41
91084         Log: small nits in diagnostics.pm (from Robin Barker)
91085      Branch: perl
91086            ! lib/diagnostics.pm pod/perldiag.pod
91087 ____________________________________________________________________________
91088 [  6030] By: gsar                                  on 2000/05/01  08:39:18
91089         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
91090              for @- and @+ (from Johan Vromans)
91091      Branch: perl
91092            ! lib/English.pm pod/perlvar.pod
91093 ____________________________________________________________________________
91094 [  6029] By: gsar                                  on 2000/05/01  08:16:10
91095         Log: add CGI.pm v2.66 (from Lincoln Stein)
91096      Branch: perl
91097            + lib/CGI/Util.pm t/lib/cgi-pretty.t
91098            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
91099            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
91100            ! t/lib/cgi-html.t t/lib/cgi-request.t
91101 ____________________________________________________________________________
91102 [  6028] By: gsar                                  on 2000/05/01  06:34:41
91103         Log: Pod::Man generates groff-incompatible macro definition (from
91104              Tom Christiansen)
91105      Branch: perl
91106            ! lib/Pod/Man.pm
91107 ____________________________________________________________________________
91108 [  6027] By: gsar                                  on 2000/05/01  06:31:36
91109         Log: podlators-1.02 update (from Russ Allbery)
91110      Branch: perl
91111            ! lib/Pod/Man.pm lib/Pod/Text.pm
91112 ____________________________________________________________________________
91113 [  6026] By: jhi                                   on 2000/04/30  23:24:23
91114         Log: Integrate with Sarathy.
91115      Branch: cfgperl
91116           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
91117           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
91118           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
91119           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
91120           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
91121           !> t/lib/syslog.t toke.c win32/win32.h
91122 ____________________________________________________________________________
91123 [  6025] By: gsar                                  on 2000/04/30  18:17:47
91124         Log: Is{Alnum,Alpha,Word} don't match titlecase
91125              
91126              TODO: IsSpace is defined recursively!
91127              
91128              (both spotted by Larry)
91129      Branch: perl
91130            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
91131            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
91132 ____________________________________________________________________________
91133 [  6024] By: gsar                                  on 2000/04/30  17:50:19
91134         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
91135              (from Hugo van der Sanden)
91136      Branch: perl
91137            ! toke.c
91138 ____________________________________________________________________________
91139 [  6023] By: gsar                                  on 2000/04/30  17:14:43
91140         Log: debugger stomps on $. (from M.J.T. Guy)
91141      Branch: perl
91142            ! lib/perl5db.pl
91143 ____________________________________________________________________________
91144 [  6022] By: gsar                                  on 2000/04/30  16:59:22
91145         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
91146      Branch: perl
91147            ! sv.c
91148 ____________________________________________________________________________
91149 [  6021] By: gsar                                  on 2000/04/29  21:00:08
91150         Log: remove Win2K issue in pod (fixed by change#6020)
91151      Branch: perl
91152            ! README.win32 pod/perl56delta.pod
91153 ____________________________________________________________________________
91154 [  6020] By: gsar                                  on 2000/04/29  20:51:49
91155         Log: test tweak
91156      Branch: perl
91157            ! t/lib/open3.t
91158 ____________________________________________________________________________
91159 [  6019] By: gsar                                  on 2000/04/29  20:34:27
91160         Log: windows portability tweaks
91161      Branch: perl
91162            ! t/lib/b.t win32/win32.h
91163 ____________________________________________________________________________
91164 [  6018] By: gsar                                  on 2000/04/29  19:55:24
91165         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
91166              make _PATH_LOG() return "" if unavailable
91167      Branch: perl
91168            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
91169            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
91170 ____________________________________________________________________________
91171 [  6017] By: jhi                                   on 2000/04/28  22:49:46
91172         Log: Integrate with Sarathy.
91173      Branch: cfgperl
91174           !> op.c perl.c pod/perldiag.pod t/lib/b.t
91175 ____________________________________________________________________________
91176 [  6016] By: jhi                                   on 2000/04/28  22:46:14
91177         Log: Do not warn that an infinity does not look like a number.
91178      Branch: cfgperl
91179            ! sv.c
91180 ____________________________________________________________________________
91181 [  6015] By: gsar                                  on 2000/04/28  22:35:49
91182         Log: tweak test for portability
91183      Branch: perl
91184            ! t/lib/b.t
91185 ____________________________________________________________________________
91186 [  6014] By: gsar                                  on 2000/04/28  22:05:31
91187         Log: glob() loading File::Glob behind the scenes may cause syntax errors
91188      Branch: perl
91189            ! op.c
91190 ____________________________________________________________________________
91191 [  6013] By: gsar                                  on 2000/04/28  21:25:22
91192         Log: tweak change#5945 to display correct switch name in diagnostic
91193      Branch: perl
91194            ! perl.c pod/perldiag.pod
91195 ____________________________________________________________________________
91196 [  6012] By: jhi                                   on 2000/04/28  21:08:12
91197         Log: Integrate with Sarathy.
91198      Branch: cfgperl
91199           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
91200           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
91201           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
91202 ____________________________________________________________________________
91203 [  6011] By: jhi                                   on 2000/04/28  21:04:46
91204         Log: &HUGE_VAL is not defined, it exists.
91205      Branch: cfgperl
91206            ! lib/Math/Complex.pm
91207 ____________________________________________________________________________
91208 [  6010] By: gsar                                  on 2000/04/28  21:02:58
91209         Log: clarify note about shadow password support (from
91210              gellyfish@gellyfish.com)
91211      Branch: perl
91212            ! pod/perlfunc.pod
91213 ____________________________________________________________________________
91214 [  6009] By: gsar                                  on 2000/04/28  21:00:00
91215         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
91216      Branch: perl
91217            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
91218 ____________________________________________________________________________
91219 [  6008] By: gsar                                  on 2000/04/28  20:56:33
91220         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
91221      Branch: perl
91222            ! installperl vms/subconfigure.com
91223 ____________________________________________________________________________
91224 [  6007] By: gsar                                  on 2000/04/28  20:51:21
91225         Log: note about compile failures and END blocks (from M.J.T. Guy)
91226      Branch: perl
91227            ! pod/perl56delta.pod pod/perlmod.pod
91228 ____________________________________________________________________________
91229 [  6006] By: jhi                                   on 2000/04/28  20:42:14
91230         Log: Regen Configure.
91231      Branch: cfgperl
91232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91233            ! config_h.SH
91234 ____________________________________________________________________________
91235 [  6005] By: gsar                                  on 2000/04/28  20:41:16
91236         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
91237      Branch: perl
91238            ! utils/perldoc.PL
91239 ____________________________________________________________________________
91240 [  6004] By: jhi                                   on 2000/04/28  20:28:21
91241         Log: Integrate with Sarathy.
91242      Branch: cfgperl
91243           !> Configure INSTALL Porting/Glossary Porting/config.sh
91244           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
91245           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
91246           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
91247           !> win32/config.vc win32/win32.c
91248 ____________________________________________________________________________
91249 [  6003] By: gsar                                  on 2000/04/28  20:11:20
91250         Log: allow REG_EXPAND_SZ keys in Windows registry (from
91251              John Clayton <John.Clayton@barclayscapital.com>)
91252      Branch: perl
91253            ! win32/win32.c
91254 ____________________________________________________________________________
91255 [  6002] By: gsar                                  on 2000/04/28  19:34:16
91256         Log: destructive sv_setsv() can lose UV-ness from source, causing
91257              numeric promotions/comparisons to fail to do the right thing
91258      Branch: perl
91259            ! sv.c
91260 ____________________________________________________________________________
91261 [  6001] By: gsar                                  on 2000/04/28  18:44:15
91262         Log: support additional library locations via $Config{otherlibdirs}
91263              (from Andy Dougherty)
91264      Branch: perl
91265            ! Configure INSTALL Porting/Glossary Porting/config.sh
91266            ! Porting/config_H config_h.SH epoc/config.sh perl.c
91267            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
91268            ! win32/config.bc win32/config.gc win32/config.vc
91269 ____________________________________________________________________________
91270 [  6000] By: gsar                                  on 2000/04/28  18:26:58
91271         Log: reworked otherlibdirs.U (from Andy Dougherty)
91272      Branch: metaconfig
91273            ! U/installdirs/otherlibdirs.U
91274 ____________________________________________________________________________
91275 [  5999] By: gsar                                  on 2000/04/28  18:17:07
91276         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
91277      Branch: perl
91278            ! t/pragma/warn/toke toke.c
91279 ____________________________________________________________________________
91280 [  5998] By: jhi                                   on 2000/04/28  13:32:17
91281         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
91282      Branch: cfgperl
91283            ! lib/Math/Complex.pm
91284 ____________________________________________________________________________
91285 [  5997] By: jhi                                   on 2000/04/28  13:14:04
91286         Log: Preserve $!.
91287      Branch: cfgperl
91288            ! lib/Math/Complex.pm
91289 ____________________________________________________________________________
91290 [  5996] By: jhi                                   on 2000/04/28  12:59:23
91291         Log: Integrate with Sarathy.
91292      Branch: cfgperl
91293           +> pod/perlrequick.pod pod/perlretut.pod
91294           !> (integrate 51 files)
91295 ____________________________________________________________________________
91296 [  5995] By: gsar                                  on 2000/04/28  09:37:36
91297         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
91298      Branch: perl
91299            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
91300 ____________________________________________________________________________
91301 [  5994] By: gsar                                  on 2000/04/28  09:33:26
91302         Log: fix for missed accounting for null byte in pack("Z",...) (from
91303              M.J.T. Guy)
91304      Branch: perl
91305            ! pp.c t/op/pack.t
91306 ____________________________________________________________________________
91307 [  5993] By: gsar                                  on 2000/04/28  09:30:05
91308         Log: various minor tweaks seen on p5p
91309      Branch: perl
91310            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
91311 ____________________________________________________________________________
91312 [  5992] By: gsar                                  on 2000/04/28  09:08:19
91313         Log: pod nit (from Simon Cozens)
91314      Branch: perl
91315            ! pod/perlop.pod
91316 ____________________________________________________________________________
91317 [  5991] By: gsar                                  on 2000/04/28  09:06:36
91318         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
91319      Branch: perl
91320            ! README.posix-bc hints/posix-bc.sh
91321 ____________________________________________________________________________
91322 [  5990] By: gsar                                  on 2000/04/28  08:54:52
91323         Log: use $ENV{LIB} to search for libs under Visual C compiler
91324              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
91325      Branch: perl
91326            ! lib/ExtUtils/Liblist.pm
91327 ____________________________________________________________________________
91328 [  5989] By: gsar                                  on 2000/04/28  08:27:12
91329         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
91330              itself and no other (from Tom Hughes)
91331      Branch: perl
91332            ! t/op/array.t toke.c
91333 ____________________________________________________________________________
91334 [  5988] By: gsar                                  on 2000/04/28  08:01:38
91335         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
91336              <paul@miraclefish.com>)
91337      Branch: perl
91338            ! lib/ExtUtils/MakeMaker.pm
91339 ____________________________________________________________________________
91340 [  5987] By: gsar                                  on 2000/04/28  07:53:09
91341         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
91342      Branch: perl
91343            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
91344 ____________________________________________________________________________
91345 [  5986] By: gsar                                  on 2000/04/28  07:44:17
91346         Log: add regular expressions tutorial and quick-start guide (from
91347              Mark Kvale <kvale@phy.ucsf.edu>)
91348      Branch: perl
91349            + pod/perlrequick.pod pod/perlretut.pod
91350            ! AUTHORS MAINTAIN MANIFEST
91351 ____________________________________________________________________________
91352 [  5985] By: gsar                                  on 2000/04/28  07:30:28
91353         Log: forked child may not exit correctly if it failed to open
91354              /dev/console (from Graham Barr)
91355      Branch: perl
91356            ! ext/Sys/Syslog/Syslog.pm
91357 ____________________________________________________________________________
91358 [  5984] By: gsar                                  on 2000/04/28  07:27:20
91359         Log: attributes::reftype() doesn't work on tied argument
91360      Branch: perl
91361            ! xsutils.c
91362 ____________________________________________________________________________
91363 [  5983] By: gsar                                  on 2000/04/28  07:15:04
91364         Log: numeric conversion of non-number in change#3378 tramples on
91365              OOK offset, causing segfaults
91366      Branch: perl
91367            ! sv.c
91368 ____________________________________________________________________________
91369 [  5982] By: gsar                                  on 2000/04/28  04:48:25
91370         Log: avoid error in IO::Socket::INET when given an unknown service name
91371              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
91372      Branch: perl
91373            ! ext/IO/lib/IO/Socket/INET.pm
91374 ____________________________________________________________________________
91375 [  5981] By: gsar                                  on 2000/04/28  04:31:31
91376         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
91377              prototype mismatch with CORE::glob(); update pod and tests to
91378              suit (File::Glob::glob() is still available for backward
91379              compatibility, but should be considered deprecated)
91380      Branch: perl
91381            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
91382            ! t/lib/glob-taint.t
91383 ____________________________________________________________________________
91384 [  5980] By: gsar                                  on 2000/04/28  03:47:29
91385         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
91386              <ghudson@mit.edu>)
91387      Branch: metaconfig
91388            ! U/modified/Options.U
91389      Branch: perl
91390            ! Configure
91391 ____________________________________________________________________________
91392 [  5979] By: gsar                                  on 2000/04/28  03:07:54
91393         Log: under useithreads, constant pad entries could inadvertently be
91394              shared across threads (from Eric Blood <eblood@xmission.com>);
91395              added Eric's test case to testsuite
91396      Branch: perl
91397            ! op.c t/op/misc.t
91398 ____________________________________________________________________________
91399 [  5978] By: gsar                                  on 2000/04/27  21:13:00
91400         Log: sync version numbers in File::Spec with the ones on CPAN
91401              (from Barrie Slaymaker)
91402      Branch: perl
91403            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
91404            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
91405            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
91406 ____________________________________________________________________________
91407 [  5977] By: gsar                                  on 2000/04/27  21:07:29
91408         Log: autoquote barewords followed by newline and arrow properly
91409              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
91410      Branch: perl
91411            ! t/pragma/warn/toke toke.c
91412 ____________________________________________________________________________
91413 [  5976] By: gsar                                  on 2000/04/27  20:41:20
91414         Log: DB_File v1.73 update (from Paul Marquess)
91415      Branch: perl
91416            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
91417            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
91418 ____________________________________________________________________________
91419 [  5975] By: gsar                                  on 2000/04/27  20:34:24
91420         Log: allow sort() reentrancy (variant of patch suggested by
91421              Hugo van der Sanden)
91422      Branch: perl
91423            ! pp_ctl.c t/op/sort.t
91424 ____________________________________________________________________________
91425 [  5974] By: gsar                                  on 2000/04/27  19:46:57
91426         Log: change#4197 somehow missed initializing PL_errors, meaning
91427              sytax error queueing wasn't working outside eval"" at all;
91428              also fixed eval"" to localize PL_error_count, so that compile-time
91429              eval's don't clobber the error state of the outer context
91430      Branch: perl
91431            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
91432            ! t/pragma/warn/toke
91433 ____________________________________________________________________________
91434 [  5973] By: gsar                                  on 2000/04/27  18:29:05
91435         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
91436      Branch: perl
91437            ! regcomp.c regexec.c t/op/re_tests
91438 ____________________________________________________________________________
91439 [  5972] By: jhi                                   on 2000/04/27  18:22:41
91440         Log: Integrate with Sarathy.
91441      Branch: cfgperl
91442           +> t/lib/b.t t/lib/syslog.t
91443           !> (integrate 31 files)
91444 ____________________________________________________________________________
91445 [  5971] By: jhi                                   on 2000/04/27  18:18:46
91446         Log: Unicos tweaks from Mark P. Lutz.
91447      Branch: cfgperl
91448            ! hints/unicos.sh lib/Math/Complex.pm
91449 ____________________________________________________________________________
91450 [  5970] By: gsar                                  on 2000/04/27  18:05:11
91451         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
91452              IV is >32bits
91453      Branch: perl
91454            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
91455 ____________________________________________________________________________
91456 [  5969] By: gsar                                  on 2000/04/27  17:50:56
91457         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
91458      Branch: perl
91459            + t/lib/syslog.t
91460            ! MANIFEST ext/Sys/Syslog/Syslog.pm
91461 ____________________________________________________________________________
91462 [  5968] By: gsar                                  on 2000/04/27  17:44:49
91463         Log: tolerate spaces in group names in test on solaris (from David Boyce
91464              <dsb@boyski.com>)
91465      Branch: perl
91466            ! t/op/groups.t
91467 ____________________________________________________________________________
91468 [  5967] By: gsar                                  on 2000/04/27  17:41:22
91469         Log: improved docs on the warn_uninit diagnostic (from David Glasser
91470              and Simon Cozens)
91471      Branch: perl
91472            ! pod/perldiag.pod
91473 ____________________________________________________________________________
91474 [  5966] By: gsar                                  on 2000/04/27  16:54:58
91475         Log: add testsuite for B backends, fix bug in B::Deparse (from
91476              Simon Cozens <simon@brecon.co.uk>)
91477      Branch: perl
91478            + t/lib/b.t
91479            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
91480 ____________________________________________________________________________
91481 [  5965] By: gsar                                  on 2000/04/27  16:10:37
91482         Log: avoid "will not stay shared" warnings for our variables (from
91483              Robin Barker)
91484      Branch: perl
91485            ! op.c t/pragma/warn/op
91486 ____________________________________________________________________________
91487 [  5964] By: gsar                                  on 2000/04/27  07:05:05
91488         Log: reformat to 72 columns (again)
91489      Branch: perl
91490            ! pod/perldiag.pod
91491 ____________________________________________________________________________
91492 [  5963] By: gsar                                  on 2000/04/27  06:28:31
91493         Log: patch from Larry to make (\&) prototype work; added tests for
91494              the same
91495      Branch: perl
91496            ! op.c t/comp/proto.t
91497 ____________________________________________________________________________
91498 [  5962] By: gsar                                  on 2000/04/27  06:15:47
91499         Log: updated README.hpux (from Jeff Okamoto)
91500      Branch: perl
91501            ! README.hpux
91502 ____________________________________________________________________________
91503 [  5961] By: gsar                                  on 2000/04/27  05:55:03
91504         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
91505      Branch: perl
91506            ! emacs/cperl-mode.el
91507 ____________________________________________________________________________
91508 [  5960] By: gsar                                  on 2000/04/27  05:49:26
91509         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
91510      Branch: perl
91511            ! INSTALL
91512 ____________________________________________________________________________
91513 [  5959] By: gsar                                  on 2000/04/27  05:33:41
91514         Log: doubled words in pods (from Simon Cozens
91515              <simon.p.cozens@jp.pwcglobal.com>)
91516      Branch: perl
91517            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
91518            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
91519            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
91520            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
91521            ! pod/perltootc.pod
91522 ____________________________________________________________________________
91523 [  5958] By: gsar                                  on 2000/04/27  05:11:39
91524         Log: change#3569 deleted some essential code, revert; avoid use of
91525              atexit() to make DynaLoader work properly on AIX under mod_perl
91526              (from Jens-Uwe Mager <jum@helios.de>)
91527      Branch: perl
91528            ! ext/DynaLoader/dl_aix.xs
91529 ____________________________________________________________________________
91530 [  5957] By: gsar                                  on 2000/04/27  04:54:51
91531         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
91532      Branch: perl
91533            ! pod/perlmod.pod
91534 ____________________________________________________________________________
91535 [  5956] By: gsar                                  on 2000/04/27  04:51:47
91536         Log: better diagnostics on failed tests (from Ilya Zakharevich)
91537      Branch: perl
91538            ! t/op/lex_assign.t
91539 ____________________________________________________________________________
91540 [  5955] By: gsar                                  on 2000/04/27  04:26:44
91541         Log: longstanding bug exposed by change#3307: sort arguments weren't
91542              compiled with the right wantarray context (ensuing runtime lookup
91543              via block_gimme() was getting the incidental context of the
91544              sort() itself)
91545      Branch: perl
91546            ! op.c t/op/sort.t
91547 ____________________________________________________________________________
91548 [  5954] By: gsar                                  on 2000/04/26  23:42:12
91549         Log: integrate cfgperl contents into mainline
91550      Branch: perl
91551           !> (integrate 30 files)
91552 ____________________________________________________________________________
91553 [  5953] By: jhi                                   on 2000/04/26  23:06:42
91554         Log: Integrate with Sarathy.
91555      Branch: cfgperl
91556           !> README.win32 ext/B/B/Deparse.pm
91557           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91558           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
91559           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
91560           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
91561           !> utils/perldoc.PL vms/perlvms.pod
91562 ____________________________________________________________________________
91563 [  5952] By: jhi                                   on 2000/04/26  23:03:46
91564         Log: Undo "use integer" addition from 64bitint as it seems
91565              to break most of the subtests in Digital UNIX;
91566              Unicos needs to find another way.
91567      Branch: cfgperl
91568            ! t/op/64bitint.t
91569 ____________________________________________________________________________
91570 [  5951] By: jhi                                   on 2000/04/26  22:57:53
91571         Log: Be more robust on "extreme" (large absolute value)
91572              arguments.  Originally reported by Daniel Connelly
91573              as a problem with asinh() on large negative arguments,
91574              asinh() used to bail out because an argument to log()
91575              ended up being zero.  Ilya Zakharevich proposed using
91576              Taylor's series in such cases, which for such large
91577              arguments is a very good approximation.
91578      Branch: cfgperl
91579            ! lib/Math/Complex.pm t/lib/complex.t
91580 ____________________________________________________________________________
91581 [  5950] By: gsar                                  on 2000/04/25  19:13:12
91582         Log: reformat perldiag to avoid long lines
91583      Branch: perl
91584            ! pod/perldiag.pod
91585 ____________________________________________________________________________
91586 [  5949] By: gsar                                  on 2000/04/25  18:41:11
91587         Log: make perldoc use the pod2man from the same version (from
91588              M.J.T. Guy)
91589      Branch: perl
91590            ! utils/perldoc.PL
91591 ____________________________________________________________________________
91592 [  5948] By: gsar                                  on 2000/04/25  18:21:57
91593         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
91594              <kompas@kompas.usr.onet.pl>)
91595      Branch: perl
91596            ! lib/vars.pm
91597 ____________________________________________________________________________
91598 [  5947] By: gsar                                  on 2000/04/25  18:11:53
91599         Log: use &dl_error rather than &dl_load_file as the guard for calling
91600              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
91601              statically built perl)
91602      Branch: perl
91603            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91604 ____________________________________________________________________________
91605 [  5946] By: jhi                                   on 2000/04/25  17:37:54
91606         Log: Document that tr() is not tr(1).
91607      Branch: cfgperl
91608            ! pod/perlop.pod
91609 ____________________________________________________________________________
91610 [  5945] By: gsar                                  on 2000/04/25  16:34:33
91611         Log: make module name mandatory after -M switch; reorder perldiag
91612              alphabetically (from Mark-Jason Dominus)
91613      Branch: perl
91614            ! perl.c pod/perldiag.pod
91615 ____________________________________________________________________________
91616 [  5944] By: jhi                                   on 2000/04/25  01:15:18
91617         Log: On second thoughts frexp() does have two arguments.
91618      Branch: cfgperl
91619            ! perl.h
91620 ____________________________________________________________________________
91621 [  5943] By: jhi                                   on 2000/04/24  22:56:32
91622         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
91623              Now pp_ncmp() returns undef is either operand is a NaN.
91624      Branch: cfgperl
91625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91626            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
91627            ! vms/subconfigure.com vos/config.def vos/config.h
91628            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91629            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91630            ! win32/config_H.vc
91631      Branch: metaconfig/U/perl
91632            + d_modfl.U
91633 ____________________________________________________________________________
91634 [  5942] By: jhi                                   on 2000/04/24  19:45:17
91635         Log: Regen Configure to match #5937.
91636      Branch: cfgperl
91637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91638            ! config_h.SH
91639      Branch: metaconfig
91640            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
91641 ____________________________________________________________________________
91642 [  5941] By: jhi                                   on 2000/04/24  19:24:11
91643         Log: Further Unicos fixes for Mark Lutz.
91644      Branch: cfgperl
91645            ! hints/unicos.sh pp_ctl.c
91646 ____________________________________________________________________________
91647 [  5940] By: jhi                                   on 2000/04/24  19:09:06
91648         Log: Various Unicos 10.0.0.6 fixes.
91649              
91650              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91651              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91652              Reply-To: tecmpl1@triton.ca.boeing.com 
91653              To: perl5-porters@perl.org 
91654              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91655              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91656      Branch: cfgperl
91657            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91658 ____________________________________________________________________________
91659 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91660         Log: more pod nits (from Larry Virden)
91661      Branch: perl
91662            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91663            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91664            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91665 ____________________________________________________________________________
91666 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91667         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91668      Branch: perl
91669            ! ext/B/B/Deparse.pm
91670 ____________________________________________________________________________
91671 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91672         Log: Integrate with Sarathy.
91673      Branch: cfgperl
91674           +> (branch 31 files)
91675           !> (integrate 73 files)
91676 ____________________________________________________________________________
91677 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91678         Log: additional tests for change#5934 (from Paul Marquess, who also
91679              sent in the same fix)
91680      Branch: perl
91681            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91682            ! t/pragma/warn/5nolint t/pragma/warn/6default
91683 ____________________________________________________________________________
91684 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91685         Log: Do not assume sign propagation.
91686              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91687              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91688              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91689              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91690              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91691      Branch: cfgperl
91692            ! t/op/bop.t t/op/misc.t
91693 ____________________________________________________________________________
91694 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91695         Log: propagate lexical warnings from surrounding scope correctly
91696              within string eval()
91697      Branch: perl
91698            ! pp_ctl.c t/pragma/warn/pp_ctl
91699 ____________________________________________________________________________
91700 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91701         Log: Flatten the cpp jungle doing the nosuid checking.
91702      Branch: cfgperl
91703            ! perl.c
91704 ____________________________________________________________________________
91705 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91706         Log: add rsignal(), whichsig() and do_join() to public API list
91707              (mod_perl uses them to good advantage)
91708      Branch: perl
91709            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91710 ____________________________________________________________________________
91711 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91712         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91713      Branch: perl
91714            ! pp_hot.c regexec.c t/op/pat.t
91715 ____________________________________________________________________________
91716 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91717         Log: small os390 tweaks (from Peter Prymmer)
91718      Branch: perl
91719            ! config_h.SH makedepend.SH
91720 ____________________________________________________________________________
91721 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91722         Log: pod nits
91723      Branch: perl
91724            ! pod/perlguts.pod
91725 ____________________________________________________________________________
91726 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91727         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91728      Branch: perl
91729            ! ext/IO/lib/IO/Poll.pm
91730 ____________________________________________________________________________
91731 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91732         Log: arrange for next() to resume at the unstack op rather than the
91733              loop conditional, so that scope cleanup happens correctly
91734              (from Stephen McCamant)
91735      Branch: perl
91736            ! op.c pp_ctl.c t/op/misc.t
91737 ____________________________________________________________________________
91738 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91739         Log: on windows, reserve 16M of stack rather than 128M (allows more
91740              threads to run concurrently)
91741      Branch: perl
91742            ! win32/Makefile win32/makefile.mk
91743 ____________________________________________________________________________
91744 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91745         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91746      Branch: perl
91747            ! toke.c
91748 ____________________________________________________________________________
91749 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91750         Log: avoid using uninitialized memory in require version check
91751      Branch: perl
91752            ! pp_ctl.c universal.c
91753 ____________________________________________________________________________
91754 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91755         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91756      Branch: perl
91757            ! ext/IO/lib/IO/Poll.pm
91758 ____________________________________________________________________________
91759 [  5922] By: gsar                                  on 2000/04/24  07:08:42
91760         Log: commentary about IoTYPE() (from Nathan Torkington)
91761      Branch: perl
91762            ! sv.h
91763 ____________________________________________________________________________
91764 [  5921] By: gsar                                  on 2000/04/24  06:58:26
91765         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
91766              by fix
91767      Branch: perl
91768            ! sv.c t/lib/charnames.t t/pragma/utf8.t
91769 ____________________________________________________________________________
91770 [  5920] By: gsar                                  on 2000/04/24  06:37:59
91771         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
91772      Branch: perl
91773            ! doop.c t/op/ver.t
91774 ____________________________________________________________________________
91775 [  5919] By: gsar                                  on 2000/04/24  06:21:58
91776         Log: Configure might miss old directories when prefix must be
91777              expanded (from Robin Barker)
91778      Branch: metaconfig
91779            ! U/installdirs/inc_version_list.U
91780      Branch: perl
91781            ! Configure
91782 ____________________________________________________________________________
91783 [  5918] By: gsar                                  on 2000/04/24  06:16:11
91784         Log: VMS nits in glob() test (from Charles Lane)
91785      Branch: perl
91786            ! t/lib/glob-basic.t
91787 ____________________________________________________________________________
91788 [  5917] By: gsar                                  on 2000/04/24  06:11:56
91789         Log: various pod nits (from Larry Virden and others)
91790      Branch: perl
91791            ! README.amiga README.hpux README.machten README.os2
91792            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
91793            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
91794            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
91795            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
91796            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
91797            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
91798            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
91799            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
91800 ____________________________________________________________________________
91801 [  5916] By: gsar                                  on 2000/04/24  05:52:43
91802         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
91803              <wjones@tc.fluke.com>)
91804      Branch: perl
91805            ! t/lib/glob-basic.t
91806 ____________________________________________________________________________
91807 [  5915] By: gsar                                  on 2000/04/24  05:07:01
91808         Log: supported platforms mixed up
91809      Branch: perl
91810            ! pod/perl56delta.pod pod/perlport.pod
91811 ____________________________________________________________________________
91812 [  5914] By: gsar                                  on 2000/04/24  04:56:08
91813         Log: caller() wasn't returning the right number of elements for
91814              eval {...}
91815      Branch: perl
91816            ! pp_ctl.c t/pragma/warn/9enabled
91817 ____________________________________________________________________________
91818 [  5913] By: gsar                                  on 2000/04/24  04:35:41
91819         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
91820              Mark-Jason Dominus)
91821      Branch: perl
91822            ! pod/perlfunc.pod
91823 ____________________________________________________________________________
91824 [  5912] By: gsar                                  on 2000/04/24  04:17:15
91825         Log: fix totally broken caching in UNIVERSAL::isa() (from
91826              Nick Ing-Simmons)
91827      Branch: perl
91828            ! t/op/universal.t universal.c
91829 ____________________________________________________________________________
91830 [  5911] By: gsar                                  on 2000/04/24  03:39:47
91831         Log: add linebreak properties from unicode/LineBrk.txt (from
91832              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
91833      Branch: perl
91834            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
91835            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
91836            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
91837            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
91838            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
91839            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
91840            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
91841            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
91842            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
91843            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
91844            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
91845            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
91846            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
91847            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
91848            + lib/unicode/Is/LbrkZW.pl
91849            ! lib/unicode/mktables.PL
91850 ____________________________________________________________________________
91851 [  5910] By: gsar                                  on 2000/04/24  03:23:10
91852         Log: typo in pod
91853      Branch: perl
91854            ! ext/Thread/Thread.pm
91855 ____________________________________________________________________________
91856 [  5909] By: gsar                                  on 2000/04/24  03:22:03
91857         Log: mode argument to do_binmode() should be file mode, not boolean
91858      Branch: perl
91859            ! pp_sys.c
91860 ____________________________________________________________________________
91861 [  5908] By: gsar                                  on 2000/04/16  16:51:08
91862         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
91863              always returns a valid GV even when the symbol is trapped by strictures
91864              (avoids coredumps)
91865              
91866              TODO: the C<package;> hack needs similar treatment
91867      Branch: perl
91868            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
91869            ! t/pragma/strict-vars
91870 ____________________________________________________________________________
91871 [  5907] By: jhi                                   on 2000/03/31  23:42:56
91872         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
91873              an assumption which #5905 demolished.
91874      Branch: cfgperl
91875            ! pp_sys.c
91876 ____________________________________________________________________________
91877 [  5906] By: jhi                                   on 2000/03/31  18:54:37
91878         Log: Typo in #5905.
91879      Branch: cfgperl
91880            ! t/op/64bitint.t
91881 ____________________________________________________________________________
91882 [  5905] By: jhi                                   on 2000/03/31  18:50:54
91883         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
91884              reported by Joseph N. Hall.  The bug was that even with use64bitint
91885              one had to use the prefixes q, L, or ll with printf/sprintf,
91886              contrary to the documentation and common sense.
91887      Branch: cfgperl
91888            ! sv.c t/op/64bitint.t
91889 ____________________________________________________________________________
91890 [  5904] By: gsar                                  on 2000/03/28  02:31:32
91891         Log: add Changes, perldelta.pod
91892      Branch: perl
91893            + Changes pod/perldelta.pod
91894 ____________________________________________________________________________
91895 [  5903] By: gsar                                  on 2000/03/28  02:03:55
91896         Log: rename Changes and perldelta.pod
91897      Branch: perl
91898           +> Changes5.6 pod/perl56delta.pod
91899            - Changes pod/perldelta.pod
91900            ! MANIFEST
91901 ____________________________________________________________________________
91902 [  5902] By: gsar                                  on 2000/03/28  01:59:14
91903         Log: create maint-5.6 branch
91904      Branch: maint-5.6/perl
91905           +> (branch 1611 files)
91906 ____________________________________________________________________________
91907 [  5901] By: jhi                                   on 2000/03/23  05:48:43
91908         Log: Integrate with Sarathy.
91909      Branch: cfgperl
91910           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
91911 ____________________________________________________________________________
91912 [  5900] By: gsar                                  on 2000/03/23  05:42:43
91913         Log: three guesses on what this is :-)
91914      Branch: perl
91915            ! Changes